* {
  -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
     -moz-box-sizing: border-box; /* Firefox 1+ */
          box-sizing: border-box; /* Chrome, IE8+, Opera, Safari 5.1*/
		  list-style-type: none;
}

body {
  font-size: 14px;
  line-height: 1.4;
	font-family: 'Josefin Sans', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #545c69;
}

.wd { width: 960px; margin: auto; position: relative;}
.tit { text-align: center; }

a {
  color: #4b6f88;
}
a:hover { text-decoration: none; }

h1,h3,h4,h5 {
  font-family: 'Noto Serif Japanese',serif;
  color: #31536b;
  letter-spacing: 0.06em;
  font-weight: normal;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

.pc { display: block; }
.sp { display: none; }



#logoArea {
  width: 600px;
  position: relative;
  left: -0.1em;
  display: -webkit-box;/* Android4.3以前ブラウザ用 */
  display: -webkit-flex;/* iOS8以前Safari用 */
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  margin: 3em auto 0;
}
#logoArea #logo img {
  position: relative;
  top: -0.12em;
  width: 30px; height: auto;
  display: block;
}
#logoArea .texArea {
  font-size: 1.8em;
  font-weight: 100;
  line-height: 1;
  margin-left: 0.5em;
  letter-spacing: 0.3em;
  color: #4b6f88;
}
#logoArea .texArea span {
  display: inline-block;
  position: relative;
  font-size: 0.4em;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #7a868e;
  padding-left: 2em;
}


#topMain {
  width: 600px;
  margin:10em auto 20em;
  line-height: 2;
}
#topMain section {margin-bottom: 3.5em; }
#topMain h1 {
  font-size: 2em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  margin-bottom: 1.5em;
  letter-spacing: 0.2em;
  text-indent: -0.2em;
}
#topMain h2 {
  font-weight: normal;
  font-size: 1.1em;
  margin-bottom: 5em;
  letter-spacing: 0.2em;
  text-indent: 0.25em;
  margin-left: -0.25em;
}
#topMain h3 {
  text-align: left;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#contactArea {
  display: inline-block;
  margin-left: -0.05em;
}
#contactArea a {
  display: inline-block;
  font-size: 0.85em;
  line-height: 2;
  margin: 0 auto 0;
  padding: 0.65em 1.1em 0.3em 2em;
  /*border-top: 1px solid #436379 ;
  border-bottom: 1px solid #436379 ;*/
  /*background: #436379;*/
  text-align: center;
  letter-spacing: 0.08em;
  border-radius: 3px;
  /*color: #fff;*/
  -moz-transition-duration:0.5s;
  -webkit-transition-duration:0.5s;
  -ms-transition-duration:0.5s;
  transition-duration:0.5s;
  text-decoration: none;
}
#contactArea a::before {
  position: absolute;
  left: -0.1em;
  top: 0.37em;
  font-size: 1.25em;
  font-family: 'CONDENSEicon';
  content:'F';
}
#contactArea a span{
  position: relative;
  top: -1px;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  text-decoration: underline;
  padding-left: 0.5em;
  /*color: #fff;*/
}
#contactArea a:hover span{
  text-decoration: none;
}
footer {
  position: relative;
  display: block;
  width: 600px;
  /*text-align: center;*/
  margin: 1em auto 4em;
  letter-spacing: 0.05em;
}
#copyright {
  position: absolute;
  bottom: 0.25em;
  right: -200px;
  font-size: 0.75em;
}


@media screen and (max-width: 736px) {
  .pc { display: none; }
  .sp { display: block; }
  #wrapper {
    width: 87%;
    margin: auto;
  }
  #logoArea #logo img {
    width: 2.3em;
  }
  #logoArea {
    width: 100%;
    margin-top: 2.25em;
  }
  #logoArea .texArea {
    font-size: 1.3em;
    margin-left: 0.8em;
    font-weight: 300;
  }
  #logoArea .texArea span {
    display: block;
    padding-left: 0;
    margin-top: 0.5em;
  }
  #topMain {
    width: 100%;
    margin: 5em auto 16em;
  }
  #topMain h1 {
    font-size: 1.8em;
    text-indent: 0;
    margin-bottom: 1em;
    line-height: 1.6;
  }
  #topMain h2 {
    margin-bottom: 5em;
  }
  #topMain h3 {
    line-height: 1.6;
  }

  footer {
    margin-bottom: 1.5em;
    width: 100%;
  }

  #contactArea a {
    padding-left: 2.25em;
    line-height: 1.7;
  }
  #contactArea a::before {
    top: 0.2em;
    font-size: 1.5em;
  }
  #contactArea p {
    font-size: 1.2em;
    text-align: left;
  }
  #contactArea span {
    display: block;
    padding-left: 0;
   }
   #copyright {
     position: relative;
     font-size: 0.75em;
     right: 0;
     bottom: 0;
     display: block;
     margin-top: 3em;
   }
}

/*iPhone5*/
@media screen and (max-width: 320px) {
  body { font-size: 11px; }
}
