@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
body{
	background:#000;
}
header {
	width: 960px;
	margin: 0 auto;
}
#wrapper{
	width:960px;
	margin:0 auto;
	text-align: center;
	background:#222222;
	padding: 40px 0;
	box-sizing: border-box;
}
.content{
  width: 90%;
  margin: 0 auto;
	box-sizing: border-box;
}
a {
	transition: 1.0s ;
}
.btn:hover {
 opacity: 0.6;
}
img {
	display: block;
  width: 100%;
}
.contents_1, .contents_2 {
	width: 960px;
	margin: 0 auto;
}
.entry {
  padding: 10px;
  box-sizing: border-box;
}
.entry a {
  width: 100%;
  padding: 50px 0 47px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  display: block;
  background: #ff3019;
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
  border-radius: 10px;
  font-size: 60px;
  font-weight: bold;
  border-bottom: 6px solid #9b0101;
  margin: 20px 0;
  text-shadow:0px 0px 3px #2e2e2e;
  letter-spacing: 0.8pt;
}
.entry:nth-of-type(even){
    margin: 40px 0;
  }

h1 {
	font-size: 23px;
	color: #fff;
}
p {
	color: #fff;
	line-height: 1.7;
	padding-bottom: 30px;
}
h2 {
	font-size: 23px;
	color: #fff;
}
footer {
	background:#222222;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
footer .risk {
  width: 80%;
  margin: 0 auto 20px;
  text-align: left;
}
footer .risk li {
  color: #fff;
  list-style: none;
  line-height: 1.5;
}
footer a {
	color: #fff;
	line-height: 1.5;
}
footer p {
	color: #fff;
	line-height: 1.7;
}
footer small {
	color: #fff;
}
  .sp_only {
    display: none;
  }
@media screen and (max-width: 959px) {
  .sp_only {
    display: block;
  }
img{
	width: 100%;
	display: block;
}
header {
  width: 100%;
}
#wrapper  {
  width: 100%;
  padding: 10px 0;
}
.entry a {
  width: 90%;
  margin: 10px auto;
  display: block;
  font-size: 30px;
  line-height: 1.2;
  padding: 25px 25px 22px;
  box-sizing: border-box;
  border-radius: 13px;
  border-bottom: 5px solid #840505;
  background: #ff3019;
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
  font-family:'游ゴシック',"游ゴシック体",sans-serif;
}
.contents_1, .contents_2, .contents_3, .entry {
  color: #fff;
  font-size: 20px;
  width: 100%;
}
.btn {
  padding: 10px;
  box-sizing: border-box;
}
footer {
	width: 100%;
}
footer .risk {
  width: 90%;
  margin: 0 auto 20px;
  text-align: left;
}
footer a {
  display: block;
}
footer p {
  font-size: 14px;
}
footer small {
  font-size: 13px;
}
}

