@charset "UTF-8";
/*================================================
	!  #mainimg
================================================ */
#mainimg {
	background: url(../img/bg/bg_mv.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

#mainimg .innerTop {
	padding: 11% 0 0;
	position: relative;
}

.mainTit {
	display: block;
	width: 100%;
	margin: 0 auto 5px;
}

.mainTxt01 {
	margin: 0 10px 25%;
}

	.mainTxt01 .list {
		width: 33%;
		float: left;
		padding: 0 3px;
	}

.mainTxt02 {
	counter-reset: number;
	margin: 0 10px 10px;
	position: relative;
	z-index: 2;
}

	.mainTxt02 .list {
		opacity: .8;
		font-size: 1rem;
		text-shadow: 0 1px 0 rgba(255,255,255,.8), 0 1px 0 rgba(255,255,255,.8), 1px 1px 0 rgba(255,255,255,.8), 1px 1px 0 rgba(255,255,255,.8), 1px 1px 0 rgba(255,255,255,.8), 1px 0 0 rgba(255,255,255,.8), 1px 0 0 rgba(255,255,255,.8), 1px -1px 0 rgba(255,255,255,.8), 1px -1px 0 rgba(255,255,255,.8), 1px -1px 0 rgba(255,255,255,.8), 1px -1px 0 rgba(255,255,255,.8), 0 -1px 0 rgba(255,255,255,.8), -1px -1px 0 rgba(255,255,255,.8), -1px -1px 0 rgba(255,255,255,.8), -1px -1px 0 rgba(255,255,255,.8), -1px -1px 0 rgba(255,255,255,.8), -1px -1px 0 rgba(255,255,255,.8), -1px 0 0 rgba(255,255,255,.8), -1px 1px 0 rgba(255,255,255,.8), -1px 1px 0 rgba(255,255,255,.8), -1px 1px 0 rgba(255,255,255,.8), -1px 1px 0 rgba(255,255,255,.8);
		padding-left: 24px;
		letter-spacing: .5px;
		margin-bottom: 3px;
		position: relative;
	}

	.mainTxt02 .list:before {
		counter-increment: number;
		content: "※"counter(number);
		position: absolute;
		top: 0;
		left: 0;
	}

.mainTxt03 {
	text-align: center;
	padding: 5px 0;
	background: #e2f4ff;
	position: absolute;
	top: 0;
}

.mainTxt04Wrap {
	padding: 13px 5px 16px;
	background: #103f78;
	position: relative;
	z-index: 2;
}

	.mainTxt04 .list {
		width: 33.3%;
		float: left;
		color: #fff;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.3;
		padding: 25px 0 3px;
		background: url(../img/ico/ico_check01.png) no-repeat center top;
		background-size: 20px;
	}

	.mainTxt04 .list + .list {
		border-left: 2px solid #fff;
	}

.mainImg01 {
	position: absolute;
	right: 0;
	top: 65%;
	top: 76vw;
	z-index: 1;
}


@media screen and (min-width: 600px) {

	#mainimg .innerTop {
		padding: 25px 0 0;
	}

	.mainTit {
		margin-bottom: 0;
	}

	.mainTxt01 {
		width: 66%;
		margin: 3px auto 4px 30px;
	}

	.mainTxt01 .list {
		padding: 0;
	}

	.mainTxt02 {
		margin: 0 auto 5px 0;
	}

	.mainTxt02 .list {
		font-size: 1.1rem;
		margin-bottom: 0;
	}

	.mainTxt03 {
		padding: 8px 0 5px;
		position: static;
		text-align: left;
	}

	.mainTxt04Wrap {
		padding: 7px 0;
	}

	.mainTxt04 {
		padding-left: 10px;
	}

	.mainTxt04 .list {
		width: auto;
		display: table;
		font-size: 2.1rem;
		text-align: left;
		padding: 0 0 0 35px;
		background-position: left center;
		background-size: 25px;
	}

	.mainTxt04 .list + .list {
		margin-left: 25px;
		border-left: none;
	}

	.mainImg01 {
		top: auto;
		bottom: -110px;
		z-index: 3;
	}

}


/*================================================
	!  .action
================================================ */

.action {
	color: #fff;
	text-align: center;
	background: #0057a1;
}

.action .inner {
	padding-top: 15px;
	padding-bottom: 15px;
}

.action .tit {
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 15px 0 10px 20px;
	margin: 0 auto 10px;
	background: url(../img/ico/ico_consultation02.png) no-repeat left center;
	background-size: 65px;
}

@media screen and (max-width: 375px) {
	.action .tit {
		padding-left: 70px;
	}
}

.action .mod_btn01 {
	max-width: 315px;
	margin: 0 auto 20px;
}

.actionTel.mod_btn01 {
	height: 95px;
	border: 3px solid #fff;
	background: none;
	box-shadow: 0px 4px 0px 0px #04427d;
		-moz-box-shadow: 0px 4px 0px 0px #04427d;
		-webkit-box-shadow: 0px 4px 0px 0px #04427d;
}

.actionTel.mod_btn01 img {
	max-width: 240px;
}

.actionTel.mod_btn01 .imgTxt {
	max-width: 240px;
}

.actionMail.mod_btn01 {
	height: 85px;
	font-size: 2.5rem;
}

.actionMail .subTxt {
	display: table;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 3px 15px 4px;
	margin: 9px auto 0;
	background: #5fa801;
	border-radius: 50px;
}

.actionChat.mod_btn03 {
	height: 110px;
        width: 66%;
        margin-left:auto;
        margin-right:auto;
}

.actionChat.mod_btn03 img {
        width: 147px;
	height: 90px;
}


