@charset "UTF-8";
/* CSS Document */


.mainTxt {
	position: absolute;
	color: #fff;
	width: 50%;
	padding: 0 1.5%;
	box-sizing: border-box;
	right: 0;
	bottom: 5%;
}
.txt_01, .txt_02 {
	font-family: 'notoserif';
	font-style: normal;
	font-weight: 300;
	line-height: 1.7;
	margin-bottom: 15px;
}
.txt_01 {
	font-size: 32px;
}
.txt_02 {
	font-size: 13px;
	line-height: 2.2;
}
.txt_03 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 1.7;
	font-weight: 400;
}
.link2List li {
	width: 49%;
	float: left;
	text-align: center;
}
.link2List li h2 {
	font-family: 'notoserif';
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	padding: 12px 0;
	line-height: 1.7;
}
.link2List li h2 small {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	color: #d82030;
	display: block;
	font-style: italic;
}
.link2List li.even {
	float: right;
}
.atBg {
	background:url(../images/bg_01.jpg) center center no-repeat;
	background-size:cover;
	background-attachment:fixed;
	padding:100px 0;
	text-align:center;
	color:#fff;
}

.atBg .atHead {
	font-size:26px;
	font-weight:300;
	margin-bottom:20px;
	font-family: 'notoserif';
}

.atBg .atTxt {
	font-family: 'notoserif';
	font-size:13px;
	line-height:2.2!important;
	margin-bottom:20px;
	font-weight:300;
}
.atBg .atBtn a {
	text-decoration:underline;
	color:#fff;
}

.atBg .atBtn a:hover {
	text-decoration:none;
}

.circleArea li dl dt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
	  width: 250px;
  height: 250px;
	  color: pink;
  border: 4px solid #ccc;
}
.circleArea li:hover {
	cursor:pointer;
}
.circleArea li:hover dl dt {
	background:#002137;
}
.circleArea li:hover dl dt i {
	color:#fff;
}
.circleArea li dl dt i {
	font-size:80px;
	color:#002137;
}
.circleArea {
	text-align:center;
}
.circleArea li {
	text-align:center;
	display:inline-block;
	vertical-align:top;
	width:32%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.circleArea li dl dd span {
	font-size:20px;
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
	display:block;
	font-weight:400;
	padding:15px 0;
	line-height:1.3;
}
.circleArea li dl dd a:hover {
	text-decoration:none;
}