@charset "UTF-8";
/* CSS Document */

/*- --- Font --- -*/
body, input, textarea {
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.1em;
  line-height: 1.8em;
}
@media screen and (max-width: 480px) {
    body, input, textarea {
    font-size: 14px;}
}
h1 {
  font-size: 48px;
  font-weight: 300;
  margin:0 0 50px 0;
  font-family: 'Open Sans', "Hiragino Sans", "sans-serif";
 }
.h1cap {
  font-size: 16px;
    line-height: 200%;
  margin:0 0 20px 0;
}
@media screen and (max-width: 1200px) {
   h1 {
  font-size: 36px;
 }   
}
@media screen and (max-width: 780px) {
    h1 {
  font-size: 40px;
  margin:0 0 40px 0;}
}
.h1cap {
  font-size: 14px;
    line-height: 200%;
  margin:0 0 20px 0;
}
@media screen and (max-width: 480px) {
    h1 {
  font-size: 36px;
      margin:0 0 30px 0;}
    .h1cap {
  font-size: 14px;
}
}

h2 {
 font-size: 18px;
  margin:0 0 20px 0;
    font-weight: 300;
  font-family: 'Open Sans', "Hiragino Sans", "sans-serif";
  }
  .h2cap {
  font-size: 16px;
  margin:0 0 20px 0;
}

@media screen and (max-width: 480px) {
      .h2cap {
  font-size: 14px;
}
}

h3 {
  font-size: 20px;
  font-weight: 300;
  margin:0 0 15px 0;
  }
@media screen and (max-width: 480px) {
h3 {
  font-size: 16px;
  font-weight: 300;
  }
}

h4 {
 font-size: 16px;
 font-weight: 300;  
 }
@media screen and (max-width: 480px) {
h4 {
 font-size: 14px;
 font-weight: 300;  
 }
}

h5 {
  font-size: 18px;
  margin:0 0 20px 0;
  }

p {font-size: 16px;}
@media screen and (max-width: 480px) {
    p {font-size: 14px;}
}
.text-l {
  font-size: 18px; }

.text-s {
  font-size: 14px; }
  
.text-ss {
  font-size: 10px; }

.note {
  font-size: 14px; 
        line-height: 1.8;
  }
.underline{
  /*text-decoration: underline;*/
  text-decoration-color: #FF0000;
  padding-bottom: 0.02em;
  /*added*/
  display: inline-block;
  border-bottom: 1px solid ;
}
  .bold {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  
  /*- ---ボタン --- -*/
.btn {}
.btn a {}
  