@charset "utf-8";
/*.banner {
    background: url(../images/bg_banner.jpg) no-repeat top center;
    text-align: center;
    background-size: 100%;
    padding: 1% 0;
    position: relative;
}
.banner .txt {
    width: 180px;
    top: 40%;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    font-size: 12px;
    line-height: 2;
}*/
.cnt01 {
    background: #f9f9f9;
}
.cnt01 .tit {
    background: url(../images/bg_news.png) no-repeat;
    background-size: 100%;
    padding: 10% 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 28%;
    float: left;
}
.cnt01 .cnt {
    float: right;
    width: 71%;
    margin-top: 2%;
    overflow: auto;
    height: 140px;
}
.cnt01 .cnt dl {
    border-bottom: 1px solid #ccc;
    padding:2% 0;
    margin-right: 20px;
    font-size: 14px;
}
.cnt01 .cnt dl dt {
    color: #c35b9d;
    font-weight: bold;
}
.cnt02 {
    background: #fff url(../images/bg1.png) no-repeat top center;
    background-size: cover;
    padding: 4% 2% 12%;
}
.btn_orange {
    display: inline-block;
    text-align: center;
    background: url(../images/icon01.png) no-repeat 90% center #fff;
    background-size: 11px;
    border: 1px solid #ee7908;
}
.btn_orange a {
    color: #ee7908;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 5px 50px;
}
.cnt03 {
    background-color: #fef9e4;
    background-size: cover;
    padding: 2% 2% 10%;
    position: relative;
    text-align: center;
}
.cnt03:after {
    position: absolute;
    content: url(../images/bg02_arrow.png);
    top: -28px;
    left: 50%;
    margin-left: -80px;
}
.cnt03 h3 {
    font-size: 25px;
    margin-bottom: 2%;
    line-height: 1.3;
}
.cnt03 ul {
    margin-left: 15px;
    margin-top: 6%;
}
.cnt03 ul li {
    float: left;
    width: 47%;
    margin-right: 6%;
    text-align: left;
    position: relative;
    margin-top: 5%;
}
.cnt03 ul li:nth-child(2n) {
    margin-right: 0;
}
.cnt03 ul li h4 {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    margin-top: 20%;
    z-index: 2;
    width: 90px;
    line-height: 1.2;
    text-align: center;
}
.cnt03 ul li p{
	position: relative;
    z-index: 2;
}
.cnt03 ul li.staff1:after {
    background: #fbc7de;
}
.cnt03 ul li:after, .cnt03 ul li.staff1:after, .cnt03 ul li.staff2:after, .cnt03 ul li.staff3:after, .cnt03 ul li.staff4:after, .cnt03 ul li.staff5:after, .cnt03 ul li.staff6:after, .cnt03 ul li.staff7:after, .cnt03 ul li.staff8:after, .cnt03 ul li.staff9:after {
    position: absolute;
    top: 0px;
    left: -15px;
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: 1;
    background: #fbc7de;
}
.cnt03 ul li .photo img {
    margin-bottom: 10px;
}
.cnt03 ul li.staff1:after {
  background: #fbc7de;
}
.cnt03 ul li.staff2:after {
  background: #f8c099;
}
.cnt03 ul li.staff3:after {
  background: #fbf5a6;
}
.cnt03 ul li.staff4:after {
  background: #e4f5a6;
}
.cnt03 ul li.staff5:after {
  background: #77e7e1;
}
.cnt03 ul li.staff6:after {
  background: #b7f1fb;
}
.cnt03 ul li.staff7:after {
  background: #b0d3f8;
}
.cnt03 ul li.staff8:after {
  background: #edcdf7;
}
.cnt03 ul li.staff9:after {
  background: #eaeaea;
}
.cnt04 {
    text-align: center;
    padding: 7% 2% 5%;
}
.cnt04 h3 {
    font-size: 25px;
    margin-bottom: 3%;
    line-height: 1.3;
}
.cnt04 .list01 {
    margin:5% 0 4%;
}
.cnt04 dl.bg01 {
    background: #eb6ea5;
}
.cnt04 dl.bg02 {
    background: #fff463;
}
.cnt04 dl.bg03 {
    background: #009e96;
}
.cnt04 dl.bg04 {
    background: #66cee1;
}
.cnt04 dl.bg05 {
    background: #cc94df;
}
.cnt04 .list01 dl {
    width: 60%;
    display: table;
    float: left;
    margin-right: 2%;
}
.cnt04 li {
    position: relative;
    margin-bottom: 4%;
}
.cnt04 .list01 li p {
    /*float: right;
    width: 39%;*/
    text-align: left;
    font-size: 13px;
}
.cnt04 dl dt {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}
.cnt04 .list01 dl dd {
    width: 45%;
    display: table-cell;
}
.cnt04 a:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
}
.cnt04 .list02 dl {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}
.cnt04 .list02 dd {
    width: 67%;
    display: table-cell;
}
.cnt04 .list02 li p {
    text-align: left;
}
.cnt04 .list02 li:last-child{
	margin-bottom: 0;
}
.cnt05 {
    background: #E9E9E9;
    background-size: cover;
    padding: 4% 2%;
    text-align: center;
}
.cnt05 h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 4%;
    line-height: 1.3;
}