@charset "UTF-8";

/*
 * サイトで共通使用する
 * 汎用モジュール
 * を記載
 */

/* ==========================================================
 [ Module CSS - Index ]

 module_section_large
 module_section_half
 module_paragraph
 module_column_dotted
 module_grid_lab
 module_brick
 module_panel_slider
 module_panel_insidesquare
 module_panel_fullimage
 module_media_seminar
 module_list_logos
 module_list_news
 module_list_jobsearch
 module_table_radius
 module_nav_anchor
 module_cassette_media_vertical
 module_cassette_media_horizontal
 module_cassette_media_number
 module_cassette_adviser
 module_modal
 module_slider
 module_buttons
 module_tel
 module_pagers
 module_labels
 module_lab_conditions
 module_search_conditions
 module_lab_conditions
 module_search_box
 module_form
 module_pagetop

 ========================================================== */


/* ---------------------------------------------
 *   module_section_large
--------------------------------------------- */
.module_section_large {
	padding: 80px 0;
	border-top: 1px solid #e0e0e0;
}
.module_section_large:first-child {
	border-top: 0;
}
@media screen and (max-width: 738px) {
	.module_section_large {
		padding: 45px 0;
	}
}

/* -- skin -- */
.module_section_large.skin_seminar_detail {
	padding: 0 0 80px;
	border-top: 0;
	margin-top: -35px;
}
.module_section_large.skin_bordered {
	border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 738px) {
	.module_section_large.skin_seminar_detail {
		padding: 45px 0;
		border-top: 1px solid #e0e0e0;
		margin-top: 0;
	}
}

/* section_large_head
--------------------------------------------- */
.section_large_head {
	margin-bottom: 25px;
}
.section_large_head:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 738px) {
	.section_large_head {
		margin-bottom: 15px;
	}
}

/* -- item_title -- */
.section_large_head .item_title {
	display: inline-block;
}
@media screen and (max-width: 738px) {
	.section_large_head .item_title {
		display: block;
		margin-bottom: 5px;
	}
}

/* -- item_date -- */
.section_large_head .item_date {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
@media screen and (max-width: 738px) {
	.section_large_head .item_date {
		float: left;
		display: block;
		margin-left: 0;
	}
}

/* -- item_title -- */
.section_large_head .item_link {
	float: right;
}

/* -- item_table -- */
.section_large_head .item_table {
	display: table;
	width: 100%;
}

/* -- item_cell -- */
.section_large_head .item_cell {
	display: table-cell;
	vertical-align: middle;
}
.section_large_head .item_cell.item_link {
	float: none;
	text-align: right;
}
@media screen and (max-width: 738px) {
	.section_large_head .item_cell.item_link {
		width: 26%;
	}
}

/* section_large_body
--------------------------------------------- */
.section_large_body:after {
	content: "";
	display: block;
	clear: both;
}

/* -- item_leadtext -- */
.section_large_body .item_leadtext {
	margin-bottom: 25px;
}
@media screen and (max-width: 738px) {
	.section_large_body .item_leadtext {
		font-size: 1.15em;
		margin-bottom: 17px;
	}
}


/* ---------------------------------------------
 *   module_section_half
--------------------------------------------- */
.module_section_half {
	border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 738px) {
	.module_section_half .container {
		padding-right: 0;
		padding-left: 0;
	}
}

/* section_half_column
--------------------------------------------- */
.section_half_column {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding-right: 49px;
}
.section_half_column:nth-of-type(2n) {
	padding-right: 0;
	padding-left: 49px;
	border-left: 1px solid #e0e0e0;
}
@media screen and (max-width: 738px) {
	.section_half_column {
		float: none;
		width: auto;
		padding-right: 4.6875%;
		padding-left: 4.6875%;
		border-top: 1px solid #e0e0e0;
	}
	.section_half_column:nth-of-type(2n) {
		padding-right: 4.6875%;
		padding-left: 4.6875%;
		border-left: 0;
	}
}

/* section_half_inner
--------------------------------------------- */
.section_half_inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 80px 0;
}
@media screen and (max-width: 738px) {
	.section_half_inner {
		height: 100%;
		padding: 45px 0;
	}
}

/* section_half_head
--------------------------------------------- */
.section_half_head {
	margin-bottom: 25px;
}
.section_half_head:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 738px) {
	.section_half_head {
		margin-bottom: 15px;
	}
}

/* -- item_table -- */
.section_half_head .item_table {
	display: table;
	width: 100%;
}

/* -- item_cell -- */
.section_half_head .item_cell {
	display: table-cell;
	vertical-align: middle;
}

/* -- item_title -- */
.section_half_head .item_title {
	text-align: left;
}

/* -- item_link -- */
.section_half_head .item_link {
	text-align: right;
}
@media screen and (max-width: 738px) {
	.section_half_head .item_link {
		width: 26%;
	}
}

/* -- item_leadtext -- */
.section_half_head .item_leadtext {
	margin-top: 20px;
}
@media screen and (max-width: 738px) {
	.section_half_head .item_leadtext {
		font-size: 1.15em;
		margin-top: 10px;
	}
}

/* section_half_body
--------------------------------------------- */
.section_half_body:after {
	content: "";
	display: block;
	clear: both;
}


/* ---------------------------------------------
 *   module_paragraph
--------------------------------------------- */
.module_paragraph {}


/* ---------------------------------------------
 *   module_column_dotted
--------------------------------------------- */
.module_column_dotted {
	overflow: hidden;
}

/* -- item_column -- */
.module_column_dotted .item_column {
	float: left;
	border-style: dotted;
	border-color: #8e8e8e;
}
@media screen and (max-width: 738px) {
	.module_column_dotted .item_column {
		float: none;
	}
}

/* item_column_inner */
.module_column_dotted .item_column_inner {
	display: block;
}

/* skin
--------------------------------------------- */
/* -- skin_double -- */
.module_column_dotted.skin_double .item_column {
	width: 432px;
	padding-top: 47px;
	padding-bottom: 47px;
	border-right-width: 1px;
	border-top-width: 1px;
}
/* normal */
.module_column_dotted.skin_double .item_column:nth-of-type(2n+1) {
	padding-right: 47px;
}
.module_column_dotted.skin_double .item_column:nth-of-type(2n) {
	padding-left: 48px;
	border-right: 0;
}
/* first */
.module_column_dotted.skin_double .item_column:nth-of-type(1),
.module_column_dotted.skin_double .item_column:nth-of-type(2) {
	padding-top: 0;
	border-top-width: 0;
}
/* last */
.module_column_dotted.skin_double .item_column:nth-last-of-type(1),
.module_column_dotted.skin_double .item_column:nth-last-of-type(2) {
	padding-bottom: 0;
}
@media screen and (max-width: 738px) {
	.module_column_dotted.skin_double {
		margin-bottom: -23px;
	}
	.module_column_dotted.skin_double .item_column {
		width: auto;
		padding-top: 23px;
		padding-bottom: 23px;
		border-right-width: 0;
		border-top-width: 1px;
	}
	/* normal */
	.module_column_dotted.skin_double .item_column:nth-of-type(2n+1) {
		padding-right: 0;
	}
	.module_column_dotted.skin_double .item_column:nth-of-type(2n) {
		padding-left: 0;
		border-right: 0;
	}
	/* first */
	.module_column_dotted.skin_double .item_column:nth-of-type(2) {
		padding-top: 23px;
		border-top-width: 1px;
	}
	/* last */
	.module_column_dotted.skin_double .item_column:nth-last-of-type(1),
	.module_column_dotted.skin_double .item_column:nth-last-of-type(2) {
		padding-bottom: 23px;
	}
}

/* -- skin_triple -- */
.module_column_dotted.skin_triple .item_column {
	width: 256px;
	padding-top: 47px;
	padding-bottom: 47px;
	border-right-width: 1px;
	border-top-width: 1px;
}
/* normal */
.module_column_dotted.skin_triple .item_column:nth-of-type(3n+1) {
	padding-right: 48px;
}
.module_column_dotted.skin_triple .item_column:nth-of-type(3n+2) {
	padding-right: 47px;
	padding-left: 47px;
}
.module_column_dotted.skin_triple .item_column:nth-of-type(3n) {
	padding-left: 48px;
	border-right: 0;
}
/* first */
.module_column_dotted.skin_triple .item_column:nth-of-type(1),
.module_column_dotted.skin_triple .item_column:nth-of-type(2),
.module_column_dotted.skin_triple .item_column:nth-of-type(3) {
	padding-top: 0;
	border-top-width: 0;
}
/* last */
.module_column_dotted.skin_triple .item_column:nth-last-of-type(1),
.module_column_dotted.skin_triple .item_column:nth-last-of-type(2),
.module_column_dotted.skin_triple .item_column:nth-last-of-type(3) {
	padding-bottom: 0;
}
@media screen and (max-width: 738px) {
	.module_column_dotted.skin_triple {
		margin-bottom: -23px;
	}
	.module_column_dotted.skin_triple .item_column {
		width: auto;
		padding-top: 23px;
		padding-bottom: 23px;
		border-right-width: 0;
		border-top-width: 1px;
	}
	/* normal */
	.module_column_dotted.skin_triple .item_column:nth-of-type(3n+1) {
		padding-right: 0;
	}
	.module_column_dotted.skin_triple .item_column:nth-of-type(3n+2) {
		padding-right: 0;
		padding-left: 0;
	}
	.module_column_dotted.skin_triple .item_column:nth-of-type(3n) {
		padding-left: 0;
		border-right: 0;
	}
	/* first */
	.module_column_dotted.skin_triple .item_column:nth-of-type(1) {
		padding-top: 0;
	}
	.module_column_dotted.skin_triple .item_column:nth-of-type(2),
	.module_column_dotted.skin_triple .item_column:nth-of-type(3) {
		padding-top: 23px;
		padding-bottom: 23px;
		border-top-width: 1px;
	}
	/* last */
	.module_column_dotted.skin_triple .item_column:nth-last-of-type(1),
	.module_column_dotted.skin_triple .item_column:nth-last-of-type(2),
	.module_column_dotted.skin_triple .item_column:nth-last-of-type(3) {
		padding-bottom: 23px;
	}
}

/* ---------------------------------------------
 *   module_grid_lab
--------------------------------------------- */

/* grid_lab_head
--------------------------------------------- */

/* -- item_title -- */
.grid_lab_head .item_title {
	color: #24ccbc;
	font-size: 1.86em;
	font-weight: bold;
	margin-bottom: 15px;
}
@media screen and (max-width: 738px) {
	.grid_lab_head .item_title {
		line-height: 1.3;
		font-size: 1.67em;
		margin-bottom: 15px;
	}
}

/* -- item_leadtext -- */
.grid_lab_head .item_leadtext {
	margin-bottom: 25px;
}
@media screen and (max-width: 738px) {
	.grid_lab_head .item_leadtext {
		font-size: 1.15em;
		margin-bottom: 20px;
	}
}

/* grid_lab_body
--------------------------------------------- */
/* -- Over Write -- */
.grid_lab_body .module_cassette_media_horizontal .cassette_head {
	margin-bottom: 10px;
}
.grid_lab_body .module_cassette_media_horizontal .cassette_head .item_title {
	line-height: 1.4;
}

/* grid_lab_lists
--------------------------------------------- */
.grid_lab_lists {
	overflow: hidden;
}

/* -- item_list -- */
.grid_lab_lists .item_list {
	float: left;
	width: 472px;
	margin: 0 16px 16px 0;
}
.grid_lab_lists .item_list:nth-of-type(2n) {
	margin-right: 0;
}
@media screen and (max-width: 738px) {
	.grid_lab_lists .item_list {
		float: none;
		width: auto;
		margin: 0 0 12px 0;
	}
}

