@charset "UTF-8";
body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

#simulation {
  padding-bottom: 3rem;
  /*width: 90%;*/
  margin: auto;
}
#simulation html,
#simulation body,
#simulation div,
#simulation span,
#simulation object,
#simulation iframe,
#simulation h1,
#simulation h2,
#simulation h3,
#simulation h4,
#simulation h5,
#simulation h6,
#simulation p,
#simulation em,
#simulation img,
#simulation small,
#simulation strong,
#simulation sub,
#simulation sup,
#simulation b,
#simulation i,
#simulation dl,
#simulation dt,
#simulation dd,
#simulation ol,
#simulation ul,
#simulation li,
#simulation aside,
#simulation figure,
#simulation section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
#simulation a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#simulation img {
  width: 100%;
  height: auto;
}
#simulation .sp {
  display: block;
}
#simulation .pc {
  display: none;
}
#simulation .kan415 {
  font-family: '漢字タイポス415', 'Kan415Typos', sans-serif;
  font-weight: 400;
  font-style: normal;
}
#simulation h2 {
  font-size: 0;
  width: 90%;
  margin: auto;
}
#simulation #self h3 {
  color: #fff;
  background-color: #00B5D1;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  display: flex;
  justify-content: center;
}
#simulation #self h3 span {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  padding: 0.2rem 0 0.6rem 0;
  background-image: url(../../images/icon_ship.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.8rem auto;
  width: 12em;
}
#simulation .self_contents {
  border: solid 0.2rem #00B5D1;
  border-top: none;
  padding: 1rem 1rem 0;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
#simulation .self_contents p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
#simulation .self_contents .about {
  font-size: 0.8rem;
  margin-bottom: 0.1rem;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
	#simulation .self_contents .about.last-line {
	  margin-bottom: 0.5rem;
	}
#simulation .self_contents .about:last-of-type {
  margin-bottom: 1.5rem;
}
#simulation .self_contents ul {
  list-style-type: none;
  font-size: 1.1rem;
}
#simulation .self_contents ul dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
#simulation .self_contents ul dl dt {
  width: 25%;
  text-align: right;
  padding-right: 1rem;
  box-sizing: border-box;
}
#simulation .self_contents ul dl dd {
  width: 75%;
}
#simulation .self_contents ul select {
  font-size: 1.1rem;
  border: solid 0.1rem #CBCBCB;
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
  margin: 0;
  box-sizing: border-box;
  border: none;
  background-color: rgba(1, 181, 209, 0.2);
  -webkit-appearance: none;
          appearance: none;
  background-image: url(../../images/arrow_blue.png);
  background-repeat: no-repeat;
  background-size: 0.8rem auto;
  background-position: right 0.5rem center;
  outline-color: gray;
}
#simulation .radio {
  display: flex;
  padding: 0.5rem 0 0;
}
#simulation .radio li {
  font-size: 1rem;
}
#simulation .radio li:first-of-type {
  margin-right: 1rem;
}
#simulation .radio li input[type=radio] {
  position: relative;
  top: -8px;
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 15px;
  vertical-align: -1.2rem;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0.1rem;
  outline: none;
  border-radius: 10%;
  border-radius: 50%;
}
#simulation .radio li input[type=radio]:checked:before {
  transform: scale(1);
}
#simulation .radio li input[type=radio]:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 2px;
  transform: scale(0);
  transition: all ease-out 250ms;
}
#simulation .radio li input[type=checkbox].blue,
#simulation .radio li input[type=radio].blue {
  border: 2px solid #00B5D1;
}
#simulation .radio li input[type=checkbox].blue:checked,
#simulation .radio li input[type=checkbox].blue:indeterminate,
#simulation .radio li input[type=radio].blue:checked:before {
  background: #00B5D1;
}
#simulation .time {
  display: none;
  margin-top: 1rem;
}
#simulation .self_amount {
  margin-bottom: 1rem;
}
#simulation .door_amount {
  display: none;
  margin-bottom: 1rem;
}
#simulation .door_amount .icon {
  width: 5%;
  margin: 0 auto;
  padding: 0.5rem 0;
  line-height: 0;
}
#simulation .price_new {
  background-color: #F1F1F1;
  padding: 1.5rem;
}
#simulation .price_new p {
  font-size: 1rem;
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
  padding-top: 0.5rem;
}
#simulation .price_new dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
#simulation .price_new dl dd {
  margin: 0 auto 1rem;
  width: 80%;
  margin: auto;
}
#simulation .price_new dl dd p {
  text-align: center;
}
#simulation .price_new dl dd p .price_show {
  line-height: 2.5rem;
  background-color: #fff;
  margin: auto;
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
  color: #FF3300;
  padding: 0;
  padding-right: 0.5rem;
  box-sizing: border-box;
  border: solid 0.1rem #CBCBCB;
  display: inline-block;
  width: 80%;
  vertical-align: bottom;
}
#simulation div.price_new.price02 {
  background-color: #cbcbcb;
}
#simulation .price02 h5 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
#simulation .price02 p {
  font-size: 1rem;
  margin-bottom: 0;
  padding-left: 1rem;
  text-indent: -1em;
  padding-top: 0.5rem;
}
#simulation aside {
  margin-top: 1rem;
}
#simulation dl.other {
  padding-bottom: 0.7rem;
}
#simulation dl.other dt {
  background-color: #00B5D1;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.8rem 0 1.4rem;
  border-radius: 0.6rem;
  background-image: url(../../images/down.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em auto;
  transition: 0.5s;
}
#simulation dl.other dt.active {
  background-image: url(../../images/up.svg);
}
#simulation dl.other dt:hover {
  cursor: pointer;
  transform: translateY(1px);
}
#simulation dl.other dd {
  padding: 1.1rem;
  display: none;
}
#simulation dl.other dd p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
#simulation dl.other dl.faq_q {
  display: flex;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
