@charset "UTF-8";
/*
 シミュレーション共通スタイル
*/
.headerCampaign {
  display: none;
}

.clm2 > * {
  display: inline-block;
  position: relative;
  font-size: 0;
}

.clm2 > *::before,
.clm2 > *::after {
  display: inline-block;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  border: 4px solid #fff;
  background: #003d79;
}

input:disabled {
  /*iPhoneのデフォルトスタイルをリセット*/
  opacity: 1;
}


/*
 シミュレーショントップ
*/

main.simTop .strContent h1 {
  color: inherit;
}

main.simTop .strContent h1 span {
  font-size: 24px;
  display: block;
}

main.simTop .txtCaution,
main.simTop .txtCaution2 {
  font-size: 13px;
  padding: 16px;
  max-width: 640px;
  margin: auto;
  border-radius: 3px;
  background: #f7f7f7;
}

main.simTop .txtCaution p {
  margin-top: 12px;
  text-align: justify;
}

main.simTop .txtCaution p:not(.ttl)::before {
  content: "※";
  color: #ED1C24
}

main.simTop .txtCaution .ttl {
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

main.simTop .txtCaution span {
  color: #ED1C24;
}

main.simTop .txtCaution2 {
  background: #fff0f0;
  text-align: justify;
  margin-top: 1em;
}
main.simTop .txtCaution2 .ttl {
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  color: #ff0000;
}
main.simTop .txtCaution2 p {
  margin-top: 12px;
  color: #ff0000;
}


main.simTop .clm2 {
  max-width: 600px;
  margin: 24px auto;
}

main.simTop .clm2 img {
  width: 100%;
}

main.simTop .clm2 > *::before,
main.simTop .clm2 > *::after {
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
main.simTop .clm2 > *::before,
main.simTop .clm2 > *::after {
  top: -12px;
  left: -12px;
}
}/*@media*/

main.simTop .clm2  .sizeS {
  width: 32%;
}

main.simTop .clm2  .sizeL {
  width: 80%;
}

/*main.simTop .clm2 .sizeS::before {
  content: "S";
  font-size: 40px;
  line-height: 48px;
  width: 52px;
  height: 52px;
}

main.simTop .clm2 .sizeL::before {
  content: "L";
  font-size: 44px;
  line-height: 48px;
  width: 56px;
  height: 56px;
}*/
/*IE*/
@media all and (-ms-high-contrast: none) {
	main.simTop .clm2 .sizeS::before {
	  line-height: 56px;
	}
	main.simTop .clm2 .sizeL::before {
	  line-height: 64px;
	}
}

@media screen and (max-width: 768px) {
main.simTop .clm2 .sizeS::before,
main.simTop .clm2 .sizeL::before {
  transform: scale(0.75);
}
}/*@media*/

main.simTop .btnWrap {
  margin: 64px auto 48px;
}

main.simTop .btnType2 {
  width: 400px;
}
@media screen and (max-width: 768px) {
main.simTop .btnType2 {
  width: 280px;
}
}/*@media*/

main.simTop .strFooterSp {
  border-top: 1px solid #ECECEC;
}


/*
 シミュレーション画面
*/

body.simulation {
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
body.simulation {
  padding-top: 64px;
}
}/*@media*/

body.simulation header {
  position: fixed;
  top: 0;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding: 0 0 8px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.15);
}

body.simulation header .ttl {
  color: #fff;
  font-size: 14px;
  background: #003D79;
  padding: 3px;
}
@media screen and (max-width: 768px) {
body.simulation header .ttl {
  font-size: 11px;
}
}/*@media*/

body.simulation header .boxSumArea {
  line-height: 1;
  margin: 10px 16px;
}
@media screen and (max-width: 768px) {
body.simulation header .boxSumArea {
  margin: 4px 8px 8px 8px;

}
}/*@media*/

body.simulation header .boxSumArea > div {
  font-size: 56px;
  width: 120px;
  margin: auto;
}
@media screen and (max-width: 768px) {
body.simulation header .boxSumArea > div {
  font-size: 48px;
  width: 80px;
}
}/*@media*/