@media screen and (min-width: 600px) {

	.action .inner {
		padding-top: 20px;
		padding-bottom: 55px;
	}

	.action .tit {
		display: block;
		font-size: 3.3rem;
		padding: 50px 0 25px 100px;
		background-position: 70px center;
		background-size: 110px;
	}

	.action .tit:before,
	.action .tit:after {
		height: 65%;
		width: 4px;
		background: #fff;
		bottom: 6px;
	}

	.action .tit:before {
		left: 35px;
	}

	.action .tit:after {
		right: 35px;
	}

	.action .btnWrap {
		width: 91%;
		margin: 0 auto;
	}

	.action .mod_btn01 {
		width: 48% !important;
	}

	.actionTel.mod_btn01 {
		height: 140px;
		width: 50%;
		max-width: none;
		float: left;
		border: none;
		box-shadow: none;
	}

	.actionTel.mod_btn01 a {
		pointer-events: none;
	}

	.actionTel.mod_btn01:hover {
			-webkit-transform: none;
		transform: none;
	}

	.actionTel.mod_btn01 img {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}

	.actionTel.mod_btn01 .imgTxt {
		max-width: 350px;
		margin: 15px auto 0 83px;
	}

	.actionMail.mod_btn01 {
		height: 135px;
		width: 50%;
		max-width: 300px;
		float: right;
		box-shadow: 0px 5px 0px 0px rgba(103,167,0,1);
			-moz-box-shadow: 0px 5px 0px 0px rgba(103,167,0,1);
			-webkit-box-shadow: 0px 5px 0px 0px rgba(103,167,0,1);
	}

	.actionMail.mod_btn01:hover {
			-webkit-transform: translateY(5px);
		transform: translateY(5px);
		box-shadow: none;
	}

	.actionMail .subTxt {
		font-size: 1.8rem;
		padding: 3px 20px 4px;
		margin-top: 15px;
	}

	.actionChat.mod_btn03 {
		height: 135px;
		width: 50%;
		max-width: 180px;
		float: right;
                margin-right:20px;
		box-shadow: 0px 5px 0px 0px rgba(255,255,255,1);
			-moz-box-shadow: 0px 5px 0px 0px rgba(255,255,255,1);
			-webkit-box-shadow: 0px 5px 0px 0px rgba(255,255,255,1);
	}

	.actionChat.mod_btn03:hover {
			-webkit-transform: translateY(5px);
		transform: translateY(5px);
		box-shadow: none;
	}

	.actionChat.mod_btn03 img {
		max-height:90px;
	}

}


/*================================================
	!  #area01
================================================ */

#area01 {
	background: url(../img/bg/bg_blue.png);
	position: relative;
}

	#area01:before,
	#area01:after {
		content: "";
		display: block;
		width: 51%;
		height: 25px;
		background: #fff;
		position: absolute;
		bottom: -1px;
	}

	#area01:before {
		left: -18px;
			-webkit-transform: skewX(55deg);
			-ms-transform: skewX(55deg);
		transform: skewX(55deg);
	}

	#area01:after {
		right: -18px;
			-webkit-transform: skewX(-55deg);
			-ms-transform: skewX(-55deg);
		transform: skewX(-55deg);
	}

#area01 .inner {
	padding-top: 30px;
	padding-bottom: 50px;
}

#area01 .tit {
	color: #fff;
	text-align: center;
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 16px;
}

@media screen and (max-width: 320px) {
	#area01 .tit {
		letter-spacing: 0;
	}
}

#area01 .tit .small {
	font-size: 2rem;
	font-weight: inherit;
}

#area01 .tit .subTxt {
	display: table;
	font-size: 1.7rem;
	font-weight: 500;
	padding-left: 23px;
	margin: 0 auto;
	background: url(../img/ico/ico_calculator.png) no-repeat left 70%;
	background-size: 13px;
}

.worryBox .item {
	min-height: 60px;
	font-size: 1.9rem;
	font-weight: 500;
	padding: 8px 20px 12px 65px;
	margin-bottom: 5px;
	background: #fff;
	position: relative;
}

.worryBox .item:before {
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 10px;
	left: 10px;
}

	.worryBox .item:nth-of-type(1):before {
		background-image: url(../img/ico/ico_nayami01.png);
	}
	.worryBox .item:nth-of-type(2):before {
		background-image: url(../img/ico/ico_nayami02.png);
	}
	.worryBox .item:nth-of-type(3):before {
		background-image: url(../img/ico/ico_nayami03.png);
	}
	.worryBox .item:nth-of-type(4):before {
		background-image: url(../img/ico/ico_nayami04.png);
	}
	.worryBox .item:nth-of-type(5):before {
		background-image: url(../img/ico/ico_nayami05.png);
	}
	.worryBox .item:nth-of-type(6):before {
		background-image: url(../img/ico/ico_nayami06.png);
	}

.worryBox .item span {
	color: #fc460e;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.4;
}


@media screen and (min-width: 600px) {

	#area01 {
		background: url(../img/bg/bg_area01.png) no-repeat right center, url(../img/bg/bg_blue.png);
	}

		#area01:before,
		#area01:after {
			width: 50.4%;
			height: 35px;
		}

		#area01:before {
			left: -25px;
		}

		#area01:after {
			right: -25px;
		}

	#area01 .inner {
		padding-top: 55px;
		padding-bottom: 110px;
	}

	#area01 .tit {
		font-size: 5.5rem;
		margin-bottom: 45px;
	}

	#area01 .tit .small {
		font-size: 4.2rem;
	}

	#area01 .tit .subTxt {
		font-size: 3rem;
		padding-left: 36px;
		background-size: 23px;
	}

	.worryBox .item {
		float: left;
		width: 31%;
		text-align: center;
		font-size: 2rem;
		line-height: 1.3;
		padding: 70px 0 35px;
		margin-right: 3.5%;
	}

	.worryBox .item:nth-of-type(3n) {
		margin-right: 0;
	}

	.worryBox .item:nth-of-type(n+4) {
		margin-top: 3.3%;
	}

	.worryBox .item:before {
		width: 75px;
		height: 75px;
		left: 0;
		right: 0;
		top: -20px;
		margin: auto;
	}

	.worryBox .item span {
		font-size: 3.2rem;
		line-height: 1.2;
	}

}


