@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  line-height: 1.4;
}

/* //////////////////
reset.css　↑
///////////////// */
/* 自動計算スペース用 */
/* PC用 */
/* スマートフォン用 */
body {
  margin: 0 auto 0;
}

.flex_box {
  display: flex;
}

.txt_blue {
  color: #667895;
}

.d-pc {
  display: block;
}
@media only screen and (max-width: 599px) {
  .d-pc {
    display: none;
  }
}

.product-auto_cal .icon {
  line-height: 1;
  display: inline-block;
  margin: 0 20px 0 0;
}
.product-auto_cal .autosize_title {
  display: inline-block;
}
.product-auto_cal .autosize_header {
  display: flex;
  border-bottom: 3px solid #667895;
  width: 100%;
}
.product-auto_cal .autosize_header_inner {
  max-width: 1000px;
  margin: auto;
  width: 94%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-auto_cal .autosize_header_inner h1 {
  max-width: 80px;
  width: 100%;
}
.product-auto_cal .autosize_header .autosize_title {
  font-size: 1.4rem;
  line-height: 1.3;
}
.product-auto_cal .autosize_header .autosize_title span {
  display: block;
  font-size: 0.8rem;
}
.product-auto_cal .sec-lead {
  max-width: 1200px;
  margin: 60px auto 120px;
}
.product-auto_cal .sec-lead .sec-lead__inner {
  width: 94%;
  margin: auto;
}
.product-auto_cal .sec-lead .sec-lead__inner .sec-autosize_title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .product-auto_cal .sec-lead .sec-lead__inner .sec-autosize_title {
    display: block;
  }
  .product-auto_cal .sec-lead .sec-lead__inner .sec-autosize_title .icon {
    margin: 0 auto 10px;
  }
}
.product-auto_cal .sec-lead .sec-lead__inner .sec-autosize_title h2 {
  font-size: 2rem;
}
.product-auto_cal .sec-lead .autosize_haeding {
  line-height: 1.4;
  font-size: 20px;
  margin-top: 40px;
  text-align: center;
}
.product-auto_cal .sec-plan {
  margin: 80px 0;
  max-width: 1000px;
  margin: auto;
}
.product-auto_cal .sec-plan .sec_autosize00 {
  width: 96%;
  margin: auto;
}
.product-auto_cal .sec-plan .sec_autosize00 .flex_box {
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
.product-auto_cal .sec-plan .sec_autosize00 .flex_box .flex_leftBox {
  width: calc(50% - 40px);
}
.product-auto_cal .sec-plan .sec_autosize00 .flex_box .flex_leftBox img {
  max-width: none;
  width: 100%;
}
.product-auto_cal .sec-plan .sec_autosize00 .flex_box .flex_rightBox {
  width: 50%;
}
.product-auto_cal .sec-plan .sec_autosize00 .flex_box .flex_rightBox .style-title {
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
}
.product-auto_cal .sec-calculation {
  margin: 80px 0 auto;
  padding: 80px 0 20px;
  background-color: #F1F1F1;
}
.product-auto_cal .sec-calculation .sec-tile_size figure {
  max-width: 500px;
  width: 100%;
  margin: 30px auto 20px;
}
.product-auto_cal .sec-calculation .sec-tile_size figcaption p {
  text-align: center;
}
.product-auto_cal .sec-calculation .sec-tile_size ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 30px;
}
@media only screen and (max-width: 599px) {
  .product-auto_cal .sec-calculation .sec-tile_size ul {
    grid-template-columns: none;
  }
}
.product-auto_cal .sec-calculation .sec-tile_size ul li:before {
  content: "・";
}
.product-auto_cal .sec-calculation .style-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.product-auto_cal .sec-calculation .autosize_input_title {
  margin-bottom: 12px;
}
.product-auto_cal .sec-calculation .autosize_input {
  margin-top: 60px;
  background-color: white;
}
.product-auto_cal .sec-calculation .autosize_input table td img {
  max-width: none;
  width: 100%;
}
.product-auto_cal .sec-calculation .autosize_input_note {
  font-size: 90%;
  margin-top: 8px;
  text-align: center;
}
.product-auto_cal .autoddirection_input {
  background-color: white;
  border-bottom: 4px solid #f2f2f2;
  margin: auto;
  padding: 16px;
  text-align: center;
  line-height: 1.3;
}
.product-auto_cal .auto_size_cm_D {
  width: 24%;
}
.product-auto_cal .autosize_title_balloon {
  margin: 0px auto 60px;
  padding-bottom: 18px;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  line-height: 1.3;
  position: relative;
}
.product-auto_cal .autosize_title_balloon:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2rem;
  margin: 0 auto;
  border-top: 4px solid #667895;
}
.product-auto_cal #Vertical {
  margin-left: 30px;
}
.product-auto_cal .pink {
  color: #C24B3A;
}
.product-auto_cal .red {
  color: #C24B3A;
}
.product-auto_cal .pd_b20 {
  padding-bottom: 20px;
}
.product-auto_cal .xl-center {
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
}
.product-auto_cal img {
  width: auto;
  max-width: 100%;
}
.product-auto_cal .w100 {
  height: auto;
}
.product-auto_cal .txt-block01 {
  width: 406px;
  margin: 0 auto;
}
.product-auto_cal .autosize_input_title {
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}
.product-auto_cal .xl-top {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.product-auto_cal .xl-top > * {
  vertical-align: top;
}
.product-auto_cal .wrap {
  display: block;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  box-sizing: border-box;
}
.product-auto_cal .xl-1-2 {
  width: 70%;
}
.product-auto_cal .col {
  display: inline-block;
  min-height: 1px;
  font-size: 0.9rem;
  vertical-align: middle;
  box-sizing: border-box;
}
.product-auto_cal .input_wrap {
  padding: 30px 20px 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 599px) {
  .product-auto_cal .input_wrap {
    padding: 0;
  }
}
.product-auto_cal .ac_error {
  margin: 0 20px 40px 20px;
  color: #a5001e;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}
.product-auto_cal .f20 {
  font-size: 1.2rem !important;
}
.product-auto_cal .fBold {
  font-weight: 700;
}
.product-auto_cal .f16 {
  font-size: 1rem !important;
}
.product-auto_cal .result_txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
.product-auto_cal .txt-block02 {
  max-width: 850px;
  width: 100%;
}
.product-auto_cal .total_txt {
  font-size: 2.4rem;
  font-weight: bold;
}
.product-auto_cal .total_txt span {
  font-size: 2rem;
}
.product-auto_cal .pd_b10 {
  padding-bottom: 10px;
}
.product-auto_cal .xl-left {
  text-align: left;
}
.product-auto_cal .txt-block03 {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.err_txt {
  color: red;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.autoddirection_input_title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
}

.autosize_input01 table {
  margin: 30px auto 0;
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
  width: 90%;
}

.sec_autosize01 {
  max-width: 1000px;
  margin: auto;
  width: 96%;
}
.sec_autosize01 .autosize_buttons {
  display: flex;
  justify-content: center;
  margin: 80px 0 40px;
  text-align: center;
  padding-left: 0px;
}
.sec_autosize01 .autosize_buttons li.btn_calc * {
  border: 3px solid #667895;
  background-color: #667895;
  color: #fff;
}
.sec_autosize01 .autosize_buttons li {
  display: inline-block;
  margin: 0 3px;
  width: 50%;
  max-width: 300px;
}
.sec_autosize01 .autosize_buttons li * {
  padding: 10px 6px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
}
.sec_autosize01 .autosize_buttons li.btn_clear * {
  border: 3px solid #222;
  background-color: #fff;
}
.sec_autosize01 .arrow_left {
  width: 20px;
  background: url("../img/arrow_left.gif") no-repeat left 0;
}
.sec_autosize01 .arrow_right {
  width: 20px;
  background: url("../img/arrow_right.gif") no-repeat right 0;
}
.sec_autosize01 .arrow_up {
  height: 20px;
  background: url("../img/arrow_up.gif") no-repeat 10px top;
}
.sec_autosize01 .arrow_down {
  height: 20px;
  background: url("../img/arrow_down.gif") no-repeat 10px bottom;
}

input[type=submit] {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

input[type=button] {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

input[type=reset] {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

.sec_autosize02 .box {
  background: #667895;
  color: white;
  padding: 30px 60px;
  text-align: center;
  position: relative;
  margin: 0 0 30px 0;
}
.sec_autosize02 .box .col_2 {
  display: inline-block;
}
.sec_autosize02 .title {
  margin-bottom: 16px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  body {
    margin: 0 auto 0;
  }
  .flex_box {
    display: block;
  }
  .product-auto_cal .sec-lead .autosize_haeding {
    font-size: 1.3rem;
  }
  .product-auto_cal .autoddirection_input {
    border-bottom: 5px solid #f2f2f2;
    margin: 50px auto 40px;
    padding: 10px;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.3;
    position: relative;
  }
  .product-auto_cal .autosize_title_balloon {
    margin: 0 auto 40px;
    font-size: 1.36rem;
    text-align: center;
    position: relative;
  }
  .product-auto_cal .product-auto_cal .input_wrap {
    padding: 0;
  }
  .product-auto_cal .sec-plan .sec_autosize00 {
    width: 94%;
  }
  .product-auto_cal .sec-plan .sec_autosize00 .flex_box .flex_leftBox {
    width: 100%;
  }
  .product-auto_cal .sec-plan .sec_autosize00 .flex_box .flex_rightBox {
    width: 100%;
    margin-top: 20px;
  }
  .product-auto_cal .sec-calculation .style-title {
    font-size: 1.2rem;
    text-align: left;
  }
  .product-auto_cal .pink {
    color: #C24B3A;
  }
  .product-auto_cal .red {
    color: #C24B3A;
  }
  .product-auto_cal .pd_b20 {
    padding-bottom: 20px;
  }
  .product-auto_cal .xl-center {
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .product-auto_cal img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
  }
  .product-auto_cal .w100 {
    height: auto;
  }
  .product-auto_cal .txt-block01 {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
  .product-auto_cal .autosize_input_title {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
  .product-auto_cal .xl-top {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .product-auto_cal .xl-top > * {
    vertical-align: top;
  }
  .product-auto_cal .wrap {
    display: block;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
    box-sizing: border-box;
  }
  .product-auto_cal .xl-1-2 {
    width: 100%;
  }
  .product-auto_cal .col {
    display: inline-block;
    min-height: 1px;
    font-size: 0.9rem;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .product-auto_cal .ac_error {
    margin: 0 20px 40px 20px;
    color: #a5001e;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
  }
  .product-auto_cal .f12 {
    font-size: 1.2rem !important;
  }
  .product-auto_cal .fBold {
    font-weight: 700;
  }
  .product-auto_cal .f10 {
    font-size: 1rem !important;
  }
  .product-auto_cal .result_txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .product-auto_cal .txt-block02 {
    max-width: 850px;
    width: 100%;
  }
  .product-auto_cal .total_txt {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .product-auto_cal .total_txt span {
    font-size: 2rem;
  }
  .product-auto_cal .pd_b10 {
    padding-bottom: 10px;
  }
  .product-auto_cal .xl-left {
    text-align: left;
  }
  .product-auto_cal .txt-block03 {
    max-width: 375px;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .product-auto_cal .heya_yoko {
    width: 70px;
  }
  .product-auto_cal .heya_tate {
    width: 70px;
  }
  .autoddirection_input_title {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
  .autosize_input01 table {
    margin: 20px auto 0;
    line-height: 1.5;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .sec_autosize01 {
    max-width: 1000px;
    width: 94%;
    margin: auto;
  }
  .sec_autosize01 .autosize_buttons {
    margin-top: 40px;
    text-align: center;
  }
  .sec_autosize01 .autosize_buttons li.btn_calc * {
    border: 3px solid #667895;
    background-color: #667895;
    color: #fff;
    width: 100%;
  }
  .sec_autosize01 .autosize_buttons li {
    display: inline-block;
    margin: 0 3px;
    width: 113px;
  }
  .sec_autosize01 .autosize_buttons li * {
    padding: 3px 6px;
    width: 100%;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
  }
  .sec_autosize01 .autosize_buttons li.btn_clear * {
    border: 3px solid #222;
    background-color: #fff;
  }
  .sec_autosize01 .arrow_left {
    width: 20px;
    background: url("../img/arrow_left.gif") no-repeat left 0;
  }
  .sec_autosize01 .arrow_right {
    width: 20px;
    background: url("../img/arrow_right.gif") no-repeat right 0;
  }
  .sec_autosize01 .arrow_up {
    height: 20px;
    background: url("../img/arrow_up.gif") no-repeat 10px top;
  }
  .sec_autosize01 .arrow_down {
    height: 20px;
    background: url("../img/arrow_down.gif") no-repeat 10px bottom;
  }
  input[type=submit] {
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
  }
  input[type=button] {
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
  }
  input[type=reset] {
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
  }
  ol {
    list-style: none;
  }
  ul {
    list-style: none;
  }
  .sec_autosize02 .title {
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
  }
}/*# sourceMappingURL=tile_auto_cal.css.map */