@charset "utf-8";

/*ヘッダー*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}

.logo {
  width: auto;
  height: 65px;
}

.logo img {
  width: 150px;
}

.header_top{
    background: #009D5B;
    padding: 5px 0;
}

#visitors .header_top{
    background: #D11C2C;
}

.header_top ul{
    display: flex;
    justify-content: flex-end;
}

.header_top ul li{
    display:inline-block;
    margin-right: 20px;
}

.header_top ul li a{
    color: #fff;
    font-size: 14px;
}

.header_inner {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  box-shadow: 0 0 6px #aaa;
  padding: 0 0 0 10px;
}

a {
  color: #6699CC;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #336699;
  text-decoration: underline;
}

li {
  list-style: none;
}


/*ヘッダーここまで*/
/*フッター*/
footer{
    background: #009D5B;
    padding: 20px 0;
}

#visitors footer{
    background: #D11C2C;
}

footer p{
    color: #fff;
    text-align: left;
}

footer ul{
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

footer ul li{
    margin-right: 20px;
}

footer ul li a{
    color: #fff;
    font-size: 12px;
}


.footer_bg {
    background: #D11C2C;
}


.site_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
/*フッターここまで*/


.jizenn_jouhou table.jouhou .login{
    font-size: 16px;
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.jizenn_jouhou table.jouhou .inputter{
  font-size: 16px;
  background-color: #003399;
  color: #FFFFFF;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.jizenn_jouhou table.jouhou {
    padding: 0px;
    margin-bottom: 10px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}

.jizenn_jouhou table.jouhou td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    margin: 0px;
    padding: 5px;
    white-space: nowrap;
}



form .inline_dis{
    display: inline-block;
}

.display_sp{
    display: none;
}

.display_pc{
    display: block;
}

body {
  font-family: meiryo, 'MS PGodtic', 'Hiragino Kaku Godtic Pro', sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body,
div,
p,
form,
input,
textarea,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
dt,
dd {
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  font-size: 0.9em;
  line-height: 1.0em;
  padding: 2px;
  margin: 0px 0px 0px 0px;
  font-family: monospace;
}

input[type="file"] {
  width: 100%;
}

p {
  font-size: 1.0em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4em;
}

dt {
  white-space: normal;
  text-align: left;
  font-weight: normal
}

li {
  list-style-type: none;
}

button {
  padding: 3px;
}

label {
  cursor: pointer;
}

body {
  background-color: #FFFFFF;
  margin-top: 150px;
}

.con {
  margin: 150px auto;
}

.comform-wrap {
  box-sizing: border-box;
  position: relative;
  margin: 8px auto 8px auto;
  overflow: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  max-width: 720px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  padding: 4px 4px 0px 4px;
  overflow-x: hidden;
}

.comform-wrap .normal_textarea{
    margin: 20px 0;
}

.comform-wrap .normal_textarea p.red_fon{
    color: red;
}

.comform-wrap .fre_area{
    display: flex;
    align-items: center;
}

.comform-wrap .fre_area dt.input_con{
    display: inline-block;
    margin-right: 10px;
}

.comform-wrap .fre_area dt.w5em{
    width: 5em;
}

.comform-wrap .fre_area dt.w11em{
    width: 11em;
}

.comform-title {
  text-align: center;
  max-width: auto;
  font-size: 16px;
  line-height: 1.6em;
  color: #FFFFFF;
  background-color: #009D5B;
  border: 1px solid #6AA1B7;
  font-weight: bold;
  padding: 6px 6px 6px 6px;
  margin: 8px auto 16px auto;
  margin-top: 8px;
  margin-bottom: 16px;
  text-shadow: 1px 1px 1px #555555;
}

#visitors .comform-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 0;
    line-height: 1.5em;
    background: none;
    border: none;
    text-shadow: none;
    color: #333;
}

.comform-container {
  box-sizing: border-box;
  /* border-top: 1px solid #BABFC4;
  border-left: 1px solid #BABFC4; */
}

.comform-row {
  table-layout: fixed;
  display: table;
  width: 100%;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}

.comform-row .itemTitle {
  display: table-cell;
  width: 30%;
  vertical-align: top;
  padding: 10px 10px 10px 10px;
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  border: 0;
  box-sizing: border-box;
}

.comform-row .itemTitle::before {
  content: "";
  border-left: 5px solid #009D5B;
  padding-right: 10px;
  padding-top: 1px;
}

.guide .comform-row_flex{
    display: flex;
    flex-wrap: wrap;
}

.guide .comform-row_flex p{
    padding-left: calc(30% + 10px);
    color: #555;
}

#visitors .comform-row .itemTitle::before {
  border-left: 5px solid #D11C2C;
}

