.orderlp-color {
    color: #FC7616;
}
.orderrei {
    color: #FC7616;
    font-size: 22px;
    margin-right: 20px;
}
.orderrei-title{
  font-size: 28px;
}
.block {
  display: block;
}
#orderThumb,
#order_step,
#order_exp,
#order_contact {
    width: 960px;
    margin: 0 auto;
}
#orderThumb {
    position: relative;
}
h1 {
    font-size: 40px;
    font-family: "A1ゴシック M", "A1 Gothic M", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif !important;
    font-weight: bold;
}
h1 .txt01 {
    position: absolute;
    top: 16.5%;
    left: 25.5%;
    font-size: 32px;
    letter-spacing: 5px;
}
h1 .txt02 {
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
    text-align: center;
    letter-spacing: 9px;
    font-size: 72px;
    color: #FC7616;
}
.order_leadtxt_h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    text-align: center;
    line-height: 2;
}

/* 12月21日追加分 */
.order_leadtxt {
  left: 0;
  right: 0;
  top: 45%;
  text-align: center;
  line-height: 2.5;
  margin-top: 50px;
}
h2 {
    font-size: 40px;
    text-align: center;
    padding: 80px 0 50px;
    letter-spacing: 9px;
    font-family: 'A1ゴシック M','A1 Gothic M','游ゴシック体', 'Yu Gothic', YuGothic, sans-serif!important;
}
.order_leadtxt_h2 {
    text-align: center;
    margin-bottom: 50px;
    line-height: 2.5;
}
h3 {
    border-bottom: 2px dotted #363636;
    padding: 30px 0;
    margin: 30px 0;
    position: relative;
    line-height: 1.3;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    font-family: 'A1ゴシック M','A1 Gothic M','游ゴシック体', 'Yu Gothic', YuGothic, sans-serif!important;
}
/* テスト追加 */
#orderBody .navi-list {
  text-align: center;
  width: 960px;
  margin: 40px auto 80px auto;
}
#orderBody .navi-list ul{
  display: flex;
  width: 970px;
}
#orderBody .navi-list ul li{
  font-size: 15px;
  position: relative;
  width: 155px;
  padding: 15px 12px 30px 12px;
  border: solid 2px #F2F0ED;
  margin: 0px 10px 0 0;
  line-height: 1.5;
}

#orderBody .navi-list ul li::before {
  content: '';
  background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/faq/img_allow_r.png) center center no-repeat;
  position: absolute;
  left: 78px;
  height: 15px;
  width: 22px;
  top: 65px;
  transform: rotate(90deg);
}
/* ここまで */

#order_step,
#order_exp {
    margin-bottom: 100px;
}
#order_step ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 0;
}
#order_step ul li {
    width: calc(100% / 4);
    max-width: 200px;
    margin-right: 40px;
    position: relative;
    text-align: center;
}
#order_step ul li:after {
    content: '';
    background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/order-made/yazirushi.jpg) center center no-repeat;
    background-size: contain;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 26.5%;
    right: 0;
    margin-right: -22%;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
#order_step  ul li:last-child {
  margin-right: 0;
}
#order_step  ul li:last-child:after {
  content: none;
}
#order_step ul li img.pic {
    width: 100%;
    margin-top:20px;
}
#order_step .ttl {
    font-size: 18px;
    margin: 15px 0;
    line-height: 2;
}
#order_step .txt {
    line-height: 2;
    text-align: left;
}
#order_step .contact_link {
    text-align: left;
}
#order_step .contact_link div {
    margin: 5px 0;
}
#order_step .contact_link div p {
    display: inline-block;
    vertical-align: middle;
}
#order_step .contact_link div .link01 {
    max-width: 30px;
    max-height: 30px;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-right: 5px;
}
#order_step .contact_link div.contact_mail .link02 {
    text-decoration: underline;
}

