@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

.underFix {
	display: none !important;
}


.small {
	font-size: 0.7em;
}
.TextIn{
	display: inline-block;
    text-indent: -7.1em;
    padding-left: 7.1em;
}
/*-------------------------------------------------------------------
	bread
-------------------------------------------------------------------*/

#bread {
	padding: 10px 0;
}

#bread .panz {
	width: 1200px;
	margin: 0 auto;
}

#bread .panz li {
	display: inline-block;
	font-size: 1.2em;
	margin-right: 3px;
}

#bread .panz li:last-child {
	margin-right: 0;
}

#bread .panz li a {
	color: #333333;
}

#bread .panz li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1280px){
	
	#bread .panz {
		width: 90%;
	}

}

/*-------------------------------------------------------------------
	container
-------------------------------------------------------------------*/

#container {
	background: url("../image/application/app_bg.png") bottom center no-repeat;
	background-size: 100% auto;
	border-bottom: 2px solid #0090d1;
	padding: 0 5%;
	position: relative;
}

#container:before {
	background: #e50012;
	width: 5%;
	height: 340px;
	position: absolute;
	top: 170px;
	right: 0;
	content: '';
	z-index: 10;
}

#container:after {
	background: #8fc31f;
	width: 5%;
	height: 340px;
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	z-index: 10;
	transform: translateY(-50%);
}


#application {
	border-left: 2px solid #0090d1;
	border-right: 2px solid #0090d1;
	padding: 90px 0 80px;
}

#application .inner {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	font-size: 1.5em;
	line-height: 1.8;
}


#application .inner .title01 {
	margin: 0 0 40px;
	position: relative;
	padding-left: 50px;
	font-size: 2.1em;
	line-height: 1.0;
	font-weight: 500;
}

#application .inner .title01:before {
	background: #1d61c9;
	width: 30px;
	height: 5px;
	position: absolute;
	top: 15px;
	left: 0;
	content: '';
}

#application .inner .title01 span {
	font-size: 0.7em;
}

#application .inner .title02 {
	margin: 0 0 20px;
	font-size: 1.6em;
	line-height: 1.0;
	font-weight: 500;
}


#application .inner .grdbox {
	background: linear-gradient(to left, #33d1ff,#1d63c9);
	height: 5px;
}

.grdWrap {
	background: linear-gradient(to bottom, #33d1ff,#1d63c9);
	position: relative;
	padding: 4px;
	box-sizing: border-box;
	margin-bottom: 120px;
}

.whiteWrap {
	background: #fff;
	box-sizing: border-box;
	padding: 40px 30px;
}

.whiteWrap dt {
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 1.4;
	font-weight: 500;
}

#application .inner table.ta01 {
	width: 100%;
	margin: 0 0 100px;
}

#application .inner table.ta01 th,
#application .inner table.ta01 td {
	border-top: 1px solid #858585;
	border-bottom: 1px solid #858585;
	vertical-align: top;
}

#application .inner table.ta01 th {
	font-weight: 300;
	background: #d4eefe;
	text-align: center;
	padding: 30px 0;
	width: 200px;
	vertical-align: middle;
}

#application .inner table.ta01 td {
	padding: 30px;
}

#application .inner .grdbox02 {
	background: linear-gradient(to bottom, #33d1ff,#1d63c9);
	position: relative;
	padding: 4px;
	margin: 0 0 100px;
}

#application .inner .grdbox02 .into {
	background: linear-gradient(to left, #33d1ff,#1d63c9);
}

#application .inner .grdbox02 .spinto {
	display: none;
}


#application .inner table.ta02 {
	width: 100%;
}

#application .inner table.ta02 th,
#application .inner table.ta02 td {
	
}

#application .inner table.ta02 th {
	text-align: center;
	line-height: 1.0;
	color: #fff;
	font-weight: 500;
	padding: 30px 0;
	border-right: 1px solid #fff;
}

#application .inner table.ta02 tr th:last-child,
#application .inner table.ta02 tr td:last-child {
	border-right: none;
}

#application .inner table.ta02 td {
	background: #fff;
	border-right: 1px solid #1d61c9;
	padding: 40px;
	text-align: center;
}

#application .inner table.ta02 tr td:first-child {
	text-align: left;
	padding: 40px;
}

#application .inner table.ta02 .w40 {
	width: 40%;
}


#application .inner table.ta02 .w20 {
	width: 20%;
}


#application .inner .lasttxt {
	text-align: center;
	margin: 0 0 30px;
}


#application .inner .link {
	text-align: center;
}


#application .inner .link span {
	display: inline-block;
	position: relative;
	width: 420px;
}

#application .inner .link a {
	display: block;
	position: relative;
	color: #fff;
	width: 100%;
	line-height: 1.0;
	font-size: 1.8em;
	font-weight: 600;
	background: linear-gradient(to bottom, #0379D2, #41BCEA);
	padding: 40px 0;
	text-align: center;
	z-index: 10;
}

#application .inner .link a:before {
	background: url("../image/common/arrow02.png") center center no-repeat;
	width: 55px;
	height: 10px;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	transition: .3s;
}

#application .inner .link span:after {
	background: #b3b3b3;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -5px;
	bottom: -5px;
	content: '';
	z-index: 5;
}

#application .inner .link a:hover:before {
	right: -35px;
}

.indentText {
	text-indent: -1.1em;
	padding-left: 1.1em;
}

a.boldLink {
	color: #1d61c9;
	font-weight: 600;
	text-decoration: underline;
}