#simulation dl.other dl.faq_q dt {
  background-color: transparent !important;
  padding: 0;
}
#simulation dl.other dl.faq_q dt p {
  background-color: #00CEA1;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  margin-bottom: 0;
}
#simulation dl.other dl.faq_q dd {
  display: block;
  padding: 0 0 0 0.5rem;
  line-height: 1.5;
}
#simulation dl.other dl.faq_a {
  display: flex;
  font-size: 1.1rem;
}
#simulation dl.other dl.faq_a dt {
  background-color: transparent !important;
  margin-bottom: 0;
  padding: 0;
}
#simulation dl.other dl.faq_a dt p {
  background-color: #ff3300;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 0;
}
#simulation dl.other dl.faq_a dd {
  display: block;
  padding: 0 0 0 0.5rem;
  line-height: 1.5;
}
#simulation dl.other dl.faq_a dd span a {
  display: inline-block;
  font-size: 1rem;
}
#simulation dl.other dl.faq_a dd span a:hover {
  opacity: 0.5;
}
#simulation #btn_application a {
  display: block;
  transition: 0.5s;
}
#simulation #btn_application a:hover {
  transform: translateY(1px);
}
#simulation .sample {
  padding: 0 5vw;
}

@media (min-width: 860px) {
  #simulation {
    margin-bottom: 50px;
    width: 800px;
    margin: auto;
  }
  #simulation .m_30 {
    margin-bottom: 30px;
  }
  #simulation .fz16 {
    font-size: 16px !important;
  }
  #simulation .sp {
    display: none;
  }
  #simulation .pc {
    display: block;
  }
  #simulation h2 {
    width: 700px;
    margin: auto;
  }
  #simulation #self h3 span {
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    padding: 0.2rem 0 0.8rem 0;
    background-image: url(../../images/icon_ship.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 45px auto;
    width: 500px;
  }
  #simulation .self_contents {
    border: solid 3px #00B5D1;
    border-top: none;
    padding: 30px 30px 0;
    box-sizing: border-box;
  }
  #simulation .self_contents p {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #simulation .self_contents .about {
    text-align: left;
    font-size: 14px;
  }
  #simulation .self_contents .about:last-of-type {
    margin-bottom: 20px;
  }
  #simulation .self_contents ul {
    list-style-type: none;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #simulation .self_contents ul li {
    width: 48%;
  }
  #simulation .self_contents ul dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  #simulation .self_contents ul dl dt {
    width: 70px;
  }
  #simulation .self_contents ul dl dd {
    width: 280px;
  }
  #simulation .self_contents ul select {
    font-size: 18px;
    border: none;
    width: 280px;
    height: 45px;
    padding: 0 1rem;
    margin: 0;
  }
  #simulation .self_contents .radio {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0 0;
    justify-content: flex-start;
  }
  #simulation .self_contents .radio li {
    font-size: 16px;
  }
  #simulation .self_contents .radio li:first-of-type {
    margin-right: 0;
  }
  #simulation .self_contents .radio li input[type=radio] {
    position: relative;
    top: -9px;
    -webkit-appearance: none;
            appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    vertical-align: -0.8rem;
    transition: all 0.15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0.1rem;
    outline: none;
    border-radius: 10%;
    border-radius: 50%;
  }
  #simulation .self_contents .radio li input[type=radio]:checked:before {
    transform: scale(1);
  }
  #simulation .self_contents .radio li input[type=radio]:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 2px;
    transform: scale(0);
    transition: all ease-out 250ms;
  }
  #simulation .self_contents .radio li input[type=checkbox].blue,