body.simulation .meterBox {
  position: relative;
  max-width: 280px;
  width: 100%;
  height: 14px;
  margin: auto;
  background: #DFE6EF;
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
body.simulation .meterBox {
  max-width: 280px;
  height: 10px;
}
}/*@media*/

body.simulation .meter {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 0;
  height: 100%;
  background: #003d79;
  opacity: 0.3;
  -ms-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

body.simulation .meter.pattern2 {
  background: #fd9751;
  opacity: 1;
}

body.simulation .meter.pattern3 {
  background: #ed1c24;
  opacity: 1;
}

body.simulation main {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-top: 56px;
}

body.simulation main h1 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
body.simulation main h1 {
  font-size: 24px;
}
}/*@media*/
@media screen and (max-width: 480px) {
body.simulation main h1 {
  font-size: 20px;
}
}/*@media*/
@media screen and (max-width: 320px) {
body.simulation main h1 {
  font-size: 18px;
}
}/*@media*/

body.simulation main h1 span:nth-of-type(1) {
  color: #E55100;
}

body.simulation main h1 span:nth-last-of-type(1) {
  color: #4E8DD9;
}

body.simulation main > p {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
body.simulation main > p {
  font-size: 11px;
  margin: 8px 0 0;
}
}/*@media*/

body.simulation main > p.arrow {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
body.simulation main > p.arrow {
  margin-bottom: 36px;
}
}/*@media*/

body.simulation main > p.caution::before {
	content: "※";
	color: #ED1C24;
}

body.simulation main > p.arrow::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-top: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
body.simulation main > p.arrow::after {
  width: 16px;
  height: 16px;
}
}/*@media*/

body.simulation main > p.caution span {
	color: #ED1C24;
}

body.simulation main nav {
  position: relative;
  padding: 4px 16px;
  margin: 0 0 8px; 
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
body.simulation main nav {
  font-size: 12px;
  overflow-x: hidden;
}
}/*@media*/

body.simulation main nav li {
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin: 0 40px 0 0; 
}
body.simulation main nav li:nth-last-of-type(1) {
  margin: 0; 
}

body.simulation main nav li::after {
  position: absolute;
  top: -4px;
  bottom: 0;
  right: -16px;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #003D79;
  border-right: 2px solid #003D79;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

body.simulation main h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 0 16px 0 calc(16px + 0.4em);
  margin: 40px 0 24px;
}
@media screen and (max-width: 768px) {
body.simulation main h2 {
  font-size: 18px;
  margin: 24px 0 16px;
}
}/*@media*/

body.simulation main .items + h2 {
  margin-top: 80px
}
@media screen and (max-width: 768px) {
body.simulation main .items + h2 {
  margin-top: 40px
}
}/*@media*/

/*アンカーの位置調整*/
body.simulation main h2::before {
  display: block;
  content: "";
  height: 160px;
  margin-top: -160px;
}

body.simulation .items {
  display:-ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
/*  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;*/

  color: #888;
  font-size: 14px;
  font-weight: bold;
  padding: 0 16px;
  margin: auto;
  width: 100%;
  max-width: 1232px;
}
@media all and (-ms-high-contrast: none) {
	body.simulation .items {
	  padding: 0;
  }
}
@media screen and (max-width: 600px) {
body.simulation .items {
  padding: 0;
}
}/*@media*/

body.simulation .items > * {
  position: relative;
  width: calc(100% / 7);
}
@media screen and (max-width: 1000px) {
body.simulation .items > * {
  position: relative;
  width: calc(100% / 6);
}
}/*@media*/
@media screen and (max-width: 800px) {
body.simulation .items > * {
  position: relative;
  width: calc(100% / 5);
}
}/*@media*/
@media screen and (max-width: 600px) {
body.simulation .items > * {
  position: relative;
  width: calc(100% / 4);
}
}/*@media*/
@media screen and (max-width: 480px) {
body.simulation .items > * {
  position: relative;
  width: calc(100% / 3);
}
}/*@media*/

