@charset "UTF-8";

/*
Base Styles
*/

/* jQuery Mobile のリンク装飾を無効化 */
a.ui-link {
  color: inherit !important;
  text-decoration: none !important;
  background: none !important;
  border: none !important;
}



.body-1{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 10px 100px 10px 100px;
    font-size: 15px;  
    line-height: 1.5;
    color: #615f68;
    background-color: #edfae0;

}

.body-2{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 10px 100px 10px 100px;
    font-size: 15px;  
    line-height: 1.5;
    color: #615f68;
    background-color: #000;

}

.class-head {
    display: flex;
    justify-content: center;
    /*margin: 20px 0;*/
    padding: 0px 20px 0px 20px;
    list-style: none;
}

.class-ul {
    display: flex;
    justify-content: center;
    /*margin: 20px 0;*/
    padding: 0;
    list-style: none;
}



.p-1{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    /*width: 400px;*/
    margin: 0 auto;
    padding: 0 0 0 0;
}


.class-tabie{
    display: flex;
    justify-content: center; /* 横中央 */
    align-items: center;
    color: #747a76;
    /*background-color: rgb(255, 247, 0);*/
   /* padding: 5px 50px 5px 50px;
    margin: 50px 50px 50px 50px;*/
    width: 300px;



    margin: 0 auto;
   /* border-collapse: collapse;
    text-align: center;*/
}

.class-tabie2{
    display: flex;
    justify-content: center; /* 横中央 */
    align-items: center;
    color: #747a76;

    width: 500px;



    margin: 0 auto;


}



.class-tr th,
.class-tr td {
  text-align: left;
}



.section {
    text-align: center;
    /*width: 400px;*/
    margin: 0 auto;
    /*padding: 20px;*/
}

.section-hedline {
    text-align: center;
    margin: 5px 5px 20px 5px;
    color: #3e09fd;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 5px 5px 5px rgba(239, 236, 245, 0.921);
}


.form {
    text-align: center;
}

.form-p {
    margin: 10px 0;
    font-weight: bold;
    font-size: 20px;
}

.input-form {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    /*width: 300px;*/

}

.input-form1 {
    background-color: #f6f60b;
    /*display: block;*/
    margin: 10px 10px 10px 10px;
    border-radius: 5px;
    font-weight: bold;
    color: #2206f6;
  

}

label,input,textarea,select,button{
   cursor: pointer;
}



.p-2{
    margin: 0;
    font-size: 12pt;
    color: #ff0303;
}

.p-23{
    margin: 0;
    font-size: 12pt;
    color: #3d15de;
    text-align: left;
}





.class-selecuto1{
    width: 150px;
    height: 35px;
    margin: 20px;

    /*color: #615f68;*/

    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;

}



.class-selecuto2{
    color: #f30909;
    margin: 10px 0;
    font-weight: bold;
    font-size: 20px;
    border: none;
    background-color: #edfae0;
}

.grid{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.grid-item{
    margin: 0;
    padding: 0 ;
    list-style: none;
   /* text-align: center;*/
    align-items: center;
    justify-content: center;
    /*color: blue;*/
}

.grid-col-2>.grid-item {
    width: 50%;
}
    
.grid-col-3>.grid-item {
    width: 33.3%;
}

.grid-col-4>.grid-item {
    width: 25%;
}

/*
.btn-return {
  display: inline-block !important;
  padding: 12px 24px !important;
  background-color: #007bff !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  text-align: center !important;
}
  */

.btn-return:hover {
  background-color: #333;
}

.btn-return {
  display: inline-block;
  padding: 12px 24px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* 中央寄せ用のラッパー */
.btn-center {
  text-align: center;
  margin-top: 20px;
}

/* 入力フォームをスマホ幅にフィット */
.input-form,
.textarea,
select {
  width: 90% !important;
  max-width: 400px;
  font-size: 16px;
}

/* テーブルの余白を調整して読みやすく　*/
.class-tabie {
  width: 100%;
  border-collapse: collapse;
}

.class-tabie th {
  padding: 10px;
}

/*（確認画面へ / 戻る）をスマホで見やすく  */
.btn-return,
input[type="submit"] {
  display: block;
  width: 80%;
  max-width: 250px;
  margin: 20px auto;
  padding: 14px;
  font-size: 18px;
  border-radius: 8px;
}

/*戻るボタンを中央に配置（最終版） */
.btn-center {
  text-align: center;
}
/* style.css にこれを追加（最重要） */


/* 戻るボタンを確認画面ボタンと完全一致させる */
.btn-return {
  display: block;
  width: 300px;        /* 確認画面へボタンと同じ幅 */
  margin: 20px auto;   /* 中央寄せ */
  padding: 12px 0;     /* 同じ高さ */
  background-color: #007bff; /* 同じ色 */
  color: #dee810;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;  /* 同じ角丸 */
  font-size: 18px;
  font-weight: bold;
}

.btn-return:hover {
  background-color: #333;
}