@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/

#main .title2 {
	font-size: 29px;
	line-height: 33px;
	margin-top: 19px;
	margin-bottom: 10px;
}
#main .title3 {
	font-size: 69px;
}


/*.area2*/
.area2{
	padding-bottom: 50px;
}

.area2 .photo{
	text-align: center;
	margin-top: 55px;
}
/*.area2*/


/*.area4*/
.area4{
	padding-bottom: 30px;
}

.rowCard{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.Cardheadline{
	text-align: center;
	font-size: 18px;
	color: #0083C2;
	border-top: 2px solid #0083C2;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 3px solid #c9c9c9;
	padding: 7px 0;
}

.area4 .rowrFull{
	margin-top: 40px;
}

.area4 .rowrFull .rowCard .cardItem{
	width: 100%;
	margin-left:10px;
	padding:5px;
	border:5px solid #DDDDDD;
	background-color:#FFFFFF;
}

.medcolor{
	border-color:#0083C2 !important;
}
.v4color{
	border-color:#0083C2 !important;
}
.empcolor{
	border-color:#5B74C4 !important;
}
.ptlcolor{
	border-color:#2BC3C7 !important;
}
.area4 .rowrFull .rowCard .arrowItem{
	width: 100%;
}

.area4 .rowrFull .rowCard .arrowItem .arrowmed{
  width: 0px;
  border-color:#0083C2;
  border-style: solid;
  border-width: 30px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  text-align:center;
  margin:auto;
}

.area4 .rowrFull .rowCard .arrowItem .arrowv4{
  width: 0px;
  border-color: #0083C2;
  border-style: solid;
  border-width: 30px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  text-align:center;
  margin:auto;
}

.area4 .rowrFull .rowCard .arrowItem .arrowemp{
  width: 0px;
  border-color: #5B74C4;
  border-style: solid;
  border-width: 30px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  text-align:center;
  margin:auto;
}


.area4 .rowrFull .rowCard .cardItem .mxh150{
	height:150px;
}


.area4 .rowrFull .Cardheadline{
	color: #2bc3c7;
	border-top: 2px solid #2bc3c7;
}

.area4 .rowrFull .medcolor .headline2{
	color: #0083C2;
}
.area4 .rowrFull .v4color .headline2{
	color: #0083C2;
}
.area4 .rowrFull .empcolor .headline2{
	color: #5B74C4;
}
.area4 .rowrFull .ptlcolor .headline2{
	color: #2BC3C7;
}


.area4 .rowrFull .rowCard .cardItem .btn a{
	background: #2bc3c7;
}

.area4 .rowrFull .rowCard .cardItem p.text.p5{
	padding:5px;
}


/*cardItem*/
.rowCard .cardItem{

}

.rowCard .cardItem .headline1{
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}

.rowCard .cardItem .headline2{
	color: #0083C2;
	font-size: 26px;
	text-align: center;
	margin-bottom:10px;
}

.rowCard .cardItem .photo{
	text-align: center;
	margin-top: 5px;
}

.rowCard .cardItem .text{
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
	text-align:center;
}

.rowCard .cardItem .btn{
	width: 95%;
	margin: 0 auto;
}

.rowCard .cardItem .btn a{
	background: #0083C2;
	padding: 14px 0;
}

.rowCard .cardItem .btn span{
	display: block;
	font-size: 17px;
	line-height: 1;
	margin-top: 5px;
}

.rowCard .cardItem .cardContent{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
	padding: 0 15px 20px;
}

.rowrFull{

}

.rowrFull .rowCard .cardItem .cardContent .wrap1{
	width: 65%;
}

.rowrFull .rowCard .cardItem .cardContent .wrap1 .headline1{
	text-align: left;
}

.rowrFull .rowCard .cardItem .cardContent .wrap1 .headline2{
	text-align: left;
}

.rowrFull .rowCard .cardItem .btn{
	width: 260px;
}

.rowrFull .rowCard .cardItem .cardContent .photo{
	width: 35%;
	margin-bottom: -18px;
	margin-left: 10px;
	padding-left: 30px;
}
/*.cardItem*/

.area4 .rowrFull .cardItem .photo{
	height:150px;
}

.area4 .rowrFull .cardItem .text{
	margin-top:20px;
	text-align:left;
}

/*.area4*/

/*.area5*/
.area5{
	padding: 20px 0 30px;
	background: url('../img/index/area5_bg.png');
}

.area5 .rowr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.area5 .rowr .coll{
	width: 58%;
}

.area5 .rowr .colr .title{
	color: #0083C2;
	font-size: 30px;
	line-height: 1;
}

.area5 .rowr .colr .title span{
	display: inline-block;
	border-bottom: 2px solid #0083C2;
	padding-bottom: 5px;
}

.area5 .rowr .colr .text{
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.6;
}

.area5 .rowr .coll .listTag{
	margin-top: 25px;
}

.area5 .rowr .coll .listTag li{
	background: #0083C2;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 5px 17px;
}

.area5 .rowr .coll .listTag li:nth-child(2){
	background: #5986bf;
}

.area5 .rowr .coll .listTag li:nth-child(3){
	background: #2bc3c7;
	margin-right: 0;
}

.area5 .rowr .colr{
	width: 40%;
}

.area5 .btn{
	margin-top: 25px;
	text-align: center;
}

.area5 .btn a{
	background: #0083C2;
	width: 600px;
	display: inline-block;
}

.area5 .btn a:after{
	width: 20px;
	height: 24px;
	background-image: url('../img/common/btn-footer.png');
}
/*.area5*/


.area6{
	padding: 40px 0 30px;
}

.func_list{
	margin-top:20px;
}

.func_list .funcbox{
    width:30%;
    box-sizing: border-box;
    margin: 0 1%;
    float: left;
    margin-bottom: 20px;
}

.func_list .funcbox ul li{
    padding:5px 5px;
	font-family: 'Sawarabi Gothic', sans-serif;
}

.func_list .funcbox ul li:nth-child(1){
    background-color: #0083C2;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.func_list .funcbox ul li h3{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
}
.func_list .funcbox ul li:nth-child(2n){
    background-color:#EEEDEA;
}



@media(max-width: 1150px){

	#main .title2 {
		font-size: 14px;
		line-height: 25px;
		letter-spacing: 3px;
	}
	#main .title3 {
		font-size: 40px;
		margin-top: 10px;
	}

	.area2{
		padding-bottom: 0;
	}

	.area2 .photo{
		margin-top: 15px;
	}

	.area5 .btn a{
		width: 100%;
	}

	.area4 .rowrFull{
		display: block;
		padding-right: 0;
	}

	.area4 .rowrFull .coll,
	.area4 .rowrFull .colr{
		width: 100%;
	}

	.area4 .rowrFull .coll .rowCard{
		display: block;
		padding: 0;
	}

	.area4 .rowrFull .coll .rowCard .cardItem{
		width: 100%;
	}

	.area4 .rowrFull .coll .rowCard .cardItem{
		margin-bottom: 10px;
	}

	.area4 .rowrFull .colr{
		margin-top: 35px;
	}

	.area4 .rowrFull .colr .Cardheadline{
		margin-right: 0;
	}

	/*.cardItem*/
	.Cardheadline{
		font-size: 18px;
		padding: 0;
		border-bottom: 2px solid #c9c9c9;
	}

	.rowCard .cardItem{
		padding: 0 12px;
	}

	.rowCard .cardItem .headline1{
		margin-top: 20px;
	}

	.rowCard .cardItem .text{
		min-height: inherit;
		font-size: 14px;
	}

	.rowCard .cardItem .btn{
		width: 85%;
		margin-top: 15px;
	}

	.rowCard .cardItem .btn a{
		padding: 10px 0;
		font-size: 20px;
	}

	.rowCard .cardItem .btn span{
		font-size: 16px;
	}

	.area4 .rowrFull .rowCard .cardItem p.text{
		text-align: center;
	}

	.rowCard .cardItem .cardContent{
		display: block;
		padding: 0;
	}

	.rowrFull .rowCard .cardItem .cardContent .wrap1,
	.rowrFull .rowCard .cardItem .cardContent .photo{
		width: 100%;
	}

	.rowrFull .rowCard .cardItem .cardContent .photo{
		padding-left: 0;
	}

	.rowrFull .rowCard .cardItem .cardContent .photo{
		margin-bottom: 0;
	}

	.rowrFull .rowCard .cardItem .cardContent .wrap1 .headline1,
	.rowrFull .rowCard .cardItem .cardContent .wrap1 .headline2{
		text-align: center;
	}

	.rowrFull .rowCard .cardItem .btn{
		width: 85%;
	}

	.area4 .rowrFull .rowCard .arrowItem .arrowmed{
		display:none;
	}

	.area4 .rowrFull .rowCard .arrowItem .arrowv4{
		display:none;
	}

	/*.cardItem*/

	.area5 .rowr{
		flex-direction: column-reverse;
		margin-top: 20px;
		padding: 0 12px;
	}

	.area5 .rowr .coll{
		width: 100%;
	}

	.area5 .rowr .colr{
		width: 70%;
		margin: 0 auto;
	}

	.area5 .rowr .coll{
		margin-top: 15px;
	}

	.area5 .rowr .coll .title{
		text-align: center;
		font-size: 22px;
	}

	.area5 .rowr .coll .listTag li{
		font-size: 12px;
		padding: 5px 7px;
	}

	.area5 .btn{
		padding: 0 12px;
		margin-top: 5px;
	}

	.area5 .btn a{
		font-size: 14px;
	    line-height: 1.5;
	    padding: 19px 15px 17px 0px;
	}

	.area5 .btn a:after{
		width: 11px;
		height: 15px;
		right: 6px;
	}

	.area5 img{
		width: 100%;
	}

	.area5 .rowr .coll .text{
		font-size: 14px;
	}
}
/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

}
@media(max-width: 768px){

	.func_list .funcbox{
		width:100%;
	}

	.area4 .rowrFull .rowCard .cardItem{
		margin-left:5px;
		margin-right:5px;
	}

}
@media(max-width: 320px){
	.area5 .btn a{
		padding-right: 35px;
	}

	.rowCard .cardItem .btn span{
		font-size: 13px;
	}
}