/* 12月1日追加分 */
#point-wrapper .point-left-item2 {
  /* background: #F2F0ED; */
  padding: 10px 0 0 0;
  width: 960px;
  margin-top: 20px;
  height: inherit;
  border: 1px solid #E3E1DD;
  margin-bottom: 0px;
}
#point-wrapper .point-left-item2 .point-text2 {
  display: block;
  flex-wrap: wrap;
  position: relative;
  padding: 50px;
  width: 960px;
  font-size: 15px;
  text-align: left;
  line-height: 2.5;
  height: auto;
  margin-left: 0px;
}
.point-left-item2 .point-text2 p:nth-child(2) {
  padding: 0% 0;
}
#point-wrapper .point-text2 h2 {
  text-align: center;
  padding: 80px 0 50px;
}
#point-wrapper .point-text2 h3 {
  font-size: 30px;
  line-height: 1.41;
  position: relative;
  padding: 2%;
  letter-spacing: 6px;
  margin: 0 0 .5% 0;
  border-bottom: 1px solid #363636;
  text-align: left;
  height: auto;
  width: 100%;
  text-align: center;
  font-family: 'A1ゴシック M','A1 Gothic M','游ゴシック体', 'Yu Gothic', YuGothic, sans-serif!important;
}
#point-wrapper .point-text2 h3 img {
  position: absolute;
  bottom: 0px;
  right: 60px;
}
#point-wrapper .point-text2 h3 img {
  right: 0;
  bottom: 0px;
  right: 55px;
}
#point2 .point-text2 h3 img {
  right: 0;
  bottom: 0px;
  left: 55px;
}

#point-wrapper .point-text2 h4 {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 20px 0 15px;
  line-height: 2;
  text-align: center;
  font-family: "A1ゴシック M", "A1 Gothic M", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif !important;
}


/* ここまで */

#order_exp .order_exp_list ul.list_box {
    display: flex;
    padding: 40px;
    border: 1px solid #CCCCCC;
    margin-bottom: 40px;
    position: relative;
}
#order_exp .order_exp_list ul.list_box li {
    width: 360px;
    margin-right: 40px;
    position: relative;
}
#order_exp .order_exp_list ul.list_box .list_box_r {
  width: 490px;
}
#order_exp .order_exp_list ul.list_box li:last-child {
    margin-right: 0;
}
#order_exp .order_exp_img {
  position: relative;
  max-height: 419px;
}
#order_exp .order_exp_zoom {
    background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/order-made/kakudai_off.jpg) center center no-repeat;
    background-size: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    transition: .3s;
    /* z-index: 10 */
}
#order_exp .order_exp_zoom:hover {
    background-image: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/order-made/kakudai_on.jpg);
}
#order_exp .ttl {
   font-size: 20px;
   font-weight: bold;
   font-family: "A1ゴシック M", "A1 Gothic M", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif !important;
 }
#order_exp .ttl01 {
    background: #F2F0ED;
    text-align: center;
    padding: 10px 0;
}
#order_exp .ttl02 {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    line-height: 1.5;
}
#order_exp .ttl03 {
    margin-bottom: 20px;
}
#order_exp .txt {
    margin-bottom: 3px;
    line-height: 2;
}
#order_exp p.price {
    font-size: 18px;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "A1ゴシック M", "A1 Gothic M", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif !important;
}
#order_exp p.price .fs25 {
  font-size: 25px;
}
#order_exp p.price .block {
    margin-bottom: 10px;
    display: inline-block;
}
#order_exp p.price span.big {
    font-size: 32px;
}
#order_exp .box_r_btm {
  position: relative;
  right: 36%;
  width: 483px;
  margin-top: 40px;
}
/* h3.staff01 {
    background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/order-made/staff01.png) center right no-repeat;
    background-size: contain;
}
h3.staff02 {
    background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/order-made/staff02.png) center left no-repeat;
    background-size: contain;
}
h3.staff03 {
    background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/order-made/staff03.png) center right no-repeat;
    background-size: contain;
}
h3.staff04 {
    background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/order-made/staff04.png) center left no-repeat;
    background-size: contain;
}
h3.staff05 {
    background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/order-made/staff05.png) center right no-repeat;
    background-size: contain;
} */
a.add_to_cart_button {
    display: block;
    text-align: center;
    padding: 4%;
    font-size: 18px;
    width: 100%;
    margin: 0% auto;
    color: #fff;
    box-sizing: border-box;
    background-color: #FC7310;
}
a.add_to_cart_button:hover {
    transition: .3s;
    background-color: #953004;
}

