/*
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;
}
 
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;
}


*{box-sizing: border-box;}


body{
  font-size: 100%;
 font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
}

footer{
	text-align: center;font-size: 12px;
	padding: 30px;
}

a{
	text-decoration: none;
}

a:hover{
	opacity: .7;
	text-decoration: underline;
}

.slick-slider{
display:flex;justify-content: space-around;flex-wrap: wrap;
}

.slick-prev
{
    left: -55px;
    z-index: 100000001;
}

.slick-next
{
    right: -55px;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #7f4b58 !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container{
	max-width: 1050px;margin:0 auto;
	background: rgba(255,255,255,.85);
}
.slidecontent{
	width: 25%;margin:0 15px;text-align:center;
}
.slide_img{
	width:100%;height:200px;object-fit: cover;font-family: 'object-fit: cover;';
}
h1{
font-size: 2em;
text-align: center;
margin:3em 0 2em 0;
line-height: 1.6;
}
h3{
  font-size: 1.25em;
  margin-bottom: .25em;
}
h4{
	font-size: 1em;
  margin-bottom: .25em;
}

h5{
	font-size: 0.85em;
}


p{
  font-size: 1.15em;
  line-height: 1.6;
}


section{
  margin: 5em auto;
}

.page_top {
    position:fixed;
    bottom:0.5em;
    right:2em;
    z-index: 10000000;
}
.page_top a {
    display:block;
    text-decoration:none;
    padding: 5px 10px;
    width: 75px;
}
.page_top a:hover {
	opacity: 0.7;
}

.txtshadow{
text-shadow: 
    white 2px 0px 3px, white -2px 0px 3px,
    white 0px -2px 3px, white 0px 2px 3px,
    white 2px 2px 3px, white -2px 2px 3px,
    white 2px -2px 3px, white -2px -2px 3px,
    white 1px 2px 3px, white -1px 2px 3px,
    white 1px -2px 3px, white -1px -2px 3px,
    white 2px 1px 3px, white -2px 1px 3px,
    white 2px -1px 3px, white -2px -1px 3px,
    white 1px 1px 3px, white -1px 1px 3px,
    white 1px -1px 3px, white -1px -1px 3px;
}

.col70{
	width: 70%;
}

.col30{
	width: 30%;
}
.col25{
	width: 25%;
}

.pccol3{
  width: 31%;
  margin-bottom: 1em;
}
.sp{
	display: none;
}
main{
	background: rgba(255,255,255,.5);

}


.top_logo{
	max-width:300px;
}
.title_img{
	width: 100%;
}

table.shouhin{
	width: 100%;margin:0 ;font-size: 1.5em;
}

.title_txt{
margin-top:-480px;position: relative;z-index: 10;
}

table.shouhin th{
  background: #fff;padding: 15px;
}

table.shouhin td{
  background: #fff;padding: 15px;font-weight: bold;
}

.mb1em{
  margin-bottom:1em;
}


@media screen and (max-width: 769px) {

h1{
font-size: 1.55em;
margin:3em 0 2em 0;
}

.title_txt{
margin-top:-420px;position: relative;z-index: 10;
}
section{
  margin: 3em 1em;
}

.bannerwrap{
	padding:0 15px;
}

.contest_title{
text-align: center;font-size: 1.5em;margin:30px auto 0 auto;
}

h2.midashi{
	display: block;padding: 30px 0;text-align: center;margin: 0 auto;font-size: 1.8em;
}
.top_logo{
	max-width:150px;
	margin: 5px;
}


.title_section_in{
	width: 100%;
	position: absolute;top: 20%;left: 50%;-ms-transform: translate(-50%,-50%);-webkit-transform : translate(-50%,-50%);transform : translate(-50%,-50%);text-align: center;
}
.title_img{
width: 100%;
}
p{
  font-size: 1em;
}


.pc{
	display: none;
}
.sp{
	display:block;
}
.col70{
	width: 100%;
}
.col30{
	width: 100%;
}
.col25{
	width: 50%;
}
.bannerwrap .col25{
	width: 48%;
	margin-bottom: 10px;
}
.spcol1{
  width: 100%;
}
.page_top {
    position:fixed;
    bottom:0.25em;
    right:0.5em;
    z-index: 10000000;
}
.page_top a {
    display:block;
    text-decoration:none;
    width: 75px;
}

.slick-prev
{
    left: -15px;
    z-index: 100000001;
}

.slick-next
{
    right: -15px;
}


.pd1550{
	padding:15px;
}

.pd3050{
	padding:30px 15px;
}
.navi{
	display:flex;justify-content: space-around;flex-wrap: wrap;
}


.navi div a{
	margin: 5px;font-size:16px;
}

.navi div a:first-child{
	margin:5px;
}
.navi div a:last-child{
	margin:5px;
}
.contest_title_red{
	font-size: 3.2em;
	line-height: 1.2;
}
h3 {
  font-size:1.15em;
}
h4 {
	font-size:1em;
}
h5 {
	font-size:0.85em;
}

.slide_img{
	height:150px;object-fit: cover;font-family: 'object-fit: cover;';
}

table.shouhin th, table.shouhin td{
  display: flex;
  flex-direction: row;
  width: 100%;
}
table.shouhin{
margin:0;font-size: 1.2em;
}
table.shouhin td{
  font-weight:normal;
}
}