@charset "UTF-8";
/*-------------------------------------------------------------
 このファイルはscssで作られています。
 編集する際にはgulpでコンパイルして編集して下さい。
 gulpについてはREADMEを読みましょう。
 Preprosなどでコンパイルすると、ベンダープレフィックスが付かない
 などの問題が生じます。
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 340 下層
---------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

header {
  position: absolute;
  border-top: 4px solid #2272ba; }
  header .logo span {
    display: none; }
  header .logo img {
    width: 150px; }

.mainImg {
  width: 100%;
  background-color: #2272ba;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
  height: 330px;
  color: #fff; }
  @media screen and (max-width: 460px) {
    .mainImg {
      height: 150px; } }
  .mainImg > div {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%; }
    @media screen and (max-width: 1000px) {
      .mainImg > div {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .mainImg > div {
        padding: 0 10px; } }
    @media screen and (max-width: 460px) {
      .mainImg > div {
        -ms-flex-align: center;
            align-items: center; } }
  .mainImg h1 {
    padding-bottom: 0;
    color: #000; }
    @media screen and (max-width: 460px) {
      .mainImg h1 {
        text-align: center; } }
  .mainImg h1, .mainImg p {
    display: block;
    font-weight: 200; }
  .mainImg .subTitle {
    font-size: 45%;
    display: block; }
    @media screen and (max-width: 460px) {
      .mainImg .subTitle {
        display: none; } }
  .mainImg p {
    font-size: 90%; }
    @media screen and (max-width: 460px) {
      .mainImg p {
        display: none; } }

section {
  width: 1000px;
  margin: 0 auto;
  counter-reset: cnt; }
  @media screen and (max-width: 1000px) {
    section {
      width: 100%; } }
  section:first-of-type {
    margin-top: 60px; }
  @media screen and (max-width: 1000px) {
    section {
      width: 100%;
      padding: 0 10px; } }

h2.vertical + * {
  display: inline-block;
  padding-left: 20px;
  width: 93%; }
  @media screen and (max-width: 460px) {
    h2.vertical + * {
      width: 100%;
      padding-left: 0;
      display: block;
      margin-bottom: 50px; } }
  h2.vertical + *.detail {
    padding-left: 40px; }
    @media screen and (max-width: 460px) {
      h2.vertical + *.detail {
        padding-left: 0; } }

.bgGray {
  background: #f7f7f7 url(/inc/images/common/bg_miyomaru_black.png); }

/*# sourceMappingURL=lower.css.map */
