@charset "utf-8";

body {
	color: #333;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	body {
		letter-spacing: 0;
	}
}

.topArea {
	background: url(../img/index/toparea_bg.png) no-repeat 50% 0 #fff;
	padding-bottom: 80px;
	margin-top: 3px;
}
.topArea .inner {
	max-width: 1100px;
	margin: 0 auto;
	/*padding: 4% 15px;*/
	padding: 40px 15px 0;
}
.topArea .mainText {
	min-height: 356px;
	width: 74.76%;
	float: left;
}
.topArea h1 {
	color: #fff;
	font-size: 2rem;
	margin-top: 15px;
	text-shadow: -3px 3px 9px rgba(16,147,215,0.9),
				  3px -3px 9px rgba(16,147,215,0.9);

}
.topArea .lead {
	margin: 15px 0 0;
	color: #fff;
	font-size: 3.8rem;
	text-shadow: -3px 3px 9px rgba(16,147,215,0.9),
				  3px -3px 9px rgba(16,147,215,0.9);

}
.topArea p {
	font-size: 2.0rem;
	line-height: 1.8;
	color: #fff;
	margin-top: 40px;
	text-shadow: -3px 3px 9px rgba(16,147,215,0.9),
				  3px -3px 9px rgba(16,147,215,0.9);

}
.topArea .sideNav {
	float: right;
	width: 24.29%;
}
.topArea .sideNav > li a {
	display: block;
	padding: 17px 15px;
	font-weight: bold;
}
.topArea .sideNav > li a.s_bg01 {
	color: #fff;
	background-color: #0c8ed1;
}
.topArea .sideNav > li.s_hasBorderTop {
	border-top: 1px solid #bebdbd;
}
.topArea .sideNav > li a.s_bg01:hover {
	background-color: #b6ddf1;
}
.topArea .sideNav > li a.s_bg02 {
	background-color: #f5f5f5;
}
.topArea .sideNav > li a.s_bg02:hover {
	background-color: #fff;
}
@media screen and (max-width: 800px) {
	.topArea .lead {
		margin: 12px 0 15px;
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 767px) {
	.topArea {
		background-image: url(../img/index/toparea_bg.png),
						  linear-gradient(to bottom, rgba(32,170,241,1) 0%,rgba(144,212,247,1) 87%);
		background-position: bottom center;
		background-repeat: no-repeat;
		padding-bottom: 40px;
	}
	.topArea .inner {
		padding-top: 4%;
	}
	.topArea .mainText {
		min-height: 0;
		width: 100%;
		padding: 30px 0;
		float: none;
	}
	.topArea .lead {
		font-size: 3vw;
	}
	.topArea h1 {
		font-size: 2vw;
	}
	.topArea p {
		font-size: 2.5vw;
		margin-top: 20px;
	}
	.topArea .sideNav {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.topArea {
		padding-bottom: 35px;
		background: url(../img/index/toparea_bg_s.png) no-repeat center top;
		/*background-size: 100% 100%;*/
		background-size: cover;
		margin-top: 0;
	}
	.topArea .inner {
		padding: 0 15px;
	}
	.topArea .mainText {
		max-width: none;
		margin: 0 auto;
	}
	.topArea .lead {
		width: auto;
	}
	.topArea .lead br {
		display: inline;
	}
	.topArea p {
		width: 100%;
	}
	.topArea h1 {
		font-size: 3.75vw;
	}
	.topArea .lead {
		font-size: 6.25vw;
	}
	.topArea p {
		font-size: 4.07vw;
	}
}
@media screen and (max-width: 400px) {
	.topArea .mainText {
		min-height: 0;
		padding: 30px 0 7%;
	}
}
.service {
	text-align: center;
	clear: both;
}
.service > a {
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
	padding: 16px 0;
}
.service > a:hover {
	background-color: rgba(255,255,255,0.9);
}
.service > a .col3 {
	display: table;
	width: 86.9158%;
	margin: 0 auto;
	table-layout: fixed;
}
.service > a .col3 .p_colL,
.service > a .col3 .p_colC,
.service > a .col3 .p_colR {
	display: table-cell;
	vertical-align: middle;
}
.service > a .col3 .p_colL {
	width: 26.1571%;
	font-size: 1.8rem;
	line-height: 1.6666;
	font-weight: bold;
}
.service > a .col3 .p_colL .p_inn {
	background-color: #fff;
	border: 2px solid #333;
	border-radius: 6px;
	padding: 20px 15px;

}
.service .s_color01 {
	color: #0c8ed1;
}
.service > a .col3 .p_colC {
	padding-left: 30px;
	padding-right: 140px;
	position: relative;
	background: url(../img/index/toparea_arrow_01.png) no-repeat center right 40px;
}

.service > a .col3 .p_colC .p_iconList {
	text-align: left;
	max-width: 360px;
}
.service > a .col3 .p_colC .p_iconList li {
	background: url(../img/index/toparea_icon_01.png) no-repeat left top;
	padding-left: 35px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3333;

}
.service > a .col3 .p_colC .p_iconList li + li {
	margin-top: 18px;
}
.service > a .col3 .p_colC .p_iconList li .s_fontS {
	font-size: 1.4rem;
	padding-left: 0.5em;
}
.service > a .col3 .p_colR {
	width: 152px;
}
.service > a .col3 .p_colR .p_inn {
	width: 152px;
	height: 152px;
	background-color: #0c8ed1;
	border-radius: 50%;
	line-height: 1.5;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
}
.service > a .col3 .p_colR .p_inn::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.service > a .col3 .p_colR .p_inn .p_text {
	display: inline-block;
	vertical-align: middle;
}
.service .s_color02 {
	color: #f8ec69;
}

@media screen and (max-width: 1000px) {
	.service > a .col3 {
		width: 95%;
	}
	.service > a .col3 .p_colL {
		font-size: 1.6rem;
	}
	.service > a .col3 .p_colC {
		padding-right: 95px;
		padding-left: 15px;
		background-position: center right 15px;
	}
	.service > a .col3 .p_colC .p_iconList li {
		font-size: 1.6rem;
		background-size: 24px;
	}
	.service > a .col3 .p_colR {
		width: 132px;
	}
	.service > a .col3 .p_colR .p_inn {
		font-size: 1.8rem;
		width: 132px;
		height: 132px;
	}
}
@media screen and (max-width: 767px) {
	.service {
		display: block;
	}
	.service > a {
		display: block;
		padding: 13px 18px;
	}
	.service > a:hover {
		background-color: rgba(255,255,255,0.7);
	}
	.service > a .col3 {
		width: 100%;
		display: block;
	}
	.service > a .col3 .p_colL,
	.service > a .col3 .p_colC,
	.service > a .col3 .p_colR {
		display: block;
		width: 100%;
		padding: 0;
	}
	.service > a .col3 .p_colL {
		/*font-size: 4.375vw;*/
		font-size: 2.5vw;
	}
	.service > a .col3 .p_colL .p_inn {
		background-color: transparent;
		border: none;
		padding: 0;
	}
	.service > a .col3 .p_colC {
		margin-top: 7px;
		padding-bottom: 30px;
		text-align: center;
		background: url(../img/index/toparea_arrow_01_s.png) no-repeat center bottom;
		background-size: 49px;
	}
	.service > a .col3 .p_colC .p_iconList {
		display: inline-block;
		padding-left: 8px;
	}
	.service > a .col3 .p_colC .p_iconList li {
		font-size: 2.5vw;
		background-size: 3.75vw;
		padding-left: 5.46875vw;
	}
	.service > a .col3 .p_colC .p_iconList li + li {
		margin-top: 7px;
	}
	.service > a .col3 .p_colC .p_iconList li .s_fontS {
		font-size: 1.875vw;
	}
	.service > a .col3 .p_colR {
		margin-top: 5px;
	}
	.service > a .col3 .p_colR .p_inn {
		/*width: 100%;*/
		width: auto;
		height: 5vw;
		display: inline-block;
		border-radius: 10vw;
		/*max-width: 250px;*/
		padding: 0 25px;
		margin-left: auto;
		margin-right: auto;
		font-size: 2.5vw;
		white-space: nowrap;
	}
}
@media screen and (max-width: 500px) {
	.service > a .col3 .p_colL,
	.service > a .col3 .p_colC .p_iconList li {
		/*font-size: 4.375vw;*/
		font-size: 4.0625vw;
	}
	.service > a .col3 .p_colC .p_iconList {
		padding-left: 4px;
	}
	.service > a .col3 .p_colC .p_iconList li {
		background-size: 6.25vw;
		padding-left: 7.8125vw;
	}
	.service > a .col3 .p_colC .p_iconList li .s_fontS {
		font-size: 3.75vw;
	}
	.service > a .col3 .p_colR .p_inn {
		font-size: 4.6875vw;
		height: 9vw;
	}


}

.tabArea .tab {
	background-color: #fff9b5;
}
.tabArea .tab ul {
	overflow: hidden;
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 15px 0;
}
.tabArea .tab li {
	float: left;
	width: 20%;
}
.tabArea .tab a {
	position: relative;
	display: block;
	border-top: 2px solid #e5e0a3;
	border-right: 2px solid #e5e0a3;
	padding: 13px 3px 24px;
	font-size: 1.5rem;
	text-align: center;
	white-space: nowrap;
	transition: none;
}
.tabArea .tab li:first-child a {
	border-left: 2px solid #e5e0a3;
}
.tabArea .tab a:hover {
	background-color: rgba(255,255,255,0.3);
}
.tabArea .tab a.current {
	margin-top: -10px;
	border-color: #fff !important;
	background-color: #fff;
	padding: 23px 3px 24px 3px;
	cursor: default;
}
.tabArea .tab a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	width: 0;
	margin: 0 auto;
	border-top: 6px solid #333;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.tabArea .tab .narrow {
	letter-spacing: -0.05em;
}
.tabArea .tabContent {
	display: none;
	overflow: hidden;
	max-width: 1100px;
	padding: 0 15px;
	margin: 50px auto 70px;
}
.tabArea .tabContent.show {
	display: block;
}
.tabArea .text {
	float: right;
	width: 58.24%;
	line-height: 1.5;
}
.tabArea .text h3 {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
}
.tabArea .text p {
	margin-top: 10px;
	font-size: 1.8rem;
}
.tabArea .img {
	float: left;
	width: 37.76%;
}
@media screen and (max-width: 1100px) {
	.tabArea .tab {
		overflow-x: auto;
	}
	.tabArea .tab ul {
		min-width: 900px;
	}
	.tabArea .tab a {
		font-size: 1.2rem;
	}
	.tabArea .tabContent {
		margin: 40px auto 60px;
	}
	.tabArea .text h3 {
		font-size: 2rem;
	}
	.tabArea .text p {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 767px) {
	.tabArea .tab ul {
		min-width: 750px;
		padding: 0 15px;
	}
	.tabArea .tab a {
		padding: 10px 3px 15px;
		font-size: 10px;
	}
	.tabArea .tab a.current {
		margin-top: 0;
		padding: 10px 3px 15px;
	}
	.tabArea .tabContent {
		margin: 25px auto 40px;
	}
	.tabArea .text {
		float: none;
		width: auto;
		max-width: 404px;
		margin: 0 auto 15px;
	}
	.tabArea .text h3 {
		margin-bottom: 15px;
		font-size: 15px;
		text-align: center;
	}
	.tabArea .text p {
		font-size: 14px;
	}
	.tabArea .img {
		float: none;
		width: auto;
		margin-right: 0;
		text-align: center;
	}
}

.blogArea {
	background-color: #f5f5f5;
	padding: 60px 15px 30px;
}
.blogArea .inner {
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.blogArea {
		padding: 25px 15px 10px;
	}
}

.sectionTitle {
	margin-bottom: 50px;
	text-align: center;
	font-size: 2.8rem;
}
.sectionTitle span {
	display: inline-block;
	border-bottom: 2px solid #333;
	padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
	.sectionTitle {
		margin-bottom: 25px;
		font-size: 18px;
	}
}

.caseArea {
	max-width: 1100px;
	margin: 60px auto 70px;
	padding: 0 15px;
}
.caseArea h3 {
	margin-bottom: 40px;
	text-align: center;
	color: #0c8ed1;
	font-size: 2rem;
	font-weight: bold;
}
.caseArea h3 strong {
	margin: 0 5px;
	font-size: 150%;
}
.caseArea .textArea {
	float: left;
	width: 58.6%;
}
.caseArea .lead {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
}
.caseArea .document {
	margin-top: 30px;
	background-color: #f5f5f5;
	padding: 18px 20px;
	font-size: 1.4rem;
}
.caseArea .document h4 {
	margin-bottom: 10px;
	font-weight: bold;
}
.caseArea .img {
	float: right;
	width: 37.8%;
}
.caseArea .download {
	margin-top: 50px;
	text-align: center;
}
@media screen and (max-width: 800px) {
	.caseArea .textArea {
		float: none;
		width: auto;
		max-width: 600px;
		margin: 0 auto 20px;
	}
	.caseArea .img {
		float: none;
		width: auto;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.caseArea {
		margin: 25px auto 30px;
	}
	.caseArea h3 {
	 	margin-bottom: 20px;
		font-size: 14px;
	}
	.caseArea .lead {
		text-align: center;
		font-size: 15px;
	}
	.caseArea .document {
		margin-top: 20px;
		padding: 15px;
		font-size: 13px;
	}
	.caseArea .document h4 {
		font-size: 14px;
	}
	.caseArea .download {
		margin-top: 30px;
	}
}