#simulation .self_contents .radio li input[type=radio].blue {
    border: 2px solid #00B5D1;
  }
  #simulation .self_contents .radio li input[type=checkbox].blue:checked,
#simulation .self_contents .radio li input[type=checkbox].blue:indeterminate,
#simulation .self_contents .radio li input[type=radio].blue:checked:before {
    background: #00B5D1;
  }
  #simulation .self_contents .time {
    display: none;
    margin-top: 10px;
  }
  #simulation .self_amount {
    margin-bottom: 30px;
  }
  #simulation .door_amount {
    margin-bottom: 30px;
  }
  #simulation .price {
    padding: 30px;
    box-sizing: border-box;
  }
  #simulation .price p {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 0;
    text-indent: 0;
    padding-top: 10px;
  }
  #simulation .price dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  #simulation .price dl dt {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 1.2;
  }
  #simulation .price dl dd {
    text-align: right;
    display: flex;
    align-items: flex-end;
    width: 50%;
    margin-bottom: 0;
  }
  #simulation .price dl dd p {
    flex: 6.5;
    line-height: 50px;
    background-color: #fff;
    margin: auto;
    text-align: right;
    font-size: 35px;
    font-weight: bold;
    color: #FF3300;
    padding: 0;
    padding-right: 10px;
    box-sizing: border-box;
    border: solid 1px #CBCBCB;
  }
  #simulation .price dl dd ul {
    flex: 3.5;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  #simulation .price dl dd ul li:first-of-type {
    font-size: 10px;
    padding-bottom: 5px;
  }
  #simulation .price dl dd ul li:last-of-type {
    font-size: 18px;
  }
  #simulation .price_new {
    padding: 30px;
    box-sizing: border-box;
  }
  #simulation .price_new p {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 0;
    text-indent: 0;
    padding-top: 10px;
  }
  #simulation .price_new dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  #simulation .price_new dl dt {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    width: 55%;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 1.2;
  }
  #simulation .price_new dl dd {
    width: 45%;
    margin-bottom: 0;
  }
  #simulation .price_new dl dd p {
    padding-top: 0;
  }
  #simulation .price_new dl dd p .price_show {
    line-height: 50px;
    background-color: #fff;
    text-align: right;
    font-size: 35px;
    font-weight: bold;
    color: #FF3300;
    padding: 0;
    padding-right: 10px;
    box-sizing: border-box;
    border: solid 1px #CBCBCB;
  }
  #simulation .price02 {
    margin-bottom: 30px;
  }
  #simulation .price02 h5 {
    font-size: 25px;
  }
  #simulation .price02 p {
    text-align: center;
    padding-bottom: 10px;
  }
  #simulation aside {
    margin-top: 10px;
  }
  #simulation dl.other dt {
    background-color: #00B5D1;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 20px 0 30px;
  }
  #simulation dl.other dd {
    padding: 10px;
  }
  #simulation dl.other dd p {
    text-align: left;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.5;
  }
  #simulation dl.other dl.faq_q {
    display: flex;
    font-size: 20px;
    margin-bottom: 5px;
  }
  #simulation dl.other dl.faq_q dt {
    background-color: transparent !important;
    padding: 0;
  }
  #simulation dl.other dl.faq_q dt p {
    background-color: #00CEA1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
  }
  #simulation dl.other dl.faq_q dd {
    padding: 0 0 0 5px;
    line-height: 1.5;
  }
  #simulation dl.other dl.faq_a {
    display: flex;
    font-size: 20px;
    margin-bottom: 5px;
  }
  #simulation dl.other dl.faq_a dt {
    background-color: transparent !important;
    padding: 0;
  }
  #simulation dl.other dl.faq_a dt p {
    background-color: #ff3300;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
  }
  #simulation dl.other dl.faq_a dd {
    padding: 0 0 0 5px;
    line-height: 1.5;
  }
  #simulation .sample {
    width: 886px;
    margin: auto;
  }
}




/***************
 * 木村加筆部分
 ***************/

