    @charset "utf-8";

    .left_banner{
        width: 100%;
        height: auto;
        margin:10px 0;
    }
    .right_banner{
        width: 100%;
        height: auto;
        margin:10px 0;
    }
    .banner_wrap{
        width:100%;
    }

    .box_privacy .blue{
        color:#437dd3;
    }
    .box_privacy .blue:hover{
        color:#437dd3;
        text-decoration:underline;
    }

    #href .blue, .event_details .blue{
        color:#437dd3;
    }
    #href .blue:hover, .event_details .blue:hover{
        color:#437dd3;
        text-decoration:underline;
    }
    #href{
        margin: 25px 0 20px 0;
    }
    
    textarea {
        width: 100%; 
        height: 100px; 
        font-size: 1.25rem;
        padding: 0.5em 1em;
        background-color: #fff;
        border-radius: 0.3rem;
        color: #373737;
        border: solid 0.1rem #CCCFDF;
        box-sizing:border-box;
    }

    .footerBottom{
        display: grid;
        min-height: 100vh;
        grid-template-rows: auto 1fr auto;
    }
    .upper_headline{
        font-weight: bold;
        font-size: 2rem;
        text-align: center;
        margin-top: 5rem;
    }
    .lower_headline{
        font-weight: bold;
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 5rem;
    }
	.fm_wrap{
		padding:2rem 10%;
	}
	.input_group{
		display: flex;
		flex-direction: column;
		margin-bottom: 1.3rem;
		font-size: 1rem;
	}
    input[type="text"], input[type="tel"], input[type="email"]{
        font-size: 1.25rem;
        padding: 0.5em 1em;
        background-color: #fff;
        border-radius: 0.3rem;
        color: #373737;
        border: solid 0.1rem #CCCFDF;
    }
    ::placeholder{
        font-size: 1.25rem;
        color: #b4b4b4;
    }
	input[type="radio"] {
		display: none;
	}
	input[type="radio"]:checked + .radio_box:before {
		background-color: #00125E;
	}
	.radio_box:before {
		content: "";
		display: inline-block;
		width: 0.8rem;
		height: 0.8rem;
		margin-right: 0.5rem;
		margin-bottom: -0.2rem;
		border: 1px solid #00125E;
		border-radius: 50%;
		padding: 1.5px;
		background-clip: content-box;
		cursor: pointer;
	}
	.box_prchk {
		display: flex;
		flex-wrap: wrap;
	}
	.box_prchk .reason_detail {
		margin-left: 2rem;
		margin-top: 0;
		font-size: 1.2rem;
		line-height: 1.3;
	}
	.box_privacy {
		margin-top: 3rem;
	}
	.box_privacy .outer {
		margin-bottom: 0.5rem;
		overflow-y: scroll;
		border: solid .1rem #CCCFDF;
		font-size: 1.3rem;
		padding: 0 1rem 2rem;
		height: 20rem;
	}
	.box_privacy .outer {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.reason_detail {
		list-style: inside;
	}
	.Note{
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}
	#title{
		font-size: 1.3rem;
	}
	#preferred_day{
		margin-bottom: 1rem;
	}
	#join_reason{
		margin-bottom: 2rem;
	}
	#mail{
		margin-top: 2.5rem;
	}
	#MAIL_ADDRESS_CHECK{
		margin-bottom: 3rem;
	}
	#errPreferred_day,#errJoin_reason{
		font-size: 1.3rem;
	}
	label {
		font-size: 1.3rem;
		margin-right: 1rem;
	}
	.box_check label {
		cursor: pointer;
		display: flex;
		align-items: center;
	}
	.box_check input{
		width: 1.3rem;
		height: 1.3rem;
		border: solid 0.1rem #00125E;
		outline: none;
		-webkit-appearance: none;
		appearance: none;
		display: flex;
		align-items: center;
		margin-right: 1rem;
		background-color:#FFF;
	}
	.box_check input:checked {
		background-color:#00125E;
	}
	.box_check input:checked::before {
		font-family: Material Icons;
		content: "\e876";
		font-size: 1.3rem;
		color: #FFF;
	}
    .box_check input:disabled{
        background-color: #DBE0E8;
    }
	.bt_cmn{
		cursor: pointer;
		text-align: center;
		cursor: pointer;
		transition: 0.1s;
		text-decoration: none;
		padding: 1.1em;
		line-height: 1;
		font-size: 1.3rem;
		display: block;
		z-index: 1;
		position: relative;
		margin: 4rem 0 8rem;
	}
	#sm_form {
		cursor: unset;
	}
		#sm_form.sm_on{
		background-color: #00125E;
		color: #FFF;
		cursor: pointer;
	}
	#sm_form.sm_on:hover{
		background-color: #4D5A8F;
	}
	.txt_red{
			color:  #B10606;
	}
    address{
        background: #DDD;
        padding: 1.5em 2em;
        font-style: normal;
        text-align: center;
        line-height: 1.8;
        flex: 0 1 auto;
    }
    .fotter{
        margin-top: 100px;
    }

    #complete_fm{
        margin: 50px 0 100px 0;
    }
    .complete_title{
        font-size: 2.5rem;
        margin-bottom: 30px;
    }
    .instagram_btn{
        width: 80%;
        margin:auto;
    }
    .input_seimei{
        display: flex;
        justify-content: space-between;
    }
    .input_seimei input{
        width: 40%;
        margin-right:0rem;
    }

	@media (min-width: 768px) {
        .all_wrap{
            width: 88rem;
            margin: 0 auto;
            padding: 0;
        }
        .box_privacy .outer {
            margin-bottom: 0.5rem;
            overflow-y: scroll;
            border: solid .1rem #CCCFDF;
            font-size: 1.3rem;
            padding: 0 1rem 2rem;
            height: 30rem;
        }
        .left_banner{
            width: 100%;
            height: auto;
            margin:10px 5px 5px 0;
        }
        .right_banner{
            width: 100%;
            height: auto;
            margin:10px 0 5px 5px;
        }
        .banner_wrap{
            display: flex;
            width:100%;
        }
        .instagram_btn{
            width: 50%;
        
        }
        .input_seimei{
            display: flex;
            justify-content: left;
        }
        .input_seimei input{
            width: 20%;
            margin-right:2rem;
        }
	}

                        .cls-1 {
                        fill: none;
                        }
                
                        .cls-2 {
                        isolation: isolate;
                        }
                
                        .cls-3 {
                        fill: #fff;
                        stroke: url(#_名称未設定グラデーション_47);
                        stroke-miterlimit: 10;
                        }
                
                        .cls-4 {
                        fill: #313131;
                        }
                
                        .cls-5 {
                        clip-path: url(#clippath);
                        }
