@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © Az-com NET. All Rights Reserved

HTML CSS Selectors style 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: #fff;
  background-color: #fff;
  -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
  font-feature-settings: "palt";
  /*-webkit-font-smoothing: antialiased;*/
  text-decoration-skip-ink: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td,em,strong,blockquote {
  margin: 0px;
  padding: 0px;
  border: 0;
  vertical-align: baseline;
  font-weight: inherit;
  text-align: justify;
}
em {
  font-style: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  margin: 0px;
  padding: 0px;
}
p,dd,li {
  list-style: none;
}
em,strong {
  font-weight: inherit;
}
table {
  border-collapse: collapse;
}

img {
  vertical-align:top;
  max-width: 100%;
  height: auto;
}

.pc {
  display: block;
}
br.pc,
span.pc,
img.pc {
  display: inline;
}
.sp {
  display: none!important;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  br.sp,
  span.sp,
  img.sp {
    display: inline!important;
  }
}

/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
.container {
  padding: 25px;
}
.photo {
  margin-bottom: 15px;
}
.txt {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 80px;
  padding: 0 30px;
  background-color: #22326E;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
}
.txt span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 500px) {
  .container {
    padding: 14px;
  }
  .photo {
    margin-bottom: 8px;
  }
  .txt {
    height: 45px;
    padding: 0 21px;
    font-size: 12px; 
    line-height: 1.25;
    font-weight: 500;
  }
  .txt span {
    font-size: 10px;
  }
}
