@charset "utf-8";

/* ------------------------------
    form
------------------------------ */

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

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

#form p {
  font-size: 1.0em;
  font-weight: normal;
  font-style: normal;
}

#form th {
  white-space: normal;
  text-align: left;
  font-weight: normal
}

#form li {
  list-style-type: none;
}

/*
#form button {
  padding: 3px;
}
*/

#form label {
  cursor: pointer;
}

#form body {
  background-color: #ffffff;
}

.comform-wrap {
  box-sizing: border-box;
  position: relative;
  margin: 8px auto 8px auto;
/*  max-width: 690px;*/
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 0px;
}
.comform-wrap h2{
  font-weight: bold;
  line-height: 1.6;
}

.comform-title {
  text-align: center;
  max-width: auto;
  font-size: 16px;
  line-height: 1.6em;
  color: #ffffff;
  background-color: #6F6F6F;
  border: 1px solid #818181;
  font-weight: bold;
  padding: 4px;
  margin: 8px auto 16px auto;
}

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

.comform-row {
  table-layout: fixed;
  display: table;
  width: 100%;
}

.comform-row .itemTitle {
  display: table-cell;
  width: 30%;
  vertical-align: top;
  padding: 6px 6px 6px 10px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 15px;
  color: #444444;
  background-color: #F2F2F2;
  border: 0;
  border-right: 1px solid #050505;
  border-bottom: 1px solid #050505;
  box-sizing: border-box;
}

.comform-row .itemInput {
  display: table-cell;
  width: 70%;
  vertical-align: text-top;
  font-size: 15px;
  line-height: 1.2;
  color: #444444;
  background-color: #ffffff;
  padding: 6px 6px 6px 10px;
  border: 0;
  border-right: 1px solid #050505;
  border-bottom: 1px solid #050505;
  box-sizing: border-box;
}

.itemInput input[type="text"], .itemInput input[type="email"], .itemInput textarea, .itemInput select {
  font-size: 0.95em;
  font-family: -apple-system, BlinkMacSystemFont, monospace;
  line-height: 1.1em;
  padding: 2px;
  margin: 2px 0px;
  color: #555;
  background-color: #fff;
  border: 1px solid #777;
}

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

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

.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;
}

.annot {
  color: #dc143c;
  font-size: 0.9em;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
}

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

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

.req-mark {
  display: inline-block;
  font-size: 0.8em;
  height: 1.4em;
  color: #ff0000;
  font-family: meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
  white-space: nowrap;
  border-radius: 4px;
  position: relative;
  padding: 0.1em 0.2em;
  margin: 0 0 0 0.2em;
}

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

.tkaddress {
  display: inline-table;
}

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

.tkaddress td {
  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 td {
  padding: 2px 4px 2px 18px;
  text-indent: -16px;
}

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

.scale-table {
}

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

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

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

.shoppingform-container {
  display: table;
}

.shoppingform-container .shoppingform-row input {
  text-align: right;
  padding: 1px 4px;
  height: 1.6em;
  line-height: 1.6em;
}

.shoppingform-parting {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.shoppingform-head {
  font-weight: bold;
  text-align: center;
}

.shoppingform-row {
  display: table-row;
  box-sizing: border-box;
}

.shoppingform-parting:first-child .shoppingform-row:not(:first-child):hover {
  background-color: rgba(255, 230, 230, 0.6);
}

.shoppingform-col-0 {
  display: table-cell;
  box-sizing: border-box;
  padding: 2px;
}

.shoppingform-col-1 {
  display: table-cell;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 2px;
}

.shoppingform-col-2 {
  display: table-cell;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 2px;
}

.shoppingform-col-3 {
  display: table-cell;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 2px;
}

.form-buttons {
  text-align: center;
  margin: 30px 0px 16px 0px;
}

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

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

#save-load-layer {
  position: fixed;
  top: -1px;
  left: 50%;
  margin-left: 164px;
  width: 180px;
  box-sizing: border-box;
  border: 1px solid #050505;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0px 1px 3px #999;
  background-color: #f0f8ff;
  padding: 2px;
  font-size: 12px;
  color: #444444;
  z-index: 10;
}

#save-load-layer #save-load-title {
  text-align: center;
  background: 5px 0px url(/image/save-icon16.png) no-repeat;
  text-decoration: underline;
}

#save-load-layer #save-load-title:hover {
  cursor: pointer;
}

#save-load-layer #save-load-message {
  text-align: center;
  color: crimson;
  background-color: #fff;
  border-radius: 2px;
  text-shadow: 1px 1px 1px #ddd;
}

#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: #0088CC;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#save-load-buttons button:hover {
  text-decoration: underline;
}




/*mf_pm3.css の打ち消し*/

#form input, #form textarea, #form select {
  border: 1px solid #666;
  border-radius: 2px;
  padding: 8px;
}
.item_title{
  line-height: 1.5;
}
.item_content{
  line-height: 1.5;
}

.remark2 > p,
.remark2 > p * {
  font-size: 1.8rem;
}

/* 確認ボタンorg */
button {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  border-radius: 0;
  transition: opacity 0.3s ease;
}
button:hover {
  opacity: .6;
}
.btn_blue{
  background-color: transparent;
}
button[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: url(../img/sec07_btn.png) no-repeat center center;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
  width: 493px;
  height: 99px;
}

@media screen and (max-width : 768px) {

  input, button, textarea, select {
    font-size: 16px!important;
  }

  .comform-row .itemTitle, .comform-row .itemInput, .shoppingform-parting, .shoppingform-container, .shoppingform-row, .shoppingform-row > * {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .shoppingform-head {
    display: none;
  }
  .shoppingform-parting {
    margin-top: 2vw;
  }
  #shoppingPaymentSelect {
    display: inline-block;
    margin-bottom: 3vw!important;
  }

  button[type='submit'] {
/*
    width: 90vw;
    height: 18vw;
*/
    display: block;
    min-width: 200px;
    font-size: 18px;
    margin: 0 auto;
  }
  
  .item_content input:nth-child(1){
    margin-bottom: 3px;
  }
  
  .remark2 {
    padding: 3% 1.6% !important;
  }
  
  button[type='submit'] {
    width: 100%;
    padding-top: 20.0811359%;
    height: auto;
  }
}