@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap");
@media screen and (max-width: 599px) {
  .pc { /* 599px以下のとき */
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .sp { /* 600px以上のとき */
    display: none;
  }
}

@media screen and (max-width: 599px) {
  img { /* 599px以下のとき */
    max-width: 100%;
    height: auto;
    width: auto;
  }
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0; /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
  border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
  color: #42413C;
  text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

a:visited {
  color: #6E6C64;
  text-decoration: underline;
}

a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: none;
}

p {
  margin: 10px 0 0 0;
}

.red {
  color: red;
}

.orange {
  color: #F60;
}

.blue {
  color: #36C;
}

.blue2 {
  color: dodgerblue;
}

.violet {
  color: purple;
}

.green {
  color: green;
}

.brown {
  color: brown;
}

.grey {
  color: gray;
}

.sitecolor {
  color: #3094FF;
}

.small85 {
  font-size: 85%;
}

.small90 {
  font-size: 90%;
}

.large11 {
  font-size: 1.1em;
}

.large12 {
  font-size: 1.2em;
}

.large14 {
  font-size: 1.4em;
}

.large18 {
  font-size: 1.8em;
}

.large25 {
  font-size: 2.5em;
}

.strong {
  font-weight: bold;
}

.tolist, .tolist02 {
  text-align: right;
  margin-top: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .tolist, .tolist02 { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  .tolist, .tolist02 { /* 600px以上のとき */
    width: 1000px;
  }
}

.tolist02 {
  width: 100%;
}

.pdfarea {
  width: 90%;
  padding: 15px 10px;
  font-size: 0.9em;
  text-align: left;
  border: 1px #ccc solid;
  margin: 0 auto;
  margin-top: 20px;
}

.link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f324"; /*アイコンのユニコード*/
  font: var(--fa-font-regular);
  font-size: 1.2em; /*サイズ*/
  color: #8b1829;
  margin: -5px 0 0 5px;
}

.pdf:after {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  font-weight: 400;
  color: #F00;
  margin: -5px 0 0 5px;
  font-size: 1.2em;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt { /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: right;
  margin-left: 8px;
}

.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: left;
  margin-right: 8px;
}

.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.kana {
  ime-mode: active;
}

.rome {
  ime-mode: disabled;
}

.lh20 {
  line-height: 2em;
}

.lh25 {
  line-height: 2.5em;
}

.imgarea {
  width: 100%;
  text-align: center;
  font-size: 1em;
  position: relative;
}
.imgarea a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.imgarea a:visited {
  text-decoration: none;
}

.imgarea02 {
  width: 49%;
  text-align: center;
  font-size: 1em;
  float: left;
}
.imgarea02 img {
  padding: 20px;
}

.imgarea03 {
  width: 33%;
  text-align: center;
  font-size: 0.9em;
  float: left;
  margin-top: 20px;
}

.imgarea04 {
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .imgarea04 { /* sp */
    width: 420px;
  }
}
@media screen and (max-width: 599px) {
  .imgarea04 { /* mobile */
    width: 320px;
  }
}

.imgarea img, .imgarea02 img, .imgarea03 img {
  padding: 0;
}

/* square */
.square:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  font-weight: 900;
  margin: -5px 8px 0 5px;
  color: #3094FF;
}

.shadow01 {
  box-shadow: 0 10px 8px -6px #8d8c8c;
}

.shadow02 {
  display: inline-block;
  position: relative;
  padding: 6px;
  box-shadow: 0 2px 6px #999;
  background-color: #fff;
  margin-bottom: 20px;
}
.shadow02 img {
  padding: 0;
}