body.simulation .items label {
  text-align: center;
  border: 2px solid #ffffff;
  outline: solid 2px #EFEFEF;

  display:-ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

body.simulation .items label > .ttl {
  display: block;
  margin: 8px 4px;
  width: 100%;
  height: 3em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
body.simulation .items label > .ttl {
  font-size: 11px;
  margin: 4px;
}
}/*@media*/

body.simulation .items label > .ttl b {
  display: block;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
body.simulation .items label > .ttl b {
  font-size: 10px;
}
}/*@media*/

body.simulation .items label .middle {
  display:-ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-bottom: 1vw;
	width: 100%;
  overflow: hidden;
}

body.simulation .items label .middle > span {
  width: 50%;
}

body.simulation .items label input.itemSum {
  display: inline-block;
  color: #888;
  font-size: 48px;
  text-align: center;
  width: 42%;
  padding: 0;
  background: none;
  border: none;
}
@media screen and (max-width: 768px) {
body.simulation .items label input.itemSum {
  font-size: 36px;
}
}/*@media*/


body.simulation .items label .btns {
  position: relative;
  display:-ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;

  padding: 1px;
  width: 100%;
  border-top: 1px solid #EFEFEF;
}

body.simulation .items label .btns::before,
body.simulation .items label .btns::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: not-allowed;
  display: block;
  width: 50%;
  background: rgba(0,0,0,0.125);
  transition: .2s;
}

body.simulation .items label .btns::before {
  left: 0;
  height: 100%;
}

body.simulation .items label .btns::after {
  right: 0;
  height: 0;
}

body.simulation .items label.on .btns::before {
  height: 0;
}

body.simulation .items label.over .btns::after {
  height: 100%;
}



body.simulation .items label .btn {
  display: inline-block;
  width: 50%;
  height: 48px;
}

body.simulation .items label .btns .plus,
body.simulation .items label .btns .minus {
  position: relative;
  cursor: pointer;
}

body.simulation .items label .btns .plus {
  background: #fff;
}

/*body.simulation .items label .btns .minus {
  background: #DCDCDC;
}*/

body.simulation .items label .btns .plus::before,
body.simulation .items label .btns .plus::after,
body.simulation .items label .btns .minus::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 3px;
  border-top: 3px solid #4E8CD9;
}

body.simulation .items label .btns .minus::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #EFEFEF;
}

body.simulation .items label .btns .plus::after {
  height: 20px;
  transform: translateX(-44%) rotate(90deg);
}

body.simulation .items label .btns .minus::before {
  border-top-color: #888;
}



/*大型荷物*/
body.simulation .items label .large {
  position: relative;
  display: inline-block;
  width: 100%;
}

body.simulation .items label .large > .ttl {
  display: block;
  font-size: 11px;
  text-align: justify;
  padding: 4px;
}
@media screen and (max-width: 768px) {
body.simulation .items label .large > .ttl {
  font-size: 10px;
  line-height: 1.3;
}
}/*@media*/

body.simulation .items label .large > .ttl::before {
  content: "※";
  color: #ED1C24;
}

body.simulation .items label .large > .ttl a {
  text-decoration: underline;
}

/*選択状態*/
body.simulation .items label.on {
  background: #E8F2FC;
}

body.simulation .items label.on .itemSum {
  color: #4E8DD9;
}

body.simulation .items label.on .btn.minus {
  background: #fff;
}

/*積載限度超過*/
/*body.simulation .items label.over .btn.plus {
  background: #DCDCDC;
}*/

body.simulation .items label.over .btn.plus::before,
body.simulation .items label.over .btn.plus::after {
  border-color: #888;
}

/*
  チェックボタン
*/
body.simulation .check {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
body.simulation .check {
  right: 0px;
  bottom: 0px;
  transform: scale(0.65);
}
}/*@media*/


body.simulation .check a {
  display: block;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  width: 120px;
  height: 120px;
  padding: 26px 0 0 0;
  border-radius: 100px;
  background: #4E8DD9;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
  transition: .25s;
}

body.simulation .check a:hover {
  text-decoration: none;
  background: #216dca;
}

body.simulation .check a span {
  font-size: 24px;
  display: block;
}

body.simulation .check.off::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: rgba(0,0,0,0.25);
  cursor: not-allowed;
}


