@font-face {
font-family: "IntroScriptR-H2Base.otf";
  src: url(../font/IntroScriptR-H2Base.otf) format("opentype");
}

a{  color: #333; }
a:hover { opacity:0.8;  cursor: pointer; }
ul{ list-style: none; }



#wrap{
  margin: 0 auto;
  font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  color: #333;
}

/*フッター*/


.morebtn2 a{
  display: block;
  line-height: 30px;
  font-size: 12px;
	width: 160px;
  height: 30px;
	text-align: center;
	text-decoration: none;
	background: url("../images/common/btnbg_s.png") no-repeat;
  margin-top: 20px;
  color: #333;
  font-family:  'Noto Serif JP', serif;
}

 .morebtn2 a:hover {
   opacity:0.8;
   cursor: pointer;
   text-decoration: none;
}

small{
  font-size: 10px;
}


.cvarea{
  margin: 0 auto;
  background-color: #f5f3f0;
  text-align: center;
  padding: 40px 0 40px;
}

/*両端にスラッシュを付ける*/
.cvarea p.slash {
  position: relative;
  display: inline-block;
  padding: 0 60px;
 border-bottom: none;
 font-family:  'Noto Serif JP', serif;
 font-size: 18px;
 font-weight: nomal;
 margin:0 0 30px;
}
.cvarea p.slash:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.cvarea p.slash:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.cvarea p.slash:before {
  left:0;
}
.cvarea p.slash:after {
  right: 0;
}


.cvbtn_m a{
  display: block;
	position: relative;
  line-height: 84px;
  font-size: 18px;
	width: 400px;
  height: 84px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #e4007f;
  border-radius:94px;
  margin: 0 auto;
}

.cvbtn_m a::before{
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  background-image:url("../images/common/dblarrow.svg");
  top: 30px;
  right: 20px;
}

.cvbtn_m a:hover {
   opacity:0.8;
   cursor: pointer;
   text-decoration: none;
}


.bottomcont{
  margin: 100px auto;
  width: 1080px;
}

.bottomcont h5{
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  font-family:  'Noto Serif JP', serif;
}

.bottomcont ul{
  display: flex;
  justify-content: space-between;
}
.bottomcont ul li{
width: 240px;
}

.bottomcont ul li p{
  font-size: 12px;
  line-height: 1.4em;
}

.bottomcont li img{
  width: 240px;
  height: 156px;
}

.bottomcont a:hover {
   opacity:0.8;
   cursor: pointer;
   text-decoration: none;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.footer_navi li figure {
  width: 20px;

}
.footer_navi li figure img {
  width: 100%;
}
.footer_sns {
  width: 80px;
  margin-top: 20px;
}

.mbb100px{
  margin-bottom: 100px;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
  font-size: 16px!important;
}
ul.footer_nav {
  display: flex;
}
.footer__right {
  background: none!important;
}
.footer__right {
  width: 550px!important;
}
@media screen and (max-width: 767px) {
  .footer_sns {
    width: 80px;
    margin: 40px auto 0 auto;
  }
  .footer__right {
    width: 100%!important;
  }
  .footer__right a {
    font-size: 12px;
  }
  ul.footer_navi {
    flex-wrap: wrap;
    text-align: center;
  }
  ul.footer_navi li {
    width: 50%;
  }
}

