@charset "utf-8";
/* CSS Document */
/*---------------------------------------ページタイトル*/
.cloud_fnctitle {
  width: 100%;
  background: linear-gradient(to right, #065fe3 0, #003da3 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding: 40px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cloud_fnctitle {
    margin-top: 70px;
    font-size: 36px;
    height: 145px;
  }
}
/*---------------------------------------------------コンテンツ装飾*/
#faq_mottel {
  padding-bottom: 30px;
}
#faq_mottel p {
  margin-bottom: 20px;
}
#faq_mottel [id^="ys"], [id*=" ys"] {
  clear: both;
  margin-top: -130px;
  padding-top: 150px;
}
#faq_mottel #main_content ul li.col-lg-4 a {
  display: block;
  height: auto;
  background: #fff;
  margin: 10px 0 0 0;
  padding: 10px;
  color: #003da3;
  border: 1px solid #003da3;
  border-radius: 6px;
}
#faq_mottel #main_content ul li.col-lg-4 a:hover {
  height: auto;
  background: #003da3;
  padding: 10px;
  color: #fff;
  border: 1px solid #003da3;
  transition: 0.5s;
}
#faq_mottel #main_content ul li.col-lg-4 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 70%;
  margin-top: -0.5em;
  left: 88%;
  width: 0.5em;
  height: 0.5em;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #003da3;
}
#faq_mottel #main_content ul li.col-lg-4 a:hover:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}
dl.faq dd {
  display: none;
  padding: 5px;
}
dl.faq dt {
  display: block;
  cursor: pointer;
  background: #ffffff;
  padding: 5px 1.5em 5px 5px;
  position: relative;
  border-radius: 6px;
}
dl.faq dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.1em;
  left: 92%;
  width: 0.5em;
  height: 0.5em;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #003da3;
}
@media print, screen and (min-width:768px) {
  dl.faq dt:after {
    left: 95%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #003da3;
  }
}
#faq_mottel section dl {
  display: block;
  margin: auto;
}
#faq_mottel .dotted_midashi {
  border-bottom: 2px dotted #999;
  font-size: 130%;
  text-align: left;
  margin: 20px 0;
  color: #003da3;
}
dl.faq dd a {
  color: #FF3366;
  font-weight: bold;
  text-decoration: underline;
}
dl.faq dd a:visited {
  color: #FF3366;
}
/*----------------------------------------------------------*/
.faq * {
  text-align: left;
}
.faq small {
  font-weight: normal;
}
.ekichika {
  font-weight: bold;
  color: #ff761a;
  margin-top: 25px;
}
.faq dt, .faq dd {
  display: table;
  width: 100%;
}
.faq dt {
  margin-bottom: 20px;
}
.faq dd {
  border-bottom: 0px solid #777;
  /*padding-bottom:30px;*/
  margin-bottom: 20px;
}
.faq_th {
  display: table-cell;
  width: 60px;
  vertical-align: top;
}
.faq_td {
  display: table-cell;
  padding-top: 7px;
}
.icon_q, .icon_a {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 42px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.icon_q {
  background: #7ba8f0 none repeat scroll 0 0;
}
.icon_a {
  background: #f8c161 none repeat scroll 0 0;
}