@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .headLine01 img {
	margin-bottom: 22px;
}

#main .comStepList {
	margin-bottom: 45px;
}

#main .comStepList li {
	width: 214px;
	text-align: center;
}

#main .comStepList li:before {
	top: 40px;
	left: -43px;
}

#main .h2Ttl {
	margin-bottom: 35px;
}

#main .comBgBox {
	margin-bottom: 80px;
	position: relative;
}

#main .comBgBox .ico {
	position: absolute;
	right: 1px;
	top: 1px;
	cursor: pointer;
}

#main .comBgBox .headLine02 {
	margin-bottom: 18px;
}

#main .comBgBox .txt {
	margin-bottom: 37px;
	font-size: 14px;
	line-height: 2.4;
	text-align: center;
}

#main .comBgBox .ico.on {
	background: url(../img/service/open_img.gif) no-repeat;
}

#main .comBgBox .ico.on img {
	visibility: hidden;
}

#main .comBgBox .jsBox {
	display: none;
}

#main .comBgBox .flowList li {
	margin: 92px 20px 0;
	padding: 12px 20px;
	position: relative;
	border: 5px solid #E9E9E9;
	background-color: #FFF;
}

#main .comBgBox .flowList li:before {
	margin-left: -27px;
	width: 54px;
	height: 62px;
	background: url(../img/common/arrow02.png) no-repeat;
	position: absolute;
	top: -82px;
	left: 50%;

	content: "";
}

#main .comBgBox .flowList li:first-child {
	margin-top: 0;
}

#main .comBgBox .flowList li:first-child:before {
	background: none;
}

#main .comBgBox .flowList li .title {
	float: left;
	width: 95px;
	display: table;
	color: #00c1f4;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#main .comBgBox .flowList li .title span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#main .comBgBox .flowList li .imgBox {
	float: right;
	width: 760px;
	border-left: 1px solid #DBDBDB;
}

#main .comBgBox .flowList li .imgBox .fltImg {
	float: left;
	width: 130px;
	display: table;
}

#main .comBgBox .flowList li .imgBox .fltImg div {
	padding: 12px 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#main .comBgBox .flowList li .imgBox .txtBox {
	padding: 12px 0;
	float: right;
	width: 630px;
}

#main .comBgBox .flowList li .ttl {
	margin-bottom: 10px;
	color: #1f4c9f;
	font-size: 20px !important;
	font-weight: bold;
}

#main .comBgBox .flowList li .imgBox .txtBox p {
	font-size: 14px;
	line-height: 2;
}

#main .comBgBox .flowList li .imgBox .txtBox p a {
	text-decoration: underline;
}

#main .comBgBox .flowList li .imgBox .txtBox p a:hover {
	text-decoration: none;
}

#main .comBgBox .flowList li .imgBox .txtBox p span {
	color: #00b2e2;
}

#main .comBgBox .flowList li .imgBox .txtBox .special {
	letter-spacing: 0.5px;
}

#main .comBgBox .flowList li .imgBox .txtBox .txtList li {
	margin: 0;
	padding: 0 0 0 1em;
	border: none;
	background: none;
	font-size: 14px;
	line-height: 2;
	text-indent: -1em;
}

#main .comBgBox .flowList li .imgBox .txtBox .txtList li:before {
	background: none;
}

#main .bgBox02 {
	margin-bottom: 100px;
}

#main .bgBox02 .flowList li .title {
	color: #dba810;
}

#main .stepList {
	margin-bottom: 80px;
}

#main .stepList li {
	margin-left: 68px;
	padding: 15px 15px 28px;
	width: 260px;
	font-size: 14px;
	line-height: 1.9;
	text-align: left;
	border: 1px solid #1F4C9F;
	border-radius: 30px;
	position: relative;
	behavior: url(../js/pie.htc);
}

#main .stepList li:before {
	left: -53px;
	top: 175px;
}

#main .stepList .first {
	margin-left: 5px;
}

#main .stepList .first:before {
	background: none;
}

#main .stepList li .ttl {
	margin-bottom: 18px;
}

#main .stepList li img {
	margin-bottom: 23px;
}

#main .bgBox03 .headLine02 {
	margin-bottom: 45px;
}

#main .bgBox03 .txt {
	margin-bottom: 55px;
}

#main .bgBox03 .flowList li .title {
	color: #31b964;
}

#main .bgBox04 {
	margin-bottom: 105px;
}

#main .bgBox04 .headLine02 {
	margin-bottom: 30px;
}

