@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;
	background: url('../images/bg.jpg');
}

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


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

b {
	font-weight: bold;
	color: #0072ca;
}

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

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

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

header img {
	width: 200px;
}
.anchor {
	display: block;
	position: relative;
	top: -80px;
	visibility: hidden;
}

.keyvisual {
	padding: 40px 0 66px;
	text-align: center;
	background: url('../images/kv_heading.png') center no-repeat;
	background-size: contain;
	margin-top: 20px;
	margin-bottom: 20px;
}

.keyvisual h2 {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.image-center {
	text-align: center;
	margin-bottom: 60px;
}

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

.threeColumns {
	padding: 10px;
	background: rgba(255,255,255,0.5);
	margin-bottom: 60px;
}

.threeColumns .column{
	background: url('../images/circle_1.png') center no-repeat;
	background-size: contain;
	font-size: 15px;
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
	height: 120px;
	margin-bottom: 10px;
}


.threeColumns .column a {
	color: #000;
}

.threeColumns .column:nth-child(2){
	background-image: url('../images/circle_2.png');
}

.threeColumns .column:nth-child(3){
	background-image: url('../images/circle_3.png');
}

.threeColumns .column p {
	margin-bottom: 16px;
	margin-left: -9px;
}


.mainTxt {
	text-align: center;
	margin-bottom: 0;
}

.mainTxt span {
	font-size: 20px;
	font-weight: bold;	
}


footer p {
	margin-bottom: 0;
}

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

.twoColumns {
	margin-bottom: 40px;
}

.twoColumns .column {
	margin-bottom: 20px;
}

.twoColumns .column:first-child {
	text-align: center;
}

.twoColumns .column img {
	border-radius: 10px;
}

.twoColumns .column .body {
	background: rgba(255,255,255,0.5);
	padding: 20px;
	border-radius: 10px;
	line-height: 2;
}

.twoColumns .column .body p {
	margin-bottom: 0;
}

.sectionType1 {
	background: rgba(255,255,255,0.5);
	padding-top: 40px;
	padding-bottom: 30px;
	margin-bottom: 60px;
}

.sectionType1 h2 {
	text-align: center;
	background: url('../images/bg_heading1.png') center no-repeat;
	background-size: 300px;
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sectionType1b h2 {
	background-image: url('../images/bg_heading2.png');
}
.sectionType1c h2 {
	background-image: url('../images/bg_heading3.png');
}

.sectionType1 h2.first {
	width: 100%;
	position: absolute;
	margin-top: -55px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.sectionType1 .image {
	text-align: center;
	margin-bottom: 30px;
}

.sectionType1 .image-rounded img {
	border-radius: 10px;
}

.sectionType1 p {
	margin-bottom: 20px;
}

.illust {
	display: flex;
	justify-content: space-between;
	max-width: 360px;
	margin: 0 auto 50px;
}

.illust .column {
	width: 33.33%;
	text-align: center;
}

.illust .column .circle {
	background: #ffd8f6;
	border-radius:50%;
	border: 5px solid #fff;
	padding: 25px 0;
	-webkit-box-shadow: 10px 10px 25px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    10px 10px 25px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         10px 10px 25px 0px rgba(50, 50, 50, 0.5);
}

.illust .column p {
	font-size: 10px;
	margin-bottom: 0;
}

.illust .column p.example {
	font-weight: bold;
	padding: 22px 0;
	margin-bottom: 0;
}

.linkSection {
	background: rgba(255,255,255,0.5);
	padding: 40px 0;
	text-align: center;	
}

.linkSection p {
	font-size: 20px;
	font-weight: bold;
}

.linkSection a {
	display: block;
	background: #ffd8f6;
	border-radius: 10px;
	padding: 10px;
	border: 5px solid #fff;
	-webkit-box-shadow: 6px 8px 20px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    6px 8px 20px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         6px 8px 20px 0px rgba(50, 50, 50, 0.5);
	color: #0072ca;
}

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

	header img {
		width: auto;
	}

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

	.keyvisual h2 {
		font-size: 34px;
	}

	.keyvisual {
		margin-top: 60px;
		padding: 85px 0 0px;
		height: 320px;
		margin-bottom: 60px;
	}

	.image-center {
		margin-bottom: 120px;
	}

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

	.threeColumns {
		display: flex;
		justify-content: space-between;
		margin-bottom: 120px;
	}

	.threeColumns .column {
		width: 34%;
		font-size: 16px;
		margin-bottom: 0;
		height: 165px;
	}	

	.threeColumns .column p {
		margin-bottom: 15px;
	}

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

	.mainTxt, .sectionType1 .mainTxt {
		font-size: 28px;
	}

	.mainTxt span {
		font-size: 36px;
	}

	footer {
		padding: 40px 0;
	}

	.twoColumns {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 120px;
	}

	.twoColumns .column {
		margin-bottom: 0px;
		width: 48%;
	}

	.twoColumns .column img {
		border-radius: 20px;
	}

	.twoColumns .column .body {
		padding: 30px;
		border-radius: 20px;
		font-size: 20px;
	}

	.sectionType1 {
		padding-top: 70px;
		padding-bottom: 60px;
		margin-bottom: 120px;
	}

	.sectionType1 h2 {
		background-size: auto;
		font-size: 34px;
		padding-bottom: 46px;
		margin-bottom: 40px;
	}

	.sectionType1 h2.first {
		margin-top: -106px;
	}

	.sectionType1 .image {
		margin-bottom: 60px;
	}

	.sectionType1 .image-rounded img {
		border-radius: 20px;
	}

	.sectionType1 p {
		font-size: 22px;
		margin-bottom: 40px;
	}

	.illust {
		max-width: 1000px;
	}
	.illust .column {
		width: 31.33%;
	}

	.illust .column .circle {
		padding: 85px 0;
		border: 10px solid #fff;
	}

	.illust .column p {
		font-size: 16px;
	}

	.illust .column p.example {
		font-weight: bold;
		padding: 45px 0;
		margin-bottom: 0;
	}

	.linkSection {
		background: rgba(255,255,255,0.5);
		padding: 80px 0;
		text-align: center;	
	}

	.linkSection p {
		font-size: 36px;
		font-weight: bold;
	}

	.linkSection a {
		display: inline-block;
		width: 100%;
		max-width: 530px;
		margin: 30px auto 0;
		background: #ffd8f6;
		border-radius: 20px;
		padding: 10px;
		border: 10px solid #fff;
		-webkit-box-shadow: 6px 8px 20px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    6px 8px 20px 0px rgba(50, 50, 50, 0.5);
		box-shadow:         6px 8px 20px 0px rgba(50, 50, 50, 0.5);
		color: #0072ca;
		font-size: 28px;
	}
}

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

	.threeColumns .column p {
		margin-bottom: 25px;
	}

	.illust {
		margin-bottom: 100px;
	}

	.illust .column .circle {
		padding: 80px 0;
	}

	.illust .column p {
		margin-bottom: 0;
		font-size: 23px;
	}

	.illust .column p.example {
		font-weight: bold;
		padding: 71px 0;
		margin-bottom: 0;
	}
}


@media only screen and (min-width: 1200px) {
	.smallTxt {
		font-size: 21px;
	}
}