@charset "utf-8";
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
/* スマートフォン用表示 */
@media screen and (max-width:768px) {
	.headLine01 { background-image: url("../img/flow/main_bg.png")!important; }
	p.tax_message { text-align: right; margin: 1 auto; font-size: 60%; }

	h3 {
		margin-bottom: 1em;
		text-align: center;
		color: #2F6A98;
	}
	h3 .step {
		margin-bottom: 2px;
		color: #5DABCC;
		display: block;
	}

	h3 .num {
		display: block;
		width: 160px;
		margin: 0 auto 1em;
		font-size: 200%;
		color: #fff;
		line-height: 1;
		font-style: italic;
		font-weight: bold;
		font-family: 'Roboto Condensed', sans-serif;
		background-image: -moz-linear-gradient( 0deg, rgb(117,198,207) 0%, rgb(69,144,202) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(117,198,207) 0%, rgb(69,144,202) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(117,198,207) 0%, rgb(69,144,202) 100%);
	}

	.textBox { padding: 8px 0; font-size: 100%; }
	.textBox p { }
	.textBox p a { text-decoration: underline; }
	.textBox p a:hover { text-decoration: none; }
	.btmTxt { margin: 1em auto; font-size: 80%; }

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
	.comLink { width: 80%; margin: 0 auto; }

	.comLink a {
		padding: 10px 0;
		display: block;
		text-align: center;
		font-weight: bold;
		color: #fff;
		font-size: 100%;
		border-radius: 41px;
		border: 3px solid #fff;
		box-shadow: 0 5px 0 rgba(0,0,0,0.16);
		background-image: -moz-linear-gradient( 0deg, rgb(117,198,207) 0%, rgb(69,144,202) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(117,198,207) 0%, rgb(69,144,202) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(117,198,207) 0%, rgb(69,144,202) 100%);
	}
	.comLink a:hover { opacity: 0.7; }

	.line { margin: 1em -10px 1em;  height: 1px;background: #E0E0E0; }

}
/* PC用表示 */
@media screen and (min-width:769px) {

#gNavi li:nth-child(4) a:after {
	display: block;
}

.mainBg {
	background-image: url("../img/flow/main_bg.png");
}

#main .comWhite {
	padding: 96px 65px 45px;
}

#main .comWhite .topUl {
    margin-bottom: 147px;
}

#main .comWhite .topUl li {
    float: left;
    width: 25%;
    line-height: 2;
}

#main .comWhite .topUl li a {
    display: block;
}

#main .comWhite .topUl li .bg {
    margin-bottom: 9px;
    padding: 20px 0 16px;
    color: #fff;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: url("../img/flow/bg02.png") no-repeat;
    background-size: 100% 100%;
}

#main .comWhite .topUl li:not(:last-child) .bg:before {
    background: url("../img/flow/bg01.png") no-repeat;
    width: 24px;
    right: -23px;
    top: 0;
    bottom: 0;
    background-size: 24px 100%;
    position: absolute;
    content: "";
    z-index: 1;
}

#main .comWhite .topUl li .bg .img {
    margin-bottom: 29px;
}

#main .comWhite .topUl li .bg .img img {
    width: 24px;
}

#main .comWhite .topUl li .bg .photo {
    margin-bottom: 15px;
}

#main .comWhite .topUl li .bg .photo img {
    height: 48px;
}

#main .comWhite .topUl li .bg .txt {
    margin: 0;
    display: table;
    width: 100%;
}

#main .comWhite .topUl li .bg .txt span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#main .comWhite .topUl li p {
    margin: 0 10px;
}

#main .comWhite h3 {
    margin-bottom: 48px;
    text-align: center;
    color: #2F6A98;
    font-size: 2.4rem;
}

#main .comWhite h3 .step {
    margin-bottom: 2px;
    color: #5DABCC;
    font-size: 1.8rem;
    display: block;
}

#main .comWhite h3 .num {
	display: block;
	width: 160px;
	margin: 0 auto 31px;
	font-size: 3.9rem;
	color: #fff;
	line-height: 1;
	font-style: italic;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	background-image: -moz-linear-gradient( 0deg, rgb(117,198,207) 0%, rgb(69,144,202) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(117,198,207) 0%, rgb(69,144,202) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(117,198,207) 0%, rgb(69,144,202) 100%);
}

#main .comWhite .inner {
    padding-bottom: 5px;
}

#main .comWhite .inner .photo {
    margin-top: 7px;
    float: left;
    width: 315px;
}

#main .comWhite .inner .textBox {
    float: right;
    width: 609px;
}

#main .comWhite .inner .textBox p {
    line-height: 2;
}

#main .comWhite .inner .textBox p a {
    text-decoration: underline;
}

#main .comWhite .inner .textBox p a:hover {
    text-decoration: none;
}

#main .comWhite .comLink {
    margin-top: 22px;
    margin-bottom: 20px;
}

#main .comWhite .btmTxt {
    margin: 0 0 0 20px;
    line-height: 2;
}

#main .comWhite .line {
    margin: 62px -65px 58px;
    height: 1px;
    background: #E0E0E0;
}
}