@charset "utf-8";
/* CSS Document */
@media screen and (max-width:768px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    /*ボタン*/
    .btn-flex {
        display: block;
        width: 80%;
    }
    .btn-160 {
        width: 70%;
        padding: 10px;
    }
    .btn-200 {
        width: 70%;
        padding: 10px;
    }
    .btn-200:first-of-type {
        margin-bottom: 30px;
    }
    /*閉じるボタン*/
    .btn-close {
        width: fit-content;
        padding: 10px 14px;
        border: 1px solid #CCCCCC;
        border-radius: 3px;
        background-color: #DCDCDC;
        text-align: center;
    }
    /*その他ボタン*/
    .qr_b_sp {
        text-align: right;
    }
    .btn-80 {
        width: 40%;
        padding: 10px;
    }
    /*    フォーム関係*/
    input[type="text"], textarea {
        width: 100%;
    }
    /*  ページの幅*/
    .login .wrapper, .menu .wrapper, .control_menu .wrapper {
        width: 94%;
    }
    /*    タイトルスペース*/
    /*    h1*/
    /*----- ログイン画面 --------------------*/
    /*エラーメッセージ*/
    .login .wrapper .error {
        margin-bottom: 20px;
    }
    /*IDとパス*/
    .login .wrapper .item, .menu .wrapper .item {
        display: block;
        width: 94%;
        margin: 0 auto 20px;
    }
    .login .wrapper .id_pass .textbox-1-label, .menu .wrapper .id_pass .textbox-1-label {
        width: 94%;
        padding: 0;
        text-align: center;
    }
    .login .wrapper .id_pass .textbox-1, .menu .wrapper .id_pass .textbox-1 {
        width: 100%;
    }
    /*----- マッチングメイン --------------------*/
    .menu .event {
    display: block;
    width: fit-content;
    margin: 0 auto 2rem;

    }
   .menu .event_head {
    font-size: 1rem;
    font-weight: normal;
    padding: 0 0 0.5rem 0;
} 
    

    .menu .id_pass {
        width: fit-content;
        margin: 0 auto 2rem;
    }
    .menu .info .conditions {
        display: block;
        margin-bottom: 2rem;
    }
    .menu .info .condition_l, .menu .info .condition_r {
        width: 100%;
    }
    .menu .info .condition_l {
        text-align: center;
    }
    .menu .info .condition_l p:last-of-type {
        text-align: center;
    }
    .menu .info .condition_r {
        display: block;
    }
    .menu .info .condition_l_contents {
        width: fit-content;
        margin: 0 auto 0.5rem;
    }
    .menu .url_area {
        width: 94%;
        margin: 0 auto;
    }
    .menu .url_area .candidate {
        font-weight: bold;
        margin-bottom: 0.5rem;
    }
    /*URLのテキストボックス*/
    .url {
        width: 100%;
        max-width: initial;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .menu .url_qr {
        display: block;
        margin-bottom: 2rem;
    }
    /*----- 管理メニュー --------------------*/
    .control_menu .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    .control_menu .iframe_list {
        overflow-y: scroll;
        overflow-x: hidden;
        margin-bottom: 1rem;
    }
    .control_menu .iframe_list {
        overflow-y: scroll;
        overflow-x: scroll;
    }
    /*下段*/
    .control_menu .lower_column {
        display: block;
    }
    .control_menu .lower_column .item {
        display: block;
        text-align: center;
    }
    .control_menu .lower_column .btn_item {
        margin: 2rem;
    }
    /*----- 管理メニューの内容(リスト)とマニュアル --------------------*/
    /*マニュアルのテーブルのデザイン*/
    .control_menu_list .manualist .head {
        display: none;
    }
    .control_menu_list .manualist td {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .control_menu_list .manualist td:first-child {
        background: #0d7c3c;
        color: #fff;
    }
    .control_menu_list .manualist tr:last-child {
        border-bottom: solid 1px #AFAFAF;
    }
    /*----- 候補入力 --------------------*/
    /*ページの幅ほか*/
    .kouho .wrapper {
        width: 94%;
    }
    .kouho .items {
        gap: 0.6rem;
        width: 90%;
        margin: 2rem auto 3rem;
    }
    .kouho .item {
        display: block;
        margin-bottom: 1rem;
    }
    .kouho .item p {
        display: block;
        width: auto;
        margin: 0 auto 0.5rem;
        text-align: center;
    }
    .kouho .sup1 {
        padding: 0;
    }
	
	.form-item-input {
	    text-align: center;
}
    .gender {
	    width: fit-content;
		margin: 0 auto;
		text-align: center;
    }
	
}