/*================================================
	!  #area02
================================================ */

#area02 {
	text-align: center;
}

#area02 .inner {
	padding-top: 10px;
	padding-bottom: 25px;
}

#area02 .tit {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 12px;
}

	#area02 .mod_tit01:before,
	#area02 .mod_tit01:after {
		height: 65%;
		background: #0058a2;
		bottom: -5px;
	}
	#area02 .mod_tit01:before {
		left: -2%;
	}
	#area02 .mod_tit01:after {
		right: -2%;
	}

#area02 .tit .small {
	font-size: 1.5rem;
	font-weight: inherit;
}

#area02 .txt {
	max-width: 350px;
	margin: 0 auto;
}


@media screen and (min-width: 600px) {

	#area02 .inner {
		padding-top: 45px;
		padding-bottom: 77px;
	}

	#area02 .tit {
		width: 68%;
		font-size: 5.6rem;
		letter-spacing: 1px;
		margin-bottom: 25px;
	}

		#area02 .mod_tit01:before,
		#area02 .mod_tit01:after {
			height: 70%;
			bottom: -10px;
		}
		#area02 .mod_tit01:before {
			left: -30px;
		}
		#area02 .mod_tit01:after {
			right: -30px;
		}

	#area02 .tit .small {
		font-size: 3.6rem;
	}

	#area02 .mod_subTxt {
		margin-bottom: 25px;
	}

	#area02 .txt {
		max-width: none;
	}

}


/*================================================
	!  #area03
================================================ */

#area03 {
	background: #3a9ed9;
	position: relative;
}

#area03:before {
	content: "";
	display: block;
	width: 65px;
	height: 20px;
	background: url(../img/ico/ico_arrow05.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	top: -7px;
	margin: auto;
}

.imgArea03 {
	text-align: center;
	margin: 0 -80px 0 -35px;
}

.imgArea03 img {
	margin-top: -5.7%;
}


@media screen and (min-width: 600px) {

	#area03:before {
		width: 160px;
		height: 50px;
	}

	.imgArea03 {
		margin: 0 auto;
	}

	.imgArea03 img {
		margin-top: -68px;
	}

}


/*================================================
	!  #area04
================================================ */

#area04 {
	background: #e2f4ff;
}

#area04 .inner {
	padding-top: 25px;
	padding-bottom: 40px;
}

@media screen and (max-width: 320px) {
	#area04 .inner {
		padding-left: 5px;
		padding-right: 5px;
	}
}

#area04 .mainTit {
	width: 215px;
	text-align: center;
	margin: 0 auto 8px;
}

.imgArea04 {
	text-align: center;
	margin-bottom: 5px;
}

.imgArea04 img {
	margin: 0 auto;
}


/*! particularBox  */

.particularBox {
	padding-bottom: 15px;
	margin-bottom: 18px;
	border-bottom: 3px solid #b1dfff;
}

.particularBox:last-of-type {
	margin-bottom: 10px;
	border-bottom: none;
}

.particularBox .tit {
	color: #0058a2;
	font-size: 2.7rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
	letter-spacing: 0;
	padding: 1px 0 10px 65px;
	margin-bottom: 8px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 60px;
}

	.particularBox:nth-of-type(1) .tit {
		background-image: url(../img/ico/ico_kodawari01.png);
	}
	.particularBox:nth-of-type(2) .tit {
		background-image: url(../img/ico/ico_kodawari02.png);
	}
	.particularBox:nth-of-type(3) .tit {
		background-image: url(../img/ico/ico_kodawari03.png);
	}

.particularBox .tit .small {
	color: #000;
	font-size: 1.8rem;
	font-weight: inherit;
	line-height: 2.2;
}

.particularBox .tit .subTxt {
	display: block;
	color: #000;
	font-size: 1.4rem;
	font-weight: inherit;
	line-height: 1;
}

.particularBox .txt {
	font-size: 1.5rem;
}

.particularBox img {
	float: right;
	width: 46%;
	margin: 0 0 3px 10px;
}

.particularBox:nth-of-type(even) img {
	float: left;
	margin: 0 10px 3px 0;
}


/*! cloudBox  */

.cloudBox {
	padding: 12px 15px 20px;
	background: #fff;
	border: 4px solid #0058a2;
}

.cloudBox .tit {
	display: table;
	color: #0058a2;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 11px 30px 4px 20px;
	margin: 0 auto 5px;
	background: url(../img/ico/ico_cloud.png) no-repeat left center;
	background-size: 61px;
}

.cloudBox .link {
	width: 98%;
	display: table;
	margin: 15px auto 0;
}

.cloudBox .link .list {
	display: table-cell;
	padding: 0 8px;
}


