@charset "utf-8";

ul, li {
  text-align: left;
}

strong {
  font-weight: bold;
}

p:not([class]) {
  margin-bottom: 10px;
}

.indent1em > li {
  margin-left: 1rem;
  text-indent: -1rem;
}

.mainfooter p {
  margin-bottom: 0;
}

.mainfooter > p {
  margin-bottom: 8px;
}

.kv {
  margin-bottom: 20px;
}

.newsContent {
  padding-bottom: 20px;
}

.newsContent ul li:nth-child(n+6) {
  display: none;
}

.noticeContents {
  margin-bottom: 30px;
}

.noticeContents h2 {
  border-bottom: 1px solid #fff;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.noticeContents li a {
  text-align: left;
}

.noticeContents .movImg {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: auto;
}

.noticeContents .movImg::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.noticeContents .movImg::after {
  display: none;
}

.noticeContents .movImg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 750px;
  height: 100%;
}

.moreArea {
  min-height: 56px;
  margin-top: 20px;
  text-align: center;
}

.moreArea > button {
  display: inline-block;
  background-color: #8000ba;
  max-width: 400px;
  min-width: 230px;
  padding: 10px 60px 5px;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  color: #FFF !important;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border-top: none;
  border-right: none;
  border-bottom: 4px solid #5c0087;
  border-left: none;
  cursor: pointer;
  line-height: 1;
}

.moreArea > button::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin: 5px auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}

.noticeContents .newsTable {
  margin-bottom: 5px;
}

.noticeContents .newsTable .blue {
  color: blue;
}

.noticeContents .newsTable .skyblue {
  color: skyblue;
}

.noticeContents .newsTable .red {
  color: red;
}

.noticeContents .newsTable th {
  background: #444;
  color: #fff;
  font-weight: bold;
}
.noticeContents .newsTable th:nth-child(even) {
  background: #2e2e2e;
}

.col2,
.col2-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col2 > .item,
.col2-3 > .item {
  width: 48%;
  margin-bottom: 4%;
}

.col2 > .item:nth-last-child(-n+2),
.col2-3 > .item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.col2-3 > .item {
  text-align: center;
}

.col2-3 > .item .title {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}

/* モーダルウィンドウ設定 */

.mh56 {
	min-height: 56px;
}

.dcd-oubo-btn {
	display: inline-block;
	background-color: #ffa300;
	max-width: 400px;
	min-width: 230px;
  margin-right: 20px;
  margin-left: 20px;
	padding: 14px 60px;
  outline: none;
	border-radius: 4px;
  border: none;
	border-bottom: 4px solid #d37800;
	box-sizing: border-box;
	text-align: center;
	color: #FFF !important;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.dcd-oubo-btn + .dcd-oubo-btn {
  margin-top: 20px;
}

.dcd-green {
	background-color: #26e500;
	border-bottom-color: #1a9900;
}

.dcd-twitter {
	background-color: #00acee;
	border-bottom-color: #0073a1;
}

.dcd-oubo-btn:active {
	-webkit-transform: translateY(4px);
	        transform: translateY(4px);
	border-bottom: none;
}

.dcd-popup-js {
  display: none;
}

.popup_overlay {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.popup_overlay_js {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.popup_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}

.popup_content {
	position: relative;
	-webkit-align-self: start;
	        align-self: start;
	width: 90%;
	max-width: 600px;
	padding: 20px 30px;
	box-sizing: border-box;
	background: #000;
	margin: 55px auto;
  font-size: 1.4rem;
  line-height: 1.5;
	word-break: break-all;
}

.popup_content .dcd_attention_ttl {
  font-size: 2.6rem;
  padding: 15px 0;
  font-weight: bold;
}

.popup_content h3,
.popup_content .title {
  margin-bottom: 5px;
  font-size: 1.6rem;
  text-align: left;
}

.popup_content .title {
  margin-top: 2rem;
}

.popup_content p {
  text-align: left;
}

.dcd-close-btn {
	position: absolute;
	top: 4px;
	right: 16px;
	font-size: 30px;
	cursor: pointer;
}


@media screen and (min-width: 737px) {

  p:not([class]) {
    margin-bottom: 20px;
  }

  .col2-3 > .item {
    width: 32%;
  }

  .col2-3 > .item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .noticeContents .inner {
    max-width: 1100px;
    padding: 50px 130px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .noticeContents h1 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 8px solid #fff;
    font-size: 3.0rem;
    font-weight: bold;
  }

  .noticeContents h2 {
    margin-bottom: 20px;
    font-size: 2.0rem;
  }

  .noticeContents p,
  .noticeContents ul {
    font-size: 1.6rem;
  }

  .noticeContents .newsTable td,
  .noticeContents .newsTable th {
    padding: 7px 14px;
    border: 1px solid #666;
  }

  .dcd-oubo-btn + .dcd-oubo-btn {
    margin-top: 0;
  }
}