/* grid_lab_foot
--------------------------------------------- */
.grid_lab_foot {
	padding-bottom: 20px;
}


/* ---------------------------------------------
 *   module_brick
--------------------------------------------- */
.module_brick {}


/* ---------------------------------------------
 *   module_panel_slider
--------------------------------------------- */
.module_panel_slider {
	height: 380px;
	padding-bottom: 28px;
}
@media screen and (max-width: 738px) {
	.module_panel_slider {
		height: auto;
		padding-bottom: 28px;
		margin-right: -5.172413793%;
		margin-left: -5.172413793%;
	}
}

/* bxslider
--------------------------------------------- */
.module_panel_slider .bx-wrapper {
	margin-bottom: 0;
}

/* -- bx-viewport -- */
.module_panel_slider .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	left: 0;
	background: transparent;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

/* -- pager -- */
.module_panel_slider .bx-wrapper .bx-pager {
	bottom: -28px;
	height: 4px;
	padding-top: 24px;
}
.module_panel_slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #000;
	width: 28px;
	height: 4px;
	margin: 0 3px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.module_panel_slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.module_panel_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #25cbbd;
}

/* -- control -- */
.module_panel_slider .bx-wrapper .bx-controls-direction a {
	margin-top: -24px;
	width: 48px;
	height: 48px;
	z-index: 98;
}
.module_panel_slider .bx-wrapper .bx-prev {
	left: -24px;
	background: url(../img/pc/index/arrow_left.png) no-repeat 0 0;
}
.module_panel_slider .bx-wrapper .bx-next {
	right: -24px;
	background: url(../img/pc/index/arrow_right.png) no-repeat 0 0;
}
.module_panel_slider .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.module_panel_slider .bx-wrapper .bx-next:hover {
	background-position: 0 0;
}
@media screen and (max-width: 738px) {
	.module_panel_slider .bx-wrapper .bx-controls-direction a {
		margin-top: -15px;
		width: 31px;
		height: 31px;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.module_panel_slider .bx-wrapper .bx-prev {
		left: 4px;
		background-image: url(../img/sp/index/arrow_left.png);
	}
	.module_panel_slider .bx-wrapper .bx-next {
		right: 4px;
		background-image: url(../img/sp/index/arrow_right.png);
	}
}

/* panel_slider_slides
--------------------------------------------- */

/* item_slide */
.panel_slider_slides .item_slide {
	opacity: 0;
}

/* panel_slider_cassette
--------------------------------------------- */
.panel_slider_cassette {
	position: relative;
	display: block;
	height: 378px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	overflow: hidden;
}
@media screen and (max-width: 738px) {
	.panel_slider_cassette {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 0;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		border-radius: 0;
		height: 0;
		padding-top: 88.4375%;
	}
}

/* -- cassette_inner -- */
.panel_slider_cassette .cassette_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	min-width: 424px;
	height: 205px;
	padding: 45px 20px;
	text-align: center;
	color: #fff;
	background-color: rgba(36,204,188,.8);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 738px) {
	.panel_slider_cassette .cassette_inner {
		width: 90.625%;
		min-width: 0;
		height: auto;
		padding: 36px 0;
	}
}

/* -- cassette_cell -- */
.panel_slider_cassette .cassette_cell {
	display: table-cell;
	vertical-align: middle;
}

/* -- cassette_head -- */
.panel_slider_cassette .cassette_head {
	line-height: 22px;
	font-size: 1.29em;
}
.panel_slider_cassette .cassette_head:before,
.panel_slider_cassette .cassette_head:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 22px;
	vertical-align: top;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.panel_slider_cassette .cassette_head:before {
	background-image: url(../img/pc/index/icon_white_left.png);
	margin-right: 8px;
}
.panel_slider_cassette .cassette_head:after {
	background-image: url(../img/pc/index/icon_white_right.png);
	margin-left: 8px;
}
@media screen and (max-width: 738px) {
	.panel_slider_cassette .cassette_head {
		line-height: 16px;
		font-size: 1.08em;
	}
	.panel_slider_cassette .cassette_head:before,
	.panel_slider_cassette .cassette_head:after {
		width: 5px;
		height: 16px;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	.panel_slider_cassette .cassette_head:before {
		background-image: url(../img/pc/index/icon_white_left.png);
		margin-right: 0;
	}
	.panel_slider_cassette .cassette_head:after {
		background-image: url(../img/pc/index/icon_white_right.png);
		margin-left: 0;
	}
}

/* -- cassette_body -- */
.panel_slider_cassette .cassette_body {
	margin-top: 15px;
}
@media screen and (max-width: 738px) {
	.panel_slider_cassette .cassette_body {
		padding-right: 3.125%;
		padding-left: 3.125%;
	}
}

/* item_text */
.panel_slider_cassette .cassette_body .item_text {
	line-height: 1.4;
	font-size: 2.0em;
}
@media screen and (max-width: 738px) {
	.panel_slider_cassette .cassette_body .item_text {
		letter-spacing: -.05em;
		font-size: 1.75em;
	}
}

/* -- skin -- */
.panel_slider_cassette.skin_slide_01 {
	background-image: url(../img/pc/index/img_special1.jpg);
}
.panel_slider_cassette.skin_slide_02 {
	background-image: url(../img/pc/index/img_special2.jpg);
}
.panel_slider_cassette.skin_slide_03 {
	background-image: url(../img/pc/index/img_special3.jpg);
}
.panel_slider_cassette.skin_slide_04 {
	background-image: url(../img/pc/index/img_special4.jpg);
}
@media screen and (max-width: 738px) {
	.panel_slider_cassette.skin_slide_01 {
		background-image: url(../img/sp/index/img_special1.jpg);
	}
	.panel_slider_cassette.skin_slide_02 {
		background-image: url(../img/sp/index/img_special2.jpg);
	}
	.panel_slider_cassette.skin_slide_03 {
		background-image: url(../img/sp/index/img_special3.jpg);
	}
	.panel_slider_cassette.skin_slide_04 {
		background-image: url(../img/sp/index/img_special4.jpg);
	}
}


/* ---------------------------------------------
 *   module_panel_insidesquare
--------------------------------------------- */
.module_panel_insidesquare {
	height: 380px;
}
@media screen and (max-width: 738px) {
	.module_panel_insidesquare {
		height: auto;
		margin-right: -5.172413793%;
		margin-left: -5.172413793%;
	}
}

/* panel_insidesquare_cassette
--------------------------------------------- */
.panel_insidesquare_cassette {
	position: relative;
	display: block;
	height: 378px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	overflow: hidden;
}
@media screen and (max-width: 738px) {
	.panel_insidesquare_cassette {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 0;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		border-radius: 0;
		height: 0;
		padding-top: 88.4375%;
		-webkit-background-size: cover;
		background-size: cover;
	}
}

/* -- cassette_inner -- */
.panel_insidesquare_cassette .cassette_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	display: table;
	width: 384px;
	height: 244px;
	text-align: center;
	color: #fff;
	background-color: rgba(36,204,188,.8);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 738px) {
	.panel_insidesquare_cassette .cassette_inner {
		width: 90.625%;
		min-width: 0;
		height: auto;
		border-radius: 3px;
	}
}

/* -- cassette_cell -- */
.panel_insidesquare_cassette .cassette_cell {
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
}
@media screen and (max-width: 738px) {
	.panel_insidesquare_cassette .cassette_cell {
		display: table-cell;
		padding: 36px 10px;
		vertical-align: middle;
	}
}

/* -- cassette_head -- */
.panel_insidesquare_cassette .cassette_head {
	height: 0;
	padding-top: 68px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	overflow: hidden;
}
@media screen and (max-width: 738px) {
	.panel_insidesquare_cassette .cassette_head {
		padding-top: 50px;
	}
}

/* -- cassette_body -- */
.panel_insidesquare_cassette .cassette_body {
	margin-top: 20px;
}
@media screen and (max-width: 738px) {
	.panel_insidesquare_cassette .cassette_body {
		padding-right: 3.125%;
		padding-left: 3.125%;
		font-size: .88em;
	}
}

/* -- skin -- */
/* skin_for_creator */
.panel_insidesquare_cassette.skin_for_creator {
	background-image: url(../img/pc/career_lab/index/img_creator.jpg);
}
.panel_insidesquare_cassette.skin_for_creator .cassette_head {
	background-image: url(../img/sp/career_lab/index/text_creator.png);
}
/* skin_for_creator */
.panel_insidesquare_cassette.skin_for_business {
	background-image: url(../img/pc/career_lab/index/img_business.jpg);
}
.panel_insidesquare_cassette.skin_for_business .cassette_head {
	background-image: url(../img/sp/career_lab/index/text_business.png);
}
@media screen and (max-width: 738px) {
	/* skin_for_creator */
	.panel_insidesquare_cassette.skin_for_creator {
		background-image: url(../img/sp/career_lab/index/img_creator.jpg);
	}
	/* skin_for_creator */
	.panel_insidesquare_cassette.skin_for_business {
		background-image: url(../img/sp/career_lab/index/img_business.jpg);
	}
}