/*
  リセットボタン
*/
body.simulation .reset {
  position: fixed;
  left: 2vw;
  bottom: 2vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
body.simulation .reset {
  left: 0px;
  bottom: 0px;
  transform: scale(0.5);
}
}/*@media*/

body.simulation .reset a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  width: 80px;
  height: 80px;
  padding: 24px 0 0 0;
  border-radius: 100px;
  background: #a0a0a0;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
  transition: .25s;
} 

body.simulation .reset a:hover {
  text-decoration: none;
  background: #216dca;
}



/*
  footer
*/
body.simulation footer {
  margin: 80px 0 0;
}

body.simulation footer a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  background: #003d79;
  transition: .25s;
}
@media screen and (max-width: 768px) {
body.simulation footer a {
  font-size: 16px;
  padding: 12px 0;
}
}/*@media*/


body.simulation footer a:hover {
  text-decoration: none;
  background: #0a4d8e;
}


/*
  選択項目確認画面
*/
body.simulation .featherlight-content {
  padding: 24px;
}
@media screen and (max-width: 768px) {
body.simulation .featherlight-content {
  padding: 24px 12px;
}
}/*@media*/

body.simulation #checkInside {
  display: none;
  width: 400px;
  max-height: 72vh;
}
@media screen and (max-width: 768px) {
body.simulation #checkInside {
  width: 280px;
  max-height: 64vh;
}
}/*@media*/

body.simulation #checkInside.featherlight-inner {
  display: block;
}

body.simulation #checkInside h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
body.simulation #checkInside h4 span:nth-of-type(1) {
  color: #E55100;
}
body.simulation #checkInside h4 span:nth-of-type(2) {
  color: #4E8DD9;
}

body.simulation #checkInside .countArea {
  text-align: center;
/*  margin: 8px 0 0;*/
}

body.simulation #checkInside .countArea > div {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  width: 80px;
  margin:auto;
}

body.simulation #checkInside .countArea > span {
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin-top: -12px;
}

body.simulation #checkInside .icoArea {
  text-align: center!important;
  margin: 4px 0 16px;
}

/*body.simulation #checkInside .icoArea > div {
  width: 50%;
}*/

body.simulation #checkInside .icoArea img {
  display: inline-block;
  width: 64px;
  opacity: 0;
}

body.simulation #checkInside .icoArea .sizeSIco img {
  width: 56px;
}

body.simulation #checkInside .icoArea .sizeLIco img {
  width: 64px;
}

body.simulation #checkInside h5 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

body.simulation #checkInside h5.selectTtl {
  color: #fff;
  padding: 2px 0;
  background: #003d79;
}

body.simulation .selectItems {
  margin: 0 0 40px;
}

body.simulation .selectItems > div {
  display: none;
}

body.simulation #checkInside .selectItems h6 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25em;
  margin: 24px 0 4px;
  /* border-top: 1px solid #EDEDED; */
}
@media screen and (max-width: 768px) {
body.simulation #checkInside .selectItems h6 {
  font-size: 15px;
}
}/*@media*/


body.simulation #checkInside .selectItems div:nth-of-type(1) h6 {
  margin-top: 12px;
}

body.simulation #checkInside .addArea .btnVal,
body.simulation #checkInside .addArea .btns {
  display: none;
}

body.simulation #checkInside .addArea label {
  width: 100%;
  /* margin-top: 24px; */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  position: relative;
  height: 48px;
  border-top: 1px solid #E8F2FC;
  background: #f6fbff;
}

body.simulation #checkInside .addArea label:nth-last-of-type(1) {
  border-bottom: 1px solid #EDEDED;
}

body.simulation #checkInside .addArea label .ttl {
  /*width: calc(100% - 72px);*/
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 72px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
body.simulation #checkInside .addArea label .ttl {
  font-size: 13px;
}
}/*@media*/

body.simulation #checkInside .addArea label .ttl b {
  display: block;
}

body.simulation #checkInside .addArea label .middle {
  width: 16%;
  margin: 0 8px 0 0;
}

body.simulation #checkInside .addArea label .middle > span:nth-of-type(1) {
  position: absolute;
  left: 8px;
  top: 4px;
}

