@charset "UTF-8";

/* --------------------------------------------  
	 Reset 
--------------------------------------------  */

html {
	position: relative;
}

body {
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	box-sizing: border-box;
}

.page_wrapper {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

a {
	color: #333333;
	text-decoration: none;
}

.link-usual {
	color: #008cd6;
}

.link-usual:hover {
	color: #00b8e6;
}


ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

p {
	margin: 0;
}

.font-en {
	font-family: 'Cabin Condensed', sans-serif;
}

img {
	-webkit-backface-visibility: hidden !important;
}



@media screen and (min-width: 641px), print {
	/* ------------------  pc   ------------------   */
	html,
	body {
		font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
		min-width: 1008px;
		-webkit-text-size-adjust: none;
	}
	
	body {
		margin-top:-110px;
		padding-top:110px;
	}

	/* noscript */
	.js-off-attention {
		display: block;
		width: 100%;
		min-width: 978px;
		padding: 15px 5px;
		text-align: center;
		background: #fff28f;
		margin: auto;
		box-sizing: border-box;
	}
	
	.js-off-attention h3 {
		margin-top: 0;
		 margin-bottom: 5px;
	}

.js-off-attention {
  position: fixed;
  z-index: 9999;
}

}



@media screen and (max-width: 640px){
	/* ------------------  smp   ------------------   */

	html,
	body {
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Meiryo, "メイリオ", sans-serif;
		min-width: 320px;
		width: 100%;
	}

	/* noscript */
	.js-off-attention {
		display: block;
		width: 100%;
		min-width: auto;
		padding: 13px 8px;
		text-align: center;
		background: #fff28f;
		margin: auto;
		box-sizing: border-box;
	}

	.js-off-attention h3 {
		margin-top: 0;
		 margin-bottom: 5px;
	}
	
	
}

/* --------------------------------------------  
	 common
--------------------------------------------  */
	
.img-fluid {
	height: auto;
	max-width: 100%;
}

.img-area {
	line-height: 0;
}

.hover_alpha:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.list-default li {
	padding-left: 1.4em;
	margin-bottom: 10px;
	position: relative;
}

.list_icon {
	padding-left: 1.4em;
	margin-bottom: 10px;
	position: relative;
}

.list-default li:before {
	content: "";
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	margin: 0 2px;
	background: #008cd6;
	position: absolute;
	top: 6px;
	left: 0;
	
}
		
	/* ---  icon  --------------------------------*/ 		
		
	.icon-arrow-primary,
	.icon-arrow-white {
		display: inline-block;
		padding-left: 1.3em;
		position: relative;
		box-sizing: border-box;
	}
	
	.icon-arrow-primary:before,
	.icon-arrow-white:before {
		content: "";
		display: inline-block;
		width: 0.9em;
		height: 0.9em;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto 0;
	}
	
	.icon-blank_orange {
		display: inline;
		padding-left: 1.3em;
		position: relative;
		box-sizing: border-box;
	}
	
	.icon-blank_orange:before {
		content: "";
		display: inline-block;
		width: 0.9em;
		height: 0.9em;
		position: absolute;
		top: 0;
		left: 0.1em;
	}
	
	.icon-arrow-primary:before {
		background: url(../images/icon/icon_arrow_primary.png) no-repeat;
		background-size: cover;
	}
	
	.icon-arrow-white:before {
		background: url(../images/icon/icon_arrow_white.png) no-repeat;
		background-size: cover;
	}
	
	.icon-blank_orange:before {
		background: url(../images/icon/icon_blank_orange.png) no-repeat;
		background-size: cover;
	}
		
	.icon-pages-blue {
		position: relative;
	}
	
	.icon-pages-blue:before {
		content: "";
		display: block;
		clear: both;
		width: 31px;
		height: 31px;
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	
	.icon-pages-blue:before {
		background: url(../images/icon/icon_pages.png) no-repeat;
		background-size: contain;
	}
		
	
	.link_block,
	.link_no-border {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 100;
		box-sizing: border-box;
	}
	
	.link_block {
		border: 3px solid rgba(255,255,255,0);
	}
	
	
	
	

@media screen and (min-width: 641px), print {
	/* ------------------  pc   ------------------   */
	
	.link_block:hover {
		border: 3px solid #008cd6;
	}
	
	
}

@media screen and (max-width: 640px){
	/* ------------------  smp   ------------------   */
	
	.link_block {
		border: 10px solid rgba(255, 255, 255, 0);
	}
	
}



	.heading-icon {
		margin-left: 1.75em;
	}
	
	.heading-icon.normal {
		margin-left: 1em;
	}
	
	.heading-icon .icon-area {
		display: inline-block;
		width: 1.6em;
		height: 1.6em;
		margin-left: -1.75em;
		margin-right: 0.5em;
		line-height: 1.75;
		text-align: center;
	}
	
	.heading-icon.normal .icon-area {
		width: 1em;
		height: 1em;
		margin-left: -1em;
		margin-right: 0em;
	}
	
	.number {
		font-family: 'Cabin Condensed', sans-serif;
		color: #fff;
		font-weight: bold;
		background: #00a0c6;
	}
	
	
	
	
/* ---  font  --------------------------------*/ 	
	
.font-wt-md {
	font-weight: normal;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.color-primary {
	color: #007894;
}
	
.heading_lead {
	margin: 0;
	padding: 0;
}

.heading-block_wrap {
	border: 2px solid #008cd6;
	background: #ffffff;
}

.toggle-area {
	display: block;
}

.toggle-body {
	 display: none;
 }


.heading-section {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #007894;
	box-sizing: border-box;
}



@media screen and (min-width: 641px), print {
	/* ------------------  pc   ------------------   */

	.font-sm {
		font-size: 14px;
	}
	
	.font-md {
		font-size: 16px;
	}
	
	.font-md-lg {
		font-size: 18px;
	}
	
	.font-md-xl {
		font-size: 22px;
	}
	
	.font-md-ex {
		font-size: 28px;
		font-weight: bold
	}
	
	.heading_lead {
		font-size: 20px;
	}
	
	.heading-block_wrap {
		display: block;
		margin: 4px 15px 36px;
		padding: 0;
		box-shadow: 8px 8px #ebf6fb;
		position: relative;
	}
	
	.heading-block_wrap:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.heading-block_sub {
		width: 116px;
		height: 32px;
		padding-left: 26px;
		font-size: 15px;
		color: #fff;
		letter-spacing: 2px;
		background: url(../../project/images/heading_ribbon.png) no-repeat;
		background-position: top left;
		position: absolute;
		top: -6px;
		left: -17px;
	}
	
	.heading-block {
		margin: 22px 0;
		font-size: 24px;
		text-align: center;
		letter-spacing: 2px;
	}
	
	.toggle-body:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.toggle-area {
		height: 40px;
	}
	
	.toggle-btn {
		width: 155px;
		height: 40px;
		font-size: 0;
		background: url(../../project/images/pc_btndetail_plus.png) no-repeat;
		position: absolute;
		right: 0;
		bottom: 0;
		cursor: pointer;
		z-index: 10;
	}
	
	.toggle-btn.is-open {
		background: url(../../project/images/pc_btndetail_minus.png) no-repeat;		
	}


	.heading-section {
		max-width: 978px;
		padding: 6px 0 7px;
		margin: 0 0 30px;
	}
		
	.heading-before_line {
		font-size: 20px;
		padding-left: 30px;
		margin: 24px 0 15px 0;
		position: relative;
	}

	.heading-before_line:before {
		content: "";
		display: block;
		width: 20px;
		height: 6px;
		background: #008cd6;
		position: absolute;
		top: 13px;
		left: 0;
	}

	
		
}

	
@media screen and (max-width: 640px){
	/* ------------------  smp   ------------------   */

	.sp-text-left {
		text-align: left;
	}
	
	.sp-text-center {
		text-align: center;
	}
	
	.sp-text-right {
		text-align: right;
	}

	.font-sm {
		font-size: 12px;
	}
	
	.font-md {
		font-size: 14px;
	}
	
	.font-md-lg {
		font-size: 16px;
	}
	
	.font-md-xl {
		font-size: 18px;
	}
	
	.font-md-ex {
		font-size: 26px;
		font-weight: bold
	}

	.sp-font-xs {
		font-size: 11px;
	}
	
	.sp-font-sm {
		font-size: 12px;
	}
	
	.sp-font-md {
		font-size: 14px;
	}
	
	.sp-font-lg {
		font-size: 16px;
	}
	
	.sp-font-xl {
		font-size: 18px;
	}
	
	.heading_lead {
		font-size: 18px;
	}
	
	.sp-toggle-header {
		position: relative;
	}

	.heading-block_wrap {
		margin-bottom: 10px;
	}
	
	.heading-block_sub {
		display: inline-block;
		font-size: 10px;
		color: #008cd6;
		letter-spacing: 1px;
		position: absolute;
		top: 4px;
		left: 11px;
	}
	
	.heading-block {
		padding-right: 60px;
		margin: 21px 0 19px 15px;
		font-size: 18px;
		position: relative;
	}
	
	.sp-toggle-header:before {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		line-height: 0;
		background: url(../images/icon/icon_toggle_plus_blue.png) no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto 0;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	.sp-toggle-header.is-open:before {
		background: url(../images/icon/icon_toggle_minus_blue.png) no-repeat;
		background-size: cover;
	}
	
	.sp-toggle-body {
		 display: none;
	}
	 
	.toggle-area {
		display: block;
		padding: 0;
		margin: 14px 0 20px 0;
	}
	
	.toggle-btn {
		display: block;
		padding: 11px 60px 10px;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		border-radius: 3px;
		color: #fff;
		background: #008cd6;
		box-sizing: border-box;
	}
	
	.toggle-btn:before {
		content: "";
		display: block;
		width: 23px;
		height: 23px;
		line-height: 0;
		background: url(../images/icon/icon_toggle_plus.png) no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 23px;
		margin: auto 0;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	.toggle-btn.is-open {
		background-color: #32589f;
	}

	.toggle-btn.is-open:before {
		background: url(../images/icon/icon_toggle_minus.png) no-repeat;
		background-size: cover;
	}

	.heading-section {
		padding: 5px 0 4px;
	}
	
	.heading-before_line {
		font-size: 18px;
		padding-left: 30px;
		margin: 12px 0 10px 0;
		position: relative;
	}

	.heading-before_line:before {
		content: "";
		display: block;
		width: 20px;
		height: 6px;
		background: #008cd6;
		position: absolute;
		top: 9px;
		left: 0;
	}
	
}

/* ---  table  ---------------------------------*/ 

.table_usual {
	width: 100%;
	border-collapse: collapse;
}

table.table_usual>*>tr>th {
	border: 1px solid #00a0c6;
}

.table_usual th,
.table_usual td {
	padding: 15px 15px 14px;
}


.table_usual th {
	text-align: center;
	background: #e4f1f5;
}

.table_usual th.th-light {
	background: #f4fcfe;
}

.table_usual th.th-col {
	padding: 9px 15px 6px;
	background: #b4e0ee;
}

table.table_usual>*>tr>td {
	border: 1px solid #00a0c6;
}

.table_usual td {
	background: #fff;
}

.table_usual dl {
	margin: 0;
	position: relative;
}

.table_usual dl:after {
	content: "";
	display: block;
	clear: both;
}

.vallign_top {
	vertical-align: top;
}

/* ---  table hanging ---------------------------------*/ 
table.hanging th,
table.hanging td {
	padding: 0;
}

table.hanging .hanging_icon {
	vertical-align: top;
}

@media screen and (min-width: 641px), print {
	/* ------------------  pc   ------------------   */
	
	.table_usual {
		width: 978px;
	}
	
	.table_usual th {
		width: 238px;
		box-sizing: border-box;
	}
	
	.table_usual dl dt {
		width: 84px;
		position: absolute;
		left: 0;
	}
	
	.table_usual dl dd {
		padding-left: 84px; 
		margin-left: 15px;
	}
	
}

@media screen and (max-width: 640px){
	/* ------------------  smp   ------------------   */
	.table_usual dl dt {
		display: block;
	}
	
	.table_usual dl dd {
		margin-left: 0;
	}
	
	.table_wrap {
		padding-bottom: 10px;
		overflow-x: auto;
		position: relative;
	}
		
	.table_wrap .table_usual {
		width: 978px;
	}
	
	.table_wrap .slide_icon {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
		border-radius: 5px;
		background: rgba(0, 160, 198, 0.8) url(../images/icon/touch_slide.png) no-repeat center center;
		background-size: contain;
	}

	
}


/* ---  col  ---------------------------------*/ 

.col_wrap {
	overflow: hidden;
	list-style: none;
}

.col_row {
	list-style: none;
	padding: 0;
	/*
	margin: 0 -15px;
	*/
	list-style: none;
}

.col_row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	box-sizing: border-box;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.66666667%;
}

.col-10 {
	width: 83.33333333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.66666667%;
}

.col-7 {
	width: 58.33333333%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.66666667%;
}

.col-4 {
	width: 33.33333333%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.66666667%;
}

.col-1 {
	width: 8.33333333%;
}
	
.col-offset-12 {
	margin-left: 100%;
}

.col-offset-11 {
	margin-left: 91.66666667%;
}

.col-offset-10 {
	margin-left: 83.33333333%;
}

.col-offset-9 {
	margin-left: 75%;
}

.col-offset-8 {
	margin-left: 66.66666667%;
}

.col-offset-7 {
	margin-left: 58.33333333%;
}

.col-offset-6 {
	margin-left: 50%;
}

.col-offset-5 {
	margin-left: 41.66666667%;
}

.col-offset-4 {
	margin-left: 33.33333333%;
}

.col-offset-3 {
	margin-left: 25%;
}

.col-offset-2 {
	margin-left: 16.66666667%;
}

.col-offset-1 {
	margin-left: 8.33333333%;
}

.col-offset-0 {
	margin-left: 0;
}

.col-pull-12 {
	right: 100%;
}

.col-pull-11 {
	right: 91.66666667%;
}

.col-pull-10 {
	right: 83.33333333%;
}

.col-pull-9 {
	right: 75%;
}

.col-pull-8 {
	right: 66.66666667%;
}

.col-pull-7 {
	right: 58.33333333%;
}

.col-pull-6 {
	right: 50%;
}

.col-pull-5 {
	right: 41.66666667%;
}

.col-pull-4 {
	right: 33.33333333%;
}

.col-pull-3 {
	right: 25%;
}

.col-pull-2 {
	right: 16.66666667%;
}

.col-pull-1 {
	right: 8.33333333%;
}

.col-pull-0 {
	right: auto;
}

.col-push-12 {
	left: 100%;
}

.col-push-11 {
	left: 91.66666667%;
}

.col-push-10 {
	left: 83.33333333%;
}

.col-push-9 {
	left: 75%;
}

.col-push-8 {
	left: 66.66666667%;
}

.col-push-7 {
	left: 58.33333333%;
}

.col-push-6 {
	left: 50%;
}

.col-push-5 {
	left: 41.66666667%;
}

.col-push-4 {
	left: 33.33333333%;
}

.col-push-3 {
	left: 25%;
}

.col-push-2 {
	left: 16.66666667%;
}

.col-push-1 {
	left: 8.33333333%;
}

.col-push-0 {
	left: auto;
}

.bg_dot {
	display: block;
	background: url(../images/pattern/dot_bg.gif) repeat;
	overflow: hidden;
}

.bg_inner {
	margin: 0 auto;
}


	
@media screen and (min-width: 641px), print {
	/* ------------------  pc   ------------------   */
	
	.pc-hide {
		display: none !important;
	}
	
	.bg_dot {
		margin: 0 -9999px;
	}
		
	.bg_inner {
		width: 1008px;
		padding: 30px 0 26px;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 640px){
	/* ------------------  smp   ------------------   */
	
	.sp-hide {
		display: none !important;
	}
	
	.sp-xsmall {
		width: 5.0rem;
	}

	.sp-small {
		width: 8.0rem;
	}

	.sp-md {
		width: 10.0rem;
	}

	.col_row {
		margin-right: -10px;
		margin-left: -10px;
	}
		
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.sp_col-1,
	.sp_col-2,
	.sp_col-3,
	.sp_col-4,
	.sp_col-5,
	.sp_col-6,
	.sp_col-7,
	.sp_col-8,
	.sp_col-9,
	.sp_col-10,
	.sp_col-11,
	.sp_col-12 {
		box-sizing: border-box;
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px;
		float: left;
	}
	
	.sp_col-12 {
		width: 100%;
	}
	.sp_col-11 {
		width: 91.66666667%;
	}
	
	.sp_col-10 {
		width: 83.33333333%;
	}
	.sp_col-9 {
		width: 75%;
	}
	.sp_col-8 {
		width: 66.66666667%;
	}
	.sp_col-7 {
		width: 58.33333333%;
	}
	.sp_col-6 {
		width: 50%;
	}
	.sp_col-5 {
		width: 41.66666667%;
	}
	.sp_col-4 {
		width: 33.33333333%;
	}
	.sp_col-3 {
		width: 25%;
	}
	.sp_col-2 {
		width: 16.66666667%;
	}
	.sp_col-1 {
		width: 8.33333333%;
	}
	.sp_col-pull-12 {
		right: 100%;
	}
	.sp_col-pull-11 {
		right: 91.66666667%;
	}
	.sp_col-pull-10 {
		right: 83.33333333%;
	}
	.sp_col-pull-9 {
		right: 75%;
	}
	.sp_col-pull-8 {
		right: 66.66666667%;
	}
	.sp_col-pull-7 {
		right: 58.33333333%;
	}
	.sp_col-pull-6 {
		right: 50%;
	}
	.sp_col-pull-5 {
		right: 41.66666667%;
	}
	.sp_col-pull-4 {
		right: 33.33333333%;
	}
	.sp_col-pull-3 {
		right: 25%;
	}
	.sp_col-pull-2 {
		right: 16.66666667%;
	}
	.sp_col-pull-1 {
		right: 8.33333333%;
	}
	.sp_col-pull-0 {
		right: auto;
	}
	.sp_col-push-12 {
		left: 100%;
	}
	.sp_col-push-11 {
		left: 91.66666667%;
	}
	.sp_col-push-10 {
		left: 83.33333333%;
	}
	.sp_col-push-9 {
		left: 75%;
	}
	.sp_col-push-8 {
		left: 66.66666667%;
	}
	.sp_col-push-7 {
		left: 58.33333333%;
	}
	.sp_col-push-6 {
		left: 50%;
	}
	.sp_col-push-5 {
		left: 41.66666667%;
	}
	.sp_col-push-4 {
		left: 33.33333333%;
	}
	.sp_col-push-3 {
		left: 25%;
	}
	.sp_col-push-2 {
		left: 16.66666667%;
	}
	.sp_col-push-1 {
		left: 8.33333333%;
	}
	.sp_col-push-0 {
		left: auto;
	}
	.sp_col-offset-12 {
		margin-left: 100%;
	}
	.sp_col-offset-11 {
		margin-left: 91.66666667%;
	}
	.sp_col-offset-10 {
		margin-left: 83.33333333%;
	}
	.sp_col-offset-9 {
		margin-left: 75%;
	}
	.sp_col-offset-8 {
		margin-left: 66.66666667%;
	}
	.sp_col-offset-7 {
		margin-left: 58.33333333%;
	}
	.sp_col-offset-6 {
		margin-left: 50%;
	}
	.sp_col-offset-5 {
		margin-left: 41.66666667%;
	}
	.sp_col-offset-4 {
		margin-left: 33.33333333%;
	}
	.sp_col-offset-3 {
		margin-left: 25%;
	}
	.sp_col-offset-2 {
		margin-left: 16.66666667%;
	}
	.sp_col-offset-1 {
		margin-left: 8.33333333%;
	}
	.sp_col-offset-0 {
		margin-left: 0;
	}

	.bg_dot {
		margin: 0 -10px;
	}
			
	.bg_inner {
		width: 100%;
		padding: 11px 10px 0;
		box-sizing: border-box;
	}


	
}

/* ---  padding margin  ----------------------*/ 	

.pdl-none {
	padding-left: 0 !important;
}

.pdr-none {
	padding-right: 0 !important;
}

.mgl-none {
	margin-left: 0 !important;
}

.mgr-none {
	margin-right: 0 !important;
}

.mgt-none {
	margin-top: 0 !important;
}

.mgb-none {
	margin-bottom: 0 !important;
}


@media screen and (min-width: 641px), print {
	/* ------------------  pc   ------------------   */
	.mgl-md {
		margin-left: 15px !important;
	}
	
	.mgr-md {
		margin-right: 15px !important;
	}
	
	.mgl-lg {
		margin-left: 30px !important;
	}
	
	.mgr-lg {
		margin-right: 30px !important;
	}

	.mgt-xxs {
		margin-top: 3px !important;
	}
		
	.mgb-xxs {
		margin-bottom: 3px !important;
	}	
	
	.mgt-xs {
		margin-top: 5px !important;
	}
		
	.mgb-xs {
		margin-bottom: 5px !important;
	}	
	
	.mgt-sm {
		margin-top: 10px !important;
	}
		
	.mgb-sm {
		margin-bottom: 10px !important;
	}	
	
	.mgt-mdh {
		margin-top: 12px !important;
	}
		
	.mgb-mdh {
		margin-bottom: 12px !important;
	}	
	
	.mgt-md {
		margin-top: 15px !important;
	}
		
	.mgb-md {
		margin-bottom: 15px !important;
	}
	
	.mgt-lgh {
		margin-top: 20px !important;
	}
		
	.mgb-lgh {
		margin-bottom: 20px !important;
	}	
		
	.mgt-lg {
		margin-top: 30px !important;
	}
		
	.mgb-lg {
		margin-bottom: 30px !important;
	}
		
	.mgt-ex {
		margin-top: 40px !important;
	}
		
	.mgb-ex {
		margin-bottom: 40px !important;
	}
	
	.pc-lh-md {
		line-height: 1.7;
	}

	.pc-pdl-none {
		padding-left: 0 !important;
	}
	
	.pc-pdr-none {
		padding-right: 0 !important;
	}
	
	.pc-mgl-none {
		margin-left: 0 !important;
	}
	
	.pc-mgr-none {
		margin-right: 0 !important;
	}
	
	.pc-mgt-none {
		margin-top: 0 !important;
	}
	
	.pc-mgb-none {
		margin-bottom: 0 !important;
	}
	
	.pc-mgl-md {
		margin-left: 15px !important;
	}
	
	.pc-mgr-md {
		margin-right: 15px !important;
	}	
	
	.pc-mgl-ex {
		margin-left: 40px !important;
	}
	
	.pc-mgr-ex {
		margin-right: 40px !important;
	}
	
}

@media screen and (max-width: 640px){
	/* ------------------  smp   ------------------   */

	.mgl-md {
		margin-left: 15px !important;
	}
	
	.mgr-md {
		margin-right: 15px !important;
	}
		
	.mgl-lg {
		margin-left: 20px !important;
	}
	
	.mgr-lg {
		margin-right: 20px !important;
	}
	
	.mgt-xxs {
		margin-top: 5px !important;
	}
		
	.mgb-xxs {
		margin-bottom: 5px !important;
	}	
	
	.mgt-xs {
		margin-top: 5px !important;
	}
		
	.mgb-xs {
		margin-bottom: 5px !important;
	}	
	
	.mgt-sm {
		margin-top: 5px !important;
	}
		
	.mgb-sm {
		margin-bottom: 5px !important;
	}	
	
	.mgt-mdh {
		margin-top: 8px !important;
	}
		
	.mgb-mdh {
		margin-bottom: 8px !important;
	}	
	
	.mgt-md {
		margin-top: 10px !important;
	}
		
	.mgb-md {
		margin-bottom: 10px !important;
	}
		
	.mgt-lg {
		margin-top: 15px !important;
	}
		
	.mgb-lg {
		margin-bottom: 15px !important;
	}
		
	.mgt-ex {
		margin-top: 17px !important;
	}
		
	.mgb-ex {
		margin-bottom: 17px !important;
	}

	.sp-pdl-none {
		padding-left: 0 !important;
	}
	
	.sp-pdr-none {
		padding-right: 0 !important;
	}

	.sp-mgt-none {
		margin-bottom: 0 !important;
	}
	
	.sp-mgb-none {
		margin-bottom: 0 !important;
	}

	.sp-mgt-md {
		margin-top: 10px !important;
	}
		
	.sp-mgb-md {
		margin-bottom: 10px !important;
	}		
	
	.sp-mgt-lg {
		margin-top: 15px !important;
	}
		
	.sp-mgb-lg {
		margin-bottom: 15px !important;
	}		
	
	
}


/* --------------------------------------------  
	 popup
--------------------------------------------  */

/*インライン用*/
#inline-wrap {
	position: relative;
	margin:10px auto;
	max-width: 420px;
	background: #fff;
	padding: 60px;
}
#inline-wrap p.title {
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 10px;
	padding-bottom: 10px; 
	border-bottom: 1px solid #ddd;
}
#inline-wrap p.text {
	margin-bottom: 40px;
}
#inline-wrap p.btn {
	text-align: center;
}
#inline-wrap .image,
#inline-wrap .popup-modal-dismiss {
	text-align: center;
}


