@charset "utf-8";
/* CSS Document */
/*ルールページ固有*/
.sections{
    background-color: black;
}
#section1 {
    clear: both;
    background-color: transparent;
    padding: 1rem;
}
.pages_title img{
    width: 35%;
}
.page_header_sp_pnly{
    display:none;
}
.page_header_pc_only{
    display:block;
}

 .grandprix_logo{
	width: 45%;
	position: absolute;
	top: 10px;
	left: calc(50% - 300px);
}

.box img {
　float:left;
　margin-right: 20px;
}

.sp_only{
    display:none;
}
.pc_only{
    display:block;
}

.pagevisual_area img{
    width: 40%;
    position: absolute;
    top: 4px;
    left: calc( (88/ 300 * 100%));
}

#section1 h2 {
    text-align: center;
}
.top_tenbou {
    text-align: center;
    padding: 0px 10px;
    background-color: #4681af;
    padding-bottom: 10px;
        margin-bottom: 1rem;
}
.top_tenbou_box {
    margin: 0 auto;
    /* padding: 20px 10px; */
    /* background-color: #fff; */
}
.top_tenbou_box h3 {
    /* color: #f83535; */
    color: #fffafa;
    font-size: 1.6rem;
    font-weight: 600;
    font-style: italic;
    text-shadow: 4px 2px 0 0000001a;
    line-height: 2rem;
    letter-spacing: 4;
    padding: 20px 0 20px 0;
}
.top_tenbou_box .text {
/*    text-indent: 1rem;*/
    padding: 1rem 1rem 2rem;
    /* color: #333; */
    font-size: 1rem;
    /* font-weight: 500; */
    color: #0f0f0f;
    letter-spacing: 1;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: left;
    background: linear-gradient(to right, #988223d9,#dec458);
}
.top_tenbou_box_fl {
    width: 100%;
    display: flex;
    flex-direction:row; /* 記載しなくてもデフォルトで指定されている */
    flex-wrap:wrap; /* 折り返し */
    justify-content:space-between;    
    padding: 0.5rem;
}
.top_tenbou_box_fl_series {
    width: 100%;
    display: flex;
    flex-wrap:wrap; /* 折り返し */
    justify-content:space-between;    
    padding: 0.5rem;
}
.top_tenbou_box_fl_series .textmain {
    flex: 1;
}
.top_tenbou_box_fl_series .image {
    width: 50%;
}

.top_tenbou_box_fl img {
    width: 32%;
}
.top_tenbou_box strong {
    color: #000;
    font-weight: bold;
    /* text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgb(0 0 0 / 50%) 3px 3px 3px; */
    font-size: 1.1rem;
    /*text-shadow: 2px 2px 3px #0b0b0b;*/
}
.top_tenbou_box h3 {
    color: #fffafa;
    font-size: 1.6rem;
    font-weight: 600;
    font-style: italic;
    text-shadow: 4px 2px 0 0000001a;
    line-height: 2rem;
    letter-spacing: 4;
    padding: 20px 0 20px 0;
}
.top_tenbou_box .text {
    padding: 1rem 1rem 2rem;
    font-size: 1rem;
    color: #0f0f0f;
    letter-spacing: 1;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: left;
    background: linear-gradient(135deg, #f7bca7b3 10%, #5ca3bf 90%);
    /*background-image: linear-gradient(-45deg, #ccc 0%, #868888 20%, #d8dcdc 34%, #f099e7 53%, #ccc 100%);*/
}
@media only screen and (max-device-width: 480px){

    #section1 h2{
        line-height: 1.2rem;
        height: 3rem;
    }
    .dream_table div.tei {
        text-align: center;
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 1.2em;
    }
    .prizebox {
        width: 110px;
        bottom: 12px;
        font-size: 0.7rem;
        display:none;
    }
    
    .sp_only{
        display:block;
    }
    .pc_only{
        display:none;
    }    
    
    .top_tenbou_box h3 {
    color: #fffafa;
    font-size: 1.3rem;
    font-weight: bold;
    font-style: italic;
    text-shadow: 4px 2px 0 0000001a;
    line-height: 2rem;
    letter-spacing: 2;
    padding: 20px 0 20px 0;
}
.top_tenbou_box_fl img {
    width: 100%;
    padding-bottom: 5px;
}
    .top_tenbou_box_fl_series .textmain {
        width: 100%;
    }
    .top_tenbou_box_fl_series .image {
        width: 100%;
    }
    .top_tenbou_box .text {
    padding: 1rem 0.5px 20px;
    /* color: #333; */
    font-size: 1rem;
    /* font-weight: 500; */
    color: #0f0f0f;
    letter-spacing: 1;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: left;

}

}



