article header{
width:1200px;
height:180px;
background:url("../../assets/image/registration/mv.jpg") no-repeat 0 0;
}
article header h1{
text-align:center;
font-size:36px;
color:#ffffff;
line-height:1.5;
padding:50px 0 0;
}
article header h1 span{
font-size:20px;
}
article #contents_wrapper #main_column{
width:720px;
color:#6f6f6f;
padding:10px 0 80px;
}
article #contents_wrapper #main_column h2{
font-size:20px;
font-weight:700;
padding:0 0 30px;
}
article #contents_wrapper #main_column h2 img{
margin-right:10px;
}



h4 {
font-weight: 900;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

h5 {
display: inline-block;
font-weight: 900;
background-color: #999999;
color: #FFF;
padding: 0.25em;
}
.red {
color: #D42224;
}

.lead {
  font-size: 15px !important;
  line-height: 1.5 !important;
}

ul.note {
  font-size: 12px;
}

ul.note li {
  margin-top: 0.5em;
  text-indent: -0.8em;
  margin-left: 0.8em;
}
ul.note.num li {
  margin-top: 0.5em;
  text-indent: -1.4em;
  margin-left: 1.4em;
}
ul.note li.text-right:last-of-type {
	margin-top: 0;
}


/*ダウンロードボタン*/

a.cp_btn {
	display: block;
	width: 400px;
	padding: 0.6em;
	text-align: center;
	text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
	border-radius: 3px;
	transition: .4s;
	margin: 0 auto;
	background: #59ca52;
	color: #fff !important;
}
a.cp_btn:hover {
  opacity: 0.7;
}

/*締め切り*/

dl.deadline {
  font-size: 14px;
  padding: 1em 0;
  overflow: hidden;
  border-bottom: 1px dotted #555;
}

dl.deadline dt {
  clear: left;
  float: left;
  width: 18em;
  font-weight: bold;
  padding-left: 8px;
  border-left: 3px solid rgba(246,135,134,0.85);
  box-sizing: border-box;
}

dl.deadline dd {
  font-weight: bold;
  margin: 0 0 0 19em;
}


/*見出し*/

h3 {
  margin-top: 2rem;
}

h4 {
  color: #0752A2;
  margin-bottom: 0.3rem;
}


/*テーブル*/

table {
  width: 100%;
  font-size: 14px;
  color: #6f6f6f;
}

table tr:nth-of-type(even) td {
  background: rgba(0,0,0,0.04);
}

table th,
table td {
  padding: 0.6em;
  border: 1px solid #888;
}

table th {
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(246,135,134,0.3);
  text-align: center;
}

table th:last-of-type {
  white-space: nowrap;
}

table td {
  text-align: center;
  width:  15%;
}
table td.blank {
  border-right: none !important;
  border-left: none !important;
}
table td:first-of-type {
  width:  20%;
  text-align: left;
}
table td.includes {
  text-align: left;  
  background: none !important;
  width:  20%;
}
table td.includes ul li{
  text-indent: -0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}

table.cxl th {
  background: #ddd;
}
table.cxl td {
  text-align: left;
}
table.cxl tr:nth-of-type(even) {
  background: none;
}


.text-right {
  text-align: right !important;
}

.QR_Code .btn a {
  display: block;
  color: #3589BF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  padding: 1rem;
  background: #fff;
  border: 9px double #3589BF;
}
.QR_Code .btn a:hover {
  background: #E9F7FF;
}
.QR_Code .btn a img {
  position: relative;
  top: 2px;
}


.ja{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.mt-0 {margin-top: 0 !important;}
.mt-1 {margin-top: 1rem !important;}
.mt-2 {margin-top: 2rem !important;}
.mt-3 {margin-top: 3rem !important;}

.mb-0 {margin-bottom: 0 !important;}
.mb-1 {margin-bottom: 1rem !important;}
.mb-2 {margin-bottom: 2rem !important;}
.mb-3 {margin-bottom: 3rem !important;}

.pt-0 {padding-top: 0 !important;}
.pt-1 {padding-top: 1rem !important;}
.pt-2 {padding-top: 2rem !important;}
.pt-3 {padding-top: 3rem !important;}

.pb-0 {padding-bottom: 0 !important;}
.pb-1 {padding-bottom: 1rem !important;}
.pb-2 {padding-bottom: 2rem !important;}
.pb-3 {padding-bottom: 3rem !important;}