.zoom, .zoom08 {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.zoom:hover {
  transform: scale(1.1);
}

.zoom08:hover {
  transform: scale(1.05);
}

.gray {
  filter: grayscale(0);
  transition: 0.3s ease-in-out;
}

.gray:hover {
  filter: grayscale(100%);
}

.opacity {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.opacity:hover {
  opacity: 0.5;
}

.e-flash:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 599px) {
  html { /* 599px以下のとき */
    position: relative;
    overflow-x: hidden;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P Gothic", sans-serif;
  font-weight: 400;
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: darkslategrey;
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8em;
  min-width: 1000px;
}
@media screen and (min-width: 600px) {
  body { /* PC */
    background: url("./images/body_bk.jpg") center bottom no-repeat;
  }
}
@media screen and (max-width: 599px) {
  body { /* mobile */
    min-width: initial;
    position: relative;
    left: 0;
    overflow-x: hidden;
  }
}

.thin {
  font-weight: 100;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

/* ドロワーメニュー */
.ul_open_h {
  background: #3094FF;
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0;
  height: 100%;
  transition: 0.35s ease-in-out;
  overflow-y: scroll;
  position: fixed;
  z-index: 50;
  padding-top: 50px;
}
.ul_open_h li {
  padding: 5px;
  width: 220px;
  border-bottom: 1px #fff solid;
  font-size: 0.85em;
  font-family: "Noto Sans JP", sans-serif;
}
.ul_open_h li.bottom {
  margin-bottom: 100px;
}
.ul_open_h li a:link {
  color: #fff;
  text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.ul_open_h li a:visited {
  color: #fff;
  text-decoration: underline;
}

.open-sub {
  margin: 0 0 0 20px;
  list-style-position: inside;
  list-style-type: disc;
  font-family: "Noto Sans JP", sans-serif;
}
.open-sub li {
  font-size: 1em;
  border-bottom: none;
  padding-top: 5px;
  line-height: 1.7em;
}

.dmenu {
  padding: 0 0 0 10px;
}

.open-1 {
  right: -100%;
}
.open-1.active {
  right: 0px;
}

.move-1.on.btn {
  position: fixed;
  right: 25px;
  top: 10px;
}

.btn {
  position: absolute;
  /*    background: #fff; */
  z-index: 90;
}
@media screen and (min-width: 600px) {
  .btn { /* PC */
    top: 10px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 599px) {
  .btn { /* mobile */
    top: 15px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
}
.btn:before, .btn:after, .btn span {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.35s ease-in-out;
}
.btn span {
  background-color: black;
  top: calc(50% - 1.5px);
}
@media screen and (min-width: 600px) {
  .btn span { /* 600px以上のとき */
    height: 5px;
  }
}
@media screen and (max-width: 599px) {
  .btn span { /* 600px以上のとき */
    height: 3px;
  }
}
.btn:before {
  content: "";
  border-top: 5px solid black;
}
@media screen and (min-width: 600px) {
  .btn:before { /* 600px以上のとき */
    top: calc(25% - 5px);
  }
}
@media screen and (max-width: 599px) {
  .btn:before { /* 600px以上のとき */
    top: calc(25% - 3px);
  }
}
.btn:after {
  content: "";
  border-top: 5px solid black;
}
@media screen and (min-width: 600px) {
  .btn:after { /* 600px以上のとき */
    bottom: calc(25% - 5px);
  }
}
@media screen and (max-width: 599px) {
  .btn:after { /* 600px以上のとき */
    bottom: calc(25% - 3px);
  }
}

.btn.on span {
  display: none;
}
.btn.on:before {
  top: calc(50% - 1.8px);
  transform: rotate(315deg);
  border-top: 5px solid #fff;
}
.btn.on:after {
  bottom: calc(50% - 1.5px);
  transform: rotate(-315deg);
  border-top: 5px solid #fff;
}

/* header */
#headwrap {
  width: 100%;
  position: relative;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 600px) {
  #headwrap {
    min-width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #headwrap {
    min-width: 1000px;
  }
}
@media screen and (min-width: 600px) {
  #headwrap { /* pc */
    height: 318px;
    background: url("./images/header_bk.jpg") center top repeat-x;
  }
}
@media screen and (max-width: 599px) {
  #headwrap { /* mobile */
    height: 316px;
    background: url("./images/header_bk_s.jpg") center top repeat-x;
  }
}

#sub-headwrap {
  width: 100%;
  position: relative;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 600px) {
  #sub-headwrap {
    min-width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #sub-headwrap {
    min-width: 1000px;
  }
}
@media screen and (min-width: 600px) {
  #sub-headwrap { /* pc */
    height: 130px;
    background: url("./images/sub_header_bk.jpg") center top repeat-x;
  }
}
@media screen and (max-width: 599px) {
  #sub-headwrap { /* mobile */
    height: 66px;
    background-color: #70a7fa;
  }
}