/* ---------------------------------------------
 *   module_panel_fullimage
--------------------------------------------- */
.module_panel_fullimage {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

/* -- container -- */
.module_panel_fullimage .container {
	position: relative;
	height: 100%;
}
@media screen and (max-width: 738px) {
	.module_panel_fullimage .container {
		position: relative;
		height: auto;
	}
}

/* panel_fullimage_inner
--------------------------------------------- */
.panel_fullimage_inner {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media screen and (max-width: 738px) {
	.panel_fullimage_inner {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

/* panel_fullimage_head
--------------------------------------------- */
.panel_fullimage_head {
	color: #fff;
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 20px;
}
@media screen and (max-width: 738px) {
	.panel_fullimage_head {
		letter-spacing: -.05em;
		color: #fff;
		font-size: 1.625em;
	}
}

/* panel_fullimage_body
--------------------------------------------- */

/* -- item_text -- */
.panel_fullimage_body .item_text{
	color: #fff;
}
@media screen and (max-width: 738px) {
	.panel_fullimage_body .item_text{
		font-size: .875em;
	}
}

/* panel_fullimage_foot
--------------------------------------------- */
.panel_fullimage_foot {
	text-align: left;
	margin-top: 25px;
}
@media screen and (max-width: 738px) {
	.panel_fullimage_foot {
		margin-top: 20px;
	}
}

/* -- item_button -- */
.panel_fullimage_foot .item_button {
	width: 216px;
}
@media screen and (max-width: 738px) {
	.panel_fullimage_foot .item_button {
		width: 55.862068965%;
		padding: 6px 10px;
		font-size: .9583em;
	}
}

/* skin
--------------------------------------------- */
.module_panel_fullimage.skin_panel_appeal {
	height: 528px;
	background-image: url(../img/pc/index/img_appeal.jpg);
}
.module_panel_fullimage.skin_panel_appeal .panel_fullimage_inner {
	width: 490px;
}
@media screen and (max-width: 738px) {
	.module_panel_fullimage.skin_panel_appeal {
		height: auto;
		background-image: url(../img/sp/index/img_appeal.jpg);
	}
	.module_panel_fullimage.skin_panel_appeal .container {
		height: 0;
		padding-top: 82.5%;
		overflow: hidden;
	}
	.module_panel_fullimage.skin_panel_appeal .panel_fullimage_inner {
		width: 90.625%;
	}
}

/* ---------------------------------------------
 *   module_media_seminar
--------------------------------------------- */
.module_media_seminar {
	/*margin-bottom: 45px;*/
}

/* media_seminar_head
--------------------------------------------- */
.media_seminar_head {
	margin-bottom: 25px;
}
@media screen and (max-width: 738px) {
	.media_seminar_head {
		margin-bottom: 20px;
	}
}

/* -- item_date -- */
.media_seminar_head .item_date {
	margin-bottom: 10px;
}
.media_seminar_head .item_date span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 112px;
	padding: 6px;
	border-radius: 3px;
	text-align: center;
	line-height: 1;
	color: #fff;
	background-color: #74d7cc;
}
@media screen and (max-width: 738px) {
	.media_seminar_head .item_date {
		margin-bottom: 10px;
	}
	.media_seminar_head .item_date span {
		width: 85px;
		font-size: .93em;
	}
}

/* -- item_title -- */
.media_seminar_head .item_title {
	line-height: 1.3;
	color: #24ccbc;
	font-size: 1.86em;
	font-weight: bold;
}
@media screen and (max-width: 738px) {
	.media_seminar_head .item_title {
		font-size: 1.67em;
	}
}

/* media_seminar_body
--------------------------------------------- */
.media_seminar_body {
	padding-bottom: 20px;
}
@media screen and (max-width: 738px) {
	.media_seminar_body {
		padding-bottom: 0;
	}
}

/* -- item_images -- */
.media_seminar_body .item_images {
	float: left;
	width: 220px;
	height: 220px;
	border-radius: 3px;
	overflow: hidden;
}
.media_seminar_body .item_images img {
	width: 100%;
}
@media screen and (max-width: 738px) {
	.media_seminar_body .item_images {
		width: 110px;
		height: 110px;
		margin-bottom: 20px;
	}
	.media_seminar_body .item_images img {
		width: 100%;
	}
}

/* -- item_contents -- */
.media_seminar_body .item_contents {
	margin-left: 265px;
}
@media screen and (max-width: 738px) {
	.media_seminar_body .item_contents {
		margin-left: 0;
	}
}

/* item_date_event */
.media_seminar_body .item_contents .item_date_event {
	line-height: 28px;
	font-weight: bold;
	overflow: hidden;
}
.media_seminar_body .item_contents .item_date_event .item_label {
	float: left;
	display: block;
	width: 80px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-size: 1.15em;
	background-color: #25cbbd;
}
.media_seminar_body .item_contents .item_date_event .item_date {
	display: block;
	color: #24ccbc;
	font-size: 1.43em;
	margin-left: 90px;
}
@media screen and (max-width: 738px) {
	.media_seminar_body .item_contents .item_date_event {
		line-height: 21px;
		margin-top: 0;
		margin-left: 126px;
	}
	.media_seminar_body .item_contents .item_date_event .item_label {
		float: none;
		display: block;
		width: 60px;
		font-size: 1.0em;
		margin-bottom: 8px;
	}
	.media_seminar_body .item_contents .item_date_event .item_date {
		font-size: 1.13em;
		margin-left: 0;
	}
}

/* item_table */
.media_seminar_body .item_contents .item_table {
	margin-top: 25px;
}
.media_seminar_body .item_contents .item_table table {
	width: 100%;
}
.media_seminar_body .item_contents .item_table th,
.media_seminar_body .item_contents .item_table td {
	padding: 1px 0;
}
.media_seminar_body .item_contents .item_table th {
	width: 56px;
	vertical-align: top;
}
.media_seminar_body .item_contents .item_table td {
	padding-left: 1.0em;
	vertical-align: top;
	text-indent: -1.0em;
}
@media screen and (max-width: 738px) {
	.media_seminar_body .item_contents .item_table {
		font-size: 1.15em;
		margin-top: 15px;
	}
}

/* item_texts */
.media_seminar_body .item_contents .item_texts {
	margin-top: 25px;
}
@media screen and (max-width: 738px) {
	.media_seminar_body .item_contents .item_texts {
		font-size: 1.15em;
		margin-top: 15px;
	}
}

/* media_seminar_foot
--------------------------------------------- */
.media_seminar_foot {
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 738px) {
	.media_seminar_foot {
		margin-top: 20px;
	}
}

/* -- item_button -- */
.media_seminar_foot .item_button {
	width: 296px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1;
}
@media screen and (max-width: 738px) {
	.media_seminar_foot .item_button {
		width: 76.55%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}


/* ---------------------------------------------
 *   module_list_logos
--------------------------------------------- */
.module_list_logos {
	margin-bottom: -30px;
}
@media screen and (max-width: 738px) {
	.module_list_logos {
		margin-bottom: -3.5%;
	}
}

/* list_logos_lists
--------------------------------------------- */
.list_logos_lists {
	padding-top: 1px;
	overflow: hidden;
}

/* -- item_list -- */
.list_logos_lists .item_list {
	float: left;
	width: 135px;
	margin: 0 30px 30px 0;
}
.list_logos_lists .item_list:nth-of-type(6n) {
	margin-right: 0;
}
@media screen and (max-width: 738px) {
	.list_logos_lists .item_list {
		float: left;
		width: 31%;
		margin: 0 3.5% 3.5% 0;
	}
	.list_logos_lists .item_list:nth-of-type(3n) {
		margin-right: 0;
	}
}

/* a */
.list_logos_lists .item_list a {
	display: block;
}

/* img */
.list_logos_lists .item_list img {
	width: 100%;
}


/* ---------------------------------------------
 *   module_list_news
--------------------------------------------- */

/* list_news_lists
--------------------------------------------- */
@media screen and (max-width: 738px) {
	.list_news_lists {
		margin-bottom: 40px;
	}
}

/* -- item_list -- */
.list_news_lists .item_list {
	overflow: hidden;
	margin-bottom: 10px;
}
@media screen and (max-width: 738px) {
	.list_news_lists .item_list {
		font-size: 1.15em;
		margin-bottom: 5px;
	}
}

/* item_date */
.list_news_lists .item_list .item_date {
	display: block;
	float: left;
	width: 82px;
}
@media screen and (max-width: 738px) {
	.list_news_lists .item_list .item_date {
		width: 95px;
	}
}

/* item_link */
.list_news_lists .item_list .item_link {
	display: block;
	color: #24ccbc;
	margin-left: 97px;
}
.list_news_lists .item_list .item_link:hover {
	text-decoration: underline;
}
@media screen and (max-width: 738px) {
	.list_news_lists .item_list .item_link {
		display: block;
		color: #24ccbc;
		margin-left: 95px;
	}
}

/* ---------------------------------------------
 *   module_list_jobsearch
--------------------------------------------- */
.module_list_jobsearch {
	padding: 30px 0;
	background-color: #e6e6e6;
}
@media screen and (max-width: 738px) {
	.module_list_jobsearch {
		padding: 20px 0;
	}
}

/* list_jobsearh_lists
--------------------------------------------- */
.list_jobsearch_lists {
	width: 1140px;
	text-align: center;
	letter-spacing: -.4em;
	margin: 0 auto;
}
@media screen and (max-width: 738px) {
	.list_jobsearch_lists {
		width: auto;
		padding-right: 9.375%;
		padding-left: 9.375%;
	}
}
/* -- item_list -- */
.list_jobsearch_lists .item_list {
	display: inline-block;
	padding-left: 8px;
	border-left: 1px solid #24ccbc;
	line-height: 1.2;
	letter-spacing: normal;
	font-size: .86em;
	margin-left: 8px;
}
.list_jobsearch_lists .item_list:first-child {
	padding-left: 0;
	border-left: 0;
	margin-left: 0;
}
@media screen and (max-width: 738px) {
	.list_jobsearch_lists .item_list {
		padding-left: 4px;
		letter-spacing: -.05em;
		font-size: .75em;
		margin-left: 4px;
	}
}

/* a */
.list_jobsearch_lists .item_list a {
	color: #24ccbc;
}
.list_jobsearch_lists .item_list a:hover {
	text-decoration: underline;
}


/* ---------------------------------------------
 *   module_table_radius
--------------------------------------------- */

/* -- table -- */
.module_table_radius table {
	width: 100%;
	border-collapse:separate;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	overflow: hidden;
}
@media screen and (max-width: 738px) {
	.module_table_radius table,
	.module_table_radius tbody,
	.module_table_radius tr {
		display: block;
		width: auto;
	}
}

/* -- th,td -- */
.module_table_radius th,
.module_table_radius td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 22px;
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
}
.module_table_radius th {
	width: 168px;
	border-right: 1px solid #e0e0e0;
	background-color: #f6f6f6;
	font-size: 1.15em;
	font-weight: bold;
}
@media screen and (max-width: 738px) {
	.module_table_radius th,
	.module_table_radius td {
		display: block;
		width: auto;
		padding: 16px 16px;
	}
	.module_table_radius th {
		width: auto;
		border-right: 0;
		font-size: 1.15em;
	}
	.module_table_radius td {
		font-size: 1.15em;
	}
}

/* -- first,last -- */
.module_table_radius tr:first-child th {
	border-radius: 5px 0 0 0;
}
.module_table_radius tr:first-child td {
	border-radius: 0 5px 0 0;
}
.module_table_radius tr:last-child th {
	border-bottom-width: 0;
	border-radius: 0 0 0 5px;
}
.module_table_radius tr:last-child td {
	border-bottom-width: 0;
	border-radius: 0 0 5px 0;
}
@media screen and (max-width: 738px) {
	.module_table_radius tr:first-child th {
		border-radius: 5px 5px 0 0;
	}
	.module_table_radius tr:first-child td {
		border-radius: 0 0 0 0;
	}
	.module_table_radius tr:last-child th {
		border-bottom-width: 1px;
		border-radius: 0 0 0 0;
	}
	.module_table_radius tr:last-child td {
		border-radius: 0 0 5px 5px;
	}
}

/* form item */
.module_table_radius td .item_outer {
	display: inline-block;
	padding: 3px 0;
	margin-right: 20px;
}
.module_table_radius td .item_label {
	display: inline-block;
	width: 35px;
	padding-right: 5px;
	text-align: right;
}
.module_table_radius td .item_outer_text {
	display: inline-block;
	margin-right: 12px;
}
.module_table_radius td .item_unit {
	margin-left: 8px;
}
.module_table_radius td .item_forward {
	margin-right: 8px;
}
.module_table_radius td .item_mini {
	width: 70px;
}
.module_table_radius td .item_short {
	width: 210px;
}
.module_table_radius td .item_short_other {
	width: 210px;
}
.module_table_radius td .item_medium {
	width: 380px;
}
.module_table_radius td .item_long {
	width: 100%;
}
.module_table_radius td .button_select_custom {
	width: 108px;
}
.module_table_radius td .item_select_year {
	width: 148px;
}
.module_table_radius td .item_select_long {
	width: 380px;
}
.module_table_radius td .item_button_zip {
	width: 130px;
	padding: 0;
	border-radius: 3px;
	vertical-align: middle;
	line-height: 38px;
	font-size: 1.0em;
}
.module_table_radius td .item_caption {
	padding-top: 15px;
}
.module_table_radius td .item_caption_middle {
	padding: 15px 0;
}
.module_table_radius td .item_textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	width: 100%;
	height: 180px;
	font-size: inherit;
	outline: none;
}
.module_table_radius td .item_paragraph {
	margin-top: 20px;
}
.module_table_radius td .item_paragraph:first-child {
	margin-top: 0;
}
.module_table_radius td .item_paragraph dt {
	color: #828282;
	margin-bottom: 10px;
}
@media screen and (max-width: 738px) {
	.module_table_radius td .item_label {
		width: 11%;
		padding-right: 2%;
		letter-spacing: normal;
		line-height: 30px;
		font-size: .95833em;
	}
	.module_table_radius td .item_outer_text {
		display: block;
		letter-spacing: -.4em;
		margin-top: 10px;
		margin-right: 0;
	}
	.module_table_radius td .item_outer_text:first-child {
		margin-top: 0;
	}
	.module_table_radius td .item_sp_ib {
		display: inline-block;
	}
	.module_table_radius td .item_unit {
		margin-left: 4px;
		margin-right: 4px;
	}
	.module_table_radius td .item_forward {
		margin-right: 4px;
	}
	.module_table_radius td .item_short {
		width: 87%;
		letter-spacing: normal;
		font-size: .875em;
	}
	.module_table_radius td .item_short_other {
		width: 70%;
	}
	.module_table_radius td .item_sp_zip {
		width: 160px;
		letter-spacing: normal;
	}
	.module_table_radius td .item_sp_tel {
		width: 55.172413793%;
	}
	.module_table_radius td .item_medium {
		width: 100%;
		letter-spacing: normal;
		font-size: .875em;
	}
	.module_table_radius td .item_long {
		width: 100%;
		letter-spacing: normal;
		font-size: .875em;
	}
	.module_table_radius td .item_sp_half {
		width: 40%;
		margin-right: 3%;
	}
	.module_table_radius td .item_sp_full {
		width: 100%;
		margin-right: 0;
	}
	.module_table_radius td .button_select_custom {
		width: 108px;
		letter-spacing: normal;
	}
	.module_table_radius td .item_select_year {
		width: 148px;
		letter-spacing: normal;
	}
	.module_table_radius td .item_select_long {
		width: 100%;
		letter-spacing: normal;
	}
	.module_table_radius td .item_button_zip {
		width: 85px;
		vertical-align: bottom;
		letter-spacing: normal;
		line-height: 30px;
		font-size: .875em;
		margin-left: 6px;
	}
	.module_table_radius td .item_caption {
		padding-top: 15px;
		font-size: .9583em;
	}
	.module_table_radius td .item_caption_middle {
		padding: 13px 0;
		font-size: .9583em;
	}
	.module_table_radius td .item_textarea {
		padding: 6px 6px;
		height: 143px;
	}
}

/* skin
--------------------------------------------- */
/* -- skin_left_white -- */
.module_table_radius.skin_left_white th {
	background-color: #fff;
}
.module_table_radius.skin_left_white td {
	background-color: #f6f6f6;
}
.module_table_radius.skin_left_white td .item_text_mg {
	margin-top: 1.0em;
}
.module_table_radius.skin_left_white td .item_text_mg:first-child {
	margin-top: 0;
}

/* -- skin_table_search_form -- */
.module_table_radius.skin_table_search_form th,
.module_table_radius.skin_table_search_form td {
	padding: 30px;
}
.module_table_radius.skin_table_search_form th {
	width: 280px;
}
.module_table_radius.skin_table_search_form th .item_require {
	color: #d40000;
}
.module_table_radius.skin_table_search_form td {
	padding: 24px 30px;
	font-size: 1.15em;
}
@media screen and (max-width: 738px) {
	.module_table_radius.skin_table_search_form th,
	.module_table_radius.skin_table_search_form td {
		padding: 16px 16px;
	}
	.module_table_radius.skin_table_search_form th {
		width: auto;
		font-size: 1.0em;
	}
	.module_table_radius.skin_table_search_form td {
		padding: 16px 16px;
		font-size: 1.0em;
	}
	.module_table_radius.skin_table_search_form td .label_check_pink + label:before {
		top: 4px;
		margin-top: 0;
	}
	.module_table_radius.skin_table_search_form td .label_check_pink + label:after {
		top: 8px;
		margin-top: 0;
	}
}

/* -- skin_table_search_form_confirm -- */
.module_table_radius.skin_table_search_form_confirm {
	margin-bottom: 25px;
}
.module_table_radius.skin_table_search_form_confirm td {
	padding: 30px;
}
@media screen and (max-width: 738px) {
	.module_table_radius.skin_table_search_form_confirm {
		margin-bottom: 0;
	}
	.module_table_radius.skin_table_search_form_confirm td {
		padding: 16px 16px;
		font-size: 1.0em;
	}
}

/* ---------------------------------------------
 *   module_nav_anchor
--------------------------------------------- */
.module_nav_anchor {
	border: 1px solid #24ccbc;
	border-radius: 5px;
	margin-bottom: 35px;
	overflow: hidden;
}
@media screen and (max-width: 738px) {
	.module_nav_anchor {
		border-bottom: 0;
		border-right: 0;
		border-radius: 3px;
		margin-bottom: 24px;
	}
}

/* -- nav_anchor_list -- */
.nav_anchor_list {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 110px;
	border-right: 1px solid #24ccbc;
	text-align: center;
	line-height: 1;
}
.nav_anchor_list:last-child {
	border-right: 0;
}
@media screen and (max-width: 738px) {
	.nav_anchor_list {
		height: 83px;
		border-bottom: 1px solid #24ccbc;
	}
	.nav_anchor_list:last-child {
		border-right: 1px solid #24ccbc;
	}
}

/* item_inner */
.nav_anchor_list .item_inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding: 20px 10px 28px;
	background-color: #fff;
}
.nav_anchor_list .item_inner:hover {
	opacity: .7;
}
.nav_anchor_list .item_inner:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 1;
	background: url(../img/sp/common/arrow_down.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 0 0 10px;
}
.nav_anchor_list .item_inner span {
	display: block;
	line-height: 1;
	color: #24ccbc;
	font-size: 1.29em;
	font-weight: bold;
}
@media screen and (max-width: 738px) {
	.nav_anchor_list .item_inner {
		padding: 15px 5px 0;
	}
	.nav_anchor_list .item_inner:hover {
		opacity: 1.0;
	}
	.nav_anchor_list .item_inner:before {
		width: 23px;
		height: 23px;
		margin-bottom: 15px;
	}
	.nav_anchor_list:nth-of-type(2) .item_inner:before {
		margin-bottom: 8px;
	}
	.nav_anchor_list .item_inner span {
		font-size: 1.13em;
	}
}

/* skin
--------------------------------------------- */
/* -- skin_triple -- */
.module_nav_anchor.skin_triple .nav_anchor_list {
	width: 33.333333333%;
}
.module_nav_anchor.skin_triple .nav_anchor_list:last-child {
	width: 33.333333334%;
}
/* -- skin_quarter -- */
.module_nav_anchor.skin_quarter .nav_anchor_list {
	width: 25%;
}
@media screen and (max-width: 738px) {
	.module_nav_anchor.skin_quarter .nav_anchor_list {
		width: 50%;
	}
}

/* ---------------------------------------------
 *   module_cassette_media_vertical
--------------------------------------------- */

/* -- cassette_inner -- */
.module_cassette_media_vertical .cassette_inner {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding: 23px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background-color: #fff;
}
.module_cassette_media_vertical .cassette_inner:hover {
	border-color: #b8eae4;
	background-color: #f2fcfb;
}
.module_cassette_media_vertical .cassette_inner:after {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 12px;
	height: 11px;
	pointer-events: none;
	background: url(../img/pc/index/icon_detail_green.png) 0 0 no-repeat;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_vertical .cassette_inner {
		padding: 7.03125%;
	}
	.module_cassette_media_vertical .cassette_inner:hover {
		border-color: #e0e0e0;
		background-color: #fff;
	}
	.module_cassette_media_vertical .cassette_inner:after {
		width: 9px;
		height: 8px;
		pointer-events: none;
		background-image: url(../img/sp/index/icon_detail_green.png);
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
}

/* -- cassette_image -- */
.module_cassette_media_vertical .cassette_image {
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 18px;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_vertical .cassette_image {
		margin-bottom: 12px;
	}
}

/* img */
.module_cassette_media_vertical .cassette_image img {
	width: 100%;
}

/* -- cassette_head -- */
.module_cassette_media_vertical .cassette_head {
	margin-bottom: 8px;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_vertical .cassette_head {
		margin-bottom: 10px;
	}
}

/* item_category */
.module_cassette_media_vertical .cassette_head .item_category {
	color: #00998a;
	font-weight: bold;
	margin-bottom: 8px;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_vertical .cassette_head .item_category {
		font-size: .875em;
	}
}

/* item_title */
.module_cassette_media_vertical .cassette_head .item_title {
	color: #24ccbc;
	font-size: 1.15em;
	font-weight: bold;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_vertical .cassette_head .item_title {
		font-size: 1.0em;
	}
}

/* -- cassette_body -- */

/* item_lists */
.module_cassette_media_vertical .cassette_body .item_lists {
	letter-spacing: -.4em;
	color: #8f8f8f;
	font-size: .86em;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_vertical .cassette_body .item_lists {
		font-size: .75em;
	}
}
/* item_list */
.module_cassette_media_vertical .cassette_body .item_list {
	display: inline;
	padding-right: 5px;
	border-right: 1px solid #8f8f8f;
	letter-spacing: normal;
	font-weight: bold;
	margin-right: 5px;
}
.module_cassette_media_vertical .cassette_body .item_list:last-child {
	border-right: 0;
	margin-right: 0;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_vertical .cassette_body .item_list {
		padding-right: 3px;
		margin-right: 3px;
	}
}

/* skin
--------------------------------------------- */
/* -- skin_cassette_search -- */
.module_cassette_media_vertical.skin_cassette_search {
	margin-bottom: 20px;
}

/* cassette_inner */
.module_cassette_media_vertical.skin_cassette_search .cassette_inner:hover {
	border-color: #fbcada;
	background-color: #fff5f8;
}
.module_cassette_media_vertical.skin_cassette_search .cassette_inner:after {
	background: url(../img/pc/search/search_detail/index/arrow_detail.png) 0 0 no-repeat;
}
/* item_category */
.module_cassette_media_vertical.skin_cassette_search .cassette_head .item_category {
	color: #f490b2;
}
/* item_title */
.module_cassette_media_vertical.skin_cassette_search .cassette_head .item_title {
	color: #ef4883;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_vertical.skin_cassette_search {
		margin-bottom: 12px;
	}
	.module_cassette_media_vertical.skin_cassette_search .cassette_inner:hover {
		border-color: #e0e0e0;
		background-color: #fff;
	}
	.module_cassette_media_vertical.skin_cassette_search .cassette_inner:after {
		background-image: url(../img/sp/search/search_detail/index/arrow_detail.png);
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
}

/* -- skin_cassette_three -- */
.module_cassette_media_vertical.skin_cassette_three {
	float: left;
	width: 288px;
	margin-right: 48px;
}
.module_cassette_media_vertical.skin_cassette_three:nth-of-type(3n) {
	margin-right: 0;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_vertical.skin_cassette_three {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.module_cassette_media_vertical.skin_cassette_three:last-child {
		margin-bottom: 0;
	}
}

/* ---------------------------------------------
 *   module_cassette_media_horizontal
--------------------------------------------- */
.module_cassette_media_horizontal {
	margin-top: 16px;
}
.module_cassette_media_horizontal:first-child {
	margin-top: 0;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_horizontal {
		margin-top: 12px;
	}
}

/* -- cassette_inner -- */
.module_cassette_media_horizontal .cassette_inner {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding: 23px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}
.module_cassette_media_horizontal .cassette_inner:hover {
	border-color: #b8eae4;
	background-color: #f2fcfb;
}
.module_cassette_media_horizontal .cassette_inner:after {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 12px;
	height: 11px;
	pointer-events: none;
	background: url(../img/pc/index/icon_detail_green.png) 0 0 no-repeat;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_horizontal .cassette_inner {
		padding: 5.46875%;
	}
	.module_cassette_media_horizontal .cassette_inner:hover {
		border-color: #e0e0e0;
		background-color: #fff;
	}
	.module_cassette_media_horizontal .cassette_inner:after {
		width: 9px;
		height: 8px;
		background-image: url(../img/sp/index/icon_detail_green.png);
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
}

/* -- cassette_image -- */
.module_cassette_media_horizontal .cassette_image {
	float: left;
	width: 128px;
	border-radius: 3px;
	overflow: hidden;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_horizontal .cassette_image {
		width: 37.9992125984%;
	}
}

/* img */
.module_cassette_media_horizontal .cassette_image img {
	width: 100%;
}

/* -- cassette_contents -- */
.module_cassette_media_horizontal .cassette_contents {
	margin-left: 150px;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_horizontal .cassette_contents {
		margin-left: 44.291338582%;
	}
}

/* -- cassette_head -- */
.module_cassette_media_horizontal .cassette_head {
	margin-bottom: 8px;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_horizontal .cassette_head {
		margin-bottom: 10px;
	}
}

/* item_date */
.module_cassette_media_horizontal .cassette_head .item_date {
	color: #00998a;
	font-weight: bold;
	margin-bottom: 8px;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_horizontal .cassette_head .item_date {
		font-size: .833em;
		margin-bottom: 8px;
	}
}

/* item_title */
.module_cassette_media_horizontal .cassette_head .item_title {
	color: #24ccbc;
	font-size: 1.15em;
	font-weight: bold;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_horizontal .cassette_head .item_title {
		font-size: 1.0em;
	}
}

/* -- cassette_body -- */

/* item_lists */
.module_cassette_media_horizontal .cassette_body .item_text {
	font-size: .93em;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_horizontal .cassette_body .item_text {
		font-size: 1.15em;
	}
}

/* skin
--------------------------------------------- */
.module_cassette_media_horizontal.skin_cassette_three {
	float: left;
	width: 288px;
	margin-right: 48px;
}
.module_cassette_media_horizontal.skin_cassette_three:nth-of-type(3n) {
	margin-right: 0;
}


/* ---------------------------------------------
 *   module_cassette_media_number
--------------------------------------------- */

/* -- cassette_head -- */
.module_cassette_media_number .cassette_head {
	position: relative;
	margin-bottom: 15px;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_number .cassette_head {
		margin-bottom: 13px;
	}
}

/* item_image */
.module_cassette_media_number .cassette_head .item_image {
	display: block;
	border-radius: 3px;
	overflow: hidden;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_number .cassette_head .item_image img {
		width: 100%;
	}
}

/* item_contents */
.module_cassette_media_number .cassette_head .item_contents {
	position: absolute;
	top: 67px;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_number .cassette_head .item_contents {
		top: 25%;
	}
}

/* item_number */
.module_cassette_media_number .cassette_head .item_number {
	margin-bottom: 8px;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_number .cassette_head .item_number {
		margin-bottom: 8px;
	}
	.module_cassette_media_number .cassette_head .item_number img {
		width: 9.6%;
	}
}

/* item_title */
.module_cassette_media_number .cassette_head .item_title {
	color: #fff;
	font-size: 1.58em;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_number .cassette_head .item_title {
		font-size: 1.208em;
	}
}

/* item_subtitle */
.module_cassette_media_number .cassette_head .item_subtitle {
	color: #fff;
	font-size: 1.15em;
	margin-top: 4px;
}
@media screen and (max-width: 738px) {
	.module_cassette_media_number .cassette_head .item_subtitle {
		font-size: .875em;
		margin-top: 0;
	}
}

/* -- cassette_body -- */
@media screen and (max-width: 738px) {
	.module_cassette_media_number .cassette_body {
		font-size: .875em;
	}
	.module_cassette_media_number .cassette_body .item_text {
		font-size: 1.3225em;
	}
}

/* ---------------------------------------------
 *   module_cassette_adviser
--------------------------------------------- */

/* -- cassette_image -- */
.module_cassette_adviser .cassette_image {
	border-radius: 5px;
	margin-bottom: 18px;
	overflow: hidden;
}
@media screen and (max-width: 738px) {
	.module_cassette_adviser .cassette_image {
		margin-bottom: 12px;
	}
	.module_cassette_adviser .cassette_image img {
		width: 100%;
	}
}

/* -- cassette_head -- */
.module_cassette_adviser .cassette_head {
	letter-spacing: -.05em;
	font-weight: bold;
	margin-bottom: 10px;
}
.module_cassette_adviser .cassette_head .item_title {
	color: #24ccbc;
	font-size: 1.15em;
}
.module_cassette_adviser .cassette_head .item_name {
	color: #30c0b0;
	margin-top: 10px;
}
@media screen and (max-width: 738px) {
	.module_cassette_adviser .cassette_head {
		letter-spacing: normal;
		margin-bottom: 10px;
	}
	.module_cassette_adviser .cassette_head .item_title {
		font-size: 1.0em;
	}
	.module_cassette_adviser .cassette_head .item_name {
		font-size: .875em;
		margin-top: 7px;
	}
}

/* -- cassette_body -- */
@media screen and (max-width: 738px) {
	.module_cassette_adviser .cassette_body {
		font-size: .875em;
	}
	.module_cassette_adviser .cassette_body .item_text {
		font-size: 1.3225em;
	}
}

/* ---------------------------------------------
 *   module_modal
--------------------------------------------- */
.module_modal {}


/* ---------------------------------------------
 *   module_slider
--------------------------------------------- */
.module_slider {}


/* ---------------------------------------------
 *   module_buttons
--------------------------------------------- */
.module_buttons {
	padding: 55px 0;
	text-align: center;
	background-color: #d1e7e4;
}
@media screen and (max-width: 738px) {
	.module_buttons {
		padding: 40px 0;
	}
}

/* -- item_button -- */
.module_buttons .item_button {
	width: 470px;
	padding: 25px;
	line-height: 34px;
	font-size: 1.58em;
}
.module_buttons .item_button:before {
	display: inline-block;
	width: 32px;
	height: 34px;
	vertical-align: top;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-right: 12px;
}
@media screen and (max-width: 738px) {
	.module_buttons .item_button {
		display: block;
		width: auto;
		padding: 0;
		line-height: 63px;
		font-size: 1.25em;
	}
	.module_buttons .item_button:before {
		display: inline-block;
		width: 24px;
		height: 24px;
		vertical-align: middle;
		-webkit-background-size: auto 24px;
		background-size: auto 24px;
		margin-top: -3px;
		margin-right: 10px;
	}
}

/* -- skin -- */
.module_buttons.skin_consult .item_button:before {
	content: "";
	background-image: url(../img/pc/common/icon_consult.png);
}
@media screen and (max-width: 738px) {
	.module_buttons.skin_consult .item_button:before {
		background-image: url(../img/sp/common/icon_consult.png);
	}
}

/* ---------------------------------------------
 *   module_tel
--------------------------------------------- */
.module_tel {
	padding: 45px 0;
	border-radius: 3px;
	background-color: #f5e3e9;
}
@media screen and (max-width: 738px) {
	.module_tel {
		padding: 30px 0;
	}
}

/* skin */
.module_tel.skin_double {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width: 738px) {
	.module_tel.skin_double {
		padding-top: 34px;
		padding-bottom: 34px;
	}
}

/* tel_inner
--------------------------------------------- */
.tel_inner {
	text-align: center;
	line-height: 1.4;
	color: #ef4883;
	font-weight: bold;
}

/* tel_head
--------------------------------------------- */
.tel_head {
	font-size: 1.58em;
}
@media screen and (max-width: 738px) {
	.tel_head {
		font-size: 1.375em;
	}
}

/* tel_body
--------------------------------------------- */

/* -- item_tel -- */
.tel_body .item_tel {
	display: block;
	font-family: Arial;
	font-size: 3.0em;
}
/* item_button */
.tel_body .item_tel .item_button {
	display: inline-block;
	color: inherit;
}
@media screen and (max-width: 738px) {
	.tel_body .item_tel {
		font-size: 2.625em;
	}
}

/* -- item_caption -- */
.tel_body .item_caption {
	font-size: 1.15em;
	margin-top: 5px;
}
@media screen and (max-width: 738px) {
	.tel_body .item_caption {
		font-size: 1.0em;
		margin-top: 3px;
	}
}

/* tel_table
--------------------------------------------- */
.tel_table {
	display: table;
	width: 100%;
}
@media screen and (max-width: 738px) {
	.tel_table {
		display: block;
		width: auto;
	}
}

/* tel_table_cell
--------------------------------------------- */
.tel_table_cell {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}
.tel_table_cell:nth-of-type(2n) {
	border-left: 1px dotted #3db7a6;
}
@media screen and (max-width: 738px) {
	.tel_table_cell {
		display: block;
		width: auto;
		padding-bottom: 34px;
	}
	.tel_table_cell:nth-of-type(2n) {
		padding-top: 34px;
		padding-bottom: 0;
		border-top: 1px dotted #3db7a6;
		border-left: 0;
	}
}

/* tel_inner_contact
--------------------------------------------- */
.tel_inner_contact {
	text-align: center;
	line-height: 1.4;
	color: #ef4883;
	font-weight: bold;
}
@media screen and (max-width: 738px) {
	.tel_inner_contact {
		line-height: 1;
	}
}

/* tel_head_contact
--------------------------------------------- */
.tel_head_contact {
	font-size: 1.58em;
}
@media screen and (max-width: 738px) {
	.tel_head_contact {
		font-size: 1.15em;
	}
}

/* tel_body_contact
--------------------------------------------- */

/* -- item_buttons -- */
.tel_body_contact .item_buttons {
	margin-top: 10px;
}
/* item_button */
.tel_body_contact .item_buttons .item_button {
	display: inline-block;
	width: 384px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1;
	font-size: 1.58em;
}
@media screen and (max-width: 738px) {
	.tel_body_contact .item_buttons {
		margin-top: 12px;
	}
	/* item_button */
	.tel_body_contact .item_buttons .item_button {
		width: 100%;
		padding-top: 24px;
		padding-bottom: 24px;
		font-size: 1.375em;
	}
}

/* skin_green
--------------------------------------------- */
.module_tel.skin_green {
	background-color: #e2f2f1;
}
.module_tel.skin_green .tel_inner,
.module_tel.skin_green .tel_inner_contact {
	color: #24ccbc;
}


/* ---------------------------------------------
 *   module_pagers
--------------------------------------------- */
.module_pagers {
	text-align: center;
	margin-top: 15px;
}
@media screen and (max-width: 738px) {
	.module_pagers {
		margin-top: 5px;
	}
}

/* pagers_head
--------------------------------------------- */
.pagers_head {
	letter-spacing: -.4em;
}
@media screen and (max-width: 738px) {
	.pagers_head {
		letter-spacing: normal;
		font-size: .875em;
	}
}

/* -- common setting -- */
.pagers_head .item_label,
.pagers_head .item_total,
.pagers_head .item_display {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	font-weight: bold;
}

/* -- item_total -- */

/* -- item_display -- */
.pagers_head .item_display {
	margin-left: 12px;
}

/* pagers_body
--------------------------------------------- */
.pagers_body {
	padding-top: 20px;
}
@media screen and (max-width: 738px) {
	.pagers_body {
		padding-top: 15px;
	}
}

/* -- item_pagers -- */
.pagers_body .item_pagers {
	letter-spacing: -.4em;
}

/* item_pager */
.pagers_body .item_pagers .item_pager {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 28px;
	margin-right: 4px;
	margin-left: 4px;
}
.pagers_body .item_pagers .item_pager a {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	line-height: 28px;
	font-weight: bold;
	background-color: #fff;
}
@media screen and (max-width: 738px) {
	.pagers_body .item_pagers .item_pager {
		width: 20px;
		margin-right: 2px;
		margin-left: 2px;
	}
	.pagers_body .item_pagers .item_pager a {
		line-height: 20px;
		font-size: .916em;
	}
}

/* skin */
.pagers_body .item_pagers .skin_prev a,
.pagers_body .item_pagers .skin_next a {
	height: 0;
	padding-top: 28px;
	line-height: 1.8;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}
.pagers_body .item_pagers .skin_prev a:hover {
	background-image: url(../img/pc/common/arrow_left_on.png)!important;
}
.pagers_body .item_pagers .skin_next a:hover {
	background-image: url(../img/pc/common/arrow_right_on.png)!important;
}
@media screen and (max-width: 738px) {
	.pagers_body .item_pagers .skin_prev a,
	.pagers_body .item_pagers .skin_next a {
		padding-top: 20px;
		-webkit-background-size: 8px 8px;
		background-size: 8px 8px;
	}
	.pagers_body .item_pagers .skin_prev a:hover {
		background-image: url(../img/pc/common/arrow_left_on.png)!important;
	}
	.pagers_body .item_pagers .skin_next a:hover {
		background-image: url(../img/pc/common/arrow_right_on.png)!important;
	}
}

/* skin_pink
--------------------------------------------- */
/* -- item_total -- */
.module_pagers.skin_pink .pagers_head .item_total {
	color: #ef4883;
}

/* -- item_display -- */
.module_pagers.skin_pink .pagers_head .item_display {
	color: #ef4883;
}

/* -- item_pager -- */
.module_pagers.skin_pink .pagers_body .item_pagers .item_pager a {
	border-color: #f8b1c9;
	color: #ef4883;
}
.module_pagers.skin_pink .pagers_body .item_pagers .skin_prev a {
	background-image: url(../img/pc/common/arrow_left_off.png);
}
.module_pagers.skin_pink .pagers_body .item_pagers .skin_next a {
	background-image: url(../img/pc/common/arrow_right_off.png);
}
@media screen and (max-width: 738px) {
	.module_pagers.skin_pink .pagers_body .item_pagers .skin_prev a {
		background-image: url(../img/sp/common/arrow_left_off.png);
	}
	.module_pagers.skin_pink .pagers_body .item_pagers .skin_next a {
		background-image: url(../img/sp/common/arrow_right_off.png);
	}
}

/* hover */
.module_pagers.skin_pink .pagers_body .item_pagers .item_pager a:hover {
	border-color: #f8b1c9;
	color: #ef4883;
	background-color: #fcebf1;
}
.module_pagers.skin_pink .pagers_body .item_pagers .skin_current a {
	color: #fff;
	background-color: #f8b1c9;
}
.module_pagers.skin_pink .pagers_body .item_pagers .skin_prev a:hover {
	background-color: #f8b1c9;
}
.module_pagers.skin_pink .pagers_body .item_pagers .skin_next a:hover {
	background-color: #f8b1c9;
}


/* skin_green
--------------------------------------------- */
/* -- item_total -- */
.module_pagers.skin_green .pagers_head .item_total {
	color: #24ccbc;
}

/* -- item_display -- */
.module_pagers.skin_green .pagers_head .item_display {
	color: #24ccbc;
}

/* -- item_pager -- */
.module_pagers.skin_green .pagers_body .item_pagers .item_pager a {
	border-color: #70ccc2;
	color: #24ccbc;
}
.module_pagers.skin_green .pagers_body .item_pagers .skin_prev a {
	background-image: url(../img/pc/common/arrow_left_green_off.png);
}
.module_pagers.skin_green .pagers_body .item_pagers .skin_next a {
	background-image: url(../img/pc/common/arrow_right_green_off.png);
}
@media screen and (max-width: 738px) {
	.module_pagers.skin_green .pagers_body .item_pagers .skin_prev a {
		background-image: url(../img/sp/common/arrow_left_green_off.png);
	}
	.module_pagers.skin_green .pagers_body .item_pagers .skin_next a {
		background-image: url(../img/sp/common/arrow_right_green_off.png);
	}
}
/* hover */
.module_pagers.skin_green .pagers_body .item_pagers .item_pager a:hover {
	border-color: #70ccc2;
	color: #24ccbc;
	background-color: #f2fcfb;
}
.module_pagers.skin_green .pagers_body .item_pagers .skin_current a {
	color: #fff;
	background-color: #70ccc2;
}
.module_pagers.skin_green .pagers_body .item_pagers .skin_prev a:hover {
	background-color: #70ccc2;
}
.module_pagers.skin_green .pagers_body .item_pagers .skin_next a:hover {
	background-color: #70ccc2;
}


/* ---------------------------------------------
 *   module_labels
--------------------------------------------- */
.module_labels {
	text-align: left;
	letter-spacing: -.4em;
}

/* -- item_label -- */
.module_labels .item_label {
	display: inline-block;
	padding: 7px 10px;
	border-radius: 3px;
	vertical-align: top;
	letter-spacing: normal;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	background-color: #ef4883;
	margin-left: 8px;
}
.module_labels .item_label:first-child {
	margin-left: 0;
}
@media screen and (max-width: 738px) {
	.module_labels .item_label {
		padding: 4px 9px;
		font-size: .875em;
		margin-bottom: 5px;
		margin-left: 5px;
	}
	.module_labels .item_label:first-child {
		margin-left: 0;
	}
}

/* skin */
.module_labels .item_label.skin_label_pale {
	background-color: #f8b1c9;
}
@media screen and (max-width: 738px) {
	.module_labels .item_label.skin_sp_text {
		padding: 0;
		vertical-align: middle;
		color: #f490b2;
		background-color: transparent;
		margin-bottom: 0;
	}
}


/* ---------------------------------------------
 *   module_lab_conditions
--------------------------------------------- */
.module_lab_conditions {
	padding-bottom: 30px;
}
@media screen and (max-width: 738px) {
	.module_lab_conditions {
		padding-bottom: 22px;
	}
}

/* lab_conditions_inner
--------------------------------------------- */
.lab_conditions_inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
	padding: 10px 10px 10px;
	border-radius: 5px;
	color: #ababab;
	background-color: #ededed;
}
@media screen and (max-width: 738px) {
	.lab_conditions_inner {
		display: block;
		width: auto;
		padding: 4.6875%;
	}
}

/* -- item_lists -- */
.lab_conditions_inner .item_lists {
	text-align: left;
	letter-spacing: -.4em;
	font-size: .93em;
}
@media screen and (max-width: 738px) {
	.lab_conditions_inner .item_lists {
		font-size: .88em;
	}
}

/* item_list */
.lab_conditions_inner .item_lists .item_list {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	font-weight: bold;
}
.lab_conditions_inner .item_lists .item_list:after {
	content: "|";
	display: inline-block;
	vertical-align: middle;
	color: #c5c5c5;
}
.lab_conditions_inner .item_lists .item_list:last-child {
	padding-right: 0;
}
.lab_conditions_inner .item_lists .item_list:last-child:after {
	display: none;
}
.lab_conditions_inner .item_lists .item_list span {
	display: inline-block;
	padding: 10px;
	line-height: 1;
}
.lab_conditions_inner .item_lists .skin_active span {
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
	line-height: 1;
	color: #fff;
	background-color: #70ccc2;
}
.lab_conditions_inner .item_lists .item_list a {
	display: inline-block;
	padding: 10px;
	line-height: 1;
	color: #24ccbc;
}
.lab_conditions_inner .item_lists .item_list a:hover {
	color: #40e3d0;
}
@media screen and (max-width: 738px) {
	.lab_conditions_inner .item_lists .item_list {
		display: inline;
		text-align: center;
	}
	.lab_conditions_inner .item_lists .item_list:after {
		display: inline;
		vertical-align: top;
	}
	.lab_conditions_inner .item_lists .item_list span {
		display: inline;
		padding: 3px;
	}
	.lab_conditions_inner .item_lists .skin_active span {
		display: inline;
		padding: 3px;
	}
	.lab_conditions_inner .item_lists .item_list a {
		display: inline;
		padding: 3px;
	}
}

/* skin_detail
--------------------------------------------- */
.module_lab_conditions.skin_detail .lab_conditions_inner .item_lists .item_list a {
	color: #8f8f8f;
}
.module_lab_conditions.skin_detail .lab_conditions_inner .item_lists .item_list a:hover {
	color: #c1c1c1;
}


/* ---------------------------------------------
 *   module_search_conditions
--------------------------------------------- */
.module_search_conditions {
	padding-bottom: 30px;
}
@media screen and (max-width: 738px) {
	.module_search_conditions {
		padding-bottom: 15px;
	}
}

/* search_conditions_inner
--------------------------------------------- */
.search_conditions_inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
	padding: 20px;
	border-radius: 5px;
	color: #808080;
	background-color: #ededed;
}
@media screen and (max-width: 738px) {
	.search_conditions_inner {
		display: block;
		width: auto;
		padding: 4.6875%;
	}
}

/* common setting
--------------------------------------------- */
.search_conditions_head,
.search_conditions_body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
@media screen and (max-width: 738px) {
	.search_conditions_head,
	.search_conditions_body {
		display: block;
	}
}

/* search_conditions_head
--------------------------------------------- */
.search_conditions_head {
	width: 105px;
	border-right: 1px dotted #8e8e8e;
}
@media screen and (max-width: 738px) {
	.search_conditions_head {
		width: auto;
		padding-bottom: 4.8076923%;
		border-right: 0;
		border-bottom: 1px dotted #8e8e8e;
	}
}

/* -- item_title -- */
.search_conditions_head .item_title {
	display: inline-block;
	padding-left: 25px;
	font-weight: bold;
	background: url(../img/pc/search/index/icon_search.png) 0 2px no-repeat;
}
@media screen and (max-width: 738px) {
	.search_conditions_head .item_title {
		display: block;
		padding-left: 20px;
		font-size: .875em;
		background-image: url(../img/sp/search/index/icon_search.png);
		-webkit-background-size: 13px 13px;
		background-size: 13px 13px;
	}
}

/* search_conditions_body
--------------------------------------------- */
.search_conditions_body {
	padding-left: 20px;
}
@media screen and (max-width: 738px) {
	.search_conditions_body {
		padding-top: 4.8076923%;
		padding-left: 0;
	}
}

/* -- item_lists -- */
.search_conditions_body .item_lists {
	text-align: left;
	letter-spacing: -.4em;
	font-size: .93em;
}
@media screen and (max-width: 738px) {
	.search_conditions_body .item_lists {
		font-size: .8333em;
	}
}

/* item_list */
.search_conditions_body .item_lists .item_list {
	display: inline-block;
	padding-right: 12px;
	vertical-align: top;
	letter-spacing: normal;
}
.search_conditions_body .item_lists .item_list:after {
	content: "/";
	display: inline-block;
	margin-left: 12px;
}
.search_conditions_body .item_lists .item_list:last-child {
	padding-right: 0;
}
.search_conditions_body .item_lists .item_list:last-child:after {
	display: none;
}
.search_conditions_body .item_lists .item_list span:after {
	content: "、";
	display: inline;
}
.search_conditions_body .item_lists .item_list span:last-child:after {
	display: none;
}
/* item_saraly */
.search_conditions_body .item_lists .item_salary .item_saraly_yearly,
.search_conditions_body .item_lists .item_salary .item_saraly_timely {
	display: inline;
}
.search_conditions_body .item_lists .item_salary p:nth-of-type(2) {
	margin-left: 1.0em;
}
@media screen and (max-width: 738px) {
	.search_conditions_body .item_lists .item_list {
		display: inline;
		padding-right: 9px;
	}
	.search_conditions_body .item_lists .item_list:after {
		margin-left: 9px;
	}
}


/* ---------------------------------------------
 *   module_search_box
--------------------------------------------- */
.module_search_box {
	overflow: hidden;
	margin-top: 45px;
}
@media screen and (max-width: 738px) {
	.module_search_box {
		overflow: visible;
		margin-top: 25px;
	}
}

/* search_box_head
--------------------------------------------- */
.search_box_head {
	padding: 30px;
	border: 1px solid #e0e0e0;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	background-color: #feeff4;
}
@media screen and (max-width: 738px) {
	.search_box_head {
		padding: 4.6875%;
	}
}

/* -- item_labels -- */
.search_box_head .item_labels {
	margin-bottom: 15px;
}
@media screen and (max-width: 738px) {
	.search_box_head .item_labels {
		margin-bottom: 5px;
	}
}

/* -- item_title -- */
.search_box_head .item_title {
	margin-bottom: 10px;
}
@media screen and (max-width: 738px) {
	.search_box_head .item_title {
		margin-bottom: 7px;
	}
}

/* -- item_lists -- */
.search_box_head .item_lists {
	text-align: left;
	letter-spacing: -.4em;
	line-height: 1.4;
	margin-bottom: 20px;
}
@media screen and (max-width: 738px) {
	.search_box_head .item_lists {
		line-height: 1.5;
		margin-bottom: 13px;
	}
}

/* item_list */
.search_box_head .item_lists .item_list {
	display: inline;
	vertical-align: top;
	letter-spacing: normal;
	color: #f490b2;
	font-size: .86em;
	font-weight: bold;
}
.search_box_head .item_lists .item_list:after {
	content: "｜";
	display: inline;
	vertical-align: top;
}
.search_box_head .item_lists .item_list:last-child:after {
	display: none;
}
@media screen and (max-width: 738px) {
	.search_box_head .item_lists .item_list {
		font-size: .75em;
	}
}

/* -- item_summary -- */
.search_box_head .item_summary {
	padding: 18px 22px;
	border: 1px solid #fbd0de;
	border-radius: 3px;
	background-color: #fff;
}
@media screen and (max-width: 738px) {
	.search_box_head .item_summary {
		padding: 9px 13px;
	}
}

/* item_text */
.search_box_head .item_summary .item_text {
	color: #ef4483;
	font-size: 1.15em;
	font-weight: bold;
}
@media screen and (max-width: 738px) {
	.search_box_head .item_summary .item_text {
		line-height: 1.8;
		font-size: 1.0em;
	}
}

/* -- item_form_caption -- */
.search_box_head .item_form_caption {
	margin-bottom: 25px;
}
.search_box_head .item_form_caption span {
	color: #d40000;
}
@media screen and (max-width: 738px) {
	.search_box_head .item_form_caption {
		font-size: 1.15em;
	}
}

/* search_box_body
--------------------------------------------- */
.search_box_body {
	padding: 26px 30px 30px;
	border: 1px solid #e0e0e0;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
}
@media screen and (max-width: 738px) {
	.search_box_body {
		padding: 4.0625% 4.6875% 4.6875%;
	}
}

/* search_box_leadtext
--------------------------------------------- */
.search_box_leadtext {
	display: table;
	width: 100%;
	margin-bottom: 26px;
}
@media screen and (max-width: 738px) {
	.search_box_leadtext {
		display: block;
		width: auto;
		margin-bottom: 12px;
	}
}

/* -- item_cell -- */
.search_box_leadtext .item_cell {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
@media screen and (max-width: 738px) {
	.search_box_leadtext .item_cell {
		display: block;
	}
}

/* -- item_images -- */
.search_box_leadtext .item_images {
	width: 464px;
	padding: 4px 32px 4px 0;
}
/* item_image */
.search_box_leadtext .item_images .item_image {
	width: 432px;
	border-radius: 3px;
	overflow: hidden;
}
@media screen and (max-width: 738px) {
	.search_box_leadtext .item_images {
		width: auto;
		padding: 0;
		margin-bottom: 12px;
	}
	/* item_image */
	.search_box_leadtext .item_images .item_image {
		width: auto;
	}
	.search_box_leadtext .item_images .item_image img {
		width: 100%;
	}
}

/* -- item_leadtext -- */
@media screen and (max-width: 738px) {
	.search_box_leadtext .item_leadtext {
		line-height: 1.8;
		font-size: 1.15em;
	}
}

/* search_box_terms
--------------------------------------------- */
.search_box_terms {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 165px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	background-color: #fff;
	overflow-y: scroll;
	margin-top: 30px;
}
@media screen and (max-width: 738px) {
	.search_box_terms {
		height: 124px;
		margin-top: 12px;
	}
}

/* -- item_inner -- */
.search_box_terms .item_inner {
	padding: 18px 22px;
}
@media screen and (max-width: 738px) {
	.search_box_terms .item_inner {
		padding: 15px 4.6875%;
	}
}

/* -- item_head -- */
.search_box_terms .item_head {
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 738px) {
	.search_box_terms .item_head {
		font-size: 1.0em;
		margin-bottom: 10px;
	}
}

/* -- item_body -- */
.search_box_terms .item_body p {
	margin-top: 1.0em;
}
.search_box_terms .item_body p:first-child {
	margin-top: 0;
}
.search_box_terms .item_body span {
	display: block;
	margin-top: .3em;
}
.search_box_terms .item_body span:first-child {
	margin-top: 0;
}
.search_box_terms .item_body .pdl1-0 {
	padding-left: 1.0em;
}
.search_box_terms .item_body .item_term_table {
	width: 100%;
	margin-top: .5em;
	margin-bottom: .5em;
}
.search_box_terms .item_body .item_term_table th {
	background-color: #e0e0e0;
}
.search_box_terms .item_body .item_term_table th,
.search_box_terms .item_body .item_term_table td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 22%;
	padding: 2px 5px;
	border: 1px solid #ccc;
}
.search_box_terms .item_body .item_term_table th:nth-of-type(5),
.search_box_terms .item_body .item_term_table td:nth-of-type(5) {
	width: 12%;
}
@media screen and (max-width: 738px) {
	.search_box_terms .item_body {
		font-size: .875em;
	}
}

/* search_box_consent
--------------------------------------------- */
.search_box_consent {
	text-align: center;
	margin-top: 27px;
}
@media screen and (max-width: 738px) {
	.search_box_consent {
		font-size: .875em;
		margin-top: 20px;
	}
}

/* search_box_confirm_text
--------------------------------------------- */
.search_box_confirm_text {
	margin-bottom: 25px;
}
@media screen and (max-width: 738px) {
	.search_box_confirm_text {
		font-size: 1.15em;
		margin-bottom: 20px;
	}
}

/* search_box_foot
--------------------------------------------- */
.search_box_foot {
	padding: 30px;
	text-align: center;
}
@media screen and (max-width: 738px) {
	.search_box_foot {
		padding: 20px 10.15625%;
	}
}

/* -- item_button -- */
.search_box_foot .item_button {
	width: 296px;
	vertical-align: top;
}
@media screen and (max-width: 738px) {
	.search_box_foot .item_button {
		display: block;
		width: auto;
		padding: 12px;
		border-radius: 3px;
		font-size: 1.125em;
	}
}

/* skin
--------------------------------------------- */
/* -- skin_search_detail -- */
.module_search_box.skin_search_detail {
	margin-top: 0;
}
/* search_box_head */
.module_search_box.skin_search_detail .search_box_head {
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}
.module_search_box.skin_search_detail .search_box_head .item_lists .item_list {
	color: #8f8f8f;
}
/* search_box_body */
.module_search_box.skin_search_detail .search_box_body {
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}
/* search_box_leadtext */
.module_search_box.skin_search_detail .search_box_leadtext {
	margin-bottom: 30px;
}
.module_search_box.skin_search_detail .search_box_leadtext .item_images {
	width: 496px;
	padding: 0 30px 0 0;
}
.module_search_box.skin_search_detail .search_box_leadtext .item_images .item_image {
	width: 464px;
}
.module_search_box.skin_search_detail .search_box_leadtext .item_leadtext .item_text {
	padding: 18px 22px;
	border-radius: 3px;
	color: #ef4483;
	font-size: 1.08em;
	font-weight: bold;
	background-color: #f5e3e9;
}
/* search_box_foot */
.module_search_box.skin_search_detail .search_box_foot {
	padding: 48px 0 85px;
}
.module_search_box.skin_search_detail .search_box_foot .item_button {
	padding: 14px 10px;
	line-height: 1.3;
	margin-right: 24px;
	margin-left: 24px;
}
.module_search_box.skin_search_detail .search_box_foot .item_button span {
	display: block;
	font-size: .78em;
}
@media screen and (max-width: 738px) {
	.module_search_box.skin_search_detail .search_box_head .item_lists .item_list {
		color: #8f8f8f;
	}
	/* search_box_leadtext */
	.module_search_box.skin_search_detail .search_box_leadtext {
		margin-bottom: 16px;
	}
	.module_search_box.skin_search_detail .search_box_leadtext .item_images {
		width: auto;
		padding: 0;
		margin-bottom: 16px;
	}
	.module_search_box.skin_search_detail .search_box_leadtext .item_images .item_image {
		width: auto;
	}
	.module_search_box.skin_search_detail .search_box_leadtext .item_images .item_image img {
		width: 100%;
	}
	.module_search_box.skin_search_detail .search_box_leadtext .item_leadtext .item_text {
		padding: 13px 16px;
		line-height: 1.8;
		font-size: 1.0em;
	}
	/* search_box_foot */
	.module_search_box.skin_search_detail .search_box_foot {
		padding: 20px 10.15625% 34px;
	}
	.module_search_box.skin_search_detail .search_box_foot .item_button {
		display: block;
		width: auto;
		padding: 12px;
		border-radius: 3px;
		line-height: 1;
		font-size: 1.125em;
		margin-right: 0;
		margin-bottom: 12px;
		margin-left: 0;
	}
	.module_search_box.skin_search_detail .search_box_foot .item_button span {
		font-size: .67em;
		margin-top: 3px;
	}
}

/* -- skin_search_form -- */
.module_search_box.skin_search_form {
	margin-top: 0;
}
/* search_box_head */
.module_search_box.skin_search_form .search_box_head {
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 40px;
}
.module_search_box.skin_search_form .search_box_head .item_title {
	margin-bottom: 20px;
}
.module_search_box.skin_search_form .search_box_head .module_tel {
	border-radius: 3px;
	overflow: hidden;
}
/* search_box_body */
.module_search_box.skin_search_form .search_box_body {
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}
/* search_box_foot */
.module_search_box.skin_search_form .search_box_foot {
	padding: 25px 0 40px;
}
.module_search_box.skin_search_form .search_box_foot .item_button {
	padding: 17px 10px;
	margin-right: 24px;
	margin-left: 24px;
}

/* confirm */
.module_search_box.skin_search_form .search_box_foot.skin_search_form_confirm_foot {
	width: 688px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.module_search_box.skin_search_form .search_box_foot.skin_search_form_confirm_foot .item_button {
	float: right;
}
@media screen and (max-width: 738px) {
	/* search_box_head */
	.module_search_box.skin_search_form .search_box_head {
		margin-bottom: 25px;
	}
	.module_search_box.skin_search_form .search_box_head .item_title {
		margin-bottom: 15px;
	}
	.module_search_box.skin_search_form .search_box_head .module_tel {
		position: relative;
		z-index: 1;
		border-radius: 0;
		overflow: hidden;
		margin-right: -5.172413793%;
		margin-left: -5.172413793%;
	}
	/* search_box_foot */
	.module_search_box.skin_search_form .search_box_foot {
		padding: 25px 0;
	}
	.module_search_box.skin_search_form .search_box_foot .item_button {
		width: 76%;
		padding: 13px 10px;
		font-size: 1.0em;
		margin-right: auto;
		margin-top: 12px;
		margin-left: auto;
	}
	.module_search_box.skin_search_form .search_box_foot .item_button:first-child {
		margin-top: 0;
	}
	/* confirm */
	.module_search_box.skin_search_form .search_box_foot.skin_search_form_confirm_foot {
		width: auto;
		overflow: visible;
		margin-right: 0;
		margin-left: 0;
	}
	.module_search_box.skin_search_form .search_box_foot.skin_search_form_confirm_foot .item_button {
		float: none;
	}
}

/* -- skin_search_form_complete -- */
.module_search_box.skin_search_form_complete {
	margin-top: 0;
}
/* search_box_head */
.module_search_box.skin_search_form_complete .search_box_head {
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 20px;
}
.module_search_box.skin_search_form_complete .search_box_head .item_title {
	font-size: 1.58em;
	font-weight: bold;
	margin-bottom: 12px;
}
/* search_box_body */
.module_search_box.skin_search_form_complete .search_box_body {
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 45px;
}
.module_search_box.skin_search_form_complete .search_box_body .item_text {
	line-height: 1.8;
}
/* search_box_foot */
.module_search_box.skin_search_form_complete .search_box_foot {
	padding: 25px 0;
}
.module_search_box.skin_search_form_complete .search_box_foot .item_button {
	padding: 7px 10px;
	margin-right: 24px;
	margin-left: 24px;
}
@media screen and (max-width: 738px) {
	/* search_box_head */
	.module_search_box.skin_search_form_complete .search_box_head {
		margin-bottom: 20px;
	}
	.module_search_box.skin_search_form_complete .search_box_head .item_title {
		letter-spacing: -.05em;
		font-size: 1.375em;
		margin-bottom: 12px;
	}
	.module_search_box.skin_search_form_complete .search_box_head .item_leadtext {
		font-size: 1.15em;
	}
	/* search_box_body */
	.module_search_box.skin_search_form_complete .search_box_body {
		font-size: 1.15em;
		margin-bottom: 20px;
	}
	.module_search_box.skin_search_form_complete .search_box_body .item_text {
		line-height: 1.8;
	}
	/* search_box_foot */
	.module_search_box.skin_search_form_complete .search_box_foot {
		padding: 25px 0;
	}
	.module_search_box.skin_search_form_complete .search_box_foot .item_button {
		width: 76%;
		padding: 13px 10px;
		font-size: 1.0em;
		margin-right: auto;
		margin-top: 12px;
		margin-left: auto;
	}
	.module_search_box.skin_search_form_complete .search_box_foot .item_button:first-child {
		margin-top: 0;
	}
}

/* RCMS Original
--------------------------------------------- */
.module_search_box .alert,
.module_form .alert {
	color: #f00;
	margin-bottom: 20px;
}
.module_search_box .alert strong,
.module_form .alert strong {
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 5px;
}
.module_search_box .alert ul,
.module_form .alert ul {
	padding: 10px;
	border: 1px solid #f00;
	background-color: #f5e3e9;
}
.module_search_box .alert ul li,
.module_form .alert ul li {
	margin-top: 5px;
}
.module_search_box .alert ul li:first-child,
.module_form .alert ul li:first-child {
	margin-top: 0;
}


/* ---------------------------------------------
 *   module_form
--------------------------------------------- */
.module_form {
	margin-bottom: 40px;
}
@media screen and (max-width: 738px) {
	.module_form {
		margin-bottom: 20px;
	}
}

.module_form.skin_client_form td {
	font-size: .875em;
}

/* form_head
--------------------------------------------- */
.form_head {
	margin-bottom: 45px;
}
@media screen and (max-width: 738px) {
	.form_head {
		margin-bottom: 25px;
	}
}

/* form_leadtext
--------------------------------------------- */
.form_leadtext {
	margin-bottom: 25px;
}
.form_leadtext span {
	color: #d40000;
}
@media screen and (max-width: 738px) {
	.form_leadtext {
		font-size: 1.15em;
		margin-bottom: 20px;
	}
}

/* form_body
--------------------------------------------- */
.form_body {
	margin-bottom: 30px;
}
@media screen and (max-width: 738px) {
	.form_body {
		margin-bottom: 20px;
	}
}

/* form_terms
--------------------------------------------- */
.form_terms {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 165px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	background-color: #fff;
	overflow-y: scroll;
	margin-top: 30px;
}
@media screen and (max-width: 738px) {
	.form_terms {
		height: 124px;
		margin-top: 12px;
	}
}

/* -- item_inner -- */
.form_terms .item_inner {
	padding: 18px 22px;
}
@media screen and (max-width: 738px) {
	.form_terms .item_inner {
		padding: 15px 4.6875%;
	}
}

/* -- item_head -- */
.form_terms .item_head {
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 1.0em;
}
@media screen and (max-width: 738px) {
	.form_terms .item_head {
		font-size: 1.0em;
	}
}

.form_terms .item_body p {
	margin-top: 1.0em;
}
.form_terms .item_body p:first-child {
	margin-top: 0;
}
.form_terms .item_body span {
	display: block;
	margin-top: .3em;
}
.form_terms .item_body span:first-child {
	margin-top: 0;
}
.form_terms .item_body .item_term_table {
	width: 100%;
	margin-top: .5em;
	margin-bottom: .5em;
}
.form_terms .item_body .item_term_table th {
	background-color: #e0e0e0;
}
.form_terms .item_body .item_term_table th,
.form_terms .item_body .item_term_table td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 22%;
	padding: 2px 5px;
	border: 1px solid #ccc;
}
.form_terms .item_body .item_term_table th:nth-of-type(5),
.form_terms .item_body .item_term_table td:nth-of-type(5) {
	width: 12%;
}
/* -- item_body -- */
@media screen and (max-width: 738px) {
	.form_terms .item_body {
		font-size: .875em;
	}
}

/* form_consent
--------------------------------------------- */
.form_consent {
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 738px) {
	.form_consent {
		font-size: .875em;
		margin-top: 20px;
	}
}

/* form_foot
--------------------------------------------- */
.form_foot {
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 738px) {
	.form_foot {
		text-align: center;
		margin-top: 20px;
	}
	.form_foot.skin_consult_form {
		padding: 5px 0 5px;
		margin-top: 0;
	}
}

/* -- item_button -- */
.form_foot .item_button {
	width: 296px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1;
}
@media screen and (max-width: 738px) {
	.form_foot .item_button {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.form_foot.skin_consult_form .item_button {
		width: 76%;
		padding: 13px 10px;
		line-height: 1.6;
		font-size: 1.0em;
		margin-right: auto;
		margin-left: auto;
	}
}

/* confirm
--------------------------------------------- */
.form_confirm_text {
	margin-bottom: 25px;
}
.module_form.skin_confirm .form_foot {
	width: 688px;
	padding-top: 25px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.module_form.skin_confirm .form_foot .item_button {
	margin-right: 24px;
	margin-left: 24px;
}
.module_form.skin_confirm .form_foot .item_button {
	float: right;
}
@media screen and (max-width: 738px) {
	.form_confirm_text {
		font-size: 1.15em;
		margin-bottom: 20px;
	}
	/* search_box_foot */
	.module_form.skin_confirm .form_foot {
		padding: 0;
	}
	.module_form.skin_confirm .form_foot .item_button {
		width: 76%;
		padding: 13px 10px;
		font-size: 1.0em;
		margin-right: auto;
		margin-top: 12px;
		margin-left: auto;
	}
	.module_form.skin_confirm .form_foot .item_button:first-child {
		margin-top: 0;
	}
	/* confirm */
	.module_form.skin_confirm .form_foot {
		width: auto;
		overflow: visible;
		margin-right: 0;
		margin-left: 0;
	}
	.module_form.skin_confirm .form_foot .item_button {
		float: none;
	}
}


/* complete
--------------------------------------------- */
/* form_head */
.module_form.skin_complete .form_head {
	margin-bottom: 20px;
}
.module_form.skin_complete .form_head .item_title {
	font-size: 1.58em;
	font-weight: bold;
	margin-bottom: 12px;
}
/* form_body */
.module_form.skin_complete .form_body {
	margin-bottom: 45px;
}
.module_form.skin_complete .form_body .item_text {
	line-height: 1.8;
}
/* form_foot */
.module_form.skin_complete .form_foot {
	padding-top: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.module_form.skin_complete .form_foot .item_button {
	padding: 12px 10px;
	margin-right: 24px;
	margin-left: 24px;
}
/* form_complete_buttons */
.form_complete_buttons {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.form_complete_buttons .item_button {
	width: 384px;
	padding-top: 16px;
	padding-bottom: 16px;
}
@media screen and (max-width: 738px) {
	/* form_head */
	.module_form.skin_complete .form_head {
		margin-bottom: 20px;
	}
	.module_form.skin_complete .form_head .item_title {
		letter-spacing: -.05em;
		font-size: 1.375em;
		margin-bottom: 12px;
	}
	.module_form.skin_complete .form_head .item_leadtext {
		font-size: 1.15em;
	}
	/* form_body */
	.module_form.skin_complete .form_body {
		font-size: 1.15em;
		margin-bottom: 20px;
	}
	.module_form.skin_complete .form_body .item_text {
		line-height: 1.8;
	}
	/* form_foot */
	.module_form.skin_complete .form_foot {
		padding: 12px 0 0;
	}
	.module_form.skin_complete .form_foot .item_button {
		width: 55.86%;
		padding: 13px 10px;
		font-size: 1.0em;
		margin-right: auto;
		margin-top: 12px;
		margin-left: auto;
	}
	.module_form.skin_complete .form_foot .item_button:first-child {
		margin-top: 0;
	}
	/* form_complete_buttons */
	.form_complete_buttons {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.form_complete_buttons .item_button {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 1.0;
	}
}


/* ---------------------------------------------
 *   module_pagetop
--------------------------------------------- */
.module_pagetop {
	height: 1.0em;
	padding: 20px 30px;
	text-align: right;
	background-color: #ededed;
	overflow: hidden;
}
@media screen and (max-width: 738px) {
	.module_pagetop {
		padding: 15px;
	}
}

/* item_pagetop */
.module_pagetop .item_pagetop {
	display: inline-block;
	height: 14px;
	padding-right: 24px;
	vertical-align: top;
	line-height: 14px;
	color: #24ccbc;
	font-size: .86em;
	background: url(../img/pc/common/arrow_totop_sprite.png) 100% 0 no-repeat;
}
.module_pagetop .item_pagetop:hover {
	color: #3ddbc9;
	background-position: 100% -19px;
}
@media screen and (max-width: 738px) {
	.module_pagetop .item_pagetop {
		height: 11px;
		padding-right: 17px;
		letter-spacing: normal;
		line-height: 11px;
		font-size: .75em;
		background-position: 100% 50%;
		background-image: url(../img/sp/common/btn_totop.png);
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	.module_pagetop .item_pagetop:hover {
		color: #30c0b0;
		background-position: 100% 50%;
	}
}
