@charset "utf-8";
/* CSS Document */


/*pc*/

@media print, screen and (min-width: 769px){
    
    .content{
        width: 1200px;
        background: #fff;
        border-radius: 20px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        padding-bottom: 40px;
    }
    
    .content .header_bg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    /*---center_header---*/
    
    #center_header{
        background: #32a238;
        border-radius: 10px 10px 0 0;
        padding: 20px 0;
    }
    
    #center_header ul{
        width: 70%;
        background: #fff;
        border-radius: 40px;
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
        padding: 10px 0;
        position: relative;
        z-index: 2;
    }
    
    #center_header ul li{
        margin: 0 10px;
        padding-bottom: 1px;
        
    }
    
    #center_header ul li a{
        text-decoration: none;
        font-weight: bold;
    }
    
    #center_header ul li:hover{
        border-bottom: 1px solid #000;
        padding: 0;
    }
    
    /*---center_header---*/
    
    
    /*---top---*/
    
    #top{
        width: 90%;
        margin: 60px auto;
    }
    
    #top h2{
        font-weight: bold;
        font-size: 2em;
    }
    
    #top .title p{
        font-size: 1em;
    }
    
    #top .details{
        display: flex;
        width: 50%;
    }
    
    #top .details .details_txt{
        text-align: right;
        font-size: 0.8em;
        width: 100%;
        margin-right: 30px;
    }
    
    #top .btn{
        width: 40%;
        padding: 5px 0;
    }
    
    #top .btn::after{
        left: 6%;
    }
    
    /*---top---*/
    
    
    /*---schedule---*/
    
    #schedule{
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
    }
    
    #schedule .schedule_img{
        width: 60%;
        height: max-content;
    }
    
    #schedule .schedule_cont{
        width: 30%;
        position: relative;
        background: #f7f7f7;
        z-index: 1;
    }
    
    #schedule .schedule_cont .top_right{
        width: 0;
        height: 0;
        border-right: 20px solid #32a238;
        border-bottom: 20px solid transparent;
        position: absolute;
        top: 0;
        right: 0;
    }
    #schedule .schedule_cont .top_left{
        width: 0;
        height: 0;
        border-left: 20px solid #32a238;
        border-bottom: 20px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
    }
    #schedule .schedule_cont .bottom_right{
        width: 0;
        height: 0;
        border-right: 20px solid #32a238;
        border-top: 20px solid transparent;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    #schedule .schedule_cont .bottom_left{
        width: 0;
        height: 0;
        border-left: 20px solid #32a238;
        border-top: 20px solid transparent;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    #schedule .schedule_cont h3{
        text-align: center;
        font-weight: bold;
        font-size: 1.1em;
        border-top: 1px solid #b9b4b2;
        border-bottom: 1px solid #b9b4b2;
        padding: 10px 0;
        margin: 20px auto;
        width: 90%;
    }
    
    #schedule .schedule_cont p{
        width: 90%;
        margin: 0 auto;
    }
    
    #schedule .schedule_cont .txt{
        font-size: 0.8em;
        padding-top: 30px;
        width: 100%;
        text-align: center;
    }
    
    #schedule .schedule_cont .btn{
        margin-top: 20px;
    }
    
    /*---schedule---*/
    
    
    /*---info_box---*/
    
    #info_box{
        background-image: url("../../images/com/info-box_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 0;
        margin: 60px 0 30px;
        position: relative;
    }
    
    #info_box img{
        position: absolute;
        bottom: 10px;
        right: 0px;
        width: 12%;
    }
    
    #info_box .info_box_bg{
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    
    #info_box .info_box_bg h4{
        background: #000;
        color: #fff;
        padding: 10px;
        width: 25%;
        border-radius: 20px;
		margin: 0 auto;
    }
    
    #info_box .box{
        background: #fff;
        border: 5px solid #32a238;
        border-radius: 10px;
        padding: 0 30px;
        margin: 20px auto 0;
        text-align: left;
    }
    
    #info_box .box dl{
        padding-top: 30px;
    }
    
    #info_box .box dl dt{
        float: left;
        margin: 20px 60px 0 0;
    }
    
    #info_box .box dl dd{
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #b9b4b2;
        border-style: dashed;
        padding-left: 11em;
    }
    
    #info_box .box dl dd:last-child{
        border-bottom: none;
    }
    
    #info_box p{
        width: 90%;
        margin: 0 auto;
    }
    
    /*---info_box---*/
    
    
    /*---center_footer---*/
    
    #center_footer{
        width: 90%;
        margin: 60px auto;
    }
    
    #center_footer ul{
        display: flex;
        justify-content: space-between;
    }
    
    #center_footer ul li{
        position: relative;
    }
    
    #center_footer ul li img{
        background-image:linear-gradient(-45deg, #32a238 25%, #fff 25%, #fff 50%, #32a238 50%, #32a238 75%, #fff 75%, #fff);
        padding: 0 5px 5px 0;
        background-size: 15px 15px;
        border-radius: 10px;
    }
    
    #center_footer ul li p{
        background: #000;
        padding: 10px 20px;
        color: #fff;
        text-decoration: none;
        width: 60%;
        text-align: center;
        border-radius: 10px;
        position: absolute;
        top: 90%;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    /*---center_footer---*/
    
    
    /*---request---*/
    
    #request{
        position: relative;
        margin-top: 60px;
        padding-bottom: 20px;
    }
    
    #request .request_img01{
        position: absolute;
        bottom: 0;
        left: 8%;
        z-index: 1;
    }
    
    #request .request_img02{
        position: absolute;
        bottom: 0;
        right: 11%;
        z-index: 1;
    }
    
    #request h3 {
        position: relative;
        padding: 15px 20px;
        color: #FFF;/*フォントカラー*/
        background: #99002b;/*背景色*/
        text-align: center;
        width: 20%;
        z-index: 5;
        top: 20px;
        right: 0;
        left: 0;
        margin: auto;
    }

    #request h3:before {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        border: none;
        border-bottom: solid 15px transparent;
        border-right: solid 20px #60011c;/*折り返し部分*/
    }

    #request h3:after {
        position: absolute;
        content: '';
        top: 100%;
        right: 0;
        border: none;
        border-bottom: solid 15px transparent;
        border-left: solid 20px #60011c;/*折り返し部分*/
    }
    
    #request ul{
        width: 60%;
        margin: 0 auto;
        background: #fff;
        border: 5px solid #99002b;
        border-radius: 10px;
        position: relative;
        padding: 50px;
    }
    
    #request ul li{
        list-style: disc;
    }
    
    /*---request---*/
    
    
    /*---outer_link---*/
    
    #outer_link{
        background-image: url("../../images/index/outer_link_bg.png");
        background-repeat: no-repeat;
        background-position: center left;
        background-size: cover;
        margin-top: 60px;
        position: relative;
        z-index: 1;
        min-width: 1200px;
    }
    
    #outer_link ul{
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 20px 0;
    }
    
    #outer_link ul li{
        margin: 10px 0;
    }
    
    #outer_link .btn{
        width: 300px;
        height: 50px;
        border-radius: 40px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    
    #outer_link .btn::after{
        content: '';
        display: block;
        background: #ffd800;
        border-radius: 40px;
        position: absolute;
        top: 1%;
        left: 2%;
        width: 100%;
        height: 110%;
        z-index: -1;
    }
    
    /*---outer_link---*/
    
    .p{
        width: 90%;
        margin: 10px auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }
    
    .p .txt01{
        width: 20%;
    }
    
    .p .txt02{
        width: 90%;
    }
    
    .p strong{
        color: #D91818;
    }

}