/*表示のエフェクト*/
.mfp-fade.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-close-btn-in .mfp-close {
color: #007894;
}



/* --------------------------------------------  
	 globalHeader
--------------------------------------------  */
@media screen and (min-width: 641px), print {
	/* ------------------  pc   ------------------   */
	#globalHeader {
		width: 100%;
		padding-bottom: 1px;
		background: #008cd6;
		position: fixed;
		top: 0;
		z-index: 1000;
	}
	
	#globalHeader:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#gh_contents_wrap {
		width: 100%;
		height: 60px;
		padding: 10px 0 8px;
		background: #008cd6;
		box-sizing: border-box;
		overflow: hidden;
	}
	
	#gh_contents {
		width: 1008px;
		margin: 0 auto;
	}
	
	#logo_group,
	#gh_contents .gh_contents_list,
	#logo_company {
		float: left;
		vertical-align: middle;
	}
	
	#logo_group,
	#logo_company {
		padding-top: 3px;
		font-size: 0;
	}
	
	#logo_group {	
		margin-left: 15px;
	}
		
	#logo_company {
		float: right;
		margin-right: 15px;
	}

	#gh_contents .gh_contents_list {
		margin: 5px 0 6px;
	}
		
	#gh_contents .gh_contents_list li {
		float: left;
		margin-left: 20px;
	}
	
	#gh_contents .gh_contents_list li:first-child {
		margin-left: 25px;
	}
		
	#gh_contents .gh_contents_list:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#gh_contents .gh_contents_list li a {
		padding-top: 4px;
		padding-bottom: 4px;
		color: #fff;
	}
	
	#gh_contents .gh_contents_list li a:hover {
		text-decoration: underline;
	}
	
	#gnav_wrap {
		width: 100%;
		background: #ffffff;
	}
	
	#gnav {
		display: block;
		width: 1008px;
		margin: 0 auto;
		position: relative;
	}
	
	#gnav:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#gnav li {
		float: left;
		font-size: 0;
	}
	
	#gnav li a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}
	
	#top,
	#interview,
	#info,
	#list,
	#contact {
		height: 49px;
		background: url(../images/header/pc/gnav_off.png);
	}
			
	#top:hover,
	.top #top,
	#interview:hover,
	.interview #interview,
	#info:hover,
	.info #info,
	#list:hover,
	.list #list,
	#contact:hover,
	.contact #contact {
		background: url(../images/header/pc/gnav_on.png);
	}
	
	
	#top,
	#top:hover,
	.top #top {
		width: 202px;
		background-position: 0 0;
	}
			
	#interview,
	#interview:hover,
	.interview #interview {
		width: 202px;
		background-position: -202px 0;
	}
			
	#info,
	#info:hover,
	.info #info {
		width: 202px;
		background-position: -404px 0;
	}
			
	#list,
	#list:hover,
	.list #list {
		width: 202px;
		background-position: -606px 0;
	}
			
	#contact,
	#contact:hover,
	.contact #contact {
		width: 200px;
		background-position: -808px 0;
	}

}


