@charset "UTF-8";
* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}
a {
	text-decoration: none;
}
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}
img {
	border: 0
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf {
  min-height: 1px;
}
* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
ul {
	list-style-type: none;
}

/* PC */
@media print, screen and (min-width: 751px){
.pc_none {
  display: none;
}
.mv-box {
    width: 100%;
    height: auto;
    background: #000;
}
.mv {
    width: 1020px;
    margin: 0 auto;
}
.nav {
    width: 100%;
    margin: 20px auto;
}
.nav ul {
    width: 600px;
    margin: 0px auto;
}
.nav ul li {
    width: 200px;
    margin: 0 0;
    float: left;
}
.contents {
    width: 960px;
    margin: 0 auto;
    padding: 30px;
}
.contents h2 {
  border-bottom: solid 3px #000;
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
}
.contents h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #e80115;
  bottom: -3px;
  width: 20%;
}

footer {
    margin: 0 auto;
    width: 960px;
}
footer .txt_l {
    text-align: left;
    width: 50%;
    float: left;
}
footer .txt_r {
    text-align: right;
    width: 50%;
    float: right;
}

.sv-box {
    width: 100%;
    height: auto;
    background: #fff;
}
.sv {
    width: 1020px;
    margin: 0 auto;
}
.contents p {
    margin-bottom: 10px;
}

}

/* SP */
@media only screen and (max-width: 750px) {
.sp_none {
  display: none;
}

.mv-box {
    width: 100%;
    height: auto;
    background: #000;
}
.mv img {
    width: 100%;
    margin: 0 auto;
}
.nav {
    width: 70%;
    margin: 10px auto;
}
.nav ul {
    width: 100%;
    margin: 0px auto;
}
.nav ul li {
    width: 33.333%;
    margin: 0 0;
    float: left;
}
.nav ul li img {
    width: 100%;
}
.contents {
    width: 96%;
    margin: 0 auto;
    padding: 2%;
}
.contents h2 {
  border-bottom: solid 3px #000;
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
  font-size: 18px;
}
.contents h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #e80115;
  bottom: -3px;
  width: 20%;
}

footer {
    margin: 20px auto;
    width: 96%;
}
footer .txt_l {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 10px
}
footer .txt_r {
    text-align: right;
    width: 100%;
    float: right;
    margin-bottom: 20px;
    font-size: 10px
}

.sv-box {
    width: 100%;
    height: auto;
    background: #fff;
}
.sv {
    width: 100%;
    margin: 0 auto;
}
.sv img {
    width: 100%;
}
.contents p {
    margin-bottom: 10px;
}


}


.list_table,
.list_table > dt,
.list_table > dd {
    box-sizing: border-box;
}

.list_table > dt,
.list_table > dd {
    padding: 1em;
    margin: 0px;
}

.list_table > dt {
    background-color: #ebebeb;
    color: #222;
    text-align: center;
}

.list_table > dd {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .list_table > dd {
        border: 1px solid #ddd;
        border-top: none;
    }
    .list_table > dt,
    .list_table > dd {
        text-align: justify;
    }
    .list_table > dd > ul {
        text-align: left;
    }
}
@media print, (min-width: 768px) {
    .list_table {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ddd;
    }
    .list_table > dt,
    .list_table > dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 1px solid #ddd;
    }
    .list_table > dt {
        width: 20%;
    }
    .list_table > dd {
        width: 80%;
        border-right: 1px solid #ddd;
    }
}