@charset "UTF-8";

/****************************************
toolSchedulePage
****************************************/
.mt0 {
	margin-top: 0;
}
.mb30 {
	margin-bottom: 30px;
}
.tool-section__section {
    margin-top: 0;
}



.faq-list {
  width: 100%;
  /* border: 3px #122B88 solid; */
  border-top: none;
	color: #333;
	font-weight: 400;
}
@media screen and (max-width: 900px) {
	.faq-list {
		margin-bottom: 30px;
	}
}
.faq-list > div:nth-child(1) {
  min-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
	.faq-list > div:nth-child(1) {
		align-items: flex-start;
	}
}
.faq-list > div:nth-child(1) span {
}

.faq-list > div:nth-child(1) span:nth-child(1) {
  padding-left: 15px;
  font-size: 1.8rem;
  font-weight: bold;
	color: #005282;
}

.faq-list > div:nth-child(1) span:nth-child(2) {
  width: 87%;
  padding: 0 25px;
}
@media screen and (max-width: 900px) {
	.faq-list > div:nth-child(1) span:nth-child(2) {
	  padding: 0 10px;
		line-height: 1.6;
	}
}
.faq-list > div:nth-child(1) .toggle-button {
  border-top: none;
  border-right: none;
  border-bottom: none;
  background-color: transparent;
  cursor: pointer;
  min-width: 100px;
  min-height: 60px;
  /* border-left: 3px #122B88 solid; */
  border-left: none;
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-transform-origin: center center 0;
  transform-origin: center center 0;
}
.faq-list > div:nth-child(1) .toggle-button::after {
  content: "";
  border-top: 3px solid #005282;
  border-right: 3px solid #005282;
  top: 50%;
  right: 40px;
  position: absolute;
  width: 17px;
  height: 17px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 0.4s;
  margin-top: -1em;
}
@media screen and (max-width: 900px) {
	.faq-list > div:nth-child(1) .toggle-button {
	  min-width: 50px;
	}
	.faq-list > div:nth-child(1) .toggle-button::after {
	  right: 10px;
	}
}
.faq-list > div:nth-child(1) .toggle-button.open::after {
  top: 50% !important;
  -ms-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
  margin-top: 0;
}

/* .faq-list-top {
  border-top: 3px #122B88 solid;
} */

.faq-answer {
  display: none;
}

.faq-answer > div {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  background-color: #005282;
  /* border-top: 3px #122B88 solid; */
}

.faq-answer > div > .a {
  width: 52px;
  padding-left: 25px;
  padding-top: 30px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
}

.faq-answer > div > div {
  width: 100%;
  font-weight: normal;
  color: #fff;
	line-height: 1.8;
  margin: 20px 40px 20px 25px;
}

.faq-answer a {
	text-decoration: underline;
}

.faq-answer sup {
  font-size: 0.8em;
  vertical-align: top;
}

