/*
Theme Name: lightning-pro Child
Template: lightning-pro
*/

@font-face {
  font-display: swap;
}

body,
p {
font-family: "游ゴシック", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;font-weight:500 !important;
}
h1,h2,h3 {
font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;font-weight:500 !important;
}

li.next a{
text-align: right;
}

ooter .sectionBox {
display:none !important;
}

footer .copySection {
display:block !important;
border-top:none !important;
}

input.form-control {
	width: 85% !important;
	max-width:600px!important;
	min-width:200px!important;
}

input#pass1,
input#pass2,
input#siteguard_captcha{
	width: 200px !important;
}

/*3PRセクション　画像を大きく*/
.prBlock .prBlock_image {
width:100% !important;
max-width:400px !important;
margin-left:auto !important;
margin-right:auto !important;
height:auto !important;
border-radius:10% !important;
margin-bottom:20px;
}

.prBlock .prBlock_image img {
width:100% !important;
max-width:400px !important;
height:auto !important;
}

/*3PRセクション　文字*/
.prBlock_title {
background-color:#02c676;
color:#fff;
font-weight:bold;
padding:10px 0;
}

.prBlock_summary {
text-align:left !important;
margin-top:25px;
}

.prBlock .prBlock_image {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
/*3PRセクションここまで*/


.ewd-ufaq-post-margin-symbol {
    display:none;
    }
.ufaq-faq-title {
    background-color:#1a359c;
    }
.ufaq-faq-title-text h4 {
    background-color:#1a359c;
    color:#fff;
    }
.ufaq-faq-list .veu_contact {
    display:none;
    }
.ufaq-faq-list .veu_socialSet {
    display:none;
    }

.ufaq-faq-body {
    border:solid 1px #1a359c;
    border-top:none;
    padding-top:30px !important;
    padding-left:10px;
    }

/*注釈ポップアップ */
.popup-dict {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  border-bottom: 1px dotted #ddd;
}

.popup-dict:after {
  content: '?';
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -2px;
  right: -10px;
  background-color: #d52020;
  transform: scale(-70%);
  border-radius: 50%;
}

.popup-dict span {
  display: none;
  font-size: 14px;
  line-height: 1.4;
  min-width: 100px;
  padding: 10px;
  position: absolute;
  bottom: 2.2em;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 5px;
}

.popup-dict span:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -7.5px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background-color: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.popup-dict:hover span {
  display: block;
  animation: animShow 0.2s linear forwards;
}

.popup-dict span:hover {
  display: none !important;
}

@keyframes animShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* レスポンシブテーブル */
.table1{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  width: 100%;
}
.table1 th,
.table1 td{
  border: 1px solid #999;
  padding: 1em;
}
.table1 th{
  background: #eee;
  color: #666;
  font-weight: bold;
}
@media (max-width: 650px) {
    .table1{
      width: 100%;
    }
    .table1 th,
    .table1 td{
      display: block;
    }
    .table1 th,
    .table1 td{
      border-top: none;
      text-align: center;

    }
    .table1 tr:first-child th{
      border-top: 1px solid #999;
    }
  }

#cbb,#cbb a{
  color: #eee;

}

