@charset "UTF-8";

/* PC用CSS Document */

/* Bootstrap Reboot */
/*https://getbootstrap.com/docs/4.1/content/reboot/*/

@import url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap-reboot.min.css);
html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  color: #3c4859;
}
a {
  color: #c91717;
  text-decoration: none;
  transition: All 0.2s ease;
}
a:hover {
  color: #c04848;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
ul.nolist,
.nolist li {
  list-style: none;
}
.nolist li {
  margin-bottom: 5px;
  padding: 0;
}
.nolist.bline li {
  border-bottom: 1px dotted #c5c5c5;
  padding-bottom: 5px;
}
ul.reglist,
ul.komelist {
  margin: 0 0 20px;
  padding: 0;
}
.reglist li,
.komelist li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin-bottom: 5px;
  padding: 0;
}
.reglist li::before {
  font-family: "FontAwesome" !important;
  content: "\f111" !important;
  color: #ad3c3c;
  margin-right: 5px;
}
.komelist li::before {
  content: "※";
  color: #4e6990;
  margin-right: 5px;
}
ol.regnum {
  counter-reset: number;
}
.regnum li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin: 0 0 5px;
}
.regnum li::before {
  counter-increment: number;
  content: counter(number) ".";
  margin: 0 5px 0 0;
  flex-basis: 2em;
  flex-shrink: 0;
}
.wrap {
  margin: 0;
  padding: 0;
}
.invisible {
  transition: opacity 0.7s ease;
  opacity: 0;
}
.visible {
  transition: opacity 0.7s ease;
  opacity: 1;
}
/*------------------------------
 Basic Color
----------------------------- */

.red {
  color: #ff0000;
}
.bkcol_red {
  background-color: #ad3c3c;
  color: #ffffff;
}
.white {
  color: #ffffff;
}
.bkcol_white {
  background-color: #ffffff;
}
.col_blue {
  color: #003cff;
}
.bkcol_blue {
  background-color: #003cff;
  color: #ffffff;
}
.col_yellow {
  color: #ffc600;
}
.bkcol_yellow {
  background-color: #ffc600;
}
.col_orange {
  color: #ff801e;
}
.bkcol_orange {
  background-color: #ff801e;
}
.col_green {
  color: #0f9412;
}
.bkcol_green {
  background-color: #0f9412;
}
.col_base {
  color: #3c4859 !important;
}

/*-----------------------
 Margin
-------------------------*/

.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mrb40 {
  margin-right: 40px !important;
  margin-bottom: 40px !important;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.pdtb0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.pdtb5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pdtb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pdtb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pdtb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pdtb40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pdrl0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pdrl5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.pdrl10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.pdrl20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.pdrl30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.pdrl40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.center {
  text-align: center !important;
  margin-right: auto;
  margin-left: auto;
}
.ta_right {
  text-align: right !important;
}
/*-----------------------
 Font Size
-------------------------*/

.fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}
.fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
.fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
.fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}
.fs20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}
.fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}
.fs30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}
.fs45 {
  font-size: 45px !important;
  font-size: 4.5rem !important;
}
.fssm {
  font-size: smaller !important;
}
.fslg {
  font-size: larger !important;
}
.lh15 {
  line-height: 1.5em !important;
}
.lh18 {
  line-height: 1.8em !important;
}
.lh20 {
  line-height: 2em !important;
}
/*-----------------------
 Round
-------------------------*/

.round5 {
  border-radius: 5px;
}
.round10 {
  border-radius: 10px;
}
/*-----------------------
 Button
-------------------------*/

.button_red,
.button_red2,
.button_blue,
.button_green,
.button_orange,
.button_gray {
  line-height: 1em;
  padding: 0;
  margin: 0;
}
.button_red a,
.button_red2 a {
  background-color: #e50000;
}
.button_blue a {
  background-color: #0054ff;
}
.button_green a {
  background: #008b14;
}
.button_orange a {
  background: #ff7600;
}
.button_gray a {
  background: #a8a8a8;
}
.button_red a,
.button_red2 a,
.button_blue a,
.button_green a,
.button_orange a,
.button_gray a {
  color: #ffffff;
  text-decoration: none;
  padding: 16px 2px;
  margin: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 1px 2px rgba(000, 000, 000, 0.3);
  /*Gradient*/
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  /*Transition*/
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
  transition: All 0.2s ease;
  display: block;
  text-align: center;
}
.button_red2 a {
  padding: 5px !important;
}
.button_red a:hover,
.button_red2 a:hover {
  background: #ff3333;
}
.button_blue a:hover {
  background: #407fff;
}
.button_green a:hover {
  background: #14d830;
}
.button_orange a:hover {
  background: #ff973e;
}
.button_gray a:hover {
  background: #cecece;
}
.button_red a:hover,
.button_blue a:hover,
.button_green a:hover,
.button_orange a:hover,
.button_gray a:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0);
  box-shadow: 0px 0px 0px rgba(000, 000, 000, 0);
}

button.yellow,
a.yellow {
  background: #ffc600;
  border-style: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 1px 2px rgba(000, 000, 000, 0.3);
}

button.gray {
  background: #dddddd;
  border-style: none;
  border-radius: 5px;
  color: #ffffff;
}
.gray a {
display: block;
text-align: center;
  background: #dddddd;
  border-style: none;
  border-radius: 5px;
  color: inherit;
  padding: 0 5px;
}
/* ------------------------
 基本テーブル
------------------------ */

table,
table.nobc {
  font-size: 1.2rem;
  width: 100%;
  border: 1px solid #ababab;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
}
table.mb5 {
  margin: 0 0 5px !important;
}
th,
td {
  padding: 5px 10px;
  margin: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #ababab;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.5em;
}
th {
  background-color: #5c83b7;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
tbody tr:nth-child(odd) {
  /*	background: #E5E5E5;*/
}
.nobc tbody tr:nth-child(odd) {
  background: #ffffff !important;
}
tr:hover {
  background-color: #ffecad !important;
}
.nobc tr:hover {
  background-color: #ffffff !important;
}
.x_scroll {
  overflow-x: scroll !important;
}
.x_scroll th,
.x_scroll td {
  white-space: nowrap;
}
/* ------------------------
 基本フォーム
------------------------ */

input[type="submit"],
input[type="button"] {
  border-radius: 5px;
}

select,
option {
  font-size: 16px;
  font-size: 1.6rem;
}