.dark-tooltip {
  display: none;
  position: absolute;
  z-index: 99;
  text-decoration: none;
  font-weight: normal;
  height: auto;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 690px) {
  .dark-tooltip {
    left: 0 !important;
    right: 0 !important;
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.dark-tooltip.small {
  padding: 4px;
  font-size: 12px;
  max-width: 150px;
  border-radius: 2px;
}

.dark-tooltip.medium {
  padding: 10px;
  font-size: 14px;
  max-width: 200px;
  border-radius: 4px;
}

.dark-tooltip.large {
  padding: 16px;
  font-size: 16px;
  max-width: 250px;
  border-radius: 6px;
}

/* Tips */
.dark-tooltip .tip {
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  transform: scale(1.01);
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0px;
}

.dark-tooltip.south .tip {
  left: 50%;
  top: 100%;
}

.dark-tooltip.west .tip {
  left: 0;
  top: 50%;
}

.dark-tooltip.north .tip {
  left: 50%;
  top: 0;
}

.dark-tooltip.east .tip {
  left: 100%;
  top: 50%;
}

.dark-tooltip.south.small .tip {
  border-width: 7px 5px 0 5px;
  margin-left: -5px;
}

.dark-tooltip.south.medium .tip {
  border-width: 8px 6px 0 6px;
  margin-left: -6px;
}

.dark-tooltip.south.large .tip {
  border-width: 14px 12px 0 12px;
  margin-left: -12px;
}

.dark-tooltip.west.small .tip {
  border-width: 5px 7px 5px 0;
  margin-left: -7px;
  margin-top: -5px;
}

.dark-tooltip.west.medium .tip {
  border-width: 6px 8px 6px 0;
  margin-left: -8px;
  margin-top: -6px;
}

.dark-tooltip.west.large .tip {
  border-width: 12px 14px 12px 0;
  margin-left: -14px;
  margin-top: -12px;
}

.dark-tooltip.north.small .tip {
  border-width: 0 5px 7px 5px;
  margin-left: -5px;
  margin-top: -7px;
}

.dark-tooltip.north.medium .tip {
  border-width: 0 6px 8px 6px;
  margin-left: -6px;
  margin-top: -8px;
}

.dark-tooltip.north.large .tip {
  border-width: 0 12px 14px 12px;
  margin-left: -12px;
  margin-top: -14px;
}

.dark-tooltip.east.small .tip {
  border-width: 5px 0 5px 7px;
  margin-top: -5px;
}

.dark-tooltip.east.medium .tip {
  border-width: 6px 0 6px 8px;
  margin-top: -6px;
}

.dark-tooltip.east.large .tip {
  border-width: 12px 0 12px 14px;
  margin-top: -12px;
}

/* confirm */
.dark-tooltip ul.confirm {
  list-style-type: none;
  margin-top: 5px;
  display: inline-block;
  margin: 0 auto;
}

.dark-tooltip ul.confirm li {
  padding: 10px;
  float: left;
  margin: 5px;
  min-width: 25px;
  border-radius: 3px;
}

/* themes */
.dark-tooltip.dark {
  background-color: #1B1E24;
  color: #fff;
}

.dark-tooltip.light {
  background-color: #ebedf3;
  color: #1B1E24;
}

.dark-tooltip.dark.south .tip {
  border-color: #1B1E24 transparent transparent transparent;
  _border-color: #1B1E24 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.dark-tooltip.dark.west .tip {
  border-color: transparent #1B1E24 transparent transparent;
  _border-color: #000000 #1B1E24 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.dark-tooltip.dark.north .tip {
  border-color: transparent transparent #1B1E24 transparent;
  _border-color: #000000 #000000 #1B1E24 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.dark-tooltip.dark.east .tip {
  border-color: transparent transparent transparent #1B1E24;
  _border-color: #000000 #000000 #000000 #1B1E24;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.dark-tooltip.light.south .tip {
  border-color: #ebedf3 transparent transparent transparent;
  _border-color: #ebedf3 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.dark-tooltip.light.west .tip {
  border-color: transparent #ebedf3 transparent transparent;
  _border-color: #000000 #ebedf3 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.dark-tooltip.light.north .tip {
  border-color: transparent transparent #ebedf3 transparent;
  _border-color: #000000 #000000 #ebedf3 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.dark-tooltip.light.east .tip {
  border-color: transparent transparent transparent #ebedf3;
  _border-color: #000000 #000000 #000000 #ebedf3;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.dark-tooltip.dark ul.confirm li {
  background-color: #416E85;
}

.dark-tooltip.dark ul.confirm li:hover {
  background-color: #417E85;
}

.dark-tooltip.light ul.confirm li {
  background-color: #C1DBDB;
}

.dark-tooltip.light ul.confirm li:hover {
  background-color: #DCE8E8;
}

.dark-tooltip.dark.south .tip {
  display: none;
}

.dark-tooltip.medium {
  padding: 0;
}

.dark-tooltip.dark {
  background-color: transparent;
  color: inherit;
  z-index: 100;
}

/* tooltip style
---------------------------------------*/
.toolTip {
  position: relative;
}

.toolTip .linkArrow {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
  margin-bottom: 0;
  background-position: left 2px;
  color: #fff;
}

.tipBalloon {
  display: none;
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 400px;
  box-sizing: border-box;
  background: #fff;
  padding: 15px 15px 18px;
  border: 1px solid #005282;
  margin-bottom: 20px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.12);
  z-index: 5;
}

@media only screen and (max-width: 690px) {
  .tipBalloon {
    width: inherit;
  }
}

.tipBalloon:after {
  position: absolute;
  left: 24px;
  bottom: -19px;
  display: block;
  content: "";
  width: 17px;
  height: 19px;
}

.tipBalloon dt {
  padding-left: 25px;
  line-height: 1.57143;
  padding-top: 3px;
  color: #005282;
  margin-bottom: 5px;
  font-weight: bold;
}

.tipBalloon dd {
  font-size: 16px;
	line-height: 1.8;
  line-height: 1.33333;
}

.tipBalloon {
  display: block;
  position: static;
  margin-bottom: 5px;
}

.tipBalloon:after {
  display: none;
}

.tipBalloon dt {
  background: none;
  font-size: 18px;
  line-height: 1.15385;
  padding-left: 0;
}

.tipText {
  display: inline-block;
}

.tipWrap {
  display: none;
}

.tipText {
  color: #fff;
  text-decoration: none;
}

a.tipText:hover {
  color: #1A0DAB;
  text-decoration: none;
}

.tipText.blue {
  color: #005282;
}

a.tipText.blue:hover {
  color: #005282;
}

.t_right {
  text-align: right;
  position: relative;
  margin-top: 20px;
}

.t_right > a.linkArrow {
  color: #fff;
  position: relative;
}

.t_right > a.linkArrow::before {
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 0;
  left: -20px;
  position: absolute;
  width: 7px;
  height: 7px;
  margin-top: 6px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.4s;
}

.step-container {
  display: -ms-flexbox;
  display: flex;
}