@media screen and (min-width: 600px) {

	#area04 .inner {
		padding-top: 40px;
		padding-bottom: 110px;
	}

	#area04 .mainTit {
		width: auto;
		margin-bottom: 25px;
	}

	.imgArea04 {
		margin-bottom: 35px;
	}


	/*! particularBox  */

	.particularBox {
		min-height: 330px;
		padding-bottom: 55px;
		margin-bottom: 40px;
		position: relative;
	}

	.particularBox .tit {
		font-size: 4.4rem;
		padding: 5px 0 20px 120px;
		margin-bottom: 15px;
		background-size: 100px;
	}

	.particularBox .tit .small {
		font-size: 3rem;
		line-height: 1.8;
	}

	.particularBox .tit .subTxt {
		font-size: 2.2rem;
		line-height: 1;
	}

	.particularBox .txt {
		width: 60%;
		font-size: 1.8rem;
		line-height: 1.7;
	}

	.particularBox img {
		float: none;
		width: 34.5%;
		position: absolute;
		top: 10px;
		right: 0;
	}

	.particularBox:nth-of-type(even) {
		padding-left: 40%;
	}

	.particularBox:nth-of-type(even) .txt {
		width: 100%;
	}

	.particularBox:nth-of-type(even) img {
		left: 0;
	}


	/*! cloudBox  */

	.cloudBox {
		padding: 20px 40px 50px;
	}

	.cloudBox .tit {
		font-size: 3.2rem;
		padding: 20px 25px 8px 35px;
		margin-bottom: 15px;
		background-size: 100px;
	}

	.cloudBox .link {
		width: 70%;
		text-align: center;
		margin: 40px auto 0;
		overflow: hidden;
	}

}


/*================================================
	!  #area05
================================================ */

#area05 .inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

#area05 .mainTit {
	font-size: 2.7rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

#area05 .subTit {
	color: #0057a1;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 15px;
}


/*! voiceBox */

.voiceBox {
	padding: 15px;
	margin-bottom: 10px;
	border: 2px solid #efeded;
}

.voiceBox .nameImg {
	width: 55px;
	float: left;
	margin-right: 17px;
}

.voiceBox .nameBox {
	margin-bottom: 10px;
	overflow: hidden;
}

.voiceBox .nameBox .txt01 {
	color: #8d8c8c;
	font-size: 1.3rem;
	font-weight: 500;
	margin-top: 5px;
}

.voiceBox .nameBox .txt02 {
	font-size: 1.9rem;
	font-weight: bold;
}

.voiceBox .txtBox01 {
	padding: 12px 15px;
	margin-bottom: 10px;
	background: #e2f4ff;
}

.voiceBox .txtBox01 .tit {
	color: #0057a1;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.voiceBox .txtBox02 {
	padding: 5px 0;
	margin-bottom: 12px;
	background: #1f93d8;
	position: relative;
}

.voiceBox .txtBox02:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(31, 147, 216, 0);
	border-top-color: #1f93d8;
	border-width: 8px;
	margin-left: -8px;
}

.voiceBox .txtBox02 .txt {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}


@media screen and (min-width: 600px) {

	#area05 .inner {
		padding-top: 65px;
		padding-bottom: 70px;
	}

	#area05 .mainTit {
		font-size: 3.8rem;
		margin-bottom: 40px;
	}

	#area05 .mod_subTxt {
		font-size: 2rem;
		padding: 11px 25px;
		margin-bottom: 20px;
	}


	/*! voiceBox */

	.voiceBox {
		width: 48.5%;
		margin-bottom: 0;
	}

	.voiceBox:nth-of-type(odd) {
		clear: both;
		float: left;
	}

	.voiceBox:nth-of-type(even) {
		float: right;
	}

	.voiceBox:nth-of-type(n+3) {
		margin-top: 3%;
	}

	.voiceBox .nameImg {
		width: 78px;
	}

	.voiceBox .nameBox {
		padding-left: 10px;
		margin-bottom: 15px;
	}

	.voiceBox .nameBox .txt01 {
		font-size: 1.5rem;
		margin-top: 12px;
	}

	.voiceBox .nameBox .txt02 {
		font-size: 2.2rem;
	}

	.voiceBox .txtBox01 {
		padding: 25px 30px;
		margin-bottom: 18px;
	}

	.voiceBox .txtBox01 .tit {
		font-size: 1.9rem;
	}

	.voiceBox .txtBox01 .txt {
		font-size: 1.6rem;
	}

	.voiceBox .txtBox02 {
		padding: 10px;
	}

	.voiceBox .txtBox02 .txt {
		font-size: 1.8rem;
		font-weight: 500;
	}

	.voiceBox .txtBox03 {
		padding: 0 8px;
	}

	.voiceBox .txtBox03 .txt {
		font-size: 1.6rem;
	}

}


/*================================================
	!  #area06
================================================ */

#area06 {
	background: url(../img/bg/bg_gray.png);
}

#area06 .inner {
	padding-top: 20px;
	background: url(../img/img/img_service_sp.png) no-repeat right bottom 70px;
	background-size: 180px;
}

#area06 .mainTit {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	background-image: url(../img/ico/ico_service.png);
}

.serviceBox {
	width: 47%;
	padding-bottom: 20px;
	margin-bottom: 30px;
	background: #fff;
	position: relative;
}

.serviceBox:nth-of-type(odd) {
	clear: both;
	float: left;
}

