@charset "utf-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
background: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
li, nav ul {
	list-style: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	vertical-align: bottom
}

.txt_link {
margin: 20px auto;
text-align: center;
background-color: #000;
}
.txt_link a {
display: block;
color: #fff;
padding: 10px;
font-size: 14px;
text-decoration: none;
}
.tac {
text-align: center;
}


/* 768px以下 スマホ向け
--------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
body {
	-webkit-text-size-adjust: 100%;
}

.part_pc {
	display: none!Important;
}
#top_back {
display: none!important;
}
#top_back_sp{
width: 50%;
margin: 10px auto;
}
#top_back_sp a {
border: 1px solid #fff;
display: block;
padding: 10px;
text-decoration: none;
color: #fff;
text-align: center;
font-size: 14px;
}


/*-----------------------------------------------------
header/footer
-------------------------------------------------------*/
header {
width: 96%;
margin: 0 auto;
padding: 10px 0 10px;
display: flex;
flex-flow: column;
text-align: center;
}
header h1 {
font-size: 20px;
color: #fff;
line-height: 1.4;
font-weight: 400;
}
header h1 span {
font-size: 16px;
}
header #logo {
width: 60px;
margin: 10px auto 20px;
}
header #logo img {
width: 100%;
}
footer {
width: 100%;
margin: 0 auto;
font-size: 14px;
color: #fff;
text-align: center;
padding: 50px 0 10px;
}

/*-----------------------------------------------------
txt-style
-------------------------------------------------------*/

.h2_wrap {
 text-align: center;
 margin: 0 auto 50px;
 }
 .h2_wrap h2 {
 position: relative;
 display: inline-block;
 padding-bottom: 10px;
 font-size: 20px;
 font-weight: 400;
 letter-spacing: .1em;
 }
 .h2_wrap h2::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 5px solid #999;
 width : 80% ;
 width : -webkit-calc(100% - 80px) ;
 width : calc(100% - 80px) ;
 margin: 0 auto;
 }




h3 {
font-size: 20px;
font-weight: 500;
margin-bottom: 30px;
text-align: center;
line-height: 1.6;
}
h3 span {
font-size: 14px;
}
h4 {
font-size: 15px;
text-align: center;
margin-bottom: 50px;
line-height: 1.7;
}
.lead {
font-size: 16px;
line-height: 1.7;
}
.notice {
font-size: 14px;
padding: 50px 0;
line-height: 1.7;
}


/*-----------------------------------------------------
block
-------------------------------------------------------*/
.contents_block {
width: calc(96% - 60px);
margin: 50px auto 0;
padding: 30px;
background: #fff;
border-radius: 10px;
}
.list_block {
width: 80%;
margin: 0 auto;
}
.kakomi {
margin: 50px auto 0;
padding: 30px;
background:#efefef;
border-radius: 10px;
}




/*-----------------------------------------------------
list
-------------------------------------------------------*/
ul.dw_list {
width: 100%;
}
ul.dw_list li {
border-bottom: 2px dotted #999;
line-height: 2;
font-size: 18px;
}
ul.dw_list li:last-of-type {
border-bottom: none!important;
}
ul.dw_list li.num01:before {
font-size: 22px;
content: '01';
padding-right: 5px;
border-right: 3px solid #000;
margin-right: 15px;
}
ul.dw_list li.num02:before {
font-size: 22px;
content: '02';
padding-right: 5px;
border-right: 3px solid #000;
margin-right: 15px;
}
ul.dw_list li.num03:before {
font-size: 22px;
content: '03';
padding-right: 5px;
border-right: 3px solid #000;
margin-right: 15px;
}
ul.dw_list li.num04:before {
font-size: 22px;
content: '04';
padding-right: 5px;
border-right: 3px solid #000;
margin-right: 15px;
}
ul.dw_list li.num05:before {
font-size: 22px;
content: '05';
padding-right: 5px;
border-right: 3px solid #000;
margin-right: 15px;
}

ul.dw_list li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
ul.dw_list li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: #F4BBBC;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
ul.dw_list li a:hover::after {
  transform: scale(1, 1);
}


dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 14px;
}
dt {
  width: 25%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
}

dd {
  width: calc(75% - 3px);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
}

ul.anno {
width: 100%;
margin: 20px auto 0;
}
ul.anno li {
font-size: 13px;
line-height: 1.6;
text-indent: -1em;
padding-left: 1em;
margin-top: .5em;
}



}


