ul,li{
	list-style:none;
}
html {
	overflow: auto;
}

body{
	overflow: hidden;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 15px;
	line-height: 1.9;
}
img{
	width: 100%;
}
.head{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:10px 5%;
	margin:0 auto;
}
nav ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
	align-items: center;
}
nav li{
	text-decoration: none;
	margin:0 0 0 20px;
	font-weight: bold;
}
nav a{
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
	padding:5px 20px;
	transition:.3s;
}

nav li a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #e5f7ff;
  
  transform-origin: center center;
  transform: scale(0, 1);
  transition: transform .3s;
}
nav li a:hover::before {
  transform: scale(1, 1);
  border-radius:3px;
}
nav .contact a{
	border-radius:3px;
	color: #fff;
	background: #00a0e9;
	text-align: center;
	padding: 5px 20px;
	position: relative;
	transition: 1.0s ;
}

nav .contact a:hover {
  background: #1d2088;

}

.hover-navigation .hover{
	display : block;
	height : 1.8em;
	overflow : hidden;
}
.hover-navigation span[data-after]{
	flex-direction : column;
	display : inline-flex;
	overflow : hidden;
	backface-visibility : hidden;
	transition-duration : .3s;
	transition-property : transform;
	transition-timing-function : ease;
	will-change : transform;
}
.hover-navigation .hover > span:after{
	content : attr(data-after);
}
.hover-navigation a:hover span[data-after]{
	transform : translate(0,-1.8em);
}
.mv{
	width: 100%;
}

.mv p{
	color: #fff;
	font-size: 4rem;
	    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.logo{
	width: 200px;
	line-height: 0;
}
.area01{
	/*
	background:url(../img/ttl01.png) no-repeat 65% 0;
	background-size: 640px auto;
	*/
	padding:70px 0 0 0;
}

.area01 .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
	margin:50px auto 20px;
	padding:0 5%;
}
.area01 h1{
	color: #1d2088;
	font-size: 30px;
	width: 80%;
	margin:0 auto;
}
.area01 .lead{
margin: 0 auto 0 10%;
    width: 60%;
    font-size: 1.2em;
}
.area01 .flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	margin-bottom: 40px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	

}
.area01 dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: top;
	position: relative;
	text-align: left;
	color: #000;
	padding:35px 0 10px;
	margin:0 1.5%;
	width: 20%;
}
.area01 dl span{
	color: #1d2088;
	border-bottom:1px solid #1d2088;
	font-family: Roboto ,"Helvetica Neue" , Helvetica , Arial;
	display: block;
	position: absolute;
	margin: 0;
	left:0;
	top:0;
}
.area01 dd{
	font-size: 18px;
	line-height: 1.7;
}
.area02{
	background:url(../img/ttl02.png) no-repeat 85% center;
	background-size: 320px auto;	
	padding:70px 0;
}
.area02 a{
	text-decoration: none;
	color: #000;
	display: inline-block;
	background: #e5e5e5;
	padding:7px 80px 7px 60px;
	margin:0 0 5px;
	width: 530px;
}
.area02 .date{
	padding-right: 10px;
	font-weight: bold;
}

.area03{
	position: relative;
	padding: 50px 0 0;	
	margin: 0 0 0;
}

.area03 .pic04{
	clear: both;
	background: #fff;
	padding: 50px 80px;
	width: 860px;
	margin:0 auto 0;
	line-height: 0;
}