/* #order_contact */
#order_contact {
  position: relative;
  font-family: "A1ゴシック M", "A1 Gothic M", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif !important;
  margin-bottom: 130px;
}
#order_contact a:hover {
  transition: .3s;
  opacity: .7;
  color: initial;
}
#order_contact .c_txt01 {
  position: absolute;
  top: 30%;
  left: 36%;
  font-size: 30px;
}
#order_contact .c_txt02 {
  font-size: 30px;
  position: absolute;
  top: 60%;
  left: 27%;
  letter-spacing: 0.1125em;
}
#order_contact .c_txt02 span {
  color: #fc7310;
}
#order_contact .c_txt03 {
  position: absolute;
  bottom: 6%;
  color: #fff;
  font-size: 18px;
  left: 21.5%;
  letter-spacing: .3em;
}
/* 作成例 */
.order-can__ex-wrap {
  width: 960px;
    margin: 0 auto 122px;
    border: 1px solid #E3E1DD;
    height: 278px;
    padding: 20px 0;
}
.order-can__ex-title {
  border-bottom: none;
  margin: 0;
  font-size: 30px;
  padding-bottom: 55px;
  background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/common/zirei_icon.jpg),url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/common/zirei_icon.jpg);
  background-position: top 34% left 23%,top 34% right 24%;
    background-size: 50px;
    background-repeat: no-repeat;
}

.order-can_list {
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 5px;
  font-family: 'A1ゴシック M','A1 Gothic M','游ゴシック体', 'Yu Gothic', YuGothic, sans-serif!important;
  line-height: 2.5;
  margin: -13px auto 0;
  width: 618px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.order-can_01 {
  margin-right: 10px;
}
.order-can_02 {
  margin-left: 10px;
}
.order-can_03 {
  position: relative;
}
.order-can_list .span_01,.span_02,.span_03 {
  padding-right: 16px;
  font-size: 28px;
  color: #00ADEC;
}
.order-can__ex-list {
  width: 880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  height: 112px;
    padding-bottom: 50px;
}
.order-can__ex-item {
  font-size: 18px;
  width: calc(100% / 2);
  margin-bottom: 20px;
}
.order-can__ex-item span {
  color: #00ADEC;
}
.check-icon::before {
  content: "";
  background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/common/check-icon.png);
  width: 17px;
  height: 19px;
  display: inline-block;
  padding-right: 15px;
    background-repeat: no-repeat;
}
li.order-can__ex-item.nocheck::before {
  content: "";
  display: inline-block;
  padding-right: 34px;
}
.nocheck::before {
  background: none;
}
.point__list {
  /* padding: 30px 0 40px; */
  display: flex;
  flex-wrap: wrap;
  width: 740px;
  margin: 0 auto;
}
#point1 .point__list {
  padding-bottom: 20px;
}
.point__item {
  width: calc(100% / 2);
}
.point__item-1colum {
  width: 100%;
}
.point-download__wrap {
  margin-top: 50px;
  font-size: 18px;
}
.point__sbtitle {
  font-size: 18px;
  padding: 40px 0 5px;
  border-bottom: 2px dotted rgb(54, 54, 54);
  margin-bottom: 20px;
}
.point-download__wrap--2col {
  display: flex;
}
.point-download__wrap--2col .point__btn {
  width: calc(100% / 2);
}
.point-download__wrap--2col .point__btn:first-child {
 margin-right: 9px;
}
.point-download__wrap .point-txt {
  text-align: center;
  margin-bottom: 10px;
}
.point__btn {
  font-size: 18px;
    position: relative;
    margin: 0 auto;
    width: 570px;
    padding: 19px 15px 20px 15px;
    border: solid 2px #F2F0ED;
    line-height: 1.5;
}
.point__btn a span {
  text-align: center;
  display: block;

}
.point__btn a span:before {
  content: '';
  background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/faq/img_allow_r.png) center center no-repeat;
  position: absolute;
  left: 0;
  height: 15px;
  width: 10px;
  margin-left: 28px;
  top: 50%;
    transform: translateY(-50%);
}
.point__btn.grey {
  background-color: #F2F2F2;
}
.point__option-list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.point__option-item {
  background: #FB720F;
    color: #fff;
    width: 130px;
    text-align: center;
    line-height: 1.5;
    padding: 13px 0;
    margin-right: 15px;
    font-size: 17px;
}
.point__option-item span {
  line-height: 3;
}
.point__option-item:last-child {
  margin-right: 0;
}
/* 矢印画像 */
.point__img {
  width: 40px;
    margin: 20px auto;
    display: block;
}
/* ここまで */
/* 記事一覧 */
#articles-wrapper .ordermade-post-icon img {
  position: absolute;
  top: 97px;
  left: 77%;
}

