html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
    line-height: 1.7;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
a {
  outline: none;
  color: #000;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a.inline:hover {
  color: #000;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a.inline:hover {
  text-decoration: underline;
  /*   opacity: 0.5; */
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

a:hover img {
  opacity: 0.8;
}

iframe,textarea {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-weight: 800;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 20px;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}





.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}
#test_form {
  padding: 10px;
}
#_code {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 10px;
  margin: 10px;
}

.contents_wrapper {
  padding: 20px 2vw;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .contents_wrapper {
    padding: 20px 2vw;
/*    max-width: 900px; */
    margin: 0 auto;
  }
}
h1.contents_title {
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  font-feature-settings: 'pkna';
  line-height: 1.9;
  letter-spacing: 0.03em;
  border-bottom: #0b3955 double 4px;
  padding: 0 20px;
  
  margin: 0;
  padding: 0;
  background: #001f4b;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
}
.btn_link {
  background: #fff;
  border: #1a2c5d solid 1px;
  color: #1a2c5d;
  display: block;
  padding: 12px 20px;
  width: 90%;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.btn_link:hover {
    background: #1a2c5d;
    color: #fff;
}

.btn_link_s {
  padding: 2px 5px;
  max-width: 250px;
  font-size: 12px;
  width: 100px;
  box-shadow: 1px 1px 1px;
  margin: 2px auto;
}

#wrapper {
  position: relative;
}


#header_navi_box li a {
  font-size: 12px;
}
.partition {
  margin: 0 0 30px 0;
  border: solid 1px #ccc;
}
.active {
  display: block !important;
}

#site_header {
  background: #000;
}
#header_member {
  background: #fff;
}


/* 共通ヘッダーナビ
-------------------------------------------------------------- */
.main_navigation {
  background: #000;
}
#header_navi_box {
  display: flex;
  max-width: 100%;
  margin: 0;
}
#header_navi_box li {
  list-style: none;
  text-align: center;
  width: 17%;
}
#header_navi_box li a{
  font-weight: 600;
  display: block;
  width: 100%;
  margin: 0 auto 0 0;
  color: #fff;
  text-decoration: none;
  padding: 5px;
}
#header_navi_box li a:hover{
  color: #000;
  background: #fff;
}
#header_logo img {
  width: 110px;
}
body {
   font-family: 'Original Yu Gothic', 'Yu Gothic', sans-serif,  'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  #header_top {
    padding: 10px 0px;
  }
}
#header_top>div {
  width: 30%;
  margin: 0 1%;
}
#header_member {
  border: solid 1px;
  list-style: none;
  padding: 0;
  height: auto;
  margin: auto 0 auto auto;
}
#header_member>li a, .user_name {
    padding: 5px 10px;
    line-height: 1.4;
    vertical-align: middle;
}
#header_member img {
    vertical-align: text-top;
}
.user_name {
/*  color: #009FE7; */
}
.icon_message {
  width: 20px;
}
.navi_wrapper {
  max-width: 900px;
  margin: 0 auto;
}


/* 登録・編集フォーム共通
-------------------------------------------------------------- */
.edit_form .form-control {
    border: 1px solid #A9A9A9;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 2px 4px;
    margin: 2px 0px 10px;
    max-width: 800px;
    min-width: inherit;
    width: 100%;
}
.edit_form textarea {
  width: 100%;
  line-height: 1.4;
}
.edit_form {
  max-width: 800px;
  margin: 0 auto;
}
.edit_form dl {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px; 
}


/* 詳細共通
-------------------------------------------------------------- */
.detail_info {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
}
.detail_info dt {
  padding: 10px;
  vertical-align: top;
}
@media screen and (max-width: 420px) {
  .detail_info dt {
    min-width: 100px;
    margin: 0 0 3px 0;
    background: #eee;
    background: #b4c0d1;
    background: #666e7b;
    color: #fff;
  }
}
.detail_info dd {
  padding: 10px;
}
.detail_info a {
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  .detail_info dt {
    width: 30%;
  }
  .detail_info dd {
    width: 70%;
  }
}


/* 一覧ページ
-------------------------------------------------------------- */
.pagination {
  width: fit-content;
  margin: 0 auto;
}
a.page-link {
    padding: 5px;
}

/* =RWD
-------------------------------------------------------------- */
.message {
/*  position: absolute; */
  top: 45px;
  left: 0;
  width: 100%;
  background: #cc1c1c;
  color: #fff;
  text-align: center;
}
#notification_message {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 150px;
  height: 80px;
  z-index: 10;
  border-radius: 10px;
  background: #296a8a;
}
#notification_message a {
  padding: 10px;
  color: #fff;
  font-size: 12px;
  display: block;
}


/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px) {
  .contents_wrapper {
    padding: 40px 20px;
  }
  .pc_flex {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_flex .col2 {
      width: 50%;
  }
  #header_navi_box li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
}