.comform-row .itemInput {
  display: table-cell;
  vertical-align: text-top;
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  background-color: #FFFFFF;
  padding: 10px 10px 10px 10px;
  border: 0;
  /* border-right: 1px solid #BABFC4;
  border-bottom: 1px solid #BABFC4; */
  box-sizing: border-box;
}

.itemInput.itemComment {
  overflow-wrap: break-word;
}

.itemInput input[type="text"],
.itemInput input[type="tel"],
.itemInput input[type="email"],
.itemInput input[type="password"],
.itemInput textarea,
.itemInput select {
  font-size: 0.95em;
  font-family: meiryo;
  line-height: 1.6;
  padding: 4px 8px 4px 8px;
  margin: 2px 0px;
  color: #555555;
  background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 5px;
}

.itemInput select {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100%;
}

.itemInput input[type="radio"],
.itemInput input[type="checkbox"] {
  vertical-align: middle;
  height: 15px;
  width: 15px;
  margin: 0 0.1em 0 0;
  position: relative;
  top: -0.1em;
}

.itemInput select option {
  color: #444;
  background-color: #fff;
}

.itemInput figure {
  margin: 0;
}

.itemInput input[type="text"]:focus,
.itemInput input[type="email"]:focus,
.itemInput textarea:focus,
.itemInput select:focus {
  box-shadow: 0px 0px 3px #f05050;
}

.itemInput label:hover {
  text-shadow: 0px 0px 2px #dd8080;
}

.comform-row figure img[onclick]:hover {
  cursor: pointer;
}

.comform-row .itemHrNoBorder {
  border-left: 0;
  border-right: 0;
  position: relative;
  left: -1px;
}

.comform-row .itemHrNoBorder hr {
  margin: 16px 0px;
}

.annot {
  color: #2A4391;
  font-size: 0.9em;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  overflow-wrap: break-word;
  width: 100%;
}

.annot-upper {
  margin: 0px 0px 1px 0px;
}

.annot-lower {
  margin: 1px 0px 0px 0px;
}

.req-mark {
  display: inline-block;
  font-size: 0.8em;
  height: 1.4em;
  color: #FFFFFF;
  background-color: #DC143C;
  font-family: meiryo, 'Hiragino Kaku Godtic Pro', sans-serif;
  white-space: nowrap;
  border-radius: 4px;
  position: relative;
  padding: 0.1em 0.2em;
  margin: 0 0 0 0.5em;
    width: 40px;
    text-align: center;
}

.checkLabel {
  margin: 0px 4px;
  font-size: 0.9em;
  display: inline-block;
}

.tkaddress {
  display: inline-table;
}

.tkaddress dt {
  background: 0;
  border: 0;
  padding: 0px 2px 0px 0px;
  text-align: left;
}

.tkaddress dd {
  background: 0;
  border: 0;
  padding: 0px;
}

.tkaddress .search-address-button {
  padding: 1px 1px 1px 1px;
  font-size: 0.8em;
}

.choice-table {
  display: inline-table;
  border-spacing: 0;
  vertical-align: top;
}

.choice-table dd {
  padding: 2px 4px 2px 18px;
  text-indent: -16px;
}

.choice-table dd label {
  margin: 0px 0px 0px 2px;
}