.under_text {
  margin-top: 20px;
}
.R_space {
  margin-right: 110px;
}


/* オンライン接客 */

#order_step .box_grey {
  background-color: #F2F2F2;
  font-size: 15px;
  margin: 0 auto;
  width: 570px;
  padding: 20px 20px 20px 40px;
  border: solid 2px #F2F0ED;
  line-height: 2;
}
#order_step .line_h2 {
  margin: 100px auto 40px;
  display: block;
  text-align: center;
}
#order_step  .online-service{
 color:#37B11A;
}
#order_step .typesquare_option_line {
  font-size: 40px;
  text-align: center;
  padding: 0 0 50px;
  letter-spacing: 9px;
  font-family: 'A1ゴシック M','A1 Gothic M','游ゴシック体', 'Yu Gothic', YuGothic, sans-serif!important;
}
#point-wrapper .line_h2 {
  margin: 20px auto 40px;
  display: block;
  text-align: center;
}
#point-wrapper  .online-service{
 color:#37B11A;
}
#point-wrapper .ql_box {
  margin: 0 auto;
}
#point-wrapper .qrcord {
  text-align: center;
  margin-bottom: 20px;
}
#point-wrapper .qrcord img {
  width: 120px;
  margin: 0 auto;
}
#point-wrapper .point-text2 .box_grey_step03 {
  background-color: #F2F2F2;
  font-size: 15px;
  margin: 30px auto 0;
  width: 570px;
  padding: 20px 20px 20px 40px;
  border: solid 2px #F2F0ED;
  line-height: 2;
}
#point-wrapper .point-text2 .box_grey {
  background-color: #F2F2F2;
  font-size: 15px;
  margin: 30px auto 0;
  width: 405px;
  padding: 20px 20px 20px 40px;
  border: solid 2px #F2F0ED;
  line-height: 2;
}
#point3 .calender_box {
  display: flex;
  margin: -20px auto 0;
}
#point3 .calender_box span {

}
#showroom-calendar {
  width: 40%;
  height: 100%;
}
#point3 .showroom-calendar {
  height: 209px;
  max-height: 193px;
  overflow: initial;
}

#point3 .box_grey {
  margin-top:30px;
  background-color: #F2F2F2;
  font-size: 15px;
  padding: 20px 20px 20px 40px;
  border: solid 2px #F2F0ED;
  line-height: 2;
}

#orderThumb .typesquare_option_line {
  font-size: 18px;
  margin:-20px 0  -20px -65px;
  padding: 0 0 100px 0;
  position: absolute;
  bottom: 380px;
  left: 262px;
}

#orderThumb .order_leadtxt_h1_line {
   position: absolute;
   right: 44%;
   top: 68%;
   text-align: center;
   line-height: 2;
   font-size: 18px;
}
#orderThumb .line_h1 {
  position: absolute;
  top: 37%;
  left: 188px;
  right: 0;
  text-align: left;
  letter-spacing: 8px;
  font-size: 58px;
  color: #37B11A;
  line-height: 1.3;
}
#orderThumb h1 .txt02_line {
  position: absolute;
  top: 37%;
  left: 188px;
  right: 0;
  text-align: left;
  letter-spacing: 8px;
  font-size: 58px;
  color: #37B11A;
  line-height: 1.3;
}
#orderThumb h1 .txt02_line_spacing {
  line-height: 1.3;
  letter-spacing: -1px;
}
#orderThumb h1 .txt02_line_02 {
  font-size: 42px;
}

#orderBody .navi-list_line {
  text-align: center;
    width: 605px;
    margin: 40px auto 80px auto;
}
#orderBody .navi-list_line ul{
  display: flex;
  width: 970px;
}
#orderBody .navi-list_line ul li{
  font-size: 15px;
  position: relative;
  width: 155px;
  padding: 15px 15px 30px 15px;
  border: solid 2px #F2F0ED;
  margin: 0px 10px 0 0;
  line-height: 1.5;
}