.serviceBox:nth-of-type(odd):before {
	content: "";
	display: block;
	width: 13px;
	height: 22px;
	background: url(../img/ico/ico_arrow02.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: -11%;
	top: 0;
	bottom: 0;
	margin: auto;
}

.serviceBox:nth-of-type(even) {
	float: right;
}

.serviceBox:nth-of-type(even):before {
	content: "";
	display: block;
	width: 30px;
	width: 7vw;
	height: 30px;
	background: url(../img/ico/ico_arrow06.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 100%;
	top: 100%;
	margin: auto;
}

.serviceBox:last-of-type:before {
	content: none;
}

.serviceBox img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.serviceBox .tit {
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 5px;
	position: relative;
}

@media screen and (max-width: 599px) {
	.serviceBox .tit {
		height: auto !important;
	}
}

.serviceBox .tit:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	top: -35px;
	margin: auto;
}

	.serviceBox:nth-of-type(1) .tit:before {
		background-image: url(../img/ico/ico_service01.png);
	}
	.serviceBox:nth-of-type(2) .tit:before {
		background-image: url(../img/ico/ico_service02.png);
	}
	.serviceBox:nth-of-type(3) .tit:before {
		background-image: url(../img/ico/ico_service03.png);
	}
	.serviceBox:nth-of-type(4) .tit:before {
		background-image: url(../img/ico/ico_service04.png);
	}
	.serviceBox:nth-of-type(5) .tit:before {
		background-image: url(../img/ico/ico_service05.png);
	}

.serviceBox .txt {
	font-size: 1.3rem;
	margin: 0 10px;
}


@media screen and (min-width: 600px) {

	#area06 .inner {
		padding-top: 40px;
		background: url(../img/img/img_service_pc.png) no-repeat right bottom 150px;
	}

	#area06 .mainTit {
		margin-bottom: 30px;
	}

	.serviceBox {
		width: 30%;
		clear: none !important;
		float: left !important;
		padding-bottom: 20px;
		margin: 0 5% 85px 0;
	}

	.serviceBox:nth-of-type(3n) {
		margin-right: 0;
	}

	.serviceBox:nth-of-type(4) {
		clear: both !important;
	}

	.serviceBox:nth-of-type(1):before,
	.serviceBox:nth-of-type(2):before,
	.serviceBox:nth-of-type(4):before {
		width: 48px;
		height: 30px;
		top: 0;
		bottom: 0;
		left: 101%;
		background: url(../img/ico/ico_arrow01.png) no-repeat center;
	}

	.serviceBox:nth-of-type(3):before {
		top: 100%;
		bottom: auto;
		right: 100%;
		width: 450px;
		height: 85px;
		background: url(../img/ico/ico_arrow03.png) no-repeat center;
	}

	.serviceBox img {
		margin-bottom: 45px;
	}

	.serviceBox .tit {
		font-size: 2.6rem;
		margin-bottom: 20px;
	}

		.serviceBox:nth-of-type(4) .tit {
			padding-top: 15px;
		}

		.serviceBox:nth-of-type(4) .tit,
		.serviceBox:nth-of-type(5) .tit {
			margin: 0 auto 10px;
		}

	.serviceBox .tit:before {
		width: 60px;
		height: 60px;
		top: -70px;
	}

	.serviceBox .txt {
		font-size: 1.6rem;
		margin: 0 20px;
	}

}


/*================================================
	!  #area07
================================================ */

#area07 {
	background: #dcf1fd;
}

#area07 .titWrap {
	color: #fff;
	text-align: center;
	padding: 28px 0 15px;
	background: #3a9ed9;
	position: relative;
}

#area07 .titWrap:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
	width: 30px;
	height: 28px;
			-webkit-transform:  rotate(142deg) skew(15deg);
		-ms-transform:  rotate(142deg) skew(15deg);
	transform: rotate(142deg) skew(15deg);
	background: #3a9ed9;
}

#area07 .mod_tit01 {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: -2px;
}

#area07 .mod_tit01:before,
#area07 .mod_tit01:after {
	background: #fff;
	height: 70%;
	bottom: 0;
}

#area07 .mod_tit01:before {
	left: -10px;
}

#area07 .mod_tit01:after {
	right: -10px;
}

#area07 .mainTit {
	font-size: 2.9rem;
	font-weight: bold;
}

#area07 .inner {
	padding-top: 25px;
	padding-bottom: 10px;
}


/*! priceBox */

.priceBox {
	padding: 3px 10px 20px;
	margin-bottom: 20px;
	background: #fff;
	border-top-style: solid;
	border-top-width: 8px;
}

	.priceBox:nth-of-type(1) {
		border-top-color: #1f93d8;
	}
	.priceBox:nth-of-type(2) {
		border-top-color: #76d001;
	}
	.priceBox:nth-of-type(3) {
		border-top-color: #fb913c;
	}

.priceBox .tit {
	font-size: 2.7rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding: 13px 0 15px 15px;
	margin: 0 10px 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 70px;
	border-bottom-style: dotted;
	border-bottom-width: 4px;
}

@media screen and (max-width: 375px) {
	.priceBox .tit {
		padding-left: 50px;
	}
}


	.priceBox:nth-of-type(1) .tit {
		background-image: url(../img/ico/ico_plan01.png);
		border-bottom-color: #1f93d8;
	}
	.priceBox:nth-of-type(2) .tit {
		background-image: url(../img/ico/ico_plan02.png);
		border-bottom-color: #76d001;
	}
	.priceBox:nth-of-type(3) .tit {
		padding-top: 25px;
		padding-bottom: 25px;
		background-image: url(../img/ico/ico_plan03.png);
		border-bottom-color: #fb913c;
}

.priceList {
	margin: 0 10px 10px;
}

.priceList .list {
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 5px;
	background: url(../img/ico/ico_check02.png) no-repeat left 3px;
	background-size: 22px;
}

.priceBox .subBox {
	padding: 15px;
	margin-bottom: 10px;
	background: #fffbe0;
}

.priceBox .subBox .txt01 {
	padding: 1px 0;
	margin-bottom: 12px;
	text-align: center;
	background: #1c4668;
}

.priceBox .subBox .txt01 img {
	width: 170px;
}