.grid-item {
  display: inline-table;
  border-spacing: 0;
  vertical-align: top;
}

.grid-item-row {
  display: table-row;
}

.grid-item-colname {
  display: table-cell;
  padding: 4px;
  text-align: center;
}

.grid-item-rowname {
  display: table-cell;
  padding: 4px 0;
}

.grid-item-radio {
  display: table-cell;
  padding: 4px;
  text-align: center;
  border-radius: 4px;
}

.grid-item-radio:hover {
  background-color: rgba(255, 230, 230, 0.7);
}

.scale-table dd {
  text-align: center;
  padding: 0px 4px 0px 4px;
}

.blockConnect {
  display: inline-block;
  margin: 0px;
  vertical-align: top;
}

.blockConnect th {
  font-weight: normal;
  text-align: left;
  display: block;
  padding-left: 0;
  position: relative;
  top: 6px;
    width: 130px;
}

.format08 .blockConnect th,
.format09 .blockConnect th {
  margin-right: 1em;
}

.comform-title,
.itemTitle,
.itemInput,
.itemInput select,
.annot,
#form-button button,
.proc-step {
  font-family: meiryo, "MS PGodtic", "Hiragino Kaku Godtic Pro", sans-serif;
}

.form-buttons {
  text-align: center;
  margin: 40px 0px 60px;
  padding: 0;
}

.form-buttons button {
  font-size: 13px;
}

.form-buttons .return-top {
  margin: 0 32px 0 0;
}

.form-buttons .deco-button-flat {
  padding: 6px 24px;
  color: #FFFFFF;
  background-color: #009D5B;
  border: 1px solid #009D5B;
  letter-spacing: 2px;
  font-size: 15px;
  line-height: 1.4em;
  border-radius: 6px;
  cursor: pointer;
}

#visitors .form-buttons .deco-button-flat {
  background-color: #D11C2C;
  border: 1px solid #D11C2C;
}

.form-buttons .deco-button-flat:active {
  position: relative;
  top: 2px;
}

#save-load-buttons {
  margin: 2px 0px 2px 0px;
  padding: 2px;
  color: #444;
}

#save-load-buttons li {
  margin: 0px 0px 8px 0px;
}

#save-load-buttons button {
  width: 100%;
  line-height: 2.0em;
  padding: 2px 4px;
  margin: 0px 4px 2px 0px;
  color: #FFFFFF;
  background-color: #4169E1;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#save-load-buttons button:hover {
  text-decoration: underline;
  background-color: #3454b4
}

.form-buttons .back-button {
  margin-right: 32px;
}

.shoppingform-row {
  display: flex;
  align-items: center;
}

.shoppingform-col-0 {
  width: 100px;
}

.shoppingform-col-1 {
  width: 70px;
}

.shoppingform-col-2 {
  width: 120px;
}

.shoppingform-col-3 {
  width: 110px;
}

.shoppingform-row.shoppingform-head {
  border-bottom: 1px solid #ccc;
  width: fit-content;
  margin-bottom: 0.5em;
}

.shoppingform-row.shoppingform-head div {
  text-align: center;
}

.adplan .url {
  box-sizing: border-box;
}

.adplan .overflow{
    width: 100%;
    height: 140px;
    font-size: 14px;
    border: 1px solid #000;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: scroll;
    margin-bottom: 40px;
}

.outline{
    border:2px solid #666;
    box-sizing: border-box;
    padding: 24px;
    margin-bottom: 32px;
}

.outline .komidasi{
    margin-bottom: 14px;
    font-size: 1.2em;
}

.outline .comform-row:last-of-type{
    padding: 0;
    margin: 0;
    border: none;
}

.btn {
  background: #ddd;
  border-radius: 5px;
  border: 1px solid #333;
  padding: 0.5em 1em;
  color: #000;
  font-weight: bold;
  margin: 0 0 1em;
  display: inline-block;
  text-decoration: none;
}

dd.select_area{
    position: relative
}

