* {
  margin: 0;
  padding: 0;
}

#main {
  width: 100%;
  padding: 10px 0px;
}
#main .container {
  width: 75%;
  margin: 0 auto;
  border: 1px solid;
}
#main .container .step-1 {
  padding: 20px 20px;
}
#main .container .step-1 h3 {
  margin-bottom: 20px;
}
#main .container .step-1 .color-select {
  margin-bottom: 20px;
}
#main .container .step-1 .show-select-image img {
  width: 40%;
}
#main .container .step-2 {
  padding: 20px;
}
#main .container .step-2 h3 {
  margin-bottom: 20px;
}
#main .container .step-2 .size-select {
  margin: 20px 0px;
}
#main .container .step-2 #canvas-step2 {
  background-color: grey;
}
#main .container .step-3 {
  padding: 20px;
}
#main .container .step-3 h3 {
  margin-bottom: 20px;
}
#main .container .step-3 .size-select {
  margin: 20px 0px;
}
#main .container .step-4 {
  padding: 20px;
}
#main .container .step-4 h3 {
  margin-bottom: 20px;
}
#main .container .step-4 .size-select {
  margin: 20px 0px;
}
#main .container .step-4 #canvas-step2 {
  background-color: grey;
}
#main .container .step-5 {
  padding: 20px;
}
#main .container .step-5 h3 {
  margin-bottom: 20px;
}
#main .container .step-5 .size-select {
  margin: 20px 0px;
}
#main .container .step-5 .size-select .drill-form {
  padding: 10px;
  border: 1px solid;
  margin-bottom: 10px;
}
#main .container .step-5 #canvas-step2 {
  background-color: grey;
}
#main .container .step-6 {
  padding: 20px;
}
#main .container .step-6 h3 {
  margin-bottom: 20px;
}
#main .container .step-6 .size-select {
  margin: 20px 0px;
}
#main .container .step-6 .size-select .drill-form {
  padding: 10px;
  border: 1px solid;
  margin-bottom: 10px;
}
#main .container .step-6 #canvas-step2 {
  background-color: grey;
}
#main .design-data {
  width: 75%;
  margin: 0 auto;
  padding-top: 40px;
}
#main .design-data .data {
  margin: 10px 0px;
}/*# sourceMappingURL=style.css.map */

.customize {
  display: block;
  clear: both;
  margin: 20px 20px 20px 0;
  border: solid 2px #ebebeb;
  background: #fff;
  padding: 0px;
  border-radius: 10px;
  box-sizing: border-box;
}

h3 {
  padding: 10px;
  background: #ebebeb;
  border-bottom: solid 1px #ddd;
  font-size: 15pt;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}

.customize-body {
  background: #fff;
  padding: 20px;
  font-size: 10.5pt;
  border-radius: 0 0 8px 8px;
}

.customize .cutomize-title span {
  background: #006fc5;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 10.5pt;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 8px;
}

.image-container{
  padding-top: 10px;
}

.image-show{
  padding-bottom: 10px;
}

.show-body{
  transition: all 10s ease-in;
}

.hide{
  transition: all 0.5s ease-out;
}

.customize .drawer-title,
.customize .drawer-title2 {
    color: #006fc5;
    font-weight: bold;
    font-size: 12pt;
}

.customize .drawer {
    padding: 10px;
    background: #fff;
    border-top: solid 1px #ddd;
    border-radius: 0 0 8px 8px;
}

.customize .drawer-title,
.customize .drawer-title2 {
    text-decoration: underline;
    cursor: pointer;
}

.customize .drawer-title::before,
.customize .drawer-title2::before {
    content: '＋';
}

.customize .drawer-title.show::before,
.customize .drawer-title2.show::before {
    content: '－';
}

.customize .drawer-body {
    display: none;
    font-size: 10.5pt;
    padding-top: 8px;
}

.customize .drawer-body2 {
    font-size: 10.5pt;
    padding-top: 8px;
}

.customize .customize-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.customize .customize-flex>div {
  width: 50%;
}

.clearfix::after {
  clear: both;
  display: block;
}

.clearfix {
  margin-top: 10px;
}

p.error {
  line-height: 1.5;
  font-size: 14px;
  color: #ff0000;
  background-color: #ffffa2;
  font-weight: bold;
  padding: 0 4px;
  margin-bottom: 6px;
}

.customize input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 12pt;
  padding: 8px 0 8px 15px;
  border-radius: 5px;
  border: solid 1px #c5c5c5;
  margin: 3px 5px;
  width: 10em;
}

.customize .read-only {
  background: none;
  border: none !important;
}

.customize-body label {
  padding: 13px 0 0;
  font-weight: bold;
  font-size: 11pt;
  width: 10em;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}

.customize-body select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 13px 7px;
  background-position: right 5px center;
  font-size: 13pt;
  padding: 8px 15px 8px 10px;
  border-radius: 5px;
  border: solid 1px #c5c5c5;
}

.customize .photo-list li {
  max-width: 220px;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  text-align: left;
}

.customize .red {
  color: #ff0000;
}

.color-btn {
  background: #006fc5;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 3px 25px 3px 10px;
  margin: 5px 5px 5px 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.color-btn::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.color-btn:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}

.customize .customize-body.white {
  background: #fff;
}

.customize .customize-add {
  margin: 10px 0;
}

.customize .customize-add-title.click {
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}

.customize .customize-add-title {
  color: #006fc5;
  font-weight: bold;
  font-size: 13pt;
  padding: 10px;
  border: solid 1px #ddd;
  border-radius: 5px;
  cursor: pointer;
}

.customize .customze-add-2column {
  display: flex;
}


.customize .customze-add-innerbox {
  border-radius: 5px;
  margin: 5px;
  background: #fff;
}


.customize .customze-add-subtitle {
  font-size: 12pt;
  font-weight: bold;
  border: solid 1px #ddd;
  border-radius: 5px 5px 0 0;
  background: #fff;
  padding: 10px;
}

.customize .customize-add-body {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin: 0;
  font-size: 10.5pt;
}

.customize .customize-add-body .customize-fig {
  text-align: center;
  padding-bottom: 10px;
}

.customize .customize-add-body input[type="number"] {
  width: 4em;
  padding: 8px 4px;
  font-size: 16px;
}

.customize-body label {
  font-size: 11pt;
}

.digonal-reset {
  margin: 0 0 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.corner-reset {
  margin: 0 0 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}


.customize .customize-add-title.click {
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}

.customize .customize-add-title+div {
  border: solid 1px #ddd;
  border-radius: 5px;
}

.customize .hole-fig dt {
  display: inline-block;
  vertical-align: top;
  width: 240px;
}

.customize .hole-fig dd {
  display: inline-block;
  vertical-align: top;
  padding-top: 30px;
  width: calc(100% - 260px);
}

.customize .hole-fig table {
  margin: 10px 0;
}

.customize .hole-fig tr th {
  background: #f0f0f0;
}

.customize .hole-fig tr th,
.customize .hole-fig tr td {
  text-align: center;
  border: solid 1px #ccc;
  padding: 2px 5px;
}