@charset "utf-8";
/* CSS Document */
html {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    line-height: 1.6;
    color: #333333;
}
/*パソコンのみ適用*/
.pc_only {
    display: block;
}
/*スマホのみ適用*/
.sp_only {
    display: none;
}
/*リンク*/
a {
    background-color: #0D7C3C;
    color: #FFFFFF;
    font-size: 0.9rem;
    padding: 2px 10px;
}
a:hover {
    opacity: 0.7;
}

/*送信・クリアボタン*/
.btn-flex {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
}
.btn-200 {
    width: 200px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-color: #DCDCDC;
    text-align: center;
}
/*閉じるボタン*/
.btn-close {
    width: 160px;
    padding: 2px 0;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-color: #DCDCDC;
    text-align: center;
}
/*その他ボタン*/
.btn-40 {
    width: 40px;
    padding: 2px 0;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-color: #DCDCDC;
    text-align: center;
}
.btn-80 {
    width: 80px;
    padding: 2px 0;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-color: #DCDCDC;
    text-align: center;
}
.btn-160 {
    width: 160px;
    padding: 2px 0;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-color: #DCDCDC;
    text-align: center;
}
/*ボタンのマウスオーバー*/
.btn-160 a:hover, .btn-200 a:hover {
    opacity: 0.7;
    cursor: pointer;
}

/*フォーム関係*/

input[type="text"],
input[type="password"],
textarea  {
    padding: 6px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.5; 
    background-color: #fff;
}

/* セレクトボックス*/
select{
  appearance: none;
  width: 160px;/*セレクトボックスの横幅*/
  padding: 6px;
    margin-bottom: 0.6rem;
  color: #333;/*テキストの色*/
  border: 1px solid #d0d0d0;/*枠線の太さ・形状・色*/
  border-radius: 3px;/*枠線の角丸*/
  background-color: #fff;/*背景色*/
  cursor: pointer;/*マウスカーソルをポインターに*/
}
select:focus{  
  outline: none;/*focus時の枠線を消去*/
}
.selectbox{
  position: relative;
  width: 160px;/*親要素の横幅*/
}
.selectbox::before{
  position: absolute;
  top: 6px;/*矢印の上からの位置*/
  right: 20px;/*矢印の右からの位置*/
  content: '';
  width: 10px;/*矢印の横幅*/
  height: 10px;/*矢印の縦幅*/
  border-top: 2px solid #333;/*矢印の線の太さと色*/
  border-left: 2px solid #333;/*矢印の線の太さと色*/
  transform: rotate(-135deg);/*矢印を回転*/
  pointer-events: none;/*矢印部分をクリックできるようにする*/
}



 

/*フォーカス時の入力欄の枠の変化を無効にする*/
input[type="button"], input[type="text"], input[type="submit"], input[type="image"], input[type="tel"], input[type="email"], textarea, select {
    outline: none; 
}
/*disabledで押せない*/
input[type="button"]:disabled {
    background: #999999;
}


/*区切り線*/
hr {
    border-top: 1px solid #33EB81; /* ボーダーの太さと色 */
    margin: 20px 0; /* マージンの設定 */
    
}
/*タイトルスペース*/
.login .wrapper .title,
.menu .wrapper .title {
    text-align: center;
    margin-bottom: 40px;
}
.control_menu .wrapper .title {
    text-align: center;
    margin-bottom: 24px;
}
/*h1*/
.login .wrapper h1,
.menu .wrapper h1 {
  padding: 1rem 2rem;
  border-top: 3px solid #33EB81;
  border-bottom: 3px solid #33EB81;
    font-size: 1.4rem;
    font-weight: bold;
    color: #0D7C3C;
}
.control_menu .wrapper h1 {
    padding: 1rem 0 0.2rem;
    border-bottom: 2px solid #33EB81;
    font-size: 1.2rem;
    font-weight: bold;
    color: #0D7C3C;
}
/*----- ログイン画面 --------------------*/
/*ページの幅*/
.login .wrapper,
.menu .wrapper {
    width: 100%;
    max-width: 768px;
    margin: 40px auto 0;
    text-align: center;
}
/*エラーメッセージ*/
.login .wrapper .error {
    color: #D20B3D;
    margin-bottom: 30px;
}
/*IDとパス*/
.login .wrapper .id_pass,
.menu .wrapper .id_pass {
    margin: 0 auto 40px;
}

.login .wrapper .item,
.menu .wrapper .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto 20px;
}
.login .wrapper .id_pass .textbox-1-label,
.menu .wrapper .id_pass .textbox-1-label {
    width: 20%;
    text-align: right;
    padding-right: 1rem;
}
.login .wrapper .id_pass .textbox-1,
.menu .wrapper .id_pass .textbox-1 {
    width: 100%;
}