a.whiteLink {
	color: #fff;
	text-decoration: underline;
}

.blueWrap {
	background: linear-gradient(to bottom, #0379D2, #41BCEA);
	padding: 40px 5%;
	text-align: center;
	color: #fff;
}


.blueWrap .linked {
	margin-bottom: 40px;
}

.blueWrap .linked span {
	display: inline-block;
	position: relative;
	width: 420px;
}

.blueWrap .linked a {
	display: block;
	position: relative;
	color: #1a4365;
	width: 100%;
	line-height: 1.0;
	font-size: 1.5em;
	font-weight: 600;
	background: linear-gradient(to bottom, #ffffff, #bae3f8);
	padding: 40px 0;
	text-align: center;
	z-index: 10;
}

.blueWrap .linked a:before {
	background: url("../image/common/arrow01.png") center center no-repeat;
	width: 55px;
	height: 10px;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	transition: .3s;
}

.blueWrap .linked span:after {
	background: #1a4365;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -5px;
	bottom: -5px;
	content: '';
	z-index: 5;
}

.blueWrap .linked a:hover:before {
	right: -35px;
}

.fstWhite {
	font-size: 1.4em;
	margin-bottom: 20px;
}

.pcV {
	display: inline;
}


@media screen and (max-width: 1280px){
	
	
	#container {
		padding: 0 3%;
	}

	#container:before {
		width: 3%;
	}

	#container:after {
		width: 3%;
	}
	
	#application .inner {
		width: 90%;
	}
	
	

}


/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	.grdWrap {
		margin-bottom: 60px;
	}

	.whiteWrap {
		padding: 30px 5%;
	}

	.whiteWrap dt {
		font-size: 20px;
		margin-bottom: 15px;
	}

	
	.blueWrap {
		padding: 30px 3%;
	}


	.blueWrap .linked {
		margin-bottom: 30px;
	}

	.blueWrap .linked span {
		display: inline-block;
		position: relative;
		width: 90%;
	}

	.blueWrap .linked a {
		font-size: 1.4em;
		padding: 30px 0;
	}

	.blueWrap .linked a:before {
		background: url("../image/common/arrow01.png") center center no-repeat;
		width: 28px;
		height: 5px;
		background-size: cover;
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: -20px;
		transform: translateY(-50%);
		transition: .3s;
	}

	.blueWrap .linked a:hover:before {
		right: -25px;
	}

	.pcV {
		display: none;
	}

}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	

}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	
	/* container */

	#container {
		border-bottom: 2px solid #0090d1;
		padding: 0;
	}

	#container:before,
	#container:after {
		display: none;
	}

	#application {
		border-left: none;
		border-right: none;
		padding: 50px 0;
	}

	#application .inner {
		width: 90%;
		margin: 0 auto;
		font-size: 1.4em;
		line-height: 1.8;
	}


	#application .inner .title01 {
		margin: 0 0 30px;
		position: relative;
		padding-left: 50px;
		font-size: 1.8em;
		line-height: 1.0;
		font-weight: 500;
	}


	#application .inner .title02 {
		margin: 0 0 20px;
		font-size: 1.4em;
		line-height: 1.0;
		font-weight: 500;
	}
	
	#application .inner .grdbox02 {
		padding: 4px;
		margin: 0 0 50px;
	}

	#application .inner .grdbox02 .into {
		display: none;
	}
	
	#application .inner .grdbox02 .spinto {
		display: block;
		background: linear-gradient(-10deg, #1d61c9 20%,#33d1ff);
	}
	
	#application .inner .grdbox02 .spinto table.tb03 {
		width: 100%;
	}
	
	#application .inner .grdbox02 .spinto table.tb03 th,
	#application .inner .grdbox02 .spinto table.tb03 td {
		text-align: center;
		padding: 20px 0;
		font-size: 1.2em;
	}
	
	#application .inner .grdbox02 .spinto table.tb03 th {
		border-bottom: 1px solid #fff;
		width: 35%;
		color: #fff;
		font-weight: 500;
	}
	
	#application .inner .grdbox02 .spinto table.tb03 td {
		background: #fff;
		border-bottom: 1px solid #33d1ff;
	}
	
	#application .inner .grdbox02 .spinto table.tb03 td p {
		display: inline-block;
		text-align: left;
	}
	
	#application .inner .grdbox02 .spinto table.tb03 tr:last-child th,
	#application .inner .grdbox02 .spinto table.tb03 tr:last-child td {
		border-bottom: none;
	}
	
	
	#application .inner table.ta01 {
		width: 100%;
		margin: 0 0 50px;
	}



	#application .inner table.ta01 th {
		font-weight: 300;
		background: #d4eefe;
		text-align: center;
		padding: 20px 0;
		width: 25%;
	}

	#application .inner table.ta01 td {
		padding: 20px 5%;
	}

	#application .inner .lasttxt {
		text-align: center;
		margin: 0 0 20px;
	}

	#application .inner .link span {
		display: inline-block;
		position: relative;
		width: 90%;
	}

	#application .inner .link a {
		font-size: 1.6em;
		padding: 20px 0;
	}


	#application .inner .link span:after {
		background: #b3b3b3;
		width: 100%;
		height: 100%;
		position: absolute;
		right: -5px;
		bottom: -5px;
		content: '';
		z-index: 5;
	}

	#application .inner .link a:hover:before {
		right: -30px;
	}


	
}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
	
}
