@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.c_bt:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background: url(../images/bg0.png) repeat;
  font-size: 15px;
  line-height: 1.8;
  font-family: "メイリオ", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #295d72;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 2px;
  background: #295d72;
}

article ol {
  counter-reset: counter-name;
  background: #444349;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  color: #fff;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
}

blockquote {
  background: #aebcc4;
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #295d72;
  position: absolute;
}

blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}

blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  color: #eee;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #295d72;
  background: #444349;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #295d72;
}

pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  display: inline-block;
  border: 1px solid #999;
  margin: 1em 0;
  background: #fff;
  padding: 1em;
}

strong,
b {
  font-size: 100%;
}

em {
  background: rgb(255, 255, 224);
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

a {
  color: #444349;
  display: block;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.under h1,
.under h2,
.under h3 {
  line-height: 1.3;
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6,
.under h1 {
  font-size: 140%;
  margin-bottom: 20px;
}

h2:first-letter,
.under h1:first-letter {
  font-size: 1.7em;
  color: #295d72;
  margin: 0 0.1em 0 0;
}

h3,
.under h2 {
  border-left: 8px solid #295d72;
  padding: 0.2em 0 0.2em 12px;
}

h4,
.under h3 {
  background: #295d72;
  color: #fff;
  padding: 0.2em 0.3em;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  border-bottom: 1px solid #295d72;
  padding-bottom: 5px;
  font-size: 120%;
}

h6 {
  font-size: 100%;
  border-bottom: dashed 1px #999;
}

strong {
  color: #ec652b;
  font-size: 108%;
  letter-spacing: 0.1em;
}

.um_al {
  background: rgba(255, 255, 255, 0.9);
  max-width: 1020px;
  padding: 20px;
  margin: 0 auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

.um_w>* {
  color: #444349;
}

.um_l {
  max-width: 72%;
  /*730px*/
  float: left;
  padding: 0;
}

@media (max-width: 780px) {
  .um_l {
    max-width: inherit;
  }
}

.um_r {
  /*min-*/
  width: 24%;
  /*220px*/
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}

main {
  margin-bottom: 40px;
}

article {
  margin-bottom: 30px;
}

article img {
  max-width: 100%;
  margin-bottom: 15px;
}

.um_hd {
  width: 100%;
  margin: 0;
  padding: 0;
}

.um_hd .um_al {
  background: none;
}

.um_al .um_title {
  margin: 20px 0;
}

.um_sitit a {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 5px;
  line-height: 1.3;
}

.um_hd p.um_cop {
  font-size: 65%;
  color: #fff;
}

nav {
  background: #295d72;
}

.um_nv>ul {
  display: flex;
  overflow: hidden;
  padding: 10px 0;
  max-width: 1020px;
  margin: 0 auto;
  justify-content: space-around;
}

.um_nv ul#um_nv-menu>li {
  display: block;
  position: relative;
  float: left;
  border-left: solid 1px #94aab3;
  width: 25%;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}

.um_nv ul#um_nv-menu>li:last-child {
  border-right: solid 1px #94aab3;
}

#um_nv-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

#um_nv-menu li a {
  display: block;
  color: #94aab3;
}

.um_mainvis {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.slider-box {
  position: relative;
  left: 50%;
  width: 2940px;
  margin-left: -1470px;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-prev {
  background: url(../images/lefticon.png) no-repeat 0 0;
  left: 960px;
}

.bx-wrapper .bx-next {
  background: url(../images/righticon.png) no-repeat 0 0;
  right: 960px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #999;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #295d72;
}

.um_linkc {
  overflow: hidden;
}

.um_lktop {
  margin: 0;
  border-bottom: solid 1px #999;
  overflow: hidden;
}

.um_lktop .um_linkc {
  margin: 0 0 20px;
}

.um_lktop .um_linkc img {
  width: 35%;
  float: left;
}

.um_lktop .um_linkc img+div {
  float: right;
  width: 62%;
}

.um_linkc img {
  max-width: 100%;
  margin-right: 10px;
}

.um_lkcu {
  overflow: hidden;
  width: 100%;
  border-bottom: solid 1px #999;
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
}

.um_lkcu .um_linkc {
  max-width: 350px;
  float: left;
  margin: 0 30px 30px 0;
}

.um_lkcu .um_linkc:nth-of-type(2n) {
  margin-right: 0;
}

.um_lkcu .um_linkc h2 {
  margin: 0 0 20px;
}

.um_btn {
  text-align: center;
  margin: 30px auto 0;
}

.um_btn a {
  padding: 0.6em;
  width: 60%;
  font-size: 14px;
  margin: 0 auto;
  display: block;
  background: #444349;
  color: #fff;
}

.um_lktop .um_btn a {
  width: 50%;
  float: right;
}

.um_btn a:hover {
  opacity: 1;
  background: #295d72;
}

aside li>p {
  font-size: 15px;
  padding: 0.2em;
  background: rgba(236, 101, 43, 0.88);
  text-align: center;
  color: #333;
}

aside a {
  font-size: 85%;
  padding: 10px 0;
}

aside img {
  float: left;
  margin-right: 5px;
  width: 30%;
}

.um_side>li {
  margin: 0 0 40px;
}

.um_sia {
  padding: 10px 0;
}

.um_sib {
  padding: 10px 0;
}

.um_sib a {
  padding: 12px 0;
  overflow: hidden;
}

.um_osusume {
  width: 100%;
  margin: 0 auto 40px;
  padding: 20px;
  background: #fff;
  border: solid 1px #999;
}

.um_osusume h2 {
  margin: 0 0 10px;
}

.um_osusume h3 {
  background: #295d72;
  border: none;
  padding: 0.2em 0.5em;
  margin: 0 0 5px;
  font-weight: normal;
  position: relative;
}

.um_osusume h3 a {
  color: #fff;
  display: block;
}

.um_osusume h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.um_osusume a {
  text-align: left;
}

.um_osusume_in {
  margin: 0 0 15px;
}

.um_osusume_in:last-child {
  margin: 0;
}

footer {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 0 0;
  color: #eee;
}

footer p {
  font-size: 16px;
  padding: 10px 0;
}

footer a {
  font-size: 85%;
  color: #eee;
  padding: 0 0 0.2em;
}

footer a:hover {
  text-decoration: underline;
}

footer .um_al {
  display: flex;
  background: none;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.um_ftc {
  font-size: 70%;
  padding: 0 1em;
  text-align: center;
  color: #eee;
}

.um_ftm {
  width: 27%;
  margin-right: 3%;
}

.um_ftm ul {
  padding: 0 0 0 1em;
  border-left: solid 1px #eee;
}

.um_nf {
  font-size: 180%;
  color: #b73c3c;
}

.um_pan {
  margin: 0 auto 0.2em;
}

.um_pan a {
  color: #999;
  display: inline;
  font-size: 85%;
}

.um_pan font {
  color: #ccc;
}

.ums_a {
  width: 100%;
  margin: 50px 0;
}

.ums_b {
  display: flex;
  justify-content: space-between;
}

.ums_a>div {
  text-align: center;
}

.ums_a:after {
  content: "";
  clear: both;
  display: block;
}

.ums_c {
  text-align: left;
  display: block;
  border-left: solid 5px #999;
  font-size: 14px;
  padding: 0 10px 4px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.ums_d {
  width: 24.5%;
  border: solid 2px #295d72;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.ums_d .fa {
  font-weight: bold;
}

.ums_e {
  display: block;
  color: #295d72;
  text-align: center;
  font-size: 15px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

.ums_e:hover {
  opacity: 1;
  text-decoration: none !important;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  background: #295d72;
  color: #fff;
}

p.um_bktop a {
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 1;
  background: rgba(236, 101, 43, 0.72);
  width: 45px;
  height: 45px;
  color: #4c4c4c;
}

/*下層などflex内で要素が増える時*/
.um_al.um_w.c_bt:has(.um_pan) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
.um_pan {
  width: 100%;
}

/*パンくず*/