.btn.btn-primary {
  color:#2e6da4;
}
.btn.btn-primary:hover {
	color:#fff;
}

.veu_contact .contact_bt_subTxt, .veu_contact .contact_bt_txt {
    color: #2e6da4;
}

.veu_contact:hover .contact_bt_subTxt, .veu_contact:hover .contact_bt_txt {
    color: #fff;
}

.gMenu a {
	text-decoration:none;
}

body {
  background-color:#f5f5f5;
}
.siteHeader {
  background-color:#f5f5f5;
}


body,
p {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


.veu_contact .contact_txt_tel {
  font-size:25px;
}
.veu_contact .contact_txt_catch, .veu_contact span.contact_txt_time {
  text-align:center;
}
.veu_contact .contact_frame {
  padding :20px 10px 15px;
}
.veu_contact .contact_txt {
  text-align:center;
  float:none;
}
p {
  font-size:18px;
  line-height:2em;
  padding:0 3em;
}

a {
  text-decoration:underline;
}

.slide-text-title {
  background:rgb(0,0,0,0.2);
  width:62%;
  padding:1.5em 2em;
  font-size:28px;
}
ul.gMenu a {
  background:#f5f5f5;
}
ul.postList {
  background:#fff;
}
.veu_postList ul.postList li {
  padding:1.2em 0 1.2em 3em;
}
.veu_contact a,
.veu_button a,
.wpcf7-form-control  {
  color:#2e6da4;
  background-color:transparent;
  transition: .3s ease-in-out;
  text-decoration:none;
}

.wpcf7-form-control {
  display:block;
}
#pudge-2 {
  padding:5em;
  background:#e5e5e5;
}
#pudge-2 p {
  line-height:3;
  letter-spacing:3px;
  font-weight:100;
  padding:0 1em;
}
#pudge-2 h1 {
  color:#2e6da4;
  font-weight:bold;
  border-bottom:1px dotted #2e6da4;
  font-size:22px;
  padding:0 20px;
}
h3 {
  background-color:transparent;
  border-radius:0;
  border-left:5px solid #45a1cf;
  padding:2px 20px;
  margin-left:2em;
  border-bottom:none;
  box-shadow:none;
  font-weight:bold;
  font-size:20px;
}
.subSection-title:after, h3:after {
    content: none;
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: auto;
    border-bottom: none;
}


h4 {
  padding:0 4em;
  background-color:transparent;
  font-weight:bold;
  font-size:18px;
}
.widget_pageContent h5 + p {
  font-size:16px;
}

small {
  padding:0 0 0 1em;
  text-indent:-0.8em;
  display:block;
}

small:before {
  font-family:'Font Awesome 5 Free';
  content:'\f105';
  font-weight:bold;
  margin-right:5px;
  color:#2e6da4;
}

article.media {
  padding:2em 2em;
}

.mainSection-title, h2 {
  position: relative;
  color: white;
  background: #45A1CF;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  border-top:none;
  margin-bottom:0;
}
.mainSection-title:before, h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  font-weight:bold;
  left : 0.5em;
}
.mainSection-title + p,
h2 + p {
  margin-top:2em;
}
.widget .widget_pageContent ul {
  position:relative;
  background:#fff;
  box-shadow:0 0 0 10px #fff;
  border:dashed 2px #45a1cf;
  padding: 2em 2em 2em 2em;
  list-style-type:none;
  margin-left:auto;
  margin-right:auto;
  margin-top:2.5em;
  width:90%;
}
.widget .widget_pageContent ul li {
  font-size:20px;
  margin-bottom:1.8em;
  padding-left:3em;
  padding-right:3em;
  border-bottom:1px dashed #ccc;
}
.widget .widget_pageContent ul li:last-child {
  margin-bottom:.8em;
}
.widget .widget_pageContent ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left : 2.5em;
  color: #45A1CF;
  font-weight:bold;
}
dl {
  padding :0 0 0 3em;
}
dt {
  background : #E3E3E3;
  padding:.5em 1em;
  border-left:5px solid #45A1CF;
  color:#45A1CF;
  font-weight:normal;
  display:block;
}
dd {
  padding:.5em 1em;
  border-left:none;
  display:block;
}
ul {
  padding:0;
  list-style-type : none;
}
p.profile_text {
  padding:0 1em;
}
table {
  margin: 1em 3em;
}

span.must {
  background:#E6855E;
  color: #fff;
  border-radius: 5px;
  padding: .4em 1em;
}

th {
  width: 20%;
}
td:first-of-type {
  width: 10%;
}

@media (max-width: 768px){
  p {
    font-size:16px;
    padding:0 .5em;
  }
  .slide-text-title {
    background:rgb(0,0,0,.3);
    width:95%;
    font-size:15px;
    text-align:center;
    padding:1em 1.5em;
    margin:0 auto;
  }
  #pudge-2 {
    padding:1em .5em;
  }
  #pudge-2 p {
    line-height:2;
    letter-spacing:2px;
  }
  #pudge-2 h1 {
    font-size:18px;
  }
  .mainSection-title, h2 {
    font-size:18px;
  }
  h3 {
  font-size:16px;
    margin-left:.5em;
  }
  h4 {
    font-size:15px;
    padding:0 1em;
  }
  h5 {
    font-size:14px;
  }
  small {
    padding:0 1em;
  }
  .widget .widget_pageContent ul {
    padding: 1em .5em;
  }

  .widget .widget_pageContent ul li {
    padding-left:1.8em;
    padding-right:.5em;
    font-size:16px;
    margin-bottom:1em;
  }
  .widget .widget_pageContent ul li:before {
    left : .8em;
  }
  dl {
    padding:0;
  }
  ul.postList {
    padding:0;
  }
}

@media screen and (max-width: 768px) {
  .veu_3prArea_image {
    width:100%;
  }
}