#main .bgBox04 .flowList li .title {
	color: #c62d40;
}

#main .listUl li {
	float: left;
	width: 232px;
	margin-left: 30px;
	color: #1f4c9f;
	font-size: 14px;
	line-height: 1.8;
}

#main .listUl li:first-child {
	margin-left: 0;
}

#main .listUl li .borBox {
	margin-bottom: 17px;
	padding: 40px 0 20px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #1F4C9F;
	border-radius: 28px;
	position: relative;
	behavior: url(../js/pie.htc);
}

#main .listUl li .borBox span {
	display: table;
	width: 100%;
}

#main .listUl li .borBox span span {
	display: table-cell;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}

#main .listUl li .borBox img {
	margin: 0 auto 15px;
	display: block;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .headLine01 img {
		width: 67px;
	}

	#main .comStepList {
		margin-bottom: 45px;
	}

	#main .comStepList li {
		margin-bottom: 110px;
		width: auto;
		line-height: 1.5;
	}

	#main .comStepList li:before {
		top: -75px;
		left: 50%;
	}

	#main .comStepList li img {
		margin-bottom: 15px;
		height: 86px;
	}

	#main .h2Ttl {
		margin-bottom: 35px;
	}

	#main .comBgBox {
		margin-bottom: 40px;
		padding: 32px 10px 15px;
	}

	#main .comBgBox .ico.on {
		background-size: 31px 31px;
	}

	#main .comBgBox .ico img {
		width: 31px;
	}

	#main .comBgBox .headLine02 {
		margin-bottom: 30px;
	}

	#main .comBgBox .txt {
		line-height: 1.8;
	}

	#main .comBgBox .flowList li {
		margin: 74px 0 0;
		padding: 12px 10px;
		border: 2px solid #E9E9E9;
	}

	#main .comBgBox .flowList li:before {
		margin-left: -16px;
		width: 33px;
		height: 38px;
		background-size: 33px 38px;
		top: -60px;

		content: "";
	}

	#main .comBgBox .flowList li:first-child {
		margin-top: 0;
	}

	#main .comBgBox .flowList li .title {
		margin-bottom: 5px;
		display: block;
		float: none;
		width: auto;
		text-align: center;
		height: auto !important;
	}

	#main .comBgBox .flowList li .title span {
		display: block;
	}

	#main .comBgBox .flowList li .imgBox {
		float: none;
		width: auto;
		border-left: none;
	}

	#main .comBgBox .flowList li .imgBox .fltImg {
		display: block;
		float: none;
		width: auto;
		height: auto !important;
	}

	#main .comBgBox .flowList li .imgBox .fltImg div {
		display: block;
		padding: 12px 0 8px;
	}

	#main .comBgBox .flowList li .imgBox .txtBox {
		float: none;
		width: auto;
	}

	#main .comBgBox .flowList li .ttl {
		margin-bottom: 10px;
		font-size: 20px;
		text-align: center;
	}

	#main .bgBox02 {
		margin-bottom: 45px;
	}

	#main .stepList {
		margin: 0 -10px 40px;
	}

	#main .stepList li {
		margin: 0 0 68px;
		padding-bottom: 40px;
		width: auto;
		height: auto !important;
		font-size: 14px;
		line-height: 1.8;
	}

	#main .stepList li:before {
		top: -55px;
	}

	#main .stepList li:first-child {
		margin-left: 0;
	}

	#main .stepList li img {
		margin-bottom: 23px;
		height: 104px;
	}

	#main .bgBox03 .headLine02 {
		margin-bottom: 20px;
	}

	#main .bgBox03 .txt {
		margin-bottom: 20px;
	}

	#main .bgBox .headLine02 {
		margin-bottom: 20px;
	}

	#main .bgBox .txt {
		margin-bottom: 20px;
	}

	#main .bgBoxTxt .headLine02 {
		margin-bottom: 15px;
	}

	#main .bgBoxTxt .txt {
		margin-bottom: 20px;
	}

	#main .bgBox04 {
		margin-bottom: 50px;
	}

	#main .bgBox04 .headLine02 {
		margin-bottom: 20px;
	}

	#main .listUl li {
		float: none;
		width: auto;
		margin: 0 20px 55px !important;
	}

	#main .listUl li:last-child {
		margin-bottom: 0 !important;
	}

	#main .listUl li .borBox {
		margin-bottom: 17px;
		padding: 40px 0 20px;
	}
}