@charset "UTF-8";
body {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	color: #000000;
	line-height: 1.8
}

img {
	max-width: 100%;
	height: auto;
}


a {
	color: #0062b1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover {
	text-decoration: none;
	color: #2b91e2;
}

header {
	text-align: center;
	padding: 10px 0;
}

header h1 {
	font-size: 0;
	line-height: 0;
	margin: 0;
}

header img {
	width: 200px;
}

.keyvisual {
	padding: 30px 0 20px;
	text-align: center;
}

.title1 {
	margin: 0 0 35px;
	padding-left: 20px;
	color: #000000;
	font-size: 20px;
	background: url('/kazashite/shared/images/bg_title1.png') top left no-repeat;
	padding-top: 30px;
	background-size: 70px;
	min-height: 55px;
}

.threeColumns .column,
.twoColumns .column {
	background: url('/kazashite/shared/images/bg_circle.png') center no-repeat;
	background-size: contain;
	font-size: 15px;
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
	height: 230px;
	margin-bottom: 20px;
}

.threeColumns .column-alt,
.twoColumns .column-alt {
	background-image: url('/kazashite/shared/images/bg_circle2.png');
}

.threeColumns .column p,
.twoColumns .column p {
	margin-bottom: 0
}

.smallTxt {
	text-align: right;
	font-size: 12px;
	margin: 0 auto 60px;
	max-width: 740px;
}

.par {
	padding: 0 15px;
	font-size: 18px;
	margin-bottom: 50px;
}

.par p {
	text-indent: 1em;
}

.par p.noindent {
	text-indent: 0;
}

.mainTxt {
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.step {
	font-size: 18px;
	text-align: center;
	margin-bottom: 65px;
}

.step .block {
	position: relative;
	padding: 0 0 65px;
	margin-bottom: 20px;
}

.step .block p {
	margin-bottom: 0;
}

.step .block:after {
	content: '';
	width: 30px;
	height: 40px;
	background: url('/kazashite/shared/images/img_arrow.png') center no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
}

.step .block:last-child:after {
	display: none;
}

.step .block:last-child {
	background: url('/kazashite/shared/images/circle_sm.png') center no-repeat;
	background-size: contain;
	padding-bottom: 0;
	margin-bottom: 0;
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
	height: 50px;
}

.step .block .link {	
	background: #fbe5f0;
	background-size: contain;
	font-size: 18px;
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
	height: 180px;
	width: 180px;
	margin: 0 auto;
	border-radius: 50%;
}

.step .block .tbl .column {
	margin-bottom: 30px;
}

.step .block .tbl .column .heading {
	width: 100%;
	text-align: center;
	border: 5px solid #e2e0f0;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 5px;
}

.step .block .tbl .column .circle {
	background: #e2e0f0;
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
	height: 180px;
	width: 180px;
	margin: 0 auto;
	border-radius: 50%;
	font-size: 15px;
}

.step .block .tbl .column .circle p {
	margin-bottom: 0;
}


.step .block .tbl .columnEnd .heading {
	border: 5px solid #b3d8f4;
}

.step .block .tbl .columnEnd .circle {
	background: #b3d8f4;
}

.twoCol {
	margin-bottom: 80px;
}

.twoCol .column {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

.twoCol .column p {
	font-size: 18px;
}

footer p {
	margin-bottom: 0;
}

footer {
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.container {
		max-width: 1164px;
	}

	header img {
		width: auto;
	}

	header {
		text-align: left;
		padding: 0;
	}

	.keyvisual {
		padding: 59px 0 44px;
	}

	.title1 {
		margin: 0 0 70px;
		padding-left: 20px;
		font-size: 42px;
		background-size: auto;
		padding-top: 60px;
	}

	.threeColumns {
		overflow: hidden;
		margin-bottom: 15px;
	}

	.threeColumns .column {
		float: left;
		width: 31.5%;
		font-size: 20px;
		height: 236px;
		margin-right: 1.5%;
		margin-bottom: 0;
	}

	.threeColumns .column:last-child {
		margin-right: 0;
	}

	.twoColumns {
		overflow: hidden;
	}

	.twoColumns .column {
		float: left;
		width: 31.5%;
		font-size: 20px;
		height: 236px;
		margin-right: 1.5%;
	}

	.twoColumns .column:last-child {
		margin-right: 0;
	}

	.par {
		padding: 0 30px;
		font-size: 30px;
		margin-bottom: 100px;
	}

	.mainTxt {
		font-size: 30px;
		margin-bottom: 35px;
	}

	.step {
		font-size: 30px;
		margin-bottom: 130px;
	}

	.step .block {
		padding: 0 0 130px;
		margin-bottom: 40px;
	}

	.step .block:after {
		width: 57px;
		height: 76px;
	}

	.step .block .link {
		font-size: 30px;
		height: 266px;
		width: 266px;
	}

	.step .block:last-child {
		height: 101px;
		background-size: auto;
	}

	.step .block .tbl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.step .block .tbl .column{
		width: 48%;
		margin-bottom: 0;
	}

	.step .block .tbl .column .heading {
		border-width: 10px;
		border-radius: 20px;
		padding: 10px;
		margin-bottom: 10px;
	}

	.step .block .tbl .column .circle {
		height: 266px;
		width: 100%;
		background: url('/kazashite/shared/images/bg_circle_mid1.png') center no-repeat;
		font-size: 23px;
	}

	.step .block .tbl .columnEnd .circle {
		background-image: url('/kazashite/shared/images/bg_circle_mid2.png');
	}

	.twoCol {
		overflow: hidden;
		margin-bottom: 160px;
	}

	.twoCol .column {
		float: left;
		width: 48%;
		margin-bottom: 0;
	}

	.twoCol .column:last-child {
		float: right;
	}

	.twoCol .column p {
		font-size: 30px;
	}

	footer {
		padding: 40px 0;
	}

}

@media only screen and (min-width: 992px) {
	.threeColumns .column {
		font-size: 28px;
		height: 310px;
	}

	.twoColumns .column {
		font-size: 28px;
		height: 310px;
	}

	.smallTxt {
		font-size: 16px;
		max-width: 100%;
		margin-bottom: 120px;
		margin-right: 50px;
	}

}


@media only screen and (min-width: 1200px) {
	.threeColumns .column {
		width: 333px;
		font-size: 30px;
		height: 325px;
		margin-right: 45px;
	}

	.twoColumns {
		max-width: 711px;
		margin: 0 auto 30px;
	}

	.twoColumns .column {
		width: 333px;
		font-size: 30px;
		height: 325px;
		margin-right: 45px;
		margin-bottom: 0;
	}

	.smallTxt {
		font-size: 21px;
	}
}