#headarea {
  margin: 0 auto;
  height: auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  #headarea {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #headarea {
    width: 1000px;
  }
}
@media screen and (min-width: 600px) {
  #headarea { /* pc */
    height: 318px;
  }
}
@media screen and (max-width: 599px) {
  #headarea { /* mobile */
    min-height: 316px;
  }
}
#headarea img.h-logo {
  position: absolute;
}
@media screen and (min-width: 600px) {
  #headarea img.h-logo { /* pc */
    top: 140px;
    left: 97px;
  }
}
@media screen and (max-width: 599px) {
  #headarea img.h-logo { /* mobile */
    top: 75px;
    left: 1px;
  }
}
#headarea a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
#headarea a:visited {
  text-decoration: none;
}
#headarea a:hover, #headarea a:active, #headarea a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: none;
}
#headarea .h-title {
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 600px) {
  #headarea .h-title { /* pc */
    top: 18px;
    left: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  #headarea .h-title { /* mobile */
    top: 5px;
    left: 15px;
    font-size: 16px;
  }
}
#headarea .h-title a:link {
  color: white;
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
#headarea .h-title a:visited {
  color: white;
  text-decoration: none;
}
#headarea .h-menuarea {
  position: absolute;
}
@media screen and (min-width: 600px) {
  #headarea .h-menuarea { /* pc */
    top: 80px;
    left: 130px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  #headarea .h-menuarea { /* mobile */
    display: none;
  }
}
#headarea .h-menuarea div {
  float: left;
  padding: 3px 20px;
  font-weight: 500;
}
#headarea .h-menuarea .f {
  border-right: 1px #333 solid;
}
#headarea .hs-menu {
  color: black;
}
@media screen and (min-width: 600px) {
  #headarea .hs-menu { /* pc */
    position: absolute;
    top: 45px;
    right: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  #headarea .hs-menu { /* mobile */
    display: none;
  }
}
#headarea .h-mail {
  color: black;
}
@media screen and (min-width: 600px) {
  #headarea .h-mail { /* pc */
    position: absolute;
    top: 15px;
    right: 100px;
    font-size: 45px;
  }
}
@media screen and (max-width: 599px) {
  #headarea .h-mail { /* mobile */
    position: absolute;
    top: 15px;
    right: 50px;
    font-size: 38px;
  }
}
#headarea .h-copy {
  color: grey;
  font-family: "Noto Serif JP", serif;
  position: absolute;
}
@media screen and (min-width: 600px) {
  #headarea .h-copy { /* pc */
    bottom: 8px;
    left: 130px;
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  #headarea .h-copy { /* mobile */
    bottom: 15px;
    left: 5px;
    text-align: left;
    font-size: 16px;
    line-height: 1.3em;
  }
}

/* main area */
main {
  min-height: 300px;
}

/* top page */
#marea {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #marea {
    width: 360px;
  }
}
@media screen and (min-width: 599px) {
  #marea {
    width: 1000px;
  }
}
@media screen and (min-width: 600px) {
  #marea { /* PC */
    min-height: 600px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  #marea { /* mobile */
    padding: 0 0 20px 0;
    min-height: 500px;
  }
}

.topcopy {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #3094FF;
  color: #fff;
  line-height: 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sp-menu {
  width: 340px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  display: block;
  height: auto;
  line-height: 2em;
}
@media screen and (min-width: 600px) {
  .sp-menu { /* pc */
    display: none;
  }
}
.sp-menu div {
  width: 100%;
  padding: 2px 5px;
  border-bottom: 2px #ccc dotted;
}
.sp-menu a:link, .sp-menu a:visited {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.sp-menu .sp-bkimg {
  width: 180px;
  position: absolute;
  top: 0px;
  right: -5px;
}

.centerBtn {
  margin: 0 auto;
  border: 1px #3094FF solid;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .centerBtn { /* PC */
    width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .centerBtn { /* mobile */
    width: 250px;
  }
}
.centerBtn a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.centerBtn a:visited {
  text-decoration: none;
}
.centerBtn div {
  background-color: rgba(255, 255, 255, 0.4);
  color: #3094FF;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.centerBtn div:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.centerBtn div:hover {
  background-color: #3094FF;
  color: #fff;
}
.centerBtn div:hover:before {
  transform: skewX(-45deg) translateX(20em);
  transition: all 0.5s ease-in-out;
}

#toptitle {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #toptitle { /* PC */
    width: 1000px;
    min-height: 150px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  #toptitle { /* mobile */
    width: 360px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 600px) {
  #toptitle .n-title { /* PC */
    width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  #toptitle .n-title { /* mobile */
    width: 320px;
    margin: 20px 0 0 10px;
    text-align: left;
  }
}
#toptitle .toptxt {
  margin: 20px 0 0 20px;
  text-align: left;
  width: 950px;
  float: left;
}

