@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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 140%;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a img {
  border: 0;
}
img {
  height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  position: relative;
}
html {
  -webkit-text-size-adjust: 100%
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  line-height: 170%;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
  width: 100%;
  position: relative;
  min-width: 1000px;
}
img {
  width: 100%;
}
/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  color: #333;
}
a:hover, a:active {
  outline: none;
  opacity: 0.8;
}
/* ヘッダー
------------------------------------------------------------*/
header {
  background: #fff;
}
.header_inner {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .logo {
  text-align: left;
  padding: 16px 0 6px;
}
header .logo img {
  width: 93%;
}
.kv {
  width: 980px;
  margin: 0 auto;
  line-height: 0;
}
.kv h1 {
  line-height: 0;
}
/* メイン
------------------------------------------------------------*/
.wrapper {
  width: 980px;
  margin: 0 auto;
}
p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
h2 {
  font-size: 29px;
  font-weight: bold;
}
.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
/*award
ーーーーーーーーーーーーーーーーー*/
.content_bg {
  width: 980px;
  background: url("../img/content_bg01.png"), url("../img/content_bg02.png");
  background-position: left top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding: 80px 0 20px 0;
}
.content_inner {
  width: 860px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
.award .content_inner h2 {
  border-radius: 10px;
  color: #fff;
  padding: 8px 5px 4px 10px;
  margin: 0 0 50px 0;
  background: #1c2c62;
  background: -moz-linear-gradient(left, #1c2c62 0%, #7382bf 100%);
  background: -webkit-linear-gradient(left, #1c2c62 0%, #7382bf 100%);
  background: linear-gradient(to right, #1c2c62 0%, #7382bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c2c62', endColorstr='#7382bf', GradientType=1);
}
.award .content_inner h3 {
  font-size: 28px;
  font-weight: bold;
  color: #1d357b;
  margin: 0 0 20px 0;
}
.award .content_inner p.margin {
  margin: 0 0 20px 0;
}
.award .award_inner {
  margin: 0 auto;
  padding: 0 0px 0 40px;
}
.award .content_inner ul {
  margin: 0 0 30px 0;
}
.award .content_inner ul li {
  list-style: none; /* デフォルトのアイコンを消す */
  margin: 0; /* デフォルト指定上書き */
  padding: 0; /* デフォルト指定上書き */
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.award .content_inner ul li:before {
  content: ""; /* 空の要素作成 */
  width: 3px; /* 幅指定 */
  height: 3px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #333; /* 背景色指定 */
  border-radius: 50%; /* 要素を丸くする */
  margin: 0px 8px 5px 8px;
}
.award .award_text01 {
  margin: 0 0 40px 0;
}
.font_size {
  font-size: 24px;
}
#page-top {
  position: fixed;
  bottom: 50px;
  left: 0px;
}
/* フッター
------------------------------------------------------------*/
footer {
  margin: 0 auto 240px;
}
footer p {
  font-size: 16px;
  color: #1d357b;
  line-height: 1.4;
}
footer a {
  color: #1d357b;
  font-size: 16px;
}
.logo_flex {
  display: flex;
  margin: 20px 0 10px 0;
}
.logo_jsa {
  width: 17%;
}
.logo_flex p {
  padding: 10px 0px 0 12px;
}
.link_flex {
  display: flex;
}
.link_flex p {
  margin: 0 15px 0 0px;
}
.link_flex a {
  text-decoration: underline;
  margin: 0 0px 0 10px;
}
.foot_btn {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.foot_btn a {
  background: #1d357b;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.pc-on {
  display: block !important;
}
.sp-on {
  display: none !important;
}
/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 170%;
    color: #333333;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
    width: 100%;
    position: relative;
    min-width: 100%;
  }
  img {
    width: 100%;
  }
  /* リンク設定
------------------------------------------------------------*/
  a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    color: #333;
  }
  a:hover, a:active {
    outline: none;
    opacity: 0.8;
  }
  /* ヘッダー
------------------------------------------------------------*/
  header {
    background: #fff;
  }
  .logo {
    text-align: left;
  }
  .logo img {
    width: 50%;
  }
  .header_inner {
    width: 95%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
  }
  .header_inner ul {
    display: flex;
    line-height: 30px;
    flex-wrap: wrap;
  }
  .header_inner ul li {
    color: #fff;
    margin: 0 0px 0 40px;
    font-size: 16px;
    position: relative;
  }
  .header_inner ul li::before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 15px; /*画像の幅*/
    height: 15px; /*画像の高さ*/
    background-image: url("../img/nav_arrows.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header .logo {
    text-align: left;
    padding: 20px 0 10px;
  }
  header .logo img {
    width: 50%;
  }
  .kv {
    width: 100%;
    margin: 0 auto;
  }
  .kv_title {
    background: #fff;
  }
  .kv_title_inner {
    width: 90%;
    margin: 0 auto;
  }
  .kv_title_inner h1 {
    padding: 5px 0 20px 0;
    display: block;
  }
  /* メイン
------------------------------------------------------------*/
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  p {
    font-size: 4vw;
  }
  h2 {
    font-size: 5vw;
    font-weight: bold;
  }
  /*award
ーーーーーーーーーーーーーーーーー*/
  .content_bg {
    width: 100%;
    background: url("../img/content_bg_sp01.png"), url("../img/content_bg_sp02.png");
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    margin: 0 auto;
    padding: 50px 0 0px 0;
  }
  .content_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 50px 0;
  }
  .award .content_inner h2 {
    border-radius: 10px;
    color: #fff;
    padding: 8px 5px 4px 10px;
    margin: 0 0 30px 0;
    background: #1c2c62;
    background: -moz-linear-gradient(left, #1c2c62 0%, #7382bf 100%);
    background: -webkit-linear-gradient(left, #1c2c62 0%, #7382bf 100%);
    background: linear-gradient(to right, #1c2c62 0%, #7382bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c2c62', endColorstr='#7382bf', GradientType=1);
  }
  .award .content_inner h3 {
    font-size: 4.8vw;
    font-weight: bold;
    color: #1d357b;
    margin: 0 0 20px 0;
  }
  .award .content_inner p.margin {
    margin: 0 0 15px 0;
  }
  .award .award_inner {
    margin: 0 auto;
    padding: 0 0px 0 0px;
  }
  .award .content_inner ul {
    margin: 0 0 15px 0;
  }
  .award .content_inner ul li {
    list-style: none; /* デフォルトのアイコンを消す */
    margin: 0; /* デフォルト指定上書き */
    padding: 0; /* デフォルト指定上書き */
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.6;
    text-indent: -19px;
    margin-left: 15px;
  }
  .award .content_inner ul li:before {
    content: ""; /* 空の要素作成 */
    width: 3px; /* 幅指定 */
    height: 3px; /* 高さ指定 */
    display: inline-block; /* インラインブロックにする */
    background-color: #333; /* 背景色指定 */
    border-radius: 50%; /* 要素を丸くする */
    margin: 0px 8px 5px 8px;
  }
  .award .award_text01 {
    margin: 0 0 30px 0;
  }
  .font_size {
    font-size: 5vw;
  }
  #page-top {
    position: fixed;
    bottom: 50px;
    left: 0px;
  }
  /* フッター
------------------------------------------------------------*/
  footer {
    margin: 0 auto 140px;
    padding: 0 20px;
  }
  footer p {
    font-size: 3.5vw;
    color: #1d357b;
    line-height: 1.4;
  }
  footer a {
    color: #1d357b;
    font-size: 3vw;
  }
  .logo_flex {
    display: block;
    margin: 20px 0 10px 0;
  }
  .logo_jsa {
    width: 30%;
  }
  .logo_flex p {
    padding: 0px 0px 0 0px;
  }
  .link_flex {
    display: block;
  }
  .link_flex p {
    margin: 0 15px 10px 0px;
  }
  .link_flex a {
    text-decoration: underline;
    margin: 0 0px 0 0px;
    word-break: break-all;
  }
  .foot_btn {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .foot_btn a {
    background: #1d357b;
    padding: 20px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 5.5vw;
    font-weight: bold;
  }
  .pc-on {
    display: none !important;
  }
  .pc-on-inline {
    display: none !important;
  }
  .sp-on {
    display: block !important;
  }
  .sp-on-inline {
    display: inline-block !important;
  }
  .sp-on-flex {
    display: flex !important;
  }
}