@media screen and (max-width: 640px){
	/* ------------------  smp   ------------------   */
	#sp-globalHeader {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#sp-globalHeader:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#sp-gh_contents_wrap {
		height: 50px;
		margin: 0;
		padding: 0;
		background: #fff;
		position: relative;
		border-bottom: 2px solid #008cd6;
	}
	
	#sp-logo_group {
		width: 210px;
		height: 35px;
		padding: 7px 0 9px 10px;
	}
	
	#sp-menu {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		background: #008cd6 no-repeat;
	}
		
	#sp-gnav_wrap {
		width: 100%;
		border-width: 3px 5px 5px 5px;
		border-style: solid;
		border-color: #008cd6;
		box-sizing: border-box;
	}
	
	
	#sp-gnav li a {
		display: block;
		width: 100%;
		padding: 10px 45px 10px 16px;
		font-size: 14px;
		border-bottom: 1px solid #00a0c6;
		position: relative;
		box-sizing: border-box;
	}
	
	#sp-gnav li a:before {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background: url(../images/icon/ico_arrow_bold_blue.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 18px;
		margin: auto;
	}
	
	#sp-gnav #sp_contact a {
		padding-top: 12px;
		padding-bottom: 11px;
		/*font-size: 17px;*/
		color: #fff;
		/*letter-spacing: 2px;*/
		background: #bd0000;
	}
	
	#sp-gnav #sp_contact a:before {
		width: 16px;
		height: 16px;
		background: url(../images/icon/icon_blank_white.png) no-repeat;
		background-size: contain;
		right: 16px;
	}
	
	.sp-gh_contents_list {
		margin: 9px 3px 24px 15px;
	}
	
	.sp-gh_contents_list:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.sp-gh_contents_list li {
		float: left;
		margin-right: 24px;
	}
	
	.sp-gh_contents_list a {
		display: inline-block;
		font-size: 12px;
		position: relative;
	}
	
	.sp-menu_close {
		display:block;
		padding: 13px 0;
		margin: 0 15px 20px 15px;
		text-indent: -9999px;
		border-radius: 4px;
		background: url(../images/header/sp/menu_open-btn_close_text.png) no-repeat #dddddd;
		background-size: 57px 19px;
		background-position: center center;
		box-sizing: border-box;
		position: relative;
	}
	
	.sp-menu_close:before {
		content: "";
		width: 19px;
		height: 19px;
		background: url(../images/header/sp/menu_open-btn_close_icon.png) no-repeat;
		background-size: contain;
		position:absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 16px;
	}
	
	#sp-gnav_wrap {
		display: none;
	}
	
}