body.simulation #checkInside .addArea label .middle img {
  width: 40px;
}

body.simulation #checkInside .addArea label .middle input {
  display: inline-block;
  color: #4e8dd9;
  font-size: 28px;
  text-align: right;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
}

body.simulation #checkInside .under {
  text-align: center;
  border-radius: 4px;
  background: #f7f7f7;
}
body.simulation #checkInside .under > div {
	padding: 22px 24px 36px;
}
body.simulation #checkInside .under > div.kekka_box {
	padding: 0 24px 36px;
}
body.simulation #checkInside .under p {
  font-size: 13px;
  text-align: justify;
}

body.simulation #checkInside .under .btn a,
body.simulation #checkInside .under button.submit {
  color: #fff;
  background: none;
}

body.simulation #checkInside .under .btn a:hover,
body.simulation #checkInside .under button.submit:hover {
  text-decoration: none;
}

body.simulation #checkInside .under .btnType2 {
  margin: 0 0 4px;
  padding: 1em;
  cursor: pointer;
  border-radius: 5px;
  -webkit-appearance: none;
}
/*body.simulation #checkInside .under .btnType3 {
  margin: 0 0 64px;
}*/

body.simulation #checkInside .under .sp {
  display: none;
}
@media screen and (max-width: 768px) {
body.simulation #checkInside .under .sp {
  display: block;
}
}/*@media*/

body.simulation #checkInside .closeBtn {
  text-align: center;
  padding: 24px 0;
}

body.simulation #checkInside .closeBtn .btnType4 {
  max-width: 160px;
}


/*
  エラー画面
*/
body.simulation #overError {
  display: none;
  max-width: 300px;
}

body.simulation #overError.featherlight-inner {
  display: block;
}

body.simulation #overError .ico {
  text-align: center;
}

body.simulation #overError .ico svg {
  width: 80px!important;
  height: 80px!important;
}

body.simulation #overError mark {
  font-weight: bold;
  /*background: #e55100;*/
}

body.simulation #overError .btnType2 {
  display: block;
  margin: 36px auto 16px;
  width: 240px;
}

body.simulation #overError .btnType2 a {
  color: #fff;
}

body.simulation #overError .btnType2 a:hover {
  text-decoration: none;
}


