@charset "UTF-8";
/* CSS Document */
.h2Area {
	background-image: url(../img/business/h2_bg.jpg);
}
.businessBox01 .inner,
.businessBox02 .inner,
.businessBox03 .inner,
.businessBox04 .inner,
.businessBox04 .inner {
    padding: 50px 25px;
}
.businessBox01 .h3Area .inner {
	background-image: url("../img/business/bg01.png");
	background-repeat: no-repeat;
	background-position: right top;
}
.businessBox01 .h3Area {
    padding: 80px 0 50px;
    text-align: center;
}
.businessBox01 .h3Area h3 {
    font-size: 37px;
    color: #0099CC;
}
.businessBox01 .h3Area .txt {
    padding: 20px 10px 25px 10px;
    font-size: 19px;
    color: #FF9999;
    font-weight: bold;
}
.businessBox01 .h3Area ul {
    margin: 0 auto;
	padding: 20px 0;
    width: 70%;
    overflow: hidden;
}
.businessBox01 .h3Area ul li {
    width: 48%;
    display: inline-table;
    float: left;
}
.businessBox01 .h3Area .inner .txt {
    padding: 15px 10px 0;
    font-size: 28px;
}
.btnArea04 {
	margin-top: 80px;
	text-align: center;
}
.btnArea04 a {
    width: 600px;
    display: inline-block;
    color: #fff;
    background-color: #FF9999;
    border-radius: 40px;
}
.btnArea04 a:hover {
	color: #000;
    background-color: #0099CC;
}
.btnArea04 a .btn {
    width: 600px;
    padding: 5px 30px 0 55px;
    display: inline-block;
	line-height: 1.2;
	overflow: hidden;
}
.btnArea04 a .btn .left {
	float: left;
	font-size: 28px;
	text-align: left;
}
.btnArea04 a .btn .right {
	float: right;
	text-align: right;
	padding-top: 7px;
}
.h4Area h4 {
    padding-left: 60px;
    padding-bottom: 10px;
    font-size: 37px;
    position: relative;
    border-bottom: 2px dotted #0099CC;
    letter-spacing: 0.12em;
    line-height: 1;
}
.itemBox {
	overflow: hidden;
}
.item {
	padding-top: 45px;
	width: 49%;
	min-height: 320px;
	float: left;
	overflow: hidden;
}
.item .img {
	float: left;
	max-width: 140px;
	width: 23%;
}
.item .txt {
	float: right;
	width: 76%;
	min-height: 140px;
	padding-bottom: 30px;
}
.item .txt .h5Area h5 {
	font-size: 36px;
	padding: 0 20px;
}
.item .txt p {
	font-size: 13px;
	padding: 0 20px;
}
.btnArea02 {
    text-align: right;
    padding-right: 30px;
}
.btnArea02 .btn {
    width: 200px;
    display: inline-block;
}
.btnArea02 .btn a {
    width: 200px;
    padding: 15px 0;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #0099CC;
    border-radius: 30px;
}
.btnArea02 .btn a:hover {
    background-color: #FF9999;
    color: #000;
}
.businessBox03 .btnArea {
	text-align: center;
}
.btnArea03 {
	margin-top: 80px;
	overflow: hidden;
}
.businessBox03 .btnArea03 a:hover {
	background-color: #079BCC;
}
.btnArea03 .btn {
	width: 80%;
    margin: 0 auto;
	padding: 10px 0;
	border: 1px solid #079BCC;
	text-align: center;
}
.btnArea03 .btn .bt01 {
	font-size: 20px;
	font-weight: bold;
	color: #079BCC;
}
.btnArea03 .btn .bt02 {
	padding: 0 20px;
	font-size: 40px;
	font-weight: bold;
	color: #079BCC;
}
.btnArea03 .btn .bt03 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.btnArea03 .btn .right {
	float: right;
	padding: 25px 50px 0 0;
}
.businessBox04 {
	background: linear-gradient(180deg,transparent 0%,transparent 44%,#E5F5FA 44%,#E5F5FA 100%);
}
.businessBox04 .img {
	padding-left: 85px;
}
.businessBox04 .ttl {
	font-size: 30px;
	color: #0099CC;
	text-align: center;
}
.businessBox05 ul {
	overflow: hidden;
	width: 85%;
	margin: 0 auto;
}
.businessBox05 ul li:before {
	content: "■";
	position: absolute;
	color: #0099CC;
	display: block;
	font-size: 20px;
	top: 0;
	left: 0;
}
.businessBox05 ul li {
	position: relative;
	width: 50%;
	padding: 5px 10px 10px 30px;
	float: left;
	display: inline-block;
}
.businessBox05 .txt  {
	width: 80%;
	margin: 0 auto;
}
.businessBox05 p.txt01  {
	margin-top: 30px;
	padding: 0 10px 0 30px;
	font-size: 28px;
	font-weight: bold;
	color: #FF9999;
	border-left: 6px solid #FF9999;
}
.businessBox05 p.txt02  {
	padding: 0 10px 0 30px;
}
.businessBox05 p.txt03 {
	padding-top: 60px;
	font-size: 20px;
}
.businessBox05 p.txt04 {
	width: 510px;
	margin: 80px auto 0;
	font-size: 28px;
	font-weight: bold;
	color: #079BCC;
	text-align: center;
	position: relative;
}
.businessBox05 p.txt04:before {
	position: absolute;
	content: url("../img/business/l_bar.png");
	display: block;
	top: 0;
	left: 0;
}
.businessBox05 p.txt04:after {
	position: absolute;
	content: url("../img/business/r_bar.png");
	display: block;
	top: 0;
	right: 0;
}

@media screen and (max-width: 736px) {
.businessBox01 .h3Area h3 {
    font-size: 4vw;
}
.inner {
    padding: 40px 5vw;
}
.businessBox02 .inner {
    padding: 20px 5vw;
}
.businessBox05 .inner {
    padding: 20px 5vw 40px;
}
.businessBox01 .h3Area .inner .txt {
    padding-top: 15px;
    font-size: 3.4vw;
    line-height: 1.3;
    text-align: left;
}
.businessBox01 .h3Area .inner .ttl {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.businessBox01 .h3Area .inner h3 {
    font-size: 5vw;
}
.businessBox01 .h3Area {
    padding: 15px 5vw 10px;
}
.businessBox01 .h3Area ul {
	padding: 20px 0;
    width: 100%;
}
.businessBox01 .h3Area ul li {
    width: 100%;
    display: inline-table;
    float: none;
}
.businessBox01 .h3Area .inner .txt {
    padding: 0;
    font-size: 4vw;
    line-height: 1.3;
    text-align: center;
}
.btnArea {
	margin-top: 40px;
}
.btnArea a {
    width: 100%;
}
.btnArea a .btn {
    width: 100%;
    padding: 5px 5px 0 5px;
	line-height: 1.2;
}
.btnArea a .btn .left {
	float: none;
	font-size: 4.3vw;
	text-align: center;
}
.btnArea a .btn .right {
	float: none;
	font-size: 3.3vw;
	text-align: center;
}
.h4Area h4 {
    padding-bottom: 2vw;
    padding-left: 8.5vw;
    font-size: 5.8vw;
    letter-spacing: 0.12em;
}
.itemBox {
	overflow: hidden;
}
.item {
	padding-top: 30px;
	width: 100%;
	min-height: 100px;
	float: none;
}
.item .img {
	width: 12%;
}
.item .txt {
	width: 88%;
}
.item .txt .h5Area h5 {
	font-size: 4.3vw;
	padding: 0 2vw;
}
.item .txt p {
	font-size: 3.3vw;
	padding: 0 2vw;
}
.btnArea02:before {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}
.btnArea02 {
	padding: 2vw 0 0;
}
.btnArea02 .btn {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.btnArea02 .btn a {
    width: 70%;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
    font-size: 3.3vw;
}
.btnArea03 .btn {
    width: 100%;
}
.btnArea03 {
    margin-top: 4vh;
}
.btnArea03 .btn .bt01,
.btnArea03 .btn .bt03 {
    font-size: 3.3vw;
}
.btnArea03 .btn .bt02 {
    font-size: 4.3vw;
	padding: 0 2vw;
}
.btnArea03 .btn .right {
	padding: 0 5vw 0 0;
}
.businessBox04 .img {
	padding-left: 0px;
}
.businessBox04 .ttl {
	font-size: 4.7vw;
}
.businessBox05 ul {
	width: 100%;
}
.businessBox05 ul li:before {
	font-size: 3.3vw;
}
.businessBox05 ul li {
	width: 100%;
	padding: 0px 10px 10px 30px;
    font-size: 2.8vw;
	float: none;
}
.businessBox05 .txt  {
	width: 100%;
}
.businessBox05 p.txt01  {
	margin-top: 2vh;
	font-size: 3.8vw;
	border-left: 4px solid #FF9999;
}
.businessBox05 p.txt02  {
	padding-top: 1vh;
    font-size: 2.5vw;
}
.businessBox05 p.txt03 {
	padding-top: 2vh;
	font-size: 3.3vw;
}
.businessBox05 p.txt04 {
	width: 90%;
	margin: 3vh auto 0;
	font-size: 4.3vw;
}
.btnArea04 {
	margin-top: 45px;
	text-align: center;
}
	.btnArea04 a {
	width: 100%;
	display: block;
	color: #fff;
	background-color: #FF9999;
	border-radius: 60px;
	padding: 15px 0;
	font-size: 0;
}	
.btnArea04 a .btn {
	width: 100%;
	padding: 0;
}
.btnArea04 a .btn .right {
	display: none;
}	
.btnArea04 a .btn .left {
	float: none;
	font-size: 20px;
	text-align: center;
}	
.businessBox01 .inner, .businessBox02 .inner, .businessBox03 .inner, .businessBox04 .inner, .businessBox04 .inner {
    padding: 50px 5vw;
}	
.businessBox01 .h3Area .inner {
	background-position: right bottom 70px;
	background-size: 90%;
}
	
	
}





