/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

a:link,
a:visited,
a:active {
  color: #242413;
}

a:hover {
  color: #003F7D;
}

/* Base Layout
 * =================================================================================
**/
.mb1 {
  margin-bottom: 6px;
}

.mb2 {
  margin-bottom: 12px;
}

.mb3 {
  margin-bottom: 18px;
}

.mb4 {
  margin-bottom: 24px;
}

.mb5 {
  margin-bottom: 30px;
}

.mb6 {
  margin-bottom: 36px;
}

.mb7 {
  margin-bottom: 42px;
}

.mb8 {
  margin-bottom: 48px;
}

.mb9 {
  margin-bottom: 54px;
}

.mb10 {
  margin-bottom: 60px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

img.left {
  margin-right: 48px;
}

img.right {
  margin-left: 48px;
}

.rad {
  border-radius: 6px;
}

.full {
  width: 100%;
  height: auto;
}

.red {
  color: #FF0000;
}

.small {
  font-size: 83%;
}

.big {
  font-size: 117%;
}

.bold {
  font-weight: bold;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.i-sh {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

/* Default
 * =================================================================================
**/
html {
  overflow-y: scroll;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, small, address, aside, blockquote, th, td {
  font-family: "Roboto", Helvetica Neue, Helvetica, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
  color: #242413;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 0;
  margin: 0;
  max-height: 100%;
  box-sizing: border-box;
}

body {
  line-height: 1.7;
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}
li img {
  vertical-align: bottom;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* END:Default
 * =================================================================================
 */
/* Base Block Style
 * =================================================================================
**/
body {
  background: #fff;
}

/* END:Base Block Style
 * =================================================================================
**/
/* Print Style
 * =================================================================================
**/
@media print {
  h1 a {
    text-indent: 0;
  }

  #navi_main li a {
    text-indent: 0;
  }

  #navi_sub li a {
    text-indent: 0;
  }
}
/* END:Print Style
 * =================================================================================
**/
/* END:Base Layout
 * =================================================================================
**/
body {
  background: #fff;
}

h1, h2 {
  text-align: center;
}

h1 {
  margin-bottom: 32px;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 16px;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 16px;
}

p {
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}

.mainText {
  margin-bottom: 16px;
}

.subText {
  margin-bottom: 24px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #637C87;
}

#wrap {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 24px 8px;
}
@media (max-width: 480px) {
  #wrap {
    width: 100%;
    margin: 0;
  }
}

.formlayout {
  text-align: center;
}
.formlayout p {
  margin-bottom: 8px;
  font-weight: bold;
}
.formlayout input {
  width: 90%;
  margin-bottom: 8px;
  padding: 8px;
  border: solid 1px #BBBBBB;
  border-radius: 4px;
}
.formlayout input:focus {
  outline: none;
}
.formlayout input[type=submit] {
  background: #16B6FF;
  color: #fff;
  border: none;
}

#notNews {
  display: flex;
  justify-content: center;
  align-items: center;
}
#notNews .posCenter {
  display: flex;
  height: 200px;
}
#notNews .posCenter p {
  margin-top: 100px;
}