/* 769px以上 PC向け
--------------------------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
body {
	min-width: 960px;
}
.part_sp {
	display: none!Important;
}
#top_back_sp {
display: none!important;
}
#top_back{
width: 160px;
margin: 10px 10px 10px auto;
}
#top_back a {
border: 1px solid #fff;
display: block;
padding: 10px;
text-decoration: none;
color: #fff;
text-align: center;
font-size: 14px;
}
#top_back a:hover {
background-color: #fff;
color: #000;
transition: .3s;
}


/*-----------------------------------------------------
header/footer
-------------------------------------------------------*/
header {
width: 1200px;
margin: 0 auto;
padding: 20px 0 10px;
display: flex;
flex-flow: column;
text-align: center;
}
header h1 {
font-size: 32px;
color: #fff;
line-height: 1.4;
font-weight: 400;
}
header h1 span {
font-size: 24px;
}
header #logo {
width: 120px;
margin: 0 auto;
padding-bottom: 30px;
}
header #logo img {
width: 100%;
}
footer {
width: 100%;
margin: 0 auto;
font-size: 14px;
color: #fff;
text-align: center;
padding: 50px 0 10px;
}

/*-----------------------------------------------------
txt-style
-------------------------------------------------------*/

.h2_wrap {
 text-align: center;
 margin: 0 auto 50px;
 }
 .h2_wrap h2 {
 position: relative;
 display: inline-block;
 padding-bottom: 10px;
 font-size: 28px;
 font-weight: 400;
 letter-spacing: .1em;
 }
 .h2_wrap h2::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 5px solid #999;
 width : 80% ;
 width : -webkit-calc(100% - 80px) ;
 width : calc(100% - 80px) ;
 margin: 0 auto;
 }



h3 {
font-size: 22px;
font-weight: 500;
margin-bottom: 30px;
text-align: center;
line-height: 1.6;
}
h3 span {
font-size: 16px;
}
h4 {
font-size: 16px;
text-align: center;
margin-bottom: 50px;
}
.lead {
font-size: 16px;
line-height: 1.7;
}
.notice {
font-size: 16px;
text-align: center;
padding: 50px 0;
}

.kakomi a {
text-decoration: underline;
color: #000;
}
.kakomi a:hover {
color: #E04446;
transition: .3s;
}


/*-----------------------------------------------------
block
-------------------------------------------------------*/
.contents_block {
width: 900px;
margin: 50px auto 0;
padding: 50px;
background: #fff;
border-radius: 10px;
}
.list_block {
width: 50%;
margin: 0 auto;
}
.kakomi {
margin: 50px auto 0;
padding: 50px;
background:#efefef;
border-radius: 10px;
}



/*-----------------------------------------------------
list
-------------------------------------------------------*/
ul.dw_list {
width: 100%;
}
ul.dw_list li {
border-bottom: 2px dotted #999;
line-height: 2;
font-size: 18px;
}
ul.dw_list li:last-of-type {
border-bottom: none!important;
}
ul.dw_list li.num01:before {
font-size: 22px;
content: '01';
padding-right: 5px;
border-right: 3px solid #000;
margin-right: 15px;
}
ul.dw_list li.num02:before {
font-size: 22px;
content: '02';
padding-right: 5px;
border-right: 3px solid #000;
margin-right: 15px;
}
ul.dw_list li.num03:before {
font-size: 22px;
content: '03';
padding-right: 5px;
border-right: 3px solid #000;
margin-right: 15px;
}
ul.dw_list li.num04:before {
font-size: 22px;
content: '04';
padding-right: 5px;
border-right: 3px solid #000;
margin-right: 15px;
}
ul.dw_list li.num05:before {
font-size: 22px;
content: '05';
padding-right: 5px;
border-right: 3px solid #000;
margin-right: 15px;
}

ul.dw_list li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
ul.dw_list li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: #F4BBBC;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
ul.dw_list li a:hover::after {
  transform: scale(1, 1);
}


dl {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  line-height: 1.7;
  letter-spacing: .1em;
}
dt {
  width: 20%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
}

dd {
  width: calc(80% - 3px);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
}

ul.anno {
width: 80%;
margin: 20px auto 0;
}
ul.anno li {
font-size: 14px;
line-height: 1.6;
text-indent: -1em;
padding-left: 1em;
margin-top: .5em;
}



}