/* WP固定ページタイトルを非表示 */
div.c-pageTitleArea {
	display:none;
}

/* 「車両輸送料金シミュレーター」枠 */
#simulation .self_contents {
	background-color: #fff;
}

/* セレクトメニューの位置ずれ対策 */
#simulation ul.choice dd {
	text-indent: 0;
}
	#simulation ul.choice dd select {
		margin-left: -1em;
	}

/* 「出発港」などの位置ずれ対策 */
#simulation .self_contents ul dl dt {
	padding-top: 0.5rem;
	text-align: justify;
}

#simulation ul.choice {
	margin-top: 1rem;
	padding-left: 1rem;
}

/* 「税別」表示の位置ずれ対策 */
@media (min-width: 860px) {
	#simulation .price dl dd ul {
		margin-left: 1.4rem;
	}
}

/* 代行運転の説明文 */
#simulation .self_contents ul li.desc-wrapper {
	width: 100%;
}
	#simulation li.desc-wrapper p {
		font-size: 90%;
		margin: -1em 0 1em 3em;
		text-align: left;
		text-indent: 0;
	}

#simulation #about_driving_cost span.price {
	background-color: transparent;
	padding: 0;
	box-sizing: inherit;
	font-weight: bold;
}

#simulation #about_driving_cost strong {
	font-weight: bold;
}

/* ドアtoドアお見積り金額の表示調整 */
#simulation .price dl dd p {
	padding-left: 0.2em;
}
#simulation #drive_cost {
  white-space: nowrap;
}

#simulation #ferry_cost {
  white-space: nowrap
}

#simulation #cost_total {
  white-space: nowrap
}

/* 運送方法選択ラジオボタンの表示調整 */
#simulation .self_contents .choice ul.radio {
	margin-top: 1rem;
}
#simulation .self_contents .choice .radio li input[type="radio"] {
  top: -11px;
}

/* 代行運転時の小計 */
#simulation div.price {
	background-color: #f1f1f1;
}

/* 代行運転料金の注釈 */
#simulation #about_driving_cost p small {
	font-size: 80%;
}

/* トップページの乱れ対策 */
#simulation .self_contents ul {
	line-height: 1.5;
	text-align: justify;
}
#simulation .self_contents ul li {
	text-indent: -1em;
}
#simulation .self_contents ul dl dt {
	text-indent: -1em;
}

/* 税込価格 */
#simulation .price_new p.price-with-tax {
	text-align: right;
}

/* 説明文 */
#simulation #explain1 {
	font-weight: bold;
}
#simulation #explain3 {
	font-size: 80%;
}

/* 「お見積り・お申し込み」ボタンのアニメーション */
#simulation #btn_application img.pc {
	transition: 0.2s;
}
	#simulation #btn_application img.pc:hover {
		transform: scale(1.1);
	}

/* よくある質問 */
#simulation dl.other dl.faq_q dd,
#simulation dl.other dl.faq_a dd {
	text-align:left
}
#simulation dl.other dd dl.faq_a {
	margin-bottom: 1.5em;
}

/* 「（税別）円」表示 */
#simulation .price_new dl dd p {
	display:flex;
	justify-content:space-between;
}
#simulation .price_yen {
	display:inline-block;
	text-align:center;
	margin: auto 0 0;
}
#simulation .price_yen em {
	display:block;
	font-size:0.5rem;
	text-align:center;
	font-style: normal;
	text-indent: 0;
	white-space: nowrap;
}

/* スマホ用の追加指定 */
@media (max-width: 860px) {
	/* iPhoneでの文字サイズ肥大対策（※効果未確定@2021/02/22） */
	#simulation {
		-webkit-text-size-adjust: 100%;
	}

	/* 金額表示の文字サイズ */
	#simulation .price_new dl dd p .price_show {
		font-size: 1.8rem;
	}

	/* 税込価格 */
	#simulation .price_new p.price-with-tax {
		text-align: center;
		white-space: nowrap;
	}
	/* その他の車種対応の説明 */
	#simulation .price_new p.other-car-types {
		text-align: left;
	}
	/* ラジオボタン位置調整 */
	#simulation .radio li {
		font-size: 0.8rem;
	}
	/* チャットサポートのバルーンを非表示 */
	#chatpluscontent #eye_catcher,
	#chatpluscontent #eye_catcher img {
		display:none;
	}

	/* 「（税別）円」表記のずれ対策 */
	#simulation .price_new dl dd p {
		min-width: 220px;
	}
}
