body{
    background-image: url("/wp-content/uploads/2020/01/eye_catch.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:100% auto;
}
.top-bar {
    background-color: #fff;
}
.sec01 {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 80px;
}
.wrap{
  width: 100%;
  background: #f6f6f6;
  //height: 300px;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.bg{
  line-height: 0;
}

.txt h2{
  padding: 0 0 20px !important;
  margin: 0 0 !important;
}
.txt, .bg{
  width: 50%;
  float: left;
  background: #f6f6f6;
  display: inline-block;
  margin: 0 auto;
}
.txt {
  clear: both;
  letter-spacing: 0em;
}
.row {
  margin:10px auto !important;
  text-align:center;
}
.post-main-box {
  width: 80%;
  background: #fff;
  padding: 10px;
  margin: 10px auto;
  display: inline-block;
  border: 1px dashed #ccc;
}
#sec02_02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#sec02_02 .txt, #sec02_02 .bg{
  float: right;
}

.vMid{
  display: inline-block;
  padding: 0 40px;
  vertical-align: middle;
  margin: 0 auto;
  width: 100%;
}
.vMid p {
  display: inline-block;
  margin:10px auto;
}
.col3{
  text-align: center;
}
.col3 li{
  display: inline-block;
  width: 30%;
  padding: 0 1.5%;
  margin-bottom: 0;
  vertical-align: top;
  text-align: left;
}
div.video{
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

@media only screen and (max-width: 900px){
  .txt, .bg{
    width: 100%;
    float: left;
    display: table;
    background: #f6f6f6;
  }
  #sec02_02 .txt, #sec02_02 .bg{
    float: right;
  }
  .vMid{
    display: table-cell;
    padding: 0 100px;
    vertical-align: middle;
  }
  .row {
    margin: 5px 0;
  }
  .post-main-box {
    width: 100%;
  }
  .col-lg-9 {
    line-height: 0.5;
  }
  div.video {
    width: 100%;
  }
}
#mainnav{
  position:fixed;
  top: 0;
  width:100%;
  z-index:500;
}
#mainnav ul{
  text-align: right;
  padding-right: 30px;
}
#mainnav li{
  display: inline-block;
  padding: 45px 10px 20px;
  font-size: 14px;
  font-weight: 300;
}
#mainnav a{
  color: #000;
}
#mainnav.changeNav{
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid #d1d1d1;
}
#mainnav.changeNav li{
  padding: 20px 10px;
}
a#menu{
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 10px;
}
a#menu .close{
  background: transparent;
}
a#menu .close:before, a#menu .close:after{
  margin-top: 0;
}
a#menu .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
a#menu .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.panel{
  width: 100%;
  display: none;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  z-index: 100;
}
#mainnav{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  z-index:500;
}
#mainnav ul{
  border-bottom: 1px solid #ccc;
  background: #fff;
  text-align: left;
}
#mainnav li a{
  position: relative;
  display:block;
  padding:15px 25px;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-weight: 400;
}
#mainnav li a:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
h1 {
  background-color: #FF6589;
  color:#FFF;
}
h3 {
  background-color: #FF6589;  //ff1493;
  color:#FFF;
}
/*voice*/
.voice-list dt {
  width: 95%;
  margin:0 auto;
  margin-top: 1.2rem;
  padding: 1.6rem;
  background-color: #FF6589;  //ff1493;
  color:#FFF;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  border-radius: 6px;
}
.voice-list dd {
  width: 95%;
  margin:0 auto;
  display: none;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #fff;
}
.voice-list dt:after, .voice-list dt.active:after {
    position: absolute;
    right: 16px;
    top: 12px;
}
.voice-list dt:after {
    content: "\f107";
    font-family:'Font Awesome 5 Free';
    color: #fff;
    font-size: 2rem;
    -webkit-text-stroke: 1px #f0f0f0
}
.voice-list dt.active:after {
    content: "\f106";
    font-family:'Font Awesome 5 Free';
    color: #fff;
    font-size: 2rem;
    -webkit-text-stroke: 1px #f0f0f0
}
/*FAQ*/
.faq-list {
  width: 95%;
  margin:0 auto;
}
.faq-list dt:hover {
  color: #333;
}
.faq-list dt {
    margin-top: 1.2rem;
    padding: 1.6rem;
    background-color: #FCEEEB;
    color:#333;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    border-radius: 6px;
}
.faq-list dt:first-child {
    margin-top: 0
}
.faq-list dt:after, .contents_g .faq-list dt.active:after {
    position: absolute;
    right: 16px;
    top: 12px;
}
.faq-list dt:after {
    content: "\f107";
    font-family:'Font Awesome 5 Free';
    color: #333;
    font-size: 2rem;
    -webkit-text-stroke: 1px #f0f0f0
}
.faq-list dt.active:after {
    content: "\f106";
    font-family:'Font Awesome 5 Free';
    color: #333;
    font-size: 2rem;
    -webkit-text-stroke: 1px #f0f0f0
}
.faq-list dd {
    display: none;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #fff;
}
div#footer-link-bk
{
  background-color: #333;
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0px;
  padding: 10px 0;
  text-align:center;
}
.btn-square-soft {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  //font-weight: bold;
  //background: linear-gradient(#fed6e3 0%, #ff6589 100%);
  background: linear-gradient(#edc5d2 0%, #ff8888 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  margin: 5px 10px;
}
.btn-square-soft:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}