/*
  点滅アニメーション
*/
.blinking{
  -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*
  フェードイン
*/
.fadeIn {
   opacity: 0;
   animation-name: fadeIn;
   animation-duration: .2s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadeIn {
   0% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
}

/*開発用*/
body .btnVal {
  display: none;
  /*display: inline-block;*/
  color: #ccc;
  position: absolute;
  right: 4px;
  top: 0;
  text-align: right;
  background: none;
  border: none;
  width: 4em;
  height: auto;
  margin: 0;
  padding: 0;
}

body .totalCount {
  display: none;
  /*display: inline-block;*/
  color: yellow;
  font-size: 16px;
  position: absolute;
  right: 4px;
  top: 0;
  text-align: right;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/*================*/
body.simulation #checkInside .under:nth-of-type(n+2) {
	margin-top: 10px;
}
.address_label_from.ttlType3,
.address_label_to.ttlType3 {
	width: auto;
	display: block;
	text-align: left;
    padding: 0 0 3px 10px;
	font-size: 16px;
}
.address_label_to.ttlType3 {
	margin-top: 50px;
}
.address_list_from,
.address_list_to {
	font-size: 1em;
	font-weight: bold;
	padding: 14px;
	border: solid 1px #003d79;
	color: #003d79;
	width: 70%;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
}
.address_from,
.address_to {
	position: relative;
	text-align: left;
}
.address_from::before,
.address_to::before {
	content: "";
	position: absolute;
	top: 35%;
	right: 10%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #003d79;
	border-right: 2px solid #003d79;
	-webkit-transform: rotate(134deg);
	transform: rotate(134deg);
	pointer-events: none;
}
.address_from > select,
.address_to > select {
	width: 100%;
}
.kekkaJyusho {
	text-align: left;
	margin-bottom: 24px;
}
.kekkaJyusho .text_from_disp,
.kekkaJyusho .text_to_disp,
.kekkaSize .text_sSize_disp,
.kekkaSize .text_lSize_disp,
.kekkaPrice .text_ryoukin {
	border: none;
    background: none;
    max-width: 100%;
	padding: 0;
}
.kekkaJyusho .text_from_disp,
.kekkaJyusho .text_to_disp {
	width: 7em;
	font-size: 14px;
}
.kekkaSize .text_sSize_disp,
.kekkaSize .text_lSize_disp {
	width: 1em;
	font-size: 16px;
    text-align: right;
}
.kekkaPrice .text_ryoukin {
	width: 5em;
    font-size: 22px;
    text-align: right;
    padding-right: 5px;
}
.kekkaJyusho .searchcondition_label_to,
.kekkaJyusho .searchcondition_label_from {
	width: 52%;
	text-align: right;
	display: inline-block;
}
.kekkaJyusho .searchcondition_label_to {
	margin-left:0;
}
.addressArrow,
.searchcondition_label_arrow {
	position: relative;
}
.addressArrow span {
	display: inline-block;
	height: 13px;
	width: 13px;
	background-color: #003d79;
	position: absolute;
	top: -35px;
	left: 49%;
	margin-top: 30px;
}
.addressArrow span::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: -7.6px;
	top: 13px;
	border-top: 14px solid #003d79;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
}
/*.searchcondition_label_arrow::before {
	content: "";
	position: absolute;
	top: -13px;
	left: 16px;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left: 8px solid #555;
}*/
.searchcondition_label_arrow {
	position: relative;
	display: block;
	width: 0;
    height: 0;
    border-style: solid;
	top: 0;
    left: 50%;
    margin-left: -8px;
    border-width: 6px 6px 6px 6px;
    border-color: #003d79 transparent transparent transparent;
    margin-right: 0px;
    margin-top: 5px;
}
.searchcondition_label_to {
	margin-left: 38px;
}
.kekkaSize .kekka,
.kekkaPrice.kekka {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
.kekkaPrice {
	background: #fff;
	padding: 10px;
	font-weight: bold;
}
.kekkaPrice label {
	font-size: 12px;
	margin-bottom: 5px;
}
.kekkaPrice label.fare_label_Lsize_yen {
	font-size: 12px;
}
body.simulation #checkInside .under .kekka.kekkaPrice p {
	font-size: 24px;
	width: 4.5em;
	text-align: right;
}
body.simulation #checkInside .under .kekka p {
	font-size: 16px;
	margin: 0;
}
body.simulation #checkInside .under .kekkaSize {
	margin-bottom: 24px;
}
body.simulation #checkInside .under .kekkaSize > p {
	margin-bottom: 0;
	text-align: center;
	font-size: 16px;
    margin-bottom: 8px;
}
.btn.btnType2#search {
	padding: 1em;
}
.btn.btnType2#search:after {
    background-image: none;
}
.simulation_img {
	position: relative;
}

.simulation_img:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    padding-right: 5px;
    width: 130px;
    height: 130px;
    right: 10%;
    bottom: 0;
    display: inline-block;
    background-image: url(../../../../img/moving-s/tanshinpack-s-l/simulation/index_ic01.png);
    background-size: contain;
}
@media screen and (max-width: 490px) {
	.simulation_img:after {
		width: 80px;
		height: 80px;
	}
}
#msg_ryoukin {
	color: #E55100;
	font-weight: bold;
}



/*2023シミュレーター変更*/
body.simulation #checkInside .simulator {
  width: 92%;
  margin: 0 auto 40px;
  background: #fff;
  border: 8px solid #003d79;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
body.simulation #checkInside .simulator {
  width: 100%;
  border: 4px solid #003d79;
}
}/*@media*/


body.simulation #checkInside .simulator .smInner {
  padding: 12px;
}

body.simulation #checkInside .simulator .ttl01 {
  color: #fff;
  padding: 0 0 8px;
  background: #003d79;
}

body.simulation #checkInside .simulator .txt {
  font-size: 15px;
  font-weight: bold;
  margin:-8px 0 8px;
}
@media screen and (max-width: 768px) {
body.simulation #checkInside .simulator .txt {
  font-size: 13px;
}
}/*@media*/