/* --------------------------------------------  
	 content
--------------------------------------------  */

#content_wrap {
	width: 100%;
}

#content {
	padding: 0 10px;
	margin: 0 auto;
}


/* ---------------  pan_area   ---------------   */

#pan_area ul:after {
	content: "";
	display: block;
	clear: both;
}

#pan_area ul li {
	float: left;
	margin-bottom: 7px;
}

#pan_area ul li:before {
	content: "／";
	width: 1em;
	height: 1em;
	padding: 0 11px;
}

#pan_area ul li:first-child:before {
	content: "";
}

#pan_area a {
	color: #ffffff;
	background: #008cd6;
}

/* --------------  page_header   --------------   */

.page_header {
	width: 100%;
	background: url(../images/pattern/page_header_bg.gif) repeat;
	box-sizing: border-box;
}

.page_heading {
	margin: 0 auto;
	text-align: center;
}



@media screen and (min-width: 641px), print {
	/* ------------------  pc   ------------------   */
	#content_wrap {
		padding-top: 110px;
	}
	
	#content {
		width: 1008px;
	}
	

	/* ---------------  pan_area   ---------------   */

	#pan_area {
		width: 1008px;
		margin: auto;
		padding: 16px 0 9px;
		font-size: 13px;
	}
		
	#pan_area ul li:first-child:before {
		padding: 0 0 0 15px;
	}
	
	#pan_area a {
		padding: 2px 13px 3px 16px;
		border-radius: 2px;
	}
	
	#pan_area a:hover {
		background: #00a7e3;
	}


	/* --------------  page_header   --------------   */
	
	.page_header {
		height: 193px;
		padding-top: 45px;
		margin-bottom: 37px;
	}

	.page_header img {
		margin-top: 10px;
	}	
	
}


