@charset "UTF-8";
.content-menu {
  width: 1000px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.content-menu li {
  width: 48%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  background-color: #003686;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-contents: center;
  text-align: center;
  box-sizing: border-box;
}

.content-menu li:hover {
  background-color: #399bff;
}

.content-menu li.active {
  background-color: #399bff;
  color: #fff;
}

.content-menu li p {
  display: block;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.content-menu li:last-child {
  margin-right: 0px;
}

.content-menu a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}

strong {
  font-weight: bold;
  display: block;
  margin-top: 30px;
  margin-bottom: 15px;
}

.text-caution {
  color: #de5000 !important;
}

.clear {
  clear: both;
}

.t-left {
  text-align: left !important;
}

.table-center {
  text-align: center;
}

.table-center table {
  margin: 0 auto;
}

.td-left td {
  text-align: left !important;
}

.th-left th {
  text-align: left !important;
}

#header {
  height: 310px;
  display: flex;
  justify-content: space-between;
}

#contentsSubNaviWrap {
  margin: 0px auto;
  width: 100%;
  height: 65px;
  text-align: center;
}

#contentsSubNavi {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  box-sizing: border-box;
  border-top: 10px solid #003686;
}

ul.subnavimenu {
  display: flex;
  flex-wrap: nowrap;
  justify-contents: center;
}

ul.subnavimenu li {
  width: 33%;
  padding: 14px;
  background-color: #888a98;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #fff;
  display: flex;
  justify-contents: center;
  align-items: center;
}

ul.subnavimenu li a {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
}

ul.subnavimenu li:hover {
  background-color: #b7b8c1;
}

ul.subnavimenu li:last-child {
  border-right: 0px solid #fff;
}

/*--// .addClass();で追加するcss //--*/
.fixed {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 99999;
}

.NaviHeight {
  height: 60px;
  margin-bottom: 30px;
}

.txt-and-img {
  width: 640px;
  margin: 40px auto 0 auto;
}

.btn-dl {
  position: absolute;
  top: 19px;
  left: 0px;
  display: flex;
  justify-content: space-between;
}

.btn-dl a.btn {
  width: 352px;
  height: 38px;
  font-size: 16px;
  margin-right: 15px;
  background-image: url(../common/img/btn_bg2.png);
}

.btn-dl a.btn:hover {
  color: #fff;
  background-position: bottom;
}

a.btn {
  display: block;
  margin: 0px auto;
  width: 420px;
  height: 52px;
  background-image: url(../common/img/btn_bg.png);
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

a.btn:hover {
  color: #399bff;
  background-position: bottom;
}

/* ====================================================================== */
/* お知らせ */
/* ====================================================================== */
.notice-border {
  box-sizing: border-box;
  width: 800px;
  margin: auto;
  padding: 18px;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  border-radius: 14px;
  border: #cccccc 2px solid;
  color: #000;
}

.notice.is-sakura .notice-border {
  background: #fff1f1;
  border-color: #ffcccc;
}

.notice-headline {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #7b4ea1;
}

.notice-text {
  text-align: center;
}
