@charset "UTF-8";
/* CSS Document */
img, object, embed, video {
  max-width: 100%;
}
body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}
.bullTitle {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #002f5f;
  font-size: 9vw;
  font-weight: bolder;
  vertical-align: 0px;
  text-align: center;
}
.mikoTitleW {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #002f5f;
  font-size: 3vw;
  font-weight: normal;
  vertical-align: 0px;
  text-align: center;
}
/* Mobile Layout: 480px and below. */
.divPartA {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.divPartA img {
  vertical-align: top;
  width: 100%;
}
.divPartB {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  padding-left: 0%;
  padding-top: 16px;
}
.sections {}
.section1div {
  clear: both;
  float: left;
  display: block;
  width: 100%;
}
.section4div {
  clear: both;
  float: left;
  display: block;
  width: 100%;
}
.sectionStatement {
  clear: both;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
}
.statementInlineBlock {
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
  width:auto;
  display: inline-block;
}
.statementInlineBlockNM {
  margin: 0px;
  padding: 0px;
  width: 80%;
  display: inline-block;
}
.statementInlineBlockSeparater {
  /*inline-block を縦並びにするためには、幅100％の区切を入れる必要がある。*/
  height: 16px;
  width: 100%;
  display: inline-block;
}
.pictureSize {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}
.snsIcon {
    vertical-align:top;
    width: 160px;
    margin: 2px;
}
.display_mobile {
  display: block;
}
.display_desktop {
  display: none;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
  .divPartA {
    clear: both;
    display: block;
    float: left;
    width: 30%;
    text-align: center;
  }
  .divPartA img {
    vertical-align: top;
    width: 100%;
  }
  .divPartB {
    clear: none;
    display: block;
    float: left;
    width: 66%;
    padding-left: 4%;
    padding-top: 0px;
  }
  .sections {}
  .section1div {
    clear: both;
    float: left;
    display: block;
    width: 100%;
  }
  .section4div {
    clear: none;
    float: left;
    display: block;
    width: 25%;
  }
  .sectionStatement {
    clear: both;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
  }
  .statementInlineBlock {
    margin-left: 48px;
    margin-right: 48px;
    padding-left: 48px;
    padding-right: 48px;
    width:auto;
    display: inline-block;
  }
  .statementInlineBlockNM {
    margin: 0px;
    padding: 0px;
    width: 80%;
    display: inline-block;
  }
  .statementInlineBlockSeparater {
    /*inline-block を縦並びにするためには、幅100％の区切を入れる必要がある。*/
    height: 48px;
    width: 100%;
    display: inline-block;
  }
  .pictureSize {
    width: 75%;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .snsIcon {
    vertical-align:top;
    width: 160px;
    margin: 2px;
  }
  .display_mobile {
    display: block;
  }
  .display_desktop {
    display: none;
  }
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
  .divPartA {
    clear: both;
    display: block;
    float: left;
    width: 30%;
    text-align: center;
  }
  .divPartA img {
    vertical-align: top;
    width: 100%;
  }
  .divPartB {
    clear: none;
    display: block;
    float: left;
    width: 66%;
    padding-left: 4%;
    padding-top: 0px;
  }
  .sections {}
  .section1div {
    clear: both;
    float: left;
    display: block;
    width: 100%;
  }
  .section4div {
    clear: none;
    float: left;
    display: block;
    width: 25%;
  }
  .sectionStatement {
    clear: both;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
  }
  .statementInlineBlock {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 48px;
    padding-right: 48px;
    width: 673px;
    display: inline-block;
  }
  .statementInlineBlockNM {
    margin: 0px;
    padding: 0px;
    width: 669px;
    display: inline-block;
  }
  .statementInlineBlockSeparater {
    /*inline-block を縦並びにするためには、幅100％の区切を入れる必要がある。*/
    height: 48px;
    width: 100%;
    display: inline-block;
  }
  .pictureSize {
    width: 70%;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .snsIcon {
    vertical-align:top;
    width: 160px;
    margin: 2px;
  }
  .display_mobile {
    display: none;
  }
  .display_desktop {
    display: block;
  }
}