/*sp*/

@media print, screen and (max-width: 768px){
    
    .content{
        width: 90%;
        background: #fff;
        border-radius: 20px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        padding-bottom: 40px;
    }
    
    .content .header_bg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: auto;
    }
    
    /*---center_header---*/
    
    #center_header{
        background: #32a238;
        border-radius: 10px 10px 0 0;
        padding: 20px 0;
    }
    
    #center_header ul{
        width: 90%;
        background: #fff;
        border-radius: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 0 auto;
        padding: 10px 0;
        position: relative;
        z-index: 2;
    }
    
    #center_header ul li{
        margin: 0 10px;
        position: relative;
    }
    
    #center_header ul li a::after{
        content: '';
        display: block;
        position: absolute;
        right: -8px;
        height: 20px;
        bottom: 0;
        top: 0;
        border-right: 1px solid #000;
        margin: auto;
    }
    
    #center_header ul li a::before{
        content: '';
        display: block;
        position: absolute;
        left: -8px;
        height: 20px;
        bottom: 0;
        top: 0;
        border-left: 1px solid #000;
        margin: auto;
    }
    
    #center_header ul li a{
        text-decoration: none;
        font-weight: bold;
        font-size: 0.8em;
    }
    
    /*---center_header---*/
    
    
    /*---top---*/
    
    #top{
        width: 90%;
        margin: 30px auto;
    }
    
    #top h2{
        font-weight: bold;
        font-size: 1.4em;
        line-height: 120%;
        margin-bottom: 10px;
    }
    
    #top .title p{
        font-size: 0.5em;
    }
    
    #top .details .details_txt{
        font-size: 0.5em;
        width: 100%;
        margin: 10px 0;
    }
    
    #top .btn{
        width: 40%;
        padding: 5px 0;
        margin: 0;
    }
    
    #top .btn::after{
        left: 6%;
    }
    
    /*---top---*/
    
    
    /*---schedule---*/
    
    #schedule{
        width: 90%;
        margin: 0 auto;
    }
    
    #schedule .schedule_img{
        width: 100%;
        height: auto;
    }
    
    #schedule .schedule_cont{
        position: relative;
        background: #f7f7f7;
        z-index: 1;
        padding: 20px 0 40px;
    }
    
    #schedule .schedule_cont .top_right{
        width: 0;
        height: 0;
        border-right: 20px solid #32a238;
        border-bottom: 20px solid transparent;
        position: absolute;
        top: 0;
        right: 0;
    }
    #schedule .schedule_cont .top_left{
        width: 0;
        height: 0;
        border-left: 20px solid #32a238;
        border-bottom: 20px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
    }
    #schedule .schedule_cont .bottom_right{
        width: 0;
        height: 0;
        border-right: 20px solid #32a238;
        border-top: 20px solid transparent;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    #schedule .schedule_cont .bottom_left{
        width: 0;
        height: 0;
        border-left: 20px solid #32a238;
        border-top: 20px solid transparent;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    #schedule .schedule_cont h3{
        text-align: center;
        font-weight: bold;
        font-size: 1em;
        border-top: 1px solid #b9b4b2;
        border-bottom: 1px solid #b9b4b2;
        padding: 10px 0;
        margin: 20px auto;
        width: 90%;
    }
    
    #schedule .schedule_cont p{
        width: 90%;
        margin: 0 auto;
    }
    
    #schedule .schedule_cont .txt{
        font-size: 0.7em;
        padding-top: 30px;
        width: 100%;
        text-align: center;
    }
    
    #schedule .schedule_cont .btn{
        margin-top: 20px;
    }
    
    #schedule .schedule_cont .btn p{
        width: 100%;
        font-size: 0.9em;
    }
    
    /*---schedule---*/
    
    
    /*---info_box---*/
    
    #info_box{
        position: relative;
    }
    
    #info_box .info_box_bg{
        background-image: url("../../images/com/info-box_bg.png");
        background-repeat: no-repeat;
        padding: 30px 0;
        background-size: cover;
        margin: 30px 0 20px;
        text-align: center;
    }
    
    #info_box .info_box_bg h4{
        background: #000;
        color: #fff;
        padding: 10px;
        width: 70%;
        border-radius: 20px;
        font-size: 0.9em;
        margin: 0 auto 20px;
    }
    
    #info_box img{
        position: absolute;
        bottom: 10px;
        right: -10px;
        width: 25%;
    }
    
    #info_box .box{
        background: #fff;
        border: 5px solid #32a238;
        border-radius: 10px;
        padding: 0 20px;
        text-align: left;
        width: 80%;
        margin: 0 auto;
    }
    
    #info_box .box dl{
    }
    
    #info_box .box dl dt{
        margin-top: 20px;
        font-size: 0.9em;
    }
    
    #info_box .box dl dd{
        margin: 10px 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #000;
        border-style: dashed;
        font-size: 0.8em;
    }
    
    #info_box .box dl dd:last-child{
        border-bottom: none;
    }
    
    #info_box p{
        width: 90%;
        margin: 0 auto;
        font-size: 0.8em;
    }
    
    /*---info_box---*/
    
    
    /*---center_footer---*/
    
    #center_footer{
        width: 90%;
        margin: 30px auto;
    }
    
    #center_footer ul li{
        position: relative;
        margin-bottom: 40px;
    }
    
    #center_footer ul li img{
        background-image:linear-gradient(-45deg, #32a238 25%, #fff 25%, #fff 50%, #32a238 50%, #32a238 75%, #fff 75%, #fff);
        padding: 0 5px 5px 0;
        background-size: 15px 15px;
        border-radius: 10px;
        width: 100%;
        height: auto;
    }
    
    #center_footer ul li p{
        background: #000;
        padding: 10px 20px;
        color: #fff;
        text-decoration: none;
        width: 60%;
        text-align: center;
        border-radius: 10px;
        position: absolute;
        top: 90%;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 0.8em;
    }
    
    /*---center_footer---*/
    
    
    /*---request---*/
    
    #request{
        position: relative;
        margin: 30px auto 0;
        padding-bottom: 20px;
        width: 90%;
    }
    
    #request .request_img01{
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 15%;
        height: auto;
    }
    
    #request .request_img02{
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        width: 10%;
        height: auto;
    }
    
    #request h3 {
        position: relative;
        padding: 15px 20px;
        color: #FFF;/*フォントカラー*/
        background: #99002b;/*背景色*/
        text-align: center;
        width: 60%;
        z-index: 5;
        top: 20px;
        right: 0;
        left: 0;
        margin: auto;
        font-size: 0.9em;
    }

    #request h3:before {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        border: none;
        border-bottom: solid 15px transparent;
        border-right: solid 20px #60011c;/*折り返し部分*/
    }

    #request h3:after {
        position: absolute;
        content: '';
        top: 100%;
        right: 0;
        border: none;
        border-bottom: solid 15px transparent;
        border-left: solid 20px #60011c;/*折り返し部分*/
    }
    
    #request ul{
        background: #fff;
        border: 5px solid #99002b;
        border-radius: 10px;
        position: relative;
        padding: 50px 10px 50px 40px;
    }
    
    #request ul li{
        list-style: disc;
        font-size: 0.8em;
    }
    
    /*---request---*/
    
    
    /*---outer_link---*/
    
    #outer_link{
        background-image: url("../../images/index/outer_link_bg.png");
        background-repeat: no-repeat;
        background-position: center left;
        background-size: cover;
        margin-top: 60px;
        position: relative;
        z-index: 1;
    }
    
    #outer_link ul{
        width: 90%;
        margin: 0 auto;
        padding: 10px 0;
    }
    
    #outer_link ul li{
        margin-bottom: 20px;
    }
    
    #outer_link .btn{
        width: 10%;
        height: 50px;
        border-radius: 40px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    
    #outer_link .btn::after{
        content: '';
        display: block;
        background: #ffd800;
        border-radius: 40px;
        position: absolute;
        top: 1%;
        left: 2%;
        width: 100%;
        height: 110%;
        z-index: -1;
    }
    
/*---outer_link---*/
    
    .p{
        width: 90%;
        margin: 10px auto 0;
        padding: 20px 0;
    }
    
    .p .txt01{
        font-size: 0.8em;
        margin-bottom: 10px;
        font-weight: bold;
    }
    
    .p .txt02{
        font-size: 0.8em;
    }
    
    .p strong{
        color: #D91818;
    }
    
}