.priceBox .imgPrice {
	display: block;
	margin: 0 auto 10px;
}

.priceBox .subBoxChild {
	padding: 13px 10px 15px 105px;
	border-style: solid;
	border-width: 4px;
	background: #fff url(../img/ico/ico_osusume.png) no-repeat 10px 10px;
	background-size: 85px;
	position: relative;
}

.priceBox .subBoxChild:before,
.priceBox .subBoxChild:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.priceBox .subBoxChild:after {
	border-width: 9px;
	margin-left: -9px;
	border-bottom-color: #fff;
}

.priceBox .subBoxChild:before {
	border-width: 14px;
	margin-left: -14px;
}

	.priceBox:nth-of-type(1) .subBoxChild {
		border-color: #1f93d8;
	}
	.priceBox:nth-of-type(1) .subBoxChild:before {
		border-color: rgba(31, 147, 216, 0);
		border-bottom-color: #1f93d8;
	}
	.priceBox:nth-of-type(2) .subBoxChild {
		border-color: #76d001;
	}
	.priceBox:nth-of-type(2) .subBoxChild:before {
		border-color: rgba(118,208,1, 0);
		border-bottom-color: #76d001;
	}
	.priceBox:nth-of-type(3) .subBoxChild {
		border-color: #fb913c;
	}
	.priceBox:nth-of-type(3) .subBoxChild:before {
		border-color: rgba(251,145,60, 0);
		border-bottom-color: #fb913c;
	}

.priceBox .subBoxChild .txt {
	font-size: 1.5rem;
	font-weight: bold;
}

.priceBox .caution {
	padding-left: 20px;
	position: relative;
}

.priceBox .caution:before {
	content: "※";
	position: absolute;
	left: 0;
}


@media screen and (min-width: 600px) {

	#area07 .titWrap {
		padding: 40px 0 50px;
	}

	#area07 .titWrap:before {
		bottom: -20px;
		width: 50px;
		height: 48px;
				-webkit-transform:  rotate(142deg) skew(15deg);
			-ms-transform:  rotate(142deg) skew(15deg);
		transform: rotate(142deg) skew(15deg);
	}

	#area07 .mod_tit01 {
		font-size: 2.6rem;
		font-weight: 500;
	}

	#area07 .mod_tit01:before,
	#area07 .mod_tit01:after {
		width: 3px;
		height: 100%;
		bottom: -5px;
	}

	#area07 .mod_tit01:before {
		left: -20px;
	}

	#area07 .mod_tit01:after {
		right: -20px;
	}

	#area07 .mainTit {
		font-size: 5.7rem;
	}

	#area07 .inner {
		padding-top: 60px;
		padding-bottom: 30px;
	}


	/*! priceBox */

	.priceBox {
		padding: 20px 40px;
		margin-bottom: 60px;
		border-top-width: 10px;
	}

	.priceBox .tit {
		width: 80%;
		font-size: 6rem;
		text-align: left;
		padding: 35px 0 30px 135px !important;
		margin: 0 auto 20px;
		background-position: left top;
		background-size: 120px;
		border-bottom-width: 8px;
	}

		.priceBox:nth-of-type(3) .tit {
			padding-left: 240px !important;
		}

	.priceList {
		width: 90%;
		padding-top: 20px;
		margin: 0 auto 40px;
	}

		.priceBox:nth-of-type(1) .priceList {
			min-height: 190px;
			margin-bottom: 0;
			overflow: hidden;
			background: url(../img/img/img_plan01.png) no-repeat 98% top;
		}

		.priceBox:nth-of-type(2) .priceList {
			min-height: 190px;
			margin-bottom: 0;
			overflow: hidden;
			background: url(../img/img/img_plan02.png) no-repeat 98% top;
		}

	.priceList .list {
		font-size: 2.1rem;
		padding-left: 45px;
		letter-spacing: 0;
		margin-bottom: 13px;
		background-size: 30px;
	}

	.priceBox .subBox {
		padding: 40px 50px;
		margin-bottom: 15px;
	}

	.priceBox .subBox .txt01 {
		float: left;
		background: none;
		margin: 0 auto 20px;
	}

	.priceBox .subBox .txt01 img {
		width: auto;
	}

	.priceBox .imgPrice {
		float: right;
		margin-bottom: 15px;
	}

	.priceBox .subBoxChild {
		clear: both;
		background-position: 25px center;
		padding: 40px 0 42px 160px;
		background-size: 128px;
	}

		.priceBox:nth-of-type(3) .subBoxChild {
			padding-top: 25px;
			padding-bottom: 25px;
		}

	.priceBox .subBoxChild:after {
		border-width: 14px;
		margin-left: -14px;
	}

	.priceBox .subBoxChild:before {
		border-width: 20px;
		margin-left: -20px;
	}

	.priceBox .subBoxChild .txt {
		font-size: 2.3rem;
		letter-spacing: 0;
	}

	.priceBox .caution {
		font-size: 1.4rem;
	}

}


/*================================================
	!  #area08
================================================ */

#area08 {
	background: #efeded;
	border-bottom: 3px solid #e6e4e4;
}

#area08 .inner {
	padding-top: 10px;
	padding-bottom: 20px;
}

#area08 .mainTit {
	font-size: 2.2rem;
	margin-bottom: 15px;
	background-image: url(../img/ico/ico_faq.png);
}

.faqBox {
	padding: 13px 13px 2px;
	margin-bottom: 8px;
	background: #fff;
}

.faqBox .tit {
	min-height: 55px;
	color: #0058a2;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 0 10px 58px;
	margin-bottom: 12px;
	border-bottom: 3px solid #efeded;
}

