@charset "utf-8";

html,
body,
body * {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* フォーム */
.input_radius_select_wrap {
    position: relative;
}

.input_radius_select_wrap:after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 26%;
    width: 26px;
    height: 20px;
    font-size: 2.4em;
    pointer-events: none;
}

.input_radius_select {
    width: 100%;
    height: 56px;
    font-size: 2em;
    margin: 0;
    padding: 8px;
    background: #fff;
    background-color: #fff;
    border: 1px solid #aaa;
    outline: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input_radius_select:disabled {
    background-color: #d3d3d3;
}

/* タイトル + ボタン 横並び */
.sensor-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;  
  margin-bottom: 5px;
}

.sensor-header .al-title-group {
  margin: 0;
  flex: 0 0 auto;
}

.sensor-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 400px) {
    .sensor-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .add_group {
        width: 120px;
    }
}
@media screen and (max-width:480px) {

    /* ページのメインタイトル用スタイル */
    .al-title {
        font-size: 16px;
    }

    .al-title-alert {
        font-size: 22px;
    }

    .al-title-group {
        font-size: 26px;
    }

    /* ページ本文テキスト用スタイル */
    .al-pagetext {
        font-size: 16px;
    }

    /* フォームラベル用テキストスタイル */
    .al-labeltext {
        font-size: 16px;
    }

    /* チェックボックス横の説明テキスト用スタイル */
    .al-checkboxtext {
        font-size: 16px;
    }

    /* 入力フィールド内テキスト用スタイル */
    .al-inputtext {
        font-size: 16px;
    }
    /* 入力フィールド内テキスト用スタイル */
    .al-inputtext-group {
        font-size: 20px;
        box-sizing: border-box; 
    }

    /* エラーメッセージ表示用スタイル */
    .al-error {
        font-size: 16px;
    }

    /* ダイアログ内テキスト用スタイル */
    .al-dialog-text {
        font-size: 16px;
    }

    /* ドロップダウン選択肢テキスト用スタイル */
    .al-selecttext {
        font-size: 16px;
    }

    /* 説明文用テキストスタイル */
    .al-discription {
        font-size: 15px;
    }

    .al-discription-alert {
        font-size: 17px;
    }

    .al-discription-ajast {
        font-size: 17px;
    }

    .al-camera-font {
        font-size: 20px;
    }
    .al-inputtext-device { 
        height: 32px;
    }
    /* 送信エラー表示用スタイル（赤色、中央揃え） */
    .al-send_error {
        font-size: 16px;
        color: #ff0000;
        margin: 13px;
        text-align: center;
    }
}

@media screen and (min-width:481px) and (max-width:600px) {

    /* ページのメインタイトル用スタイル */
    .al-title {
        font-size: 18px;
    }

    .al-title-alert {
        font-size: 26px;
    }

    .al-title-group {
        font-size: 29px;
    }

    /* ページ本文テキスト用スタイル */
    .al-pagetext {
        font-size: 17px;
    }

    /* フォームラベル用テキストスタイル */
    .al-labeltext {
        font-size: 18px;
    }

    /* チェックボックス横の説明テキスト用スタイル */
    .al-checkboxtext {
        font-size: 18px;
    }

    /* 入力フィールド内テキスト用スタイル */
    .al-inputtext {
        font-size: 18px;
    }
    /* 入力フィールド内テキスト用スタイル */
    .al-inputtext-group {
        font-size: 24px;
        box-sizing: border-box; 
    }

    /* エラーメッセージ表示用スタイル */
    .al-error {
        font-size: 18px;
    }

    /* ダイアログ内テキスト用スタイル */
    .al-dialog-text {
        font-size: 18px;
    }

    /* ドロップダウン選択肢テキスト用スタイル */
    .al-selecttext {
        font-size: 18px;
    }

    /* 説明文用テキストスタイル */
    .al-discription {
        font-size: 18px;
    }

    .al-discription-alert {
        font-size: 20px;
    }

    .al-discription-ajast {
        font-size: 17px;
    }
    
    .al-camera-font {
        font-size: 24px;
    }
    .al-inputtext-device { 
        height: 38px;
    }
    /* 送信エラー表示用スタイル（赤色、中央揃え） */
    .al-send_error {
        font-size: 18px;
        color: #ff0000;
        margin: 13px;
        text-align: center;
    }
}

@media screen and (min-width:601px) {

    /* ページのメインタイトル用スタイル */
    .al-title {
        font-size: 20px;
    }

    .al-title-alert {
        font-size: 28px;
    }

    .al-title-group {
        font-size: 32px;
    }

    /* ページ本文テキスト用スタイル */
    .al-pagetext {
        font-size: 18px;
    }

    /* フォームラベル用テキストスタイル */
    .al-labeltext {
        font-size: 20px;
    }

    /* チェックボックス横の説明テキスト用スタイル */
    .al-checkboxtext {
        font-size: 20px;
    }

    /* 入力フィールド内テキスト用スタイル */
    .al-inputtext {
        font-size: 20px;
    }
    /* 入力フィールド内テキスト用スタイル */
    .al-inputtext-group {
        font-size: 26px;
        box-sizing: border-box; 
    }
    
    /* エラーメッセージ表示用スタイル */
    .al-error {
        font-size: 20px;
    }

    /* ダイアログ内テキスト用スタイル */
    .al-dialog-text {
        font-size: 20px;
    }

    /* ドロップダウン選択肢テキスト用スタイル */
    .al-selecttext {
        font-size: 20px;
    }

    /* 説明文用テキストスタイル */
    .al-discription {
        font-size: 20px;
    }

    .al-discription-alert {
        font-size: 26px;
    }

    .al-discription-ajast {
        font-size: 18px;
    }

    .al-camera-font {
        font-size: 26px;
    }
    .al-inputtext-device { 
        height: 40px;
    }
    /* 送信エラー表示用スタイル（赤色、中央揃え） */
    .al-send_error {
        font-size: 20px;
        color: #ff0000;
        margin: 13px;
        text-align: center;
    }
}

.al-unit_kana_font {
    display: block;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width:450px) and (max-width:600px) {
    .al-unit_kana_font {
        width: 85%;
    }
    .al-button {
         width:250px;
    }
}

@media screen and (min-width:601px) and (max-width:1025px) {
    .al-unit_kana_font {
        width: 70%;
    }
     .al-button {
        width:600px;
    }
}

@media screen and (min-width:1026px) and (max-width:1280px) {
    .al-unit_kana_font {
        width: 55%;
    }
    .al-button {
        width:430px;
    }
}
@media screen and (min-width:1281px) {
    .al-unit_kana_font {
        width: 30%;
    }
    .al-button {
        width:470px;
    }
}