@charset "UTF-8";
body {
    margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
/*font*/
section{
    font-family: tbudrgothic-std, sans-serif;
    font-style: normal;
}

.text01{
  font-weight: 400!important;
  line-height: 1.8em;
}
.text02{
  font-weight: 700!important;
  line-height: 1.8em;
}
.text03{
  font-weight: 900!important;
}
.pc_only { display: inline-block;}
.sp_only { display: none; }

#mainwrapper {
	width: 100%;
	overflow: hidden;
}
#content {
    margin: 0 auto;
	padding: 0;
	overflow: hidden;
	font-family: source-han-sans-japanese, sans-serif;
    line-height: 150%;
    color: #444;
}

section h2 {
    display: block;
    margin: 0px 0 30px;
    text-align: center;
    font-size: 1.4em;
    color: #dc331c;
}
section h3 {
    display: block;
    margin: 0px 0 20px;
    text-align: center;
    font-size: 1em;
    color: #000;
}
#con1,#con2,#con3{
	margin:0;
    padding: 0;
    overflow: hidden;
}
#con3 {
	background: #e9e9e9;
}

.inner {
	width: 1024px;
    overflow: hidden;
    position: relative;
}
#con1 .inner{
    margin: 65px auto 0;
    padding: 0; 
}
#con2 .inner{	
	margin: 0 auto; 
    padding: 4%;
}
#con3 .inner{
	margin: 0 auto; 
    padding: 4%;
}
/*#con2*/
#con2 .oubo{
	text-align: center;
}
#con2 ul.process {
	font-size: 1.5em;
	text-align: left;
}
#con2 ul.process li{
	font-weight: 900;
    margin-bottom: 12px;
    line-height: 1.2em;
    padding-left: 1em;
    text-indent: -1em;
}
#con2 ul.process a:link, #con2 ul.process a:visited {
    font-weight: 900;
    color: #1da1f2;
}
#con2 ul.process a:hover {font-weight:900; color:#dc331c;}

#con2 .prize{
	font-size: 1.5em;
	line-height: 1.8em;
	background: #fff7cf;
    padding: 2%;
    margin: 4% auto;
    border-radius: 10px;
}
#con2 .prize p{
	color:#dc331c;
}
#con2 p.last{
	color: #000;
	font-size: 1.6em;
	text-decoration: underline;
}

/*#con3*/
#con3 ul.precautions{
    font-size: 0.9em;
    line-height: 1.3em;
}
#con3 ul.precautions li{
    margin-bottom: 12px;
    padding-left: 1em;
    text-indent: -1em;
}

/* Tablet view */
@media screen and (max-width:1024px){
.inner {
	width: 100%;
    overflow: hidden;
    position: relative;
}
}
@media screen and (max-width:768px){
#con1 .inner img {
	width: 100%;
	margin: 0;
}
}


/* Mobile view */
@media screen and (max-width:559px){
#con2 .inner {
    padding: 6%;
}
#con2 .prize,#con2 ul.process {
	font-size: 1.2em;
}
#con2 p.last{
	font-size: 1.3em;
}
section h3 {
    margin: 0px 0 0px;
    font-size: 0.9em;
    }
#con3 ul.precautions {
    font-size: 0.75em;
}
}


@media screen and (max-width:375px){
section h2 {
    font-size: 1.2em;
}
#con2 .prize,#con2 ul.process {
    font-size: 1.1em;
}
}
