@charset "utf-8";
/*--------------------------------------------------------------------
   base
---------------------------------------------------------------------*/
html, body{height: 100%;}
body{
    background:#fff;
	text-align:center;
	color:#222;
	font-size:16px;
	font-family:"Lato", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}


html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

.iphone body,
.ipad body,
.ipod body{
	cursor:pointer;
}
a{
	text-decoration: none;
  transition: all 0.8s;
}
a:link{ 
	color:#222;
    text-decoration:none;
    
    }
a:visited{color:#222;}
a:active{color:#222;}
a:hover{color:#666; }

strong{font-weight:bold;}
img{font-size:0; line-height:0;}

.wrapBox{
    width:1000px;
    max-width:100%;
    margin:0 auto;
}
#wrapper{position:relative; overflow:hidden;}


/*--------------------------------------------------------------------
   header
---------------------------------------------------------------------*/
header{
    background-color:#fff100;
    padding:30px 15px 200px;
    position:relative;
    overflow:hidden;
}
header .hdrIn{
    width:1105px;
    max-width:100%;
    margin:0 auto;
    padding-top:368px;
    background:url(../images/main_pc.png) center center no-repeat;
    background-size:contain;
    overflow:hidden;
    text-indent:101%;
    white-space:nowrap;
    position:relative;
    z-index:50;
}

@media screen and (max-width : 1165px){
    header .hdrIn{padding-top:33%;}
}
header::after{
    content:"";
    display:block;
    visibility:visible;
    width:200%;
    height:500px;
    background-color:#00ffff;
    transform:rotate(-7deg);
    position:absolute;
    bottom:-350px;
    left:-50%;
    z-index:10;
}


/*--------------------------------------------------------------------
  footer
---------------------------------------------------------------------*/
footer{background-color:#00a0e9; margin-top:-1px;}
footer p{
    line-height:30px;
    color:#fff;
    text-align:center;
    font-size:0.750em;
    font-family:'Lato',Verdana, Geneva, sans-serif;
}

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#wrapper{
    background:url(../images/bg_water.jpg) repeat-y;
    background-size:100% auto;    
}
#container{
    padding-left:15px;
    padding-right:15px;
}

/* base
-----------------------*/
div[id="container"] p,
div[id="container"] li,
div[id="container"] dt,
div[id="container"] dd,
div[id="container"] th,
div[id="container"] td{
    line-height:1.8;
    text-align:left; }
    
/* lead
-----------------------*/
#lead{
    position:relative;
    min-height:350px;   
}
#lead::before{
    content:"";
    display:block;
    visibility:visible;
    width:200%;
    height:350px;
    background-color:#1d2088;
    transform:rotate(7deg);
    position:absolute;
    top:-150px;
    left:-50%;
    z-index:20;
}

#lead p{
    text-align:center;
    color:#fff;
    font-size:1.500em;
    line-height:2;
    font-weight:bold;
    position:relative;
    top:-100px;
    z-index:30;
}

/* area
-----------------------*/
#container .bgOut{
    width:1000px;
    max-width:100%;
    margin:0 auto 20px;
    padding:0 30px;
    background-color:#fff;
    position:relative;
    z-index:50;
    top:-50px;
}

section.area{
    width:920px;
    max-width:100%;
    margin:0 auto;
    padding:50px 0 40px;
}

section.area + section.area{
    border-top:#1d2088 1px solid;
}
section.area h2{
    text-align:center;
    font-size:2.250em;
    font-weight:bold;
    color:#e4007f;
    margin-bottom:15px;
}
section.area h2 span{
    font-size:0.667em;
    font-weight:bold;   
}
section.area h2 + .subtit{
    width:235px;
    height:20px;
    margin:0 auto 30px;
    text-align:center;
    color:#fff;
    background-color:#e4007f;
    line-height:20px;
    font-family:'Lato',Verdana, Geneva, sans-serif;
    font-size:12px;
}

section.area .inner{overflow:hidden;}
section.area .inner .img{
    width:44.56%;
    float:left;    
}
section.area .inner .txt{
    width:52%;
    float:right;    
}
section.area#area02 .inner .img{ float:right;}
section.area#area02 .inner .txt{ float:left;}

section.area .inner .txt p{
    padding-bottom:20px;
    font-size:0.938em;}

section.area .inner .txt ul{
    overflow:hidden;
    padding-bottom:10px;
}

section.area .inner .txt ul li{
    width:120px;
    height:36px;
    float:left;
    margin:0 10px 10px 0;
}
section.area .inner .txt ul li a{
    display:block;
    background:#1d2088 url(../images/ico_airplane.png) 7px 50% no-repeat;
    text-align:center;
    color:#fff !important;
    font-weight:bold;
    font-size:15px;
    line-height:36px;
}
section.area .inner .txt ul li a:hover{background:#0000ff url(../images/ico_airplane.png) 7px 50% no-repeat;}

section.area .inner .txt ul + a{
    display:block;
    width:246px;
    height:56px;
    margin-right:auto;
    background:#fff100 url(../images/ico_arrow.png) 15px 50% no-repeat;
    text-align:center;
    font-size:1.125em;
    line-height:56px;
    font-weight:bold;
    color:#222222 !important;
}
section.area .inner .txt ul + a:hover{background:#ffd059 url(../images/ico_arrow.png) 15px 50% no-repeat;}




@media screen and (max-width: 999px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 374px) {
    /*iphone5*/
}

@media screen and (min-width : 1000px){
    .forTB,
	.forSP{display:none;}
	.forPC{display:inherit;}

    .ie8 body{
        min-width:1000px;
        max-width:100%;
        overflow-x:hidden;
    }

}