@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');
@media (max-width: 750px) {
  /*body {
    background-image: url("../img/topage_bgSP.jpg");
    background-repeat: no-repeat;
    background-position: center 55px;
    background-size: 100% auto;
  }*/
}
@media (min-width: 751px) {
  body {
    background-image: url("../img/topage_bgPC.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
  }
}
@media (max-width: 750px) {
  .mainImg {
    background-image: url("../img/topage_bgSP.jpg");
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
  }
}
@media (max-width: 750px) {
  .mainImg .imgBox {
    width: 80%;
    margin: 0px auto;
padding: 1em;
  }
  .mainImg .imgBox .img {
		margin-bottom: 12px;
  }
  .mainImg .imgBox h2 {
		font-size: 1.5rem;
		color: #FFF;
		margin-bottom:1em;
    }
  .mainImg .imgBox .mainBtn ul li > div {
		padding: 2px;
}
  .uritaikaitai > div {
    padding: 15px;
  }
  .uritaikaitai ul li > div {
    margin-bottom: 20px;
  }
}
@media (min-width: 751px) {
.mainImg{  padding-bottom: 2em;
}
  .mainImg .imgBox {
    width:1000px;
    height: 466px;
    margin: 0 auto;
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainImg .imgBox .innr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
		height: 440px;
  }
  .mainImg .imgBox .img {
  }
  .mainImg .imgBox h2 {
		font-size: 2.3rem;
		color: #0071A2;
  }
  .mainImg .imgBox .mainBtn ul li > div {
		padding: 8px;
}
  .uritaikaitai ul li > div {
    margin: 0 8px;
  }
}
  .mainImg .mainBtn{
display: flex;
    gap: 20px;
flex-direction: column;
    align-items: center;
}
  .mainImg .mainBtn a.yard {
       width: 70%;
}
.newly .newlyTtl {
  line-height: 1.4;
}
@media (max-width: 750px) {
  .newly > div {
    padding: 50px 8px 30px;
  }
}
@media (min-width: 751px) {
  .newly > div {
    padding: 50px 0 50px;
  }
}
.topTopics {
  background-color: #FFF;
}
.topTopics .topicsTtl {
  line-height: 1.4;
}
.topTopics .topicsList {
  text-align: left;
}
.topTopics .topicsWrap .topicsList dl {
  width: 100%;
}
.topTopics .topicsWrap .topicsList dl dt {
  float: left;
  width: 20%;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}
.topTopics .topicsWrap .topicsList dl dd {
  padding-left: 20%;
  margin-bottom: 1em;
}
.topTopics .topicsWrap .topicsList dl dd a {
  display: block;
  color: #126ED1;
}
.topTopics .topicsWrap .topicsList dl dd span {
	border-radius: 50px;
	padding: 1px 1em 0;
	background-color: #CCC;
	color: #FFF;
	font-size: 1.2rem;
}
.topTopics .topicsWrap .topicsList dl dd a span {
	text-decoration: none;
}

.topTopics .topicsWrap .topicsList dl dd span.cate01 {
	background-color: #0D93DC;
}
.topTopics .topicsWrap .topicsList dl dd span.cate02 {
	background-color: #FCCF00;
	color: #000;
}
.topTopics .topicsWrap .topicsList dl dd span.cate03 {
	background-color: #64BC18;
}
.topTopics .topicsWrap .topicsList dl dd span.cate04 {
	background-color: #FF7A7A;
}
.topTopics .topicsWrap .topicsList dl dd span.cate05 {
		background-color: #FB1F67;
}
.topTopics .topicsWrap .topicsList dl dd span.cate06 {
	background-color: #e2041b;
}
.topTopics .topicsWrap .topicsList dl dd span.cate07 {
	background-color: #8e1eff;
}
.topTopics .topicsWrap .topicsList dl dd span.cate08 {
	background-color: #00ff7f;
}
.topTopics .topicsWrap .topicsList dl dd span.cate09 {
	background-color: #bcff7a;
}
.topTopics .topicsWrap .topicsList dl dd span.cate10 {
	background-color: #4D4D4D;
}
.topTopics .topicsWrap .topicsList dl dd span.cate11 {
	background-color: #ffbc7a;
	color: #000;
}
.topTopics .topicsWrap .topicsList dl dd span.cate12 {
	background-color: #7affff;
	color: #000;
}
.topTopics .more {
	text-align: right;
}
.topTopics .more a {
	display: inline-block;
	padding: 2px 20px;
	background-color: #0D93DC;
	color: #FFF;
	border-radius: 3px;
}
@media (max-width: 750px) {
  .topTopics > div {
    padding: 50px 15px;
  }
  .topTopics .topicsTtl {
    margin-bottom: 30px;
  }
  .topTopics .topicsWrap .topicsList {
    margin: 0 15px;
  }
}
@media (min-width: 751px) {
  .topTopics > div {
    padding: 50px 0;
  }
  .topTopics .topicsWrap {
    display: table;
    width: 100%;
    text-align: left;
  }
  .topTopics .topicsWrap .topicsTtl {
    display: table-cell;
    width: 20%;
    border-right: 1px solid #000;
  }
  .topTopics .topicsWrap .topicsList {
    display: table-cell;
    width: 80%;
    padding-left: 30px;
 }
.topTopics .topicsWrap .topicsList dl dd a:hover {
	background-color: rgba(0,0,10,0.05);
 }
}
.title-border {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.title-border:before, .title-border:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.title-border:before {
  margin-right: 1.5rem;
}
.title-border:after {
  margin-left: 1.5rem;
}
@media (min-width: 751px) {
  .title-border {
    width: 50%;
  }
}
#modal #cover {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999997;
	min-width: 100%;
	min-height: 100%;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.5);
}
#modal .modal {
	position: fixed;
	top: 0;
	left: 0;
  max-width: 100%;
  background-color: rgba(255,255,255,0);
	z-index: 9999999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#modal .rule{
  max-width: 80%;
	margin: 30px auto 0;
	border: 1px solid #099;
  padding: 1em;
  border-radius: 1em;
  background: #f2fffd;
  margin-bottom: 1em;
/*	display: flex; */
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#modal .rule > div {
	overflow-y: scroll;
	flex-basis: calc(100vh - 150px);
	margin-bottom: 30px;
	padding-bottom: 15px;
}
#modal .rule dl {
  margin-bottom: 10px;
	text-align: left;
}
#modal .rule dl.rows dt {
    fopadding: 5px;
    color: #099;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
#modal .rule dl.rows dd {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
#modal .rule ul.disc, #modal .rule ol.disc {
    margin-left: 1.5em;
    margin-bottom: 1em;
}
#modal .rule .disc li {
  list-style-position: outside;
  list-style-type: disc;
}
#modal .modal-btn {
    display: block;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    background-color: #00a5a0;
    box-shadow: 0 5px 0 #008480;
    text-align: center;
    text-decoration: none;
    min-width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 60px;
    border: none;
position: inherit;
}
.modaal-close{
background-color: #00a5a0;
}