@media screen and (max-width: 640px){
	/* ------------------  smp   ------------------   */
	/* ---------------  pan_area   ---------------   */
	
	#content_wrap:after {
		content: "";
		display: block;
		clear: both;
	}

	#pan_area {
		padding: 10px;
		font-size: 11px;
	}
				
	#pan_area ul li:first-child:before {
		content: "";
		padding: 0;
	}
	
	#pan_area a {
		padding: 3px 8px 4px;
		border-radius: 1px;
	}
	

	/* --------------  page_header   --------------   */
		
	.page_header {
		padding: 32px 43px 27px;
		margin-bottom: 12px;
	}

	
}



/* --------------------------------------------  
	 globalfooter
--------------------------------------------  */

#globalfooter {
	width: 100%;
	border-top: 4px solid #008cd6;
}

#globalfooter small {
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 641px), print {
	/* ------------------  pc   ------------------   */
	
	#globalfooter {
		margin-top: 116px;
	}
	
	#globalfooter small {
		width: 1008px;
		padding: 16px 15px 17px 0;
		font-size: 11px;
		text-align: right;
		letter-spacing: 1px;
	}
	
	/* --------------------------------------------  
		 pagetop
	--------------------------------------------  */
	
	#topagetop {
		position: fixed;
		bottom: 0px;
		right: 20px;
		z-index: 100;
	}
	
	#topagetop a {
		text-decoration: none;
		width: 50px;
		height: 50px;
		padding: 0;
		text-align: center;
		display: block;
	}

	
}

@media screen and (max-width: 640px){
	/* ------------------  smp   ------------------   */

	#globalfooter {
		margin-top: 31px;
	}
	
	#sp-logo_company {
		display: block;
		width: 187px;
		margin: 17px auto 0;
		text-align: center;
	}
	
	#globalfooter small {
		margin: 7px 0 30px;
		font-size: 9px;
		text-align: center;
	}
	
	/* --------------------------------------------  
		 pagetop
	--------------------------------------------  */
	
	#topagetop {
		position: fixed;
		bottom: 0px;
		right: 15px;
/*
		transition: all 0.7s;
*/
		z-index: 100;
	}
	
	#topagetop a {
		text-decoration: none;
		width: 40px;
		height: 40px;
		padding: 0;
		text-align: center;
		display: block;
	}
	
	#topagetop	img {
		width: 40px;
		height: 40px;
	}
	
}

