@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body, input, textarea, select, option, button {
  font-family: "UD新ゴシック", Meiryo, "Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 767px) {
  body, input, textarea, select, option, button {
    line-height: 1.7;
    font-size: 12px;
  }
}
body {
  position: relative;
  background-color: #fff;
}
a:link,
a:visited {
  color: #007ab2;
  text-decoration: underline;
}
a:active,
a:hover {
  text-decoration: none;
}
p {
  margin-top: 1em;
  word-wrap: break-word;
}
p:first-child {
  margin-top: 0;
}
p.m-font-s, p.m-font-xs, p.m-font-xxs {
  margin-top: .6em;
}
ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: 0;
  vertical-align: top;
}



/* 基本リンク
--------------------------------------------------------*/
.m-icon-arrow, .m-icon-arrow-s {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  text-decoration: none !important;
}
.m-icon-arrow:hover, .m-icon-arrow-s:hover {
  text-decoration: underline !important;
}
.m-icon-arrow:before, .m-icon-arrow-s:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #009ce5;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.m-icon-arrow:after, .m-icon-arrow-s:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.m-icon-arrow:after {
  top: 8px;
  left: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-icon-arrow-s {
  padding-left: 18px;
  font-size: 14px;
}
.m-icon-arrow-s:before {
  top: 4px;
  width: 12px;
  height: 12px;
}
.m-icon-arrow-s:after {
  top: 8px;
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .m-icon-arrow,
  .m-icon-arrow-s {
    padding-left: 18px;
    font-size: 12px;
  }
  .m-icon-arrow:before,
  .m-icon-arrow-s:before {
    top: 3px;
    width: 13px;
    height: 13px;
  }
  .m-icon-arrow:after,
  .m-icon-arrow-s:after {
    top: 7px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}


/* embox
--------------------------------------------------------*/
.m-embox {
  margin: 0;
  padding: 0px 20px;
  background-color: #dcf0fa;
  box-sizing: border-box;
}
.m-embox > :first-child {
  margin-top: 0;
}
.m-embox > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-embox {
    padding: 13px 15px;
  }
}


/* 重要なお知らせ
--------------------------------------------------------*/
.m-important-info{
  width:1150px;
}
.m-important-info__ttl{
  line-height: 1.0;
  font-size:20px;
  text-align:center;
}
.m-important-info__cont{
  display:table;
  margin:8px auto 0;
}
@media screen and (max-width: 767px) {
  .m-important-info{
    width:100%;
  }
  .m-important-info__ttl{
    text-align:left;
    font-size:16px;
  }
}


/* 日付つきリンク
--------------------------------------------------------*/
.m-datelink > dl {
  margin-top:12px;
  line-height: 1.5;
  font-size: 14px;
}
.m-datelink > dl:first-child {
  margin-top: 0;
}
.m-datelink > dl > dd > a {
  text-decoration: none;
}
.m-datelink > dl > dd > a:hover {
  text-decoration: underline;
}

