body {
    margin: 0;
    padding: 0;
    background: #00a392;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Verdana, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
/* border: 5px solid#faf9bc; */
    /*background: repeating-linear-gradient(-45deg, #02ad9c, #00b39b 5px, #4af58e 0, #00ca9f 10px);
    background: repeating-linear-gradient(-45deg, #ffd6d9, #f5d1d3 5px, #e9bfe2 0, #ffced1 10px); */
    background: repeating-linear-gradient(-45deg, #ffd6d9, #f5d1d3 5px, #e9bfe2 0, #c3ba4e 10px);
    padding: 12px!important;
    box-sizing: border-box;
}
a {
    transition: 1.0s ;
}
h1 {
    text-align: center;
        background: #FFCED1;
    margin: 0;
    padding: 0;
}
h1 img {
    max-width: 600px;
    vertical-align: bottom;
    margin: 30px 0px;
    width: 100%;
}
h2 {
    color: #010101;
    text-align: center;
    margin: 0;
    padding: 0 0 30px 0;
}
.head {
        /*padding: 0 30px;*/
}
.wrapper {
        /*max-width: 980px;
    margin: 0 auto;*/
    background: #FFCED1;
}
section.head p {
    max-width: 980px;
    margin: 0 auto 50px auto;
    padding: 0 10px;
    background: linear-gradient(2deg, #c3dbd0, #fff0c7);
    color: #000;
    border-radius: 10px;
    font-family: "M PLUS Rounded 1c";
    font-weight: 600;
    padding: 20px 10px;
    font-size: 19px;
    text-align: center;
    border: 3px solid #000000;
    border-radius: 3em 0.8em 3em 0.7em / 0.9em 2em 0.8em 3em;
}
section.awards h2 {
    font-size:5em;
    text-align: center;
    line-height: 0.95em;
    font-weight: bold;
    color: transparent;
    background: linear-gradient( 7deg, #FFF 0% 40%, #f1fbb9 60% 100% );
    -webkit-background-clip: text;
}

.tab-content2 {
    padding: 0 20px;
}
section.judge h2,.tab-wrap h2,.tab-content2 h2 {
 font-size:3.5em;
    text-align:center;
    line-height:0.95em;
    font-weight:bold;
    /*color: transparent;
    -webkit-text-stroke: 0.01em rgba(255,255,255,1);*/
}




section.awards {
    /* background: #333; */
    background-image: url(images/award_bg01.jpg); 
        margin: 0;
    padding: 50px;
    text-align: center;
}
section.awards p {
    margin: 0 0 10px;
    font-size: 2em;
    font-family: 'M PLUS 1', sans-serif;
} 
section.awards p span {
    font-family: 'Anton', sans-serif!important;
    letter-spacing: 4px;
    font-size: 1.5em;
    text-align: center;
    line-height: 0.95em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 0.2em rgb(226 231 146);
} 


.mb {
    margin-bottom: 25px!important;
}
section.judge {
    /* background: #555; */
    background-image: url(images/judge_bg01.jpg); 
        margin: 0;
    padding: 50px;
    text-align: center;
}
section.judge p {
    font-size: 1.5em;
    font-family: 'M PLUS 1', sans-serif;
} 
section.support {
    /* background: #777; */
    background-image: url(images/support_bg01.jpg); 
        margin: 0;
    padding: 50px 20px;
    text-align: center;
}
section.support h2 {
 font-size:3.5em;
 /*letter-spacing: 2px;*/
    text-align:center;
    line-height:0.95em;
        padding-bottom: 60px;
    /* border-bottom: 1px solid #9b9b9b; */
    /*font-weight:bold;
    color: transparent;
    -webkit-text-stroke: 0.02em rgba(255,255,255,1);*/
}
section.support p {
    font-size: 1.55em;
    font-family: 'M PLUS 1', sans-serif;
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 25px;
} 
section.support p a,section.support p span {
    font-size: 0.7em;
    color: #fff;
    text-decoration: none;
        font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Verdana, YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
} 
section.support p a:hover {
    color: #ccc;
} 
section.support p img {
} 
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    padding: 0 10px;
    max-width: 1200px;
    max-width: inherit;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #00a392;
  display: block;
  order: -1;
}
.tab-label {
    color: #ccc;
    background: #6660;
    font-weight: bold;
    /* text-shadow: 0 -1px 0 rgb(0 0 0 / 20%); */
    white-space: nowrap;
    text-align: center;
    padding: 10px 0.5em;
    order: -1;
    position: relative;
    border: 1px solid #fff;
    border-bottom: 1px solid #00a392;
    z-index: 1;
    cursor: pointer;
    /* border-radius: 5px 5px 0 0; */
    flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 1px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
background: #00a39200;
    color: #fff;
    border-bottom: 3px solid #faf9bc;
}
.tab-switch:checked+.tab-label+.tab-content {
    min-height: 300px;
  height: auto;
  overflow: auto;
  padding: 15px 0;
  opacity: 1;
  transition: .5s opacity;
  /* box-shadow: 0 0 3px rgba(0,0,0,.2); */
}
.tab-switch {
  display: none;
}
.tab-content ul,.tab-content2 ul {
    margin: 0;
        padding: 0 0 100px 0;
    list-style: none;
    overflow: hidden;
}
.tab-content ul li,.tab-content2 ul li {
    float: left;
    position: relative;
    width: 19%;
    height: auto;
    margin: 10px 0.5% 5px;
    min-height: 320px;
    font-size: 14px;
}
.tab-content ul li p,.tab-content2 ul li p {
    font-size: 13px;
    color: #010101;
    font-weight: 600;
}
.tab-content ul li img,.tab-content2 ul li img {
    width: 100%;
        padding: 15px 0 0 0;
}
.tab-content ul li a:hover img,.tab-content2 ul li a:hover img {
    opacity: 0.88;
  filter: alpha(opacity=88);
}
.tab-content ul li p a,.tab-content2 ul li p a {
    color: #666;
}
.tab-content ul li p a:hover,.tab-content2 ul li p a:hover {
    color: #ccc;
}

.tooltip5{
    position: absolute;
    z-index: 99;
    cursor: pointer;
    display:  inline-block;
    left: 5px;
    top: 5px;
}
.tooltip5 img.info {
    width: 20px;
    position: absolute;
}
.description5 {
    display: none;
    /*position: absolute;*/
    padding: 10px;
    font-size: 11px;
    line-height: 1.3em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    margin: 20px 0 0 25px;
    /*min-width: 630px;*/
}
 
.description5:before {
    display: none;
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    border: 15px solid transparent;
    border-bottom: 15px solid #000;
    margin-left: -15px;
}
.tooltip5:hover .description5{
    display: inline-block;
    top: -75px;
    left: -50px;
}
/*.description5:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 60%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
    transform: rotateZ(180deg);
}
.tooltip5:hover .description5{
    display: inline-block;
    top: 30px;
    left: 0px;
}*/
footer {
    text-align: center;
    background: #242426;
    color: #ffffff;
        padding: 50px 0 20px 0;
}
footer p {
    font-size: 12px;
}
footer img {
    max-width: 120px;
    padding: 0 0 30px 0;
}
.text10 {
    font-size: 10px;
    line-height: 1.2em;
}
@media only screen and (max-width:1300px) {
.tab-content ul li,.tab-content2 ul li {
    float: left;
    position: relative;
    width: 24%;
    height: auto;
    margin: 10px 0.5% 5px;
    min-height: 280px;
}
}


@media only screen and (max-width:1200px) {
section.head p {
    font-size: 17px;
}
}


@media only screen and (max-width:980px) {
.tab-content ul li,.tab-content2 ul li {
    float: left;
    position: relative;
    width: 32.3%;
    height: auto;
    margin: 10px 0.5% 5px;
    min-height: 280px;
}
section.head p {
    text-align: left;
    padding: 15px;
}
}
.pc {
display: block;
}
.sp {
display: none;
}
@media only screen and (max-width:768px) {
.pc {
display: none;
}
.sp {
display: block;
}
h1 img {
    /*max-width: 300px;*/
    width: 100%;
}
.tab-content ul li,.tab-content2 ul li {
    width: 49%;
    height: auto;
    margin: 10px 0.5% 5px;
    min-height: 275px;
}
.tooltip5 img.info {
    width: 26px;
}
 
section.support p img {
    max-width: 120px;
} 
section.head p {
    font-size: 12px;
}
}

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

.tab-label {
font-size: 10px
}

.tab-content ul li,.tab-content2 ul li {
    width: 100%;
    margin: 10px 0 10px
}

.tooltip5 img.info {
    width: 30px;
}

section.support p a {
    font-size: 0.85em;
} 

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    width: 40px;
    height: 40px;
}

section.awards,section.judge,section.support,section.tab-content2 {
 font-size: 0.75em;
}

 
section.support p img {
    max-width: 100px;
} 

.text10 {
    font-size: 12px;
    line-height: 1.35em;
}
.description5 {
    font-size: 12px;
    line-height: 1.35em;
}
}

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

section.awards,section.judge,section.support {
 font-size: 0.65em;
}




}