.view {
  width: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.view2 {
  width: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.catetag, .new {
  margin: 0 5px;
  min-width: 30px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  padding: 2px 10px;
  display: inline-block;
  background: #3094FF; /* BOXの背景色         */
}

.new {
  background: #c98477; /* BOXの背景色         */
}

@-webkit-keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}

@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.tolistBtn {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

.tobutton {
  padding: 0.75em 2em;
  text-align: center;
  text-decoration: none;
  color: #3094FF;
  border: 1px solid #3094FF;
  font-size: 16px;
  display: inline-block;
  width: 200px;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
.tobutton:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.tobutton:hover {
  background-color: #3094FF;
  color: #fff;
}
.tobutton:hover:before {
  transform: skewX(-45deg) translateX(13.5em);
  transition: all 0.5s ease-in-out;
}

.next {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 0 0;
}

.toprev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f100";
  font-weight: 900;
  font-size: 1.2em;
  color: #393a34;
}

.tonext:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  font-size: 1.2em;
  color: #393a34;
}

/* policy */
dl.policy {
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  dl.policy { /* pc */
    width: 950px;
  }
}
@media screen and (max-width: 599px) {
  dl.policy { /* mobile */
    width: 340px;
  }
}
dl.policy dt {
  font-size: 1.2em;
  text-align: left;
}
dl.policy dd {
  text-align: left;
  width: 900px;
}
@media screen and (min-width: 600px) {
  dl.policy dd { /* pc */
    margin: 5px 0 20px 30px;
    width: 900px;
  }
}
@media screen and (max-width: 599px) {
  dl.policy dd { /* mobile */
    margin: 5px 0 20px 10px;
    width: 320px;
  }
}

/* profile */
/* mail */
@media screen and (min-width: 600px) {
  .formarea { /* 600px以上のとき */
    width: 1000px;
    margin: 30px 0 0 100px;
  }
}
@media screen and (max-width: 599px) {
  .formarea { /* 600px以下のとき */
    width: 320px;
    margin: 0 auto;
  }
}

.hissu {
  display: inline-block;
  background-color: #8b1829;
  color: #fff;
  min-width: 30px;
  width: auto;
  font-size: 0.8em;
  border-radius: 20%;
  text-align: center;
  padding: 1px 3px;
  font-family: "Noto Sans JP", sans-serif;
}

form {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

form dl {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
  margin: 0 auto;
  list-style-type: none;
}
@media screen and (min-width: 600px) {
  form dl { /* 600px以上のとき */
    width: 800px;
  }
}
@media screen and (max-width: 599px) {
  form dl { /* 600px以下のとき */
    width: 320px;
  }
}

form dt {
  text-align: left;
}
@media screen and (min-width: 600px) {
  form dt { /* 600px以上のとき */
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  form dt { /* 600px以下のとき */
    width: 100%;
  }
}

form dd {
  margin: 0 0 2em 0;
  text-align: left;
  width: 72%;
  display: block;
}
@media screen and (min-width: 600px) {
  form dd { /* 600px以上のとき */
    float: left;
  }
}
@media screen and (max-width: 599px) {
  form dd { /* 600px以下のとき */
    width: 100%;
  }
}

form dd.order {
  margin: 0 0 0.8em 0;
  text-align: left;
  display: block;
}
@media screen and (min-width: 600px) {
  form dd.order { /* 600px以上のとき */
    float: left;
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  form dd.order { /* 600px以下のとき */
    width: 100%;
  }
}

label {
  margin: 0 0 0.5em 0;
  font-size: pxtoem(16, 16);
}

input {
  margin: 0 0 0.5em 0;
  border: 1px solid grey;
  padding: 6px 10px;
  color: dark_grey;
  font-size: pxtoem(16, 16);
}

textarea {
  border: 1px solid grey;
  padding: 6px 10px;
  width: 100%;
  color: dark_grey;
}

select {
  min-width: 100px;
  margin: 5px 0px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

/* common */
@media screen and (max-width: 599px) {
  #navi { /* 599px以下のとき */
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #navi { /* 600px以上のとき */
    width: 1150px;
    margin: 0 auto;
    text-align: right;
    padding-top: 30px;
  }
}

h1.news {
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 600px) {
  h1.news { /* pc */
    min-height: 30px;
    width: 970px;
    padding-bottom: 15px;
    background: url("./images/h1_bk.png") center bottom no-repeat;
    color: #3094FF;
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 599px) {
  h1.news { /* mobile */
    width: 360px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
    background-color: #caddf9;
    color: #3094FF;
  }
}
h1.news .ttl {
  margin: 0 0 0 15px;
  font-size: 24px;
  text-align: left;
  font-weight: 500;
  color: #3094FF;
}

.toptolist {
  position: absolute;
  bottom: 8px;
  right: 15px;
  color: black;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  background-color: #e9f1fd;
  width: 90px; /* BOXの幅             */
  height: 30px; /* BOXの高さ           */
}
@media screen and (min-width: 600px) {
  .toptolist { /* pc */
    display: none;
  }
}
.toptolist a:link {
  color: black;
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.toptolist a:visited {
  color: black;
  text-decoration: none;
}

h2.news {
  margin: 0 auto;
  position: relative;
  text-align: left;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  h2.news { /* pc */
    width: 900px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  h2.news { /* mobile */
    background: url("./images/h1_bk_s.png") center bottom no-repeat;
    padding-top: 10px;
  }
}

h2.sub {
  position: relative;
  border-bottom: 3px solid #3094FF;
  padding: 0 0 10px 20px;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 600px) {
  h2.sub { /* 600px以上のとき */
    width: 900px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  h2.sub { /* 599px以下のとき */
    width: 320px; /* 幅指定 */
    font-size: 20px;
    padding: 10px;
  }
}

.txt, .txt02 {
  margin: 0 auto;
  line-height: 1.8em;
  font-size: 1em;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .txt, .txt02 { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  .txt, .txt02 { /* 600px以上のとき */
    width: 900px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.txt .indent, .txt02 .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt02 {
  line-height: 1.5em;
  font-size: 0.9em;
}

ul.sub, ul.sub02 {
  list-style: none;
  list-style-position: outside;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  ul.sub, ul.sub02 { /* 599px以下のとき */
    width: 340px;
  }
}
@media screen and (min-width: 600px) {
  ul.sub, ul.sub02 { /* 600px以上のとき */
    width: 830px;
  }
}
ul.sub li, ul.sub02 li {
  margin: 0 0 30px 0;
  position: relative;
  line-height: 1.5em;
  text-align: left;
}
ul.sub li:after, ul.sub02 li:after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #3094FF;
  border-radius: 100%;
}

@media screen and (min-width: 600px) {
  ul.sub02 { /* pc */
    width: 700px;
    margin: 0 auto;
    margin-top: 5px;
  }
}
@media screen and (max-width: 599px) {
  ul.sub02 { /* sp */
    width: 300px;
    margin: 0 0 5px 30px;
  }
}
ul.sub02 li {
  margin: 0 0 10px 0;
}

table.quiz-tbl {
  width: 85%;
  margin: 0 auto;
  margin-top: 10px;
  border-top: 1px #aaa solid;
  border-left: 1px #aaa solid;
}
table.quiz-tbl td {
  border-bottom: 1px #aaa solid;
  border-right: 1px #aaa solid;
  padding: 3px;
}
table.quiz-tbl td.no {
  text-align: center;
}

.quizbtn {
  margin: 10px;
}

.sub-menu {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .sub-menu { /* pc */
    margin: 10px 0 20px 70px;
  }
}
@media screen and (max-width: 599px) {
  .sub-menu { /* sp */
    margin: 10px 0 20px 10px;
  }
}
.sub-menu ul {
  margin: 0 0 0 20px;
  width: 90%;
  list-style-type: none;
}
.sub-menu li {
  float: left;
  padding: 0 30px 0 15px;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 600px) {
  .sub-menu li { /* pc */
    font-size: 1.2em;
  }
}
@media screen and (max-width: 599px) {
  .sub-menu li { /* sp */
    font-size: 1em;
  }
}

/* ~~ フッター ~~ */
footer {
  background-color: rgba(48, 148, 255, 0.4);
  min-height: 30px;
}

#fcopy {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0 0 8px 0;
  font-size: 1em;
}
@media screen and (min-width: 600px) {
  #fcopy { /* pc */
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  #fcopy {
    margin-top: 5px;
  }
}
#fcopy div {
  margin: 0 auto;
  min-height: 15px;
  height: auto;
  position: relative;
  font-size: 0.85em;
}/*# sourceMappingURL=style.css.map */