@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*--ベンダープレフィックスの自動付与設定-----------------------*/
/*--例-----------------------*/
/*
sp  →　～w768
pc  → 　w:769～Fullサイズ
*/
@media screen and (min-width: 1231px ) { /*PC*/ }
@media screen and (max-width: 768px ) { /*SP*/ }
@media screen and (max-width: 1230px ) and (min-width: 769px ) { /*TB*/ }
@media screen and (max-width: 768px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 96%;
  }
}
/*幅設定------------------------------------------*/
/*コンテンツ幅*/
/*Font Awesome 6のmixin-----------------------------------------------*/
/*メインカラー*/

/*共通------------------------------------------*/
ul.box2, ul.box3, ul.box4 {
  padding-left: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  overflow: hidden;
}
ul.box2 li, ul.box3 li, ul.box4 li {
  margin: auto;
  background: none !important;
  padding: 5px !important;
  text-align: center;
  overflow: hidden;
  _zoom: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.box2 li:before, ul.box3 li:before, ul.box4 li:before {
  content: none !important;
}

ul.box2 li {
  width: 50%;
}
@media screen and (max-width: 768px ) {
  ul.box2 li { /*SP*/
    width: 100%;
  }
}

ul.box3 li {
  width: 33.3%;
}
@media screen and (max-width: 768px ) {
  ul.box3 li { /*SP*/
    width: 50%;
  }
}

ul.box4 li {
  width: 25%;
}
@media screen and (max-width: 768px ) {
  ul.box4 li { /*SP*/
    width: 50%;
  }
}

/*リンクアイコン----------------------*/
.pdf:after, .word:after, .jtd:after, .excel:after, .zip:after, .outerlink:after, .file:after {
  margin: 0 5px;
}

/*外部リンク*/
a.outerlink:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35d";
  color: #9c9c9c;
}

/*pdf*/
a.pdf:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c1";
  color: #ff0000;
}

/*word*/
a.word:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c2";
  color: #49a937;
}

/*excel*/
a.excel:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c3";
  color: #f18916;
}

/*zip*/
a.zip:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c6";
  color: #9c9c9c;
}

/*その他のファイル形式：jtd,xdw*/
a.file:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f15b";
  color: #9c9c9c;
}

/*メイン------------------------------------------*/
#B-head_back {
  background: url("../img/top_back.png") no-repeat top center;
  background-size: cover;
}

#B-top_catch {
  padding: 2rem 0 3rem;
}
@media screen and (max-width: 768px ) {
  #B-top_catch { /*SP*/
    padding: 6rem 0 3rem;
  }
}
#B-top_catch h2 {
  text-align: center;
  font-size: 260%;
  color: #212121;
}
@media screen and (max-width: 768px ) {
  #B-top_catch h2 { /*SP*/
    font-size: 180%;
  }
}
#B-top_catch h2 span {
  font-weight: normal;
  display: block;
  font-size: 50%;
}

@media screen and (max-width: 768px ) {
  .pc-br { /*SP*/
    display: none;
  }
}

@media screen and (min-width: 1231px ), tab {
  .sp-br { /*PC,Tab*/
    display: none;
  }
}

/*見出し等------------------------------------------*/
#B-main {
  padding-bottom: 12rem;
}

#page_cont, #post_cont {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4rem;
  padding-top: 4rem;
}
@media screen and (max-width: 768px ) {
  #page_cont, #post_cont {
    width: 100%;
  }
}
#page_cont #post_box, #post_cont #post_box {
  background-color: white;
  padding: 1rem 1.5rem;
}
#page_cont h2, #post_cont h2 {
  font-size: 200%;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 2rem;
}
#page_cont h2:before, #post_cont h2:before {
  position: absolute;
  content: "";
  height: 66%;
  width: 4px;
  background-color: #212121;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (max-width: 768px ) {
  .info_page #page_cont { /*SP*/
    padding-left: 1%;
    padding-right: 1%;
  }
}
.info_page #page_cont .info-page_list {
  display: block;
  position: relative;
  transition: all 0.5s;
}
.info_page #page_cont .info-page_list:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  transition: all 0.5s;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (max-width: 1230px ) and (min-width: 769px ), screen and (max-width: 768px ) {
  .info_page #page_cont .info-page_list:after { /*SP*/
    right: 1%;
  }
}
.info_page #page_cont .info-page_list:hover {
  text-decoration: none;
  opacity: 0.9;
}
.info_page #page_cont .info-page_list:hover:after {
  right: 0.5%;
}
.info_page #page_cont .info-page_list:hover dt, .info_page #page_cont .info-page_list:hover dd {
  color: #ff7676;
}
.info_page #page_cont dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: white;
}
.info_page #page_cont dl dt, .info_page #page_cont dl dd {
  display: table-cell;
  padding: 2rem 0;
}
@media screen and (max-width: 1230px ) and (min-width: 769px ), screen and (max-width: 768px ) {
  .info_page #page_cont dl dt, .info_page #page_cont dl dd { /*SP*/
    vertical-align: middle;
    padding: 1rem 0 1rem;
  }
}
.info_page #page_cont dl dt {
  width: 15%;
  padding-right: 2rem;
  padding-left: 1.5rem;
  font-weight: bold;
  position: relative;
}
.info_page #page_cont dl dt:before {
  content: "";
  position: absolute;
  background-color: #ff7676;
  width: 4px;
  height: 30%;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (max-width: 768px ) {
  .info_page #page_cont dl dt { /*SP*/
    width: 25%;
    font-size: 88%;
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}
.info_page #page_cont dl dd {
  width: 85%;
  padding-right: 2rem;
}
@media screen and (max-width: 768px ) {
  .info_page #page_cont dl dd { /*SP*/
    width: 75%;
    font-size: 88%;
    padding-right: 1rem;
  }
}

.primary_page a {
  text-decoration: underline;
}
.primary_page a:hover {
  text-decoration: none;
}

#post_cont h2 {
  margin-top: 4rem;
}
#post_cont .large {
  font-size: 160%;
  font-weight: bold;
}
#post_cont .btn a {
  padding: 1.2rem 1.5rem;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #FF7676;
  color: white;
  position: relative;
  transition: all 0.5s;
  z-index: 100;
}
#post_cont .btn a:after {
  content: none;
}
#post_cont .btn a:hover {
  background: #FFAA98;
}
#post_cont table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 3rem;
}
#post_cont table th, #post_cont table td {
  padding: 10px;
  table-layout: fixed;
  vertical-align: middle;
}
#post_cont table th {
  background-color: #ff7676;
  border-bottom: 2px solid white;
  text-align: center;
}
#post_cont table th:first-child {
  width: 5%;
  color: white;
}
#post_cont table td {
  background: #fff;
  border-bottom: 2px solid black;
  width: 10%;
  font-weight: bold;
  text-align: center;
  border-right: 1px dotted black;
}
#post_cont table td:last-child {
  border-right: 0;
  width: auto;
  font-weight: normal;
  text-align: left;
}
#post_cont table.blue th {
  background-color: #B04187;
}
#post_cont table.blue td {
  width: 15%;
}
#post_cont table.blue td:last-child {
  width: auto;
}
#post_cont ul {
  list-style: square;
  margin-left: 1.5rem;
}/*# sourceMappingURL=page.css.map */