.textbox-1-label {
    display: block;
}
.textbox-1 {
    width: 100%;
}
/*----- マッチングメイン --------------------*/
.menu .event {
    display: flex;
    width: fit-content;
    margin-bottom: 2rem;
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
/*
    padding-bottom: 0.25rem;
    border-bottom: 2px solid #333;
*/
}
.menu .event_head {
    font-size: 1rem;
    font-weight: normal;
    padding-right: 2rem;
}
.menu .id_pass {
    text-align: left;
}
.menu .id_pass .items {
    display: flex;
    justify-content: space-between;
    width: fit-content;
    border-bottom: 1px solid #AAA;
    padding-bottom: 0;
    margin-bottom: 1rem;
    white-space: nowrap;
}
.menu .id_pass .items .item_head {
    padding-right: 2rem;
}
/*
.menu .id_pass div {
    width: fit-content;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #AAA;
    margin-bottom: 1rem;
}
*/
.menu .info {
    width: 100%;
    margin-bottom: 40px;
}
.menu .info .conditions {
    display: flex;
    margin-bottom: 2rem;
    gap: 1rem;
}
.menu .info .condition_l,
.menu .info .condition_r {
    width: 48%;
}
.menu .info .condition_l {
    text-align: left;
}
.menu .info .condition_l p:last-of-type {
    text-align: right;
}
.menu .info .condition_r {
    display: flex;
    align-items: flex-end;
}
.menu .info .condition_l_contents {
    display: flex;
    gap: 2rem;
}
.menu .url_area {
    width: 100%;
    text-align: left;
    margin-bottom: 3rem;
}
.menu .url_area .candidate {
    font-weight: bold;
    margin-bottom: 0.5rem;
}
/*URLのテキストボックス*/
.url {
    width: 50em;
    max-width: 560px;
    text-align: left;
    margin-right: 1rem;
}

input[type="text"],
textarea  {
    padding: 6px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.5; 
}
.menu .url_qr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.menu .url_qrlist {
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 1rem;
}
.menu .url_qrlist .qrdata {
    text-align: left;
	width:136px;
    padding: 4px 4px;
}

/*----- 管理メニュー --------------------*/
/*ページの幅*/
.control_menu .wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.control_menu .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.control_menu .event_list {
    display: flex;
    gap: 3rem;
}
.control_menu .iframe_list {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 1rem;
}
/*下段*/
.control_menu .lower_column {
    display: flex;
    justify-content: space-between;
}
.control_menu .lower_column .item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    text-align: left;
}
.control_menu .lower_column .item p {
    display: inline-block;
    width: 100px;
}
.control_menu .lower_column .btn_item {
    margin-bottom: 1rem;
}

/*----- 管理メニューの内容(リスト)とマニュアル --------------------*/
/*ページの幅*/
.control_menu_list .wrapper {
    width: 100%;
    max-width: 980px;
    padding: 0.5rem 0;
}
/*テーブルのデザイン*/
.control_menu_list .eventlist,
.control_menu_list .manualist {
    width: 100%;
    border-collapse:collapse;
    font-size: 0.95rem;
}
.control_menu_list .eventlist th,
.control_menu_list .manualist th {
    font-weight: normal;
    background-color: #DCDCDC;
}
.control_menu_list .eventlist th,
.control_menu_list .eventlist td,
.control_menu_list .manualist th,
.control_menu_list .manualist td {
    text-align: center;
    padding: 4px 2px;
    box-sizing: border-box;
    line-height: 1.3;
    border: 1px solid #AFAFAF;
}
.control_menu_list .eventlist tr td:nth-of-type(3) {
    text-align: left;
}
.control_menu_list .eventlist tr td:nth-of-type(4),
.control_menu_list .eventlist tr td:nth-of-type(5) {
    text-align: right;
}
.control_menu_list .manualist td {
    text-align: left;
}
.control_menu_list .manualist td:first-of-type {
    vertical-align: middle;
    white-space: nowrap;
}
/*----- 候補入力 --------------------*/
/*ページの幅ほか*/
.kouho {
    width: 100%;
    padding-top: 2rem;
}
.kouho .wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
/*タイトル*/
.kouho .event_name {
    width: fit-content;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    padding: 0.3em 0 0.2em 1.4em;
    color: #0d7c3c;
    letter-spacing: 2px;
}
.kouho .event_name::before {
    position: absolute;
    top: 0;
    left: 0.3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #33EB81;
    content: '';
}

.kouho .event_name::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #33EB81;
    content: '';
}

.kouho .items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0 4rem;
}
.kouho .items:first-of-type {
    margin-bottom: 2rem;
}

.kouho .item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.kouho .item p {
    display: inline-block;
    width: 200px;
    text-align: right;
    margin-right: 2rem;
}
.kouho .item p span {
    font-size: 0.9rem;
    color: #B99A00;
}
.kouho .item .gender {
    width: 15em;
}
.kouho .comment {
    width: fit-content;
    text-align: left;
    margin: 0 auto 1rem;
}
.kouho .error {
    margin-bottom: 1rem;
}
.kouho .error_red {
    color: #D20B3D;
}.kouho .error_bk {
    color: #333;
}
.kouho .sup1 {
    padding: 1rem 0;
}


.form-item-input {
	font-weight: bold;
}
.gender {
	font-weight: bold;
}