dd.select_area::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left:0;
}

.new_member .comform-wrap{
    margin-bottom: 20px;
}

.new_member h1{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 0;
    line-height: 1.5em;
    background: none;
    border: none;
    text-shadow: none;
    color: #333;
}

#visitors h1 span {
    font-size: 32px;
    color: #D11C2C;
}

.new_member h1 span{
    font-size: 32px;
    color: #009D5B;
}

.new_member .center_tex{
    text-align: center;
    margin-bottom: 30px;
}

.new_member form .red_text{
    color: red;
    text-indent: -1em;
    padding-left: 1em;
}

.new_member form .red_text.mt{
    margin-top: 10px;
}

.new_member .form-buttons {
    text-align: center;
    margin: 40px 0 60px;
    padding: 0;
}

.new_member .comform-row .itemTitle {
    width: 40%;
}

.new_member .comform-row .itemInput {
    width: 60%;
}

.new_member .comform-row .itemTitle::before {
    content: "";
    border-left: 5px solid #009D5B;
    padding-right: 10px;
    padding-top: 1px;
}

.new_member .req-mark {
    line-height: 1.4em;
    padding: 0.1em .8em;
    margin: 0 0 0 1em;
    width: auto;
}

.new_member .site_wrap {
    padding-bottom: 0;
}

/*来場者用*/
#visitors .comform-row .itemTitle {
    width: 40%;
}

#visitors .comform-row .itemInput {
    width: 60%;
    text-align: justify;
}

#visitors .comform-row .itemTitle {
    text-align: justify;
}

.item_container {
    display: flex;
    flex-direction: column;
    gap: 1em; /* 項目間のスペース */

}

.jizen .comform-wrap{
    margin-bottom: 20px;
    }

.jizen h1{
            font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 0;
    line-height: 1.5em;
    background: none;
    border: none;
    text-shadow: none;
    color: #333;
    }

.jizen h1 span {
    font-size: 32px;
    color: #009D5B;
}  

.jizen .site_wrap {
    padding-bottom: 0;
}


.deco-button-flat {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007acc; /* ボタンの背景色 */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

/*
.deco-button-flat:hover {
  background-color: #005fa3
}
*/


@media screen and (min-width:757px) {
  .dis_sp {
    display: none;
  }
}

@media screen and (max-width:756px) {
    
    .display_sp{
    display:block;
}

.display_pc{
    display:none;
}
    
  .comform-wrap {
    width: 94%;
    margin: 0 auto;
  }

  .comform-row .itemTitle {
    width: 100%;
    display: block;
  }

  #visitors .comform-row .itemTitle {
    width: 100%;
}

  .comform-row .itemInput {
    width: 100%;
    display: block;
  }

  #visitors .comform-row .itemInput {
    width: 100%;
    display: block;
  }

  table.table {
    width: 100%;
    overflow-x: scroll;
  }

  .table tbody {
    width: fit-content;
  }

  .blockConnect th {
    width: 60px;
  }

    .jizen .blockConnect th {
    width: 140px;
  }
    
  .adplan .blockConnect th,
  .format10 .blockConnect th {
    margin-right: 1em;
  }

.guide .comform-row_flex p{
    padding-left: 10px;
}
    
.new_member h1 {
    font-size: 20px;
    margin-bottom: 20px;
}    
 
 .new_member h1 span {
    font-size: 24px;
}   
    
 .new_member .center_tex {
    text-align: left;
    margin-bottom: 20px;
}   
    
.new_member .comform-row .itemTitle {
    width: 100%;
}    
    
 .new_member .comform-row .itemInput {
    width: 100%;
}   
    
 .new_member .form-buttons {
    text-align: center;
    margin: 20px 0 40px;
    padding: 0;
}   
    
 .jizen h1 {
    font-size: 20px;
}   
    
 .jizen h1 span {
    font-size: 26px;
}   
    
 form .inline_dis{
    display:none;
}   
    
.req-mark.pcnone {
    display: none;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}