#orderBody .navi-list_line ul li::before {
  content: '';
  background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/faq/img_allow_r.png) center center no-repeat;
  position: absolute;
  left: 78px;
  height: 15px;
  width: 22px;
  top: 65px;
  transform: rotate(90deg);
}

#order_step .line_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 0;
    width: 750px;
    margin: 0 auto 30px;
}

#order_step .line_ul li {
    width: calc(100% / 3);
    max-width: 200px;
    margin-right: 40px;
    position: relative;
    text-align: center;
}
#order_step .line_ul li:after {
    content: '';
    background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/order-made/yazirushi.jpg) center center no-repeat;
    background-size: contain;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 26.5%;
    right: 0;
    margin-right: -27%;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

#order_step  .line_ul li:last-child {
  margin-right: 0;
}
#order_step  .line_ul li:last-child:after {
  content: none;
}
#order_step .line_ul li img.pic {
    width: 100%;
    margin-top:20px;
}
#order_step .line_ul li .ttl {
  font-size: 18px;
  margin: 15px 0px 15px -16px;
  line-height: 2;
  width: 234px;
}
#order_step .line_ul li .txt {
  margin: 15px 0px 15px -16px;
  line-height: 2;
  width: 234px;
}
#shinsei {
  width: 960px;
  margin: 0 auto 130px;

}
#shinsei .bnr-box {
  margin-top: 80px;
  text-align: center;
}
#shinsei .bnr-box .two {
  display: flex;
  margin-top: 20px;
}
/* ↓↓シュミレーション部分　↓↓ */

		/* ナビ部分変更 ↓↓*/
		#orderBody .navi-list ul {
      display: flex;
      width: 600px;
      flex-wrap: wrap;
      justify-content: space-around;
      margin: 0 auto;
  }
  #orderBody .navi-list .navi__link:nth-child(4),
  #orderBody .navi-list .navi__link:nth-child(5),
  #orderBody .navi-list .navi__link:last-child {
      margin-top: 10px;
  }
      /* ナビ部分変更 ↑*/
      section#simulator {
      width: 962px;
      margin: 0 auto;
  }
  section#simulator input {
      font-family: inherit!important;
  }
  .simu__tab-box--wrap {
      display: flex;
      justify-content: space-around;
    width: 890px;
      margin: 0 auto 80px;
  }
  .simu__tab-content{
    display:none;
    cursor: pointer;
  }
  .simu__tab-box.active{
    transition: all 0.2s ease-out;
    color: #fff;
      background-color: #00ADEC;
  }
  .simu__tab-box.active::before{
    content: '';
      background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/faq/arrow-white.png) center center no-repeat;
      position: absolute;
      left: 50%;
      height: 15px;
      width: 22px;
      bottom: 20px;
      transform: translateX(-50%);
  }
  .simu__tab-content.is-show{
    display:block;
  }
  .simu__tab-box {
      border: 1px solid #00ADEC;
      color: #00ADEC;
      font-size: 19px;
      text-align: center;
      padding: 15px 0 40px;
      width: 260px;
    position:relative;
      line-height: 1.6;
      cursor: pointer;
  }
  li.simu__tab-box:hover {
      border: 1px solid #00ADEC;
      color: #fff;
      background-color: #00ADEC;
  }
  li.simu__tab-box::before {
      content: '';
      background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/faq/img_allow_r.png) center center no-repeat;
      position: absolute;
      left: 50%;
      height: 15px;
      width: 22px;
      bottom: 20px;
      transform: translateX(-50%) rotate(90deg);
  }
  li.simu__tab-box:hover::before {
    content: '';
      background: url(https://www.osamaru-shuno.jp/wp-content/themes/pc-osamaru/img/faq/arrow-white.png) center center no-repeat;
      position: absolute;
      left: 50%;
      height: 15px;
      width: 22px;
      bottom: 20px;
      transform: translateX(-50%);
  }
  .simu__tab-box:last-child {
    margin-right: 0;
  }
  .simu__txt {
   text-align: center;
   font-size: 15px;
   line-height: 2.5;
  }
  .simu__txt .simu__bg-org {
    background: #FB720F;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    margin-right: 10px;
  }
  .simu__txt .simu__bg-blue {
    background: #00ADEC;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    margin-right: 10px;
  }
  .simu__count-box {
    background: #F2F0ED;
    padding: 60px 99px 58px 153px;
  }
  .simu-item .simu__bg-org {
    background: #FB720F;
    color: #fff;
    font-size: 22px;
    padding: 12px 18px 10px;
    margin-right: 25px;
  }
  .simu-item .simu__bg-blue {
    background: #00ADEC;
    color: #fff;
    font-size: 22px;
    padding: 12px 18px 10px;
    margin-right: 25px;
  }
  .simu__input01,
  .simu__input02 {
      width: 110px;
      height: 70px;
      border: #CCCCCC 1px solid;
    font-size: 25px;
      text-align: center;
    margin-right: 10px;
    vertical-align: bottom;
  }
  input#tate, input#yoko, input#jsPrice {
      border: none;
      background: none;
  }
  .simu__count-list {
      display: flex;
  }
  .simu__tab-lead {
      margin: 50px 0;
  }
  ul.simu__count-list.simu__count-list01 {
      margin-bottom: 52px;
    display: flex;
      align-items: center;
    font-size: 25px;
  }
  ul.simu__count-list.simu__count-list01 li:first-child,
  ul.simu__count-list.simu__count-list01 li:nth-child(4) {
    margin-top: 20px;
  }
  ul.simu__count-list.simu__count-list01 li:nth-child(3) {
      font-size: 51px;
      font-weight: bold;
      padding: 0px 44px 0 23px;
  }
  ul.simu__count-list.simu__count-list02 {
      margin-bottom: 34px;
    justify-content: flex-end;
      align-items: center;
      font-size: 25px;
  }
  .simu__count-list02 > li.simu-item:first-child {
    font-size:42px;
  }
  ul.simu__count-list.simu__count-list03 {
    display: flex;
      justify-content: flex-end;
      align-items: center;
    font-size: 25px;
  }
  input#tate,input#yoko {
    width: 60px;
      font-size: 25px;
      text-align: center;
    vertical-align: inherit;
  }
  input#jsPrice {
      font-size: 26px;
      vertical-align: inherit;
    text-align: center;
  }
  .simu__txt-wrap {
    margin: 30px 0 100px;
  }
  .simu__txt-wrap .fc-red {
    color:#FF0000;
  }
  .simu__txt-wrap ul li {
    font-size: 15px;
    line-height: 2.5;
  }
  .simu-ex__wrap > .simu-ex__tit {
      font-size: 30px;
      padding: 30px 0;
      text-align: center;
      letter-spacing: 0.15em;
    border-bottom: 2px dotted rgb(54, 54, 54);
  }
  .simu-ex__item-wrap {
      display: flex;
      justify-content: space-between;
  }

  .simu-ex__item > img {
      width: 360px;
      margin: 0 auto;
      display: block;
    border: 1px solid #707070;
  }

  .simu-ex__item {
      border: 1px solid #CCCCCC;
      padding: 40px;
      margin: 60px 0;
  }
  span.simu-ex__item-title {
      background: #F2F0ED;
      font-size: 20px;
      text-align: center;
      padding: 8px 0;
      display: block;
      margin: 37px 0 30px;
  }
  .simu-ex__item-inner li:nth-child(2) {
      font-size: 18px;
      text-align: right;
  }
  .simu-ex__item-inner li:nth-child(3) {
    font-size: 27px;
    text-align:right;
    margin-top: 23px;
  }
  #simulator .fs18 {
    font-size:18px;
  }
  #simulator .fs22 {
    font-size:22px;
  }
  #simulator .fs25 {
    font-size:25px;
  }
  #simulator .fs24 {
    font-size:24px;
  }
  #simulator .fs16 {
    font-size:16px;
  }
  #simulator .fs28 {
    font-size:28px;
  }
  #order_contact .c_txt01.c_txt01-desk {
      position: absolute;
      top: 38%;
      left: 31%;
      font-size: 22px;
  }

/* シュミレーション部分　ここまで */