#slide-div2{
	margin-bottom: 90px;
}
.area03_ {
    background: url(../img/bg04.png) no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: 0% 50%;
    padding-bottom: 500px;
    text-align: center;
}
.area03 .ttl{
	display: block;
    width: 580px;
    margin: -100px auto 10px;
}
.area03 .lead{
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

	text-align: center;
	font-size: 2rem;
	font-size: 1.4rem;
	width: 920px;
	margin:0 auto 0px;
}
.area03 .lead p{
	margin-bottom: 15px;
}
.area03 .lead p a{
	color: #000;
}
.area03 .wrapper{
	padding:0 5%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.area03 .block{
	width: 50%;
}
.area03 dl{

	padding: 15px 0;
}
.area03 dl:first-child{
	border-bottom:1px solid #000;	
}
.area03 ul{
	float: right;
	padding:0 5% 0 0;
	margin:-40px 0 0;
}
.area03 li{
	width: 230px;
	margin-left: 0;
	margin-top: -30px;
}
.area03 li:first-child{
	    margin-left: 170px;
	    margin-top: 0;
}
.area03 li.pic02{
	position: relative;
    margin-top: -150px;
    right: 90px;
}
.area04{
	background:url(../img/ttl04.png) no-repeat center left;
	background-size: 420px auto;
	margin: 0;	
}
.area04 .wrapper{
	padding:0 5%;
}
.area04 .box{

padding: 25px 40px;	
margin:0 auto;
}
.area04 .box h3{
	text-align: center;
	position: relative;
	margin:0 0 20px;
	font-size: 24px;
}
.area04 .box h3:before {
    content: "";
    display: block;
    border-top: solid 1px black;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
 
.area04 .box h3 span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}
.area04 .box ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.area04 .box li{
	background:rgba(255,255,255,.7);
-webkit-box-shadow: 1px 1px 30px 0px rgba(163,163,163,.7);
-moz-box-shadow: 1px 1px 30px 0px rgba(163,163,163,.7);
box-shadow: 1px 1px 30px 0px rgba(163,163,163,.7);	
text-align: center;
	margin:15px;
	width: 160px;
	height: 160px;
	line-height:170px;
	border-radius: 80px;
}
.area04 .box li img{
	width: 130px;
}
.area05 {
	background:url(../img/bg01.png) no-repeat left top;
	background-size:290px auto;
	position: relative;
}
.area05 h3{
text-align: center;
    position: relative;
    margin: 0 0 20px;
    font-size: 24px;	
}
.area05 h3:before {
    content: "";
    display: block;
    border-top: solid 1px black;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.area05 h3 span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}
.area05 .ttl{
	width: 550px;
	position: absolute;
	right: 20%;
    top: 40%;
}
.area05 .wrapper{
	padding:90px 9%;
	background:url(../img/bg02.png) no-repeat right bottom;
	background-size:290px auto;
	
}
.area05 dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/*border-left:1px solid #000;*/
	padding: 20px 0;
}
.area05 dl:first-child{
	padding-top: 30px;
}
.area05 dl:last-child{
	padding-bottom: 30px;
}
.area05 dt{
	width: 26%;
	padding-left: 50px;
}
.area05 dd{
	width: 70%;
}
.area05 dd a{
	color: #000;
}


.area06 .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding:0 5%;
}
.area06 .box{
	position: relative;
	z-index:1;
	background: #eaf8ff;
	padding: 50px 90px;
	text-align: center;
	height: 280px;
	margin:0 -30px 0 0;
}
.area06 .pic{
	width: 500px;
}
.area06 .btn a{
	text-decoration: none;
	border:1px solid #1d2088;
	color: #1d2088;
	padding:7px 60px 7px 30px;
	position: relative;
	display: inline-block;
	text-align: center;
	margin:20px 0 0;
}
.area06 .btn a:before,
.area06 .btn a:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.area06 .btn a:after{
    content: "";
	right: 20px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #1d2088;
    border-right: 1px solid #1d2088;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.common-contact{
	background: #1d2088;
	text-align: center;
	margin:60px 0 0;
	color: #fff;
}
.hover-wrapper{
	position : relative;
	overflow : hidden;
	backface-visibility : hidden;
	transition : background-color .5s ease-in;
	will-change : background-color;
	pointer-events : none;
}
.hover-wrapper:before{
	position : absolute;
	bottom : 0;
	left : 0;
	z-index : 0;
	display : block;
	width : 100%;
	height : 100%;
	max-height : 0;
	overflow : hidden;
	content : "";
	background-color : #00a0e9;
	backface-visibility : hidden;
	transition : max-height .2s linear;
	will-change : max-height;
	pointer-events : none;
}
.hover-wrapper:before:hover{
	max-height : 100%;
}
.hover-wrapper:hover:before{
	max-height : 100%;
}
.hover-wrapper:hover *{
	position : relative;
	z-index : 1;
	color : #fff!important;
	border-color : currentColor!important;
}