.faqBox .txt {
	min-height: 41px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0 50px 2px 15px;
	margin-bottom: 15px;
}

/*! 各アイコン */

.faqBox .tit,
.faqBox .txt {
	position: relative;
	background: none;
}

.faqBox .tit:before,
.faqBox .txt:before {
	display: block;
	font-size: 1.8rem;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	position: absolute;
	border-radius: 2px;
	top: 2px;
}

.faqBox .tit:before {
	content: "Q";
	width: 38px;
	height: 38px;
	color: #fff;
	line-height: 34px;
	background: #0058a2;
	left: 0;
}

	.faqBox .tit:after {
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		border: solid transparent;
		border-color: rgba(0, 88, 162, 0);
		border-left-color: #0058a2;
		border-width: 5px;
		margin-top: -5px;
		top: 21px;
		left: 38px;
	}

.faqBox .txt:before {
	content: "A";
	width: 32px;
	height: 32px;
	color: #0058a2;
	line-height: 31px;
	background: #fff;
	border: 3px solid #0058a2;
	border-radius: 2px;
	right: 0;
}

	.faqBox .txt:after {
		content: "";
		top: 17px;
		right: 33px;
		display: block;
		width: 6px;
		height: 6px;
		transform: rotate(-135deg);
		position: absolute;
		border: 3px solid #0058a2;
		background: #fff;
		border-left: none;
		border-bottom: none;
	}


@media screen and (min-width: 600px) {

	#area08 .inner {
		padding-top: 30px;
		padding-bottom: 60px;
	}

	.faqBox {
		padding: 22px 55px 6px 45px;
		margin-bottom: 15px;
	}

	.faqBox .tit {
		font-size: 2.4rem;
		padding: 12px 0 20px 73px;
		margin-bottom: 15px;
		border-width: 2px;
	}

	.faqBox .txt {
		min-height: 100%;
		font-size: 2rem;
		text-align: right;
		padding: 10px 75px 20px 0;
	}

	/*! 各アイコン */

	.faqBox .tit:before,
	.faqBox .txt:before {
		font-size: 2.5rem;
		border-radius: 4px;
		top: 3px;
	}

	.faqBox .tit:before {
		line-height: 46px;
		width: 50px;
		height: 50px;
	}

		.faqBox .tit:after {
			top: 28px;
			left: 50px;
			border-width: 7px;
			margin-top: -7px;
		}

	.faqBox .txt:before {
		line-height: 42px;
		width: 44px;
		height: 44px;
	}

		.faqBox .txt:after {
			top: 23px;
			right: 44px;
			width: 8px;
			height: 8px;
		}

}


/*================================================
	!  #area09
================================================ */

#area09 {
	background: #efeded;
}

#area09 .inner {
	padding-top: 10px;
	padding-bottom: 25px;
}

#area09 .mainTit {
	font-size: 2.2rem;
	margin-bottom: 15px;
	background-image: url(../img/ico/ico_office.png);
}

.officeData {
	margin-bottom: 18px;
}

.officeData tr {
	border-bottom: 1px solid #d1cfcf;
}

.officeData tr:last-of-type {
	border-bottom: none;
}

.officeData th,
.officeData td {
	padding: 14px 14px 13px;
	font-weight: bold;
	font-size: 1.3rem;
}

.officeData th {
	width: 95px;
	color: #fff;
	vertical-align: top;
	background: #3a9ed9;
}

.officeData td {
	padding-right: 0;
	line-height: 1.5;
	background: #fff;
}

.imgOffice {
	width: 77%;
	display: block;
	padding-left: 7%;
	margin: 0 auto 25px;
}

.mapWrap {
	height: 220px;
	border: 5px solid #fff;
}

.mapWrap iframe {
	width: 100%;
	height: 100%;
}


@media screen and (min-width: 600px) {

	#area09 .inner {
		padding-top: 30px;
		padding-bottom: 90px;
	}

	#area09 .mainTit {
		font-size: 3.8rem;
		margin-bottom: 25px;
	}

	.officeData {
		float: left;
		width: 64%;
		margin-bottom: 40px;
	}

	.officeData th,
	.officeData td {
		font-size: 1.5rem;
		padding: 19px 30px;
		border-width: 6px;
	}

	.officeData th {
		width: 200px;
		font-weight: 500;
		text-align: center;
	}

	.imgOffice {
		float: right;
		width: 36.6%;
		margin: -20px -42px 0 auto;
		padding-left: 0;
	}

	.mapWrap {
		clear: both;
		height: 380px;
		padding-bottom: 0;
	}

}

@media screen and (min-width: 600px) and (max-width: 1100px) {

	.imgOffice {
		margin-right: 0;
		width: 36%;
	}

}


/*================================================
	!  #contact
================================================ */

#contact .inner {
	padding: 30px 0 0;
}

#contact .tit {
	text-align: center;
	margin-bottom: 25px;
	font-size: 2.2rem;
	font-weight: 900;
}

#contact .tit .subTxt {
	display: block;
	color: #0058a2;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 3px;
}

.formWrap {
	padding: 25px 35px 40px;
	background: #dcf1fd;
}

.formWrap table {
	margin-bottom: 20px;
	display: block;
}

.formWrap th,
.formWrap td {
	font-size: 1.7rem;
}

.formWrap th {
	display: table;
	font-weight: bold;
}

.formWrap td {
	display: block;
	padding: 10px 0 18px;
}


/*! form パーツ */

#contact input[type="text"],
#contact select,
#contact textarea {
	width: 100%;
	font-family: inherit;
	padding: 9px;
	border-radius: 3px;
	border: 1px solid #c9c9c9;
	background: #fff;
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
}


/*! radio */