body.simulation #checkInside .simulator .txt span {
  font-size: 10px;
}

body.simulation #checkInside .simulator .txt span b {
  color: red;
}

body.simulation #checkInside .simulator .text_zip {
  width: 200px;
}
@media screen and (max-width: 768px) {
body.simulation #checkInside .simulator .text_zip {
  width: 140px;
}
}/*@media*/

body.simulation #checkInside .simulator .smWrap01 {
  position: relative;
}

body.simulation #checkInside .simulator .smWrap02 {
    font-size: 13px;
    margin: 0px 0 24px;
    border-bottom: 2px double #888888;
}

body.simulation #checkInside .simulator .smWrap02 span {
    display: block;
    font-weight: bold;
    margin-top: 6px;
}

body.simulation #checkInside .simulator .smWrap02 input[type="text"] {
    width: 100%;
    font-size: 14px;
    color: #666;
    border: none;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
body.simulation #checkInside .simulator .smWrap02 input[type="text"] {
    font-size: 12px;
    padding: 0.5em 0;
}
}/*@media*/

body.simulation #checkInside .simulator .smWrap03 {
    font-size: 13px;
    font-weight: bold;
    padding: 12px;
    margin: -12px 0 24px;
    border: 4px dashed #E55100;
}

body.simulation #checkInside .simulator .smWrap03 > div {
}


body.simulation #checkInside .simulator .smWrap04 {
    font-size: 12px;
    padding: 12px;
    margin-top: 24px;
    background: #f7f7f7;
}

body.simulation #checkInside .simulator .smWrap04 p:first-child {
    margin: 0;
}

body.simulation #checkInside .simulator .smWrap05 input[type="text"] {
    border: none;
}

body.simulation #checkInside .simulator .smWrap05 .box {
    text-align: center;
    margin-top: -12px;
}

body.simulation #checkInside .simulator .smWrap05 .box input[type="text"] {
    color: #E55100;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    width: 2em;
    padding: 4px;
}

body.simulation #checkInside .simulator .smWrap05 .smWrap02 {
    margin-top: -16px;
}

body.simulation #checkInside .simulator .smWrap05 .smWrap02 input[type="text"] {
    font-size: 40px;
    font-weight: bold;
    width: 80%;
    padding: 0 0 0 12px;
}

body.simulation #checkInside .simulator .smWrap05 .smWrap02 span:nth-last-of-type(1) {
    display: inline-block;
}

body.simulation #checkInside .simulator .zipIcon {
  font-weight: bold;
/*  color: rgb(149 42 64);;*/
}

body.simulation #checkInside .simulator .zipSearch {
    display: inline-block;
    color: #888888;
    font-size: 11px;
    font-weight: bold;
    padding: 12px 8px;
    text-decoration: underline;
    position: absolute;
    top: 4px;
    right: 0;
}
@media screen and (max-width: 768px) {
body.simulation #checkInside .simulator .zipSearch {
  font-size: 10px;
  padding: 12px 4px;
}
}/*@media*/

body.simulation #checkInside .simulator .zipSearch:hover {
  color: #4E8DD9;
}

body.simulation #checkInside .simulator .zipSearch:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: #ECECEC;
  position: absolute;
  top: 0;
  left: -4px;
}

body.simulation #checkInside .simulator .zipSearch img {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}

body.simulation #checkInside .simulator .btnResult input {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    width: 120px;
    padding: 10px;
    border-radius: 3px;
    background: #4E8DD9;
    margin: 0 auto 32px;
    transition: .25s;
    cursor: pointer;
}

body.simulation #checkInside .simulator .btnResult input:hover {
    background-color: #216dca;
}
.fukidashi {
  position: relative;
  text-align: center;
  margin: 1.5em auto 2em;
  padding: 12px;
  background-color:  #1A005D;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 50px;
}
.fukidashi:before{
  position: absolute;
  content: '';
  top: 100%;
  left: calc(50% - 15px);
  border: 15px solid transparent;
  border-top: 15px solid #1A005D;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
.fukidashi {
  font-size: 1.8rem;
  }
}
