@charset "utf-8";
@import url("header.css");
@import url("footer.css");

/**********************************************/
/*ALPHERA Financial Services Japan */
/**********************************************/
* {
    box-sizing: border-box;
}

* html body {
	overflow: hidden;
}

html {
    position: relative;   
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height:100%;
}

body {
	margin:0;
	padding:120px 0 0;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    /* font-size: 1.4rem; */
    font-size: 16px;
    line-height: 1.6;  
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";    
    overflow-x: hidden;    
    position: relative;
}

a {
    color: #0086CB;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
	color:#00467e;
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}

/*見出し*/
h1,h2,h3,h4,h5,h6 {
    letter-spacing: normal;
    line-height: 120%;
    font-weight: 500;
    margin: 0;
}

h1 {
    font-size:3.2rem;
}
h2 {
    font-size:2.6rem;
}
h3 {
    font-size:2.4rem;
}
h4 {
  font-size:2.2rem;
}
h5 {
  font-size:2.0rem;
}
h6 {
  font-size:1.8rem;
}

form {
    margin:0;
    padding: 0;
}

img {
    border-width:0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

button, input, select, textarea , pre {
   font-family : inherit;
   font-size : 100%;
}
pre {
    margin: 0;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

p  { line-height: 160%; }
li { line-height: 160%; }
dd { line-height: 160%; }


a[href^="tel:"] {
    text-decoration: none;
    color:#000;
}
/*別窓マーク*/
a[target=_blank][rel=noopener] {
	padding:2px 20px 2px 0;
    background:url("../img/icon_blank.png") no-repeat right center;
    background-size: 14px;
    margin-right: 5px;
}

/*コンテンツ*/
main {
    margin: 0 auto;
}

.section~.section {
    margin-top: 80px;
}


/**********************/
/*コンテンツ */
/**********************/
.container {
    width:100%;
    max-width:1280px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.contents {
    width:100%;
}



/****************************/
/*レスポンシブ */
/****************************/
@media screen and (max-width: 980px) {
    body {
	    padding-top: 100px;
	}
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
}


@media screen and (max-width: 780px) { 
    body {
	    padding-top: 60px;
	}

    h1 {
        font-size:2.6rem;
    }
    h2 {
        font-size:2.2rem;
    }
    h3 {
        font-size:2.0rem;
    }
    h4 {
      font-size:1.8rem;
    }
    h5 {
      font-size:1.7rem;
    }
    h6 {
      font-size:1.6rem;
    }

    .section~.section {
        margin-top: 50px;
    }
}

@media screen and (max-width: 580px) {
    h1 {
        font-size:2.2rem;
    }
    h2 {
        font-size:2.0rem;
    }
    h3 {
        font-size:1.9rem;
    }
    h4 {
      font-size:1.8rem;
    }
    h5 {
      font-size:1.7rem;
    }
    h6 {
      font-size:1.6rem;
    }
}

@media screen and (max-width: 380px) {

}