#contact .radio input[type="radio"] {
	display: none;
}

#contact .radio {
	cursor: pointer;
	position: relative;
	min-height: calc(20px + 5px);
	padding-left: 25px;
	margin-right: calc(20px + 5px);
	padding-left: calc(20px + 5px);
}

#contact .radio span {
	font-weight: 500;
}

#contact .radio span:before,
#contact .radio span:after {
	position: absolute;
	box-sizing: border-box;
	content: "";
	top: 4px;
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 100%;
}

#contact .radio span:before {
	left: 0;
	z-index: 1;
	width: 19px;
	height: 19px;
	border: 2px solid #c9c9c9;
	background: #fff;
}

#contact .radio span:after {
	top: 8px;
	left: 4px;
	z-index: -1;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background-color: #035aa3;
}

#contact .radio input[type="radio"]:checked + span:after {
	z-index: 2;
}


/*! select */

#contact select {
	cursor: pointer;
	height: 45px;
	font-size: 16px;
	padding-left: 15px;
	background: #fff url(../img/ico/ico_arrow04.png) no-repeat right 15px center;
	background-size: 10px;
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
}

#contact select::-ms-expand {
  display: none;
}


/*! 住所 */

.postMark {
	line-height: 40px;
}

#contact #form_postcode {
	width: auto;
	vertical-align: -10px;
	display: inline-block;
}

#contact #form_address {
	margin-top: 7px;
}


/*! 決算月 */

#form_settlement {
	width: 115px !important;
}


/*! 必須 /任意 */

#contact .required,
#contact .arbitrary {
	position: relative;
}

#contact .required:before,
#contact .arbitrary:before {
	width: 40px;
	height: 16px;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	position: absolute;
	top: 6px;
	right: -45px;
	margin: auto;
	border-radius: 3px;
}

#contact .required:before {
	content: "必須";
	color: #fff;
	background: #1f93d8;
}

#contact .arbitrary:before {
	content: "任意";
	color: #878888;
	background: #d4d6d7;
}


/*! error */
.error {
	color: red;
}

/*! ボタン */

#contact input[type="submit"] {
	max-width: 300px;
	margin: 0 auto 10px;
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
}

input[type="submit"]#submit {
	background-image: url(../img/ico/ico_mail01.png);
	background-position: 25% 52%;
	background-repeat: no-repeat;
	background-size: 32px;
	padding-left: 6.5%;
}

input[type="submit"]#mhFormConfirm,
input[type="submit"]#mhFormSend {
	background-color: #0058a2;
	box-shadow: 0px 4px 0px 0px rgba(24,67,114,1);
		-moz-box-shadow: 0px 4px 0px 0px rgba(24,67,114,1);
		-webkit-box-shadow: 0px 4px 0px 0px rgba(24,67,114,1);
}


@media screen and (min-width: 600px) {

	#contact .inner {
		padding: 80px 0 90px
	}

	#contact .tit {
		margin-bottom: 70px;
		font-size: 4.4rem;
	}

	#contact .tit .subTxt {
		font-size: 2.5rem;
	}

	.formWrap {
		padding: 45px 90px 80px 90px
	}

	.formWrap table {
		margin-bottom: 70px;
		display: table;
	}

	.formWrap th,
	.formWrap td {
		display: table-cell;
		font-size: 1.8rem;
	}

	.formWrap th {
		width: 240px;
		padding: 28px 0;
	}

	.formWrap td {
		padding: 14px 45px 14px 50px;
	}

	#contact input[type="text"],
	#contact select,
	#contact textarea {
		padding: 15px 10px;
	}

	/*! radio */

	#contact .inputRadioWrap {
		padding-top: 24px;
	}

	#form_name,
	#form_kana {
		width: 340px !important;
	}

	#form_plan {
		width: 280px !important;
	}


	/*! select */

	#contact select {
		height: 60px;
	}

	/*! 必須 /任意 */

	#contact .required:before,
	#contact .arbitrary:before {
		width: 45px;
		height: 20px;
		font-size: 1.2rem;
		line-height: 20px;
		right: 0;
		top: 33px;
	}


	.postMark {
		line-height: 55px;
	}


	/*! ボタン */

	#contact .btns {
		overflow: hidden;
	}

	#contact input[type="button"],
	#contact input[type="submit"] {
		width: 475px;
		max-width: 100%;
		height: 105px;
		font-size: 2.6rem;
	}

	input[type="submit"]#submit {
		background-position: 155px 52%;
		background-size: 34px;
		padding-left: 45px;
		box-shadow: 0px 5px 0px 0px rgba(103,167,0,1);
			-moz-box-shadow: 0px 5px 0px 0px rgba(103,167,0,1);
			-webkit-box-shadow: 0px 5px 0px 0px rgba(103,167,0,1);
	}

	input[type="submit"]#mhFormConfirm,
	input[type="submit"]#mhFormSend {
		box-shadow: 0px 5px 0px 0px rgba(24,67,114,1);
			-moz-box-shadow: 0px 5px 0px 0px rgba(24,67,114,1);
			-webkit-box-shadow: 0px 5px 0px 0px rgba(24,67,114,1);
	}

	input[type="button"]#mhFormAdjust {
		float: left;
		width: 400px;
		cursor: pointer;
	}

	input[type="submit"]#mhFormSend {
		float: right;
		width: 400px;
	}

	#contact .mod_btn01:hover {
			-webkit-transform: translateY(5px);
		transform: translateY(5px);
		box-shadow: none;
	}

}



@media screen and (max-width: 600px) {
	.formWrap tbody, .formWrap tr {
		display: block;
	}
	#contact #form_postcode {
		width: 100%;
	}
}