.hover-wrapper a{
	pointer-events : auto;
}
.common-contact .wrapper{
	background:url(../img/bg03.png) no-repeat 100% 0;
	background-size:40% auto;
	padding: 40px 0px;	
}
.common-contact .btn a{
	display: block;
	text-decoration: none;
	border:1px solid #fff;
	color: #fff;
	padding:7px 60px 7px 30px;
	position: relative;
	display: inline-block;
	text-align: center;
}
.common-contact .btn a:before,
.common-contact .btn a:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.common-contact .btn a:before{
    right: 20px;
    width: 15px;
    height: 1px;
    background: #fff;
    content: "";  
}
.common-contact .btn a:after{
    content: "";
	right: 20px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.common-contact .ttl{
	width: 220px;
	margin:0 auto;
}
.common-contact .lead{
	margin:10px 0 20px 0;
}
footer .wrapper{
	padding: ;
}
footer .flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:20px 5%;
}
footer li{
	font-size: 13px;
	line-height: 1.6;
}
footer .logo{
	width: 120px;
	position: relative;
    right: 6.4%;
}
footer .mt{
	margin-top: 5px;
}
footer .link a{
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #1d2088;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.button:hover::before {
  transform-origin: right top;
  transform: scale(1, 1);

}
.button:hover{
  color: #fff!important;	
}
.area06 .btn a:hover:after {
    content: "";

    border-top: 1px solid #fff;
    border-right: 1px solid #fff;

}
.slide-content {
    position: relative;
    z-index: 2;
    margin: 180px auto;
    text-align: center;
    width: 100%;
}
.slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 400px;
    background-color: #00a0e9;
}
.pc-only{
	display: block;
}
.smp-only{
	display: none;
}
.side-menu {
    display: none;
}
.under h2{
	margin:30px 0;
}
.under .body{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.form-area .note{
		font-size: 13px;

}
.form-area a{
	color: #000;
}
.form-area input{
	width:100%;
	margin-bottom:10px;
	padding:10px;
}
.contact .main-content{
	margin:80px auto;
}
.form-area p.snsBtl{
	width: 49%;

	margin: 20px auto 20px auto;
}

.recruit .tel-area,
.contact .tel-area{
	text-align: center;
	font-size: 34px;
	margin-bottom: 50px;
	color: #000;
}
.recruit .tel-area i,
.contact .tel-area i{
	padding-right: 10px;
}

.recruit h3,
.contact h3{
	text-align: center;
	font-family: 'Playfair Display', serif;
}
.form-area input[type="text"] {
	color: #666;
	font-size: 1rem;
	border:1px solid #ccc;
}
.form-area input[type="text"] {
	color: #666;
	font-size: 1rem;
}
.form-area textarea {
	color: #666;
	font-size: 1rem;
	width:100%;
	margin-bottom:10px;
	padding:10px;	
	border:1px solid #ccc;
}
.form-area select{
	    border: 1px solid #ccc;
	    	color: #666;
    width: 100%;
    height: 40px;
    font-size: 1rem;
        margin-bottom: 10px;
        padding: 7px;
}
.form-area input[type="submit"]{
	display: block;
    color: #FFFFFF;
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #00a0e9;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 auto;
    border:0;
    font-size:1rem;
}


.recruit .block-01 dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.recruit .block-01 dt{
border-bottom: 1px solid #1d2088;
    display: inline-block;
    width: 25%;
    text-align: left;
    padding: 15px 30px;	
}
.recruit .block-01 dd{
    border-bottom: 1px solid #ccc;
    display: inline-block;
    text-align: left;
    width: 75%;
    padding: 15px 30px;	
}

.loopSliderWrap {
	top: 0;
	left: 0;
	height: 100px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 160px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	height: 100px;
	float: left;
	overflow: hidden;
}

.loopSlider ul li {
	width: 140px;
	float: left;
	display: inline;
	overflow: hidden;
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
	content: "";
	display: none;
	clear: none;
}
.mt0{
	margin-top: 0;
}
@media screen and (max-width:1070px){
nav li {
    margin: 0 0 0 10px;
}	
}
@media screen and (max-width:985px){
nav .contact a{
	font-size: 12px;
}
nav li {
    margin: 0 0 0 10px;
}	
}
@media screen and (max-width:770px){
	
.logo {
    width: 140px;
}	
.head {
    padding: 10px 2%;
}
nav li {
    margin: 0 0 0 10px;
}	
.area03 li {
    width: 230px;
    margin-top: 30px;
}

.area03 li:first-child {
    margin-left: 0;
}
}
@media screen and (max-width:500px){
.pc-only{
	display: none;
}
.smp-only{
	display: block;
}	
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

.side-menu {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  padding-top: 60px;
  text-align: left;
  font-size: 13px;
  background: #eaeaea;
  z-index: 3;
	transform: translateX(300px);
	transition: all .5s ease;
}

.side-nav-wrap{
	width: 60px;
	height: 49px;
	position:absolute;
	right:0;
	top: 0;
	z-index: 9999;
	display: block;
}

.menu-trigger {
    position: absolute;
    top: 13px;
    left: 16px;
    cursor: pointer;
    z-index: 4;
    width: 30px;
    height: 21px;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1d2088;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}


.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}



.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.side-open .side-menu{
	transform: translateX(0);
}
nav.side-menu .inner{
	width: 100%;
}

nav.side-menu li a {
    padding: 15px;
    text-align: left;
    display: block;
    font-size: 15px;
	transition: .5s;
	border-bottom:1px solid #333;
	color: #000;
	width: 100%;
}
nav.side-menu li a:after {
    content: ">";
    padding-right: 3px;
    display: inline-block;
    -moz-transform: scale( .6,1 );
    -webkit-transform: scale( .6,1 );
    -o-transform: scale( .6,1 );
    -ms-transform: scale( .6,1 );
    transform: scale( .6,1 );
    position: relative;
    top: -1px;
    float: right;
}
.side-menu li a:hover{
	opacity: .7;
}
nav ul{
	display: block;
}
nav li {
    display: block;
    text-align: left;
    position: relative;
    width: auto;
}
nav li:first-child:before,
nav li:after{
	display: none;
}
nav li ul {

    width: 100%;

}
nav li li a{

    font-size: 13px!important;
    padding: 8px 0!important;

}
.side-menu .btn{
	display: block;

	border:1px solid #fff;
	position: relative;	
width: 220px;
margin:0 auto;
	-webkit-transition: all .3s;
	transition: all .3s;	
}
.side-menu .btn a{
		padding:5px 50px 5px 30px;
	
}
.side-menu .btn a:hover{
	background: #fff;
	color: #000;
}
.side-menu .btn a:after {
position: absolute;
margin: auto;
content: "";
vertical-align: middle;
    top: 39%;
    right: 16px;
    width: 6px;
    height: 6px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.area03 {
    padding: 130px 0 0;
}
.area03 .lead {

    width: 90%;
    margin: 0 auto 20px;
}
.area03 .block {
    width: auto;
}
.area03 .ttl {
    display: block;
    width: auto;
    margin: -220px 0 40px 3%;
}
.area03_ {
    background: url(../img/bg04.png) no-repeat;
    background-attachment: scroll;
    background-size:100% auto;
    padding-bottom: 36%;
}
.area04 {
    background: url(../img/ttl04.png) no-repeat 5% 26%;
    background-size: 60% auto;
    margin:10px 0 0;
}
.area04 .box {
	margin:30px 0 0;
    padding: 30px 20px;
    width: 100%;
    margin: auto;
    position: relative;
}
.area04 .box ul{
	align-items: center;
}
.mv p {

        font-size: 2.5rem;
    line-height: 1.3;
}
.area03 .pic04 {
    padding: 30px;
    width: 100%;
    margin: 30px auto 0;
}
.area05 dl{
	flex-wrap: wrap;
	padding-left: 15px;
}
.area05 .ttl {
    width: 60%;
    display: block;
    position: static;
    margin: 30px 5% 0 auto;
}
.area05 .wrapper {
    padding: 0 5% 50px;
    background: url(../img/bg02.png) no-repeat right bottom;
    background-size: 120px auto;
}
.area05 {
    background: url(../img/bg01.png) no-repeat left top;
    background-size: 120px auto;
    margin: 40px 0;
}

.area05 dt {
    width: 100%;
    padding-left: 0;
}
.area05 dd {
    width: 100%;
}
.area06 .wrapper{
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.area06 .box {
	padding: 20px;
    height: auto;
    margin: -70px auto 0;
}
.area06 .pic {
    width: auto;
}
footer .logo {
    width: 120px;
    right: 0;
    margin: 15px auto;
}
footer .link{
	width: 100%;
    margin: 0 auto;
    text-align: center;	
}
.area01 .container {
    justify-content: left;
    margin: 20px auto;
    padding: 0 5%;
}
.area01 h1 {
    font-size: 30px;
    line-height: 1.4;
}
.area01 .lead {
    margin: 0 0 0 auto;
    width: auto;
}
.area01 {
    background: url(../img/ttl01.png) no-repeat 85% 53px;
    background-size: 320px auto;
    padding: 70px 0 0 0;
}
.area01 dl {
    width: 100%;
}
.area02 {
    background: url(../img/ttl02.png) no-repeat 85% 12px;
    background-size: 200px auto;
    padding: 80px 0 0;
}
.area03 .ttl {
    display: block;
        width: 70%;
    margin: -110px auto 0;
}
.area03 .lead {
	font-size: 1.1rem;
	text-align: left;
}
.area03 .lead p br{
	display: none;
}
.area03 ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: none;
	margin: 10px 0 0;
}
.area03 li {
    width: auto;
    margin-top: 30px;
}

.area04 .box li{
	margin: 10px;
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.area04 .box li img {
    width: 110px;
}
.loopSlider {

    height: 120px;

}
.common-contact .wrapper{
	background:none;
}
.area02 .date{
	display: block;
}
.area02 a {
    padding: 7px 10px 7px 5%;
    width: 95%;
}
.area01 .flex{
	width: 90%;
	margin:0 auto;
}
.area01 dd {
    font-size: 19px;
    line-height: 1.7;
}
}