/*
===================================================
        Reset
===================================================
*/
*{
 margin: 0px;
 padding: 0px;
}
li{
 list-style: none;
}
a{
 text-decoration: none;
}
address{
 font-style:normal;
}
/*
===================================================
        Base Setting
===================================================
*/
body {
 width: 100%;
 overflow-x: hidden;
 line-height: 1.4em;
 letter-spacing: 0.05em;
 color: #333;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic","Osaka",arial,sans-serif;
}
img{
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
}
.sp-visible{
 visibility: hidden;
 width: 0px;
 height: 0px;
}
.maxWidth{
 max-width: 1200px;
 padding-left: 15px;
 padding-right: 15px;
 margin-left: auto;
 margin-right: auto
}
.maxWidth2{
 max-width: 1000px;
 padding-left: 15px;
 padding-right: 15px;
 margin-left: auto;
 margin-right: auto
}
.maxWidth3{
 max-width: 800px;
 padding-left: 15px;
 padding-right: 15px;
 margin-left: auto;
 margin-right: auto
}
#header{
 background: #fff;
 padding: 10px 0px;
 position: fixed;
 z-index: 10;
 width: 100%;
 top: 0px;
 left: 0px;
}
#header>.inner{
 display: flex;
 justify-content: space-between;
 align-items: center;
}
#header #logo{
 width: 30%;
 max-width: 410px;
}
#header .contactArea{
 display: flex;
}
#header .contactArea .tel{
 display: flex;
 align-items: center;
}
#header .contactArea .tel a{
 display: flex;
 align-items: center;
 margin-right: 15px;
}
#header .contactArea .tel .icon{
 height: 45px;
 width: auto;
}
#header .contactArea .tel .number{
 width: 250px
}
#header .contactArea .mail{
 display: flex;
 align-items: center;
}
#header .contactArea .mail a{
 display: flex;
 align-items: center;
 color: #fff;
}
#header .contactArea .mail a.bgBlue{
 padding: 10px 20px;
}
#header .contactArea .mail a .icon{
 height: 35px;
 width: auto;
 margin-left: 10px;
}
#main{
 margin-top: 85px;
}
#main #ttl .icon{
 margin-right: 20px;
}
#main #ttl h1{
 line-height: 1.5em;
 font-size: 30px;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 width: 100%;
 padding: 100px 10px;
 box-sizing: border-box;
}
#nav ul{
 text-align: center;
 padding: 10px 0px;
}
#nav ul li{
 display: inline-block;
 padding-right: 3px;
 border-right : solid 1px #041F4F;
}
#nav ul li:first-child{
 border-left: solid 1px #041F4F;
}
#nav ul li a{
 display: block;
 padding: 15px 20px;
 color: #041F4F;
 font-weight: bold;
 position: relative;
 box-sizing: border-box;
}
#nav ul li a:before{
 display: block;
 position: absolute;
 content: "";
 width: 80%;
 left: 10%;
 bottom: 5px;
 border-bottom: solid 1px #041F4F;
 transition: .5s;
 opacity: 0;
}
#nav ul li a:hover:before{
 opacity: 1;
}
#sec_contact .maxWidth2{
 display: flex;
 justify-content: space-around;
}
#sec_contact .maxWidth2 .tel,
#sec_contact .maxWidth2 .mail,
.telBtn{
 line-height: 1.6em;
 background: #071F4F;
 width: 48%;
 color: #fff;
 box-sizing: border-box;
 padding: 60px 10px;
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
}
#sec_contact .maxWidth2 .tel:before,
#sec_contact .maxWidth2 .mail:before,
.telBtn:before{
 content: "";
 display: block;
 position: absolute;
 border-left: 30px #d6d6d6 solid;
 border-bottom: 30px transparent solid;
 left: 0px;
 top: 0px;
}
.bgBlue2 #sec_contact .maxWidth2 .tel:before,
.bgBlue2 #sec_contact .maxWidth2 .mail:before,
.bgBlue2 .telBtn:before{
 border-left: 30px solid #DAE4EA;
}
.telBtn{
 margin-left: auto;
 margin-right: auto;
}
#sec_contact .maxWidth2 .tel .icon{
 height: 50px;
 width: auto;
 margin-right: 10px;
}
#sec_contact .maxWidth2 .mail .icon{
 height: 30px;
 width: auto;
 margin-right: 10px;
}
#footer .info{
 display: flex;
 justify-content: center;
 align-items: center;
}
#footer .info .about{
 padding-right: 30px;
 margin-right: 30px;
 border-right: 1px #fff solid;
}
#footer .info .link{
 display: flex;
}
#footer .info .link .box{
 margin-right: 20px;
}
#footer .info .link .box:last-child{
 margin-right: 0px;
}
#footer .info .link .box a{
 display: block;
 padding: 5px;
}
#footer .copyright{
 font-size: 10px;
 text-align: center;
 padding: 10px;
}

#pagetop{
 position: fixed;
 z-index: 2;
 bottom: 15px;
 right: 15px;
 visibility: hidden;
 opacity: 0;
 transition: .5s;
}
#pagetop.active{
 visibility: visible;
 opacity: 1;
}
#pagetop a{
 display: block;
 padding: 10px 5px;
 background: #fff;
}
.clearfix{
 overflow: hidden;
}
.fLeft{
 float: left;
}
.fRight{
 float: right;
}
.tLeft{
 text-align: left;
}
.tRight{
 text-align: right;
}
.tCenter{
 text-align: center;
}
.vTop{
 vertical-align: top;
}
.vMiddle{
 vertical-align: middle;
}
.vBottom{
 vertical-align: bottom;
}
.mb1em{
 margin-bottom: 1em;
}
.mb2em{
 margin-bottom: 2em;
}
.mb3em{
 margin-bottom: 3em;
}
.mb50{
 margin-bottom: 50px;
}
.mb100{
 margin-bottom: 100px;
}
.mt1em{
 margin-top: 1em;
}
.mt2em{
 margin-top: 2em;
}
.mt3em{
 margin-top: 3em;
}
.mt50{
 margin-top: 50px;
}
.mt100{
 margin-top: 100px;
}
.mr1em{
 margin-right: 1em;
}
.mr2em{
 margin-right: 2em;
}
.mr3em{
 margin-right: 3em;
}
.ml1em{
 margin-left: 1em;
}
.ml2em{
 margin-left: 2em;
}
.ml3em{
 margin-left: 3em;
}
.p5{
 padding: 5px;
}
.p10{
 padding: 10px;
}
.p20{
 padding: 20px;
}
.p30{
 padding: 30px;
}
.p40{
 padding: 40px;
}
.p50{
 padding: 50px;
}
.pb1em{
 padding-bottom: 1em;
}
.pb2em{
 padding-bottom: 2em;
}
.pb3em{
 padding-bottom: 3em;
}
.pb50{
 padding-bottom: 50px;
}
.pb100{
 padding-bottom: 100px;
}
.pt1em{
 padding-top: 1em;
}
.pt2em{
 padding-top: 2em;
}
.pt3em{
 padding-top: 3em;
}
.pt50{
 padding-top: 50px;
}
.pt100{
 padding-top: 100px;
}
.font-s{
 font-size: 80%;
}
.font-ss{
 font-size: 60%;
}
.font-sss{
 font-size: 40%;
}
.font-l{
 font-size: 140%;
}
.font-ll{
 font-size: 180%;
}
.flex{
 display: flex;
 justify-content: center;
}
.flex.sa{
 justify-content: space-around;
}
.flex.sb{
 justify-content: space-between;
}
.flex.wrap{
 flex-wrap: wrap;
}
.flex .asCenter{
 align-self: center;
}
.w10,.w20,.w25,.w30,.w33,.w40,.w45,.w50,.w60,.w70,.w80,.w90,.w100{
 box-sizing: border-box;
}
.w10{
 width: 10%;
}
.w20{
 width: 20%;
}
.w25{
 width: 25%;
}
.w30{
 width: 30%;
}
.w33{
 width: 33%;
}
.w40{
 width: 40%;
}
.w45{
 width: 45%;
}
.w50{
 width: 50%;
}
.w60{
 width: 60%;
}
.w70{
 width: 70%;
}
.w80{
 width: 80%;
}
.w90{
 width: 90%;
}
.w100{
 width: 100%;
}
.wAuto{
 width: auto;
}
.sp-menuArea {
 display: none;
}
.white,
.white a{
 color: #fff;
}
.red,
.red a{
 color: #f00;
}
.blue,
.blue a{
 color: #041F4F;
}
.bgWhite{
 background: #fff;
}
.bgBlue{
 background: #071F4F;
}
.bgBlue2{
 background: #DAE4EA;
}
.bgGray{
 background: #f0f0f0;
}
.bgGray2{
 background: #d6d6d6;
}
.bold{
 font-weight: bold;
}
.dNone{
 display: none !important;
}
.dIb{
 display: inline-block;
}
.lh1_5em{
 line-height: 1.5em;
}
.lh2em{
 line-height: 2em;
}
.styleTtl{
 text-align: center;
 position: relative;
 padding: 55px 10px;
 font-size: 30px;
}
.styleTtl:before{
 height: 25px;
 display: block;
 content: "";
 position: absolute;
 background: url(../img/icon_ttl.png) no-repeat center top;
 width: 10px;
 height: 35px;
 top: 0px;
 left: 50%;
 margin-left: -5px;
 background-size: contain;
}
.styleTtl2{
 border-left: solid 8px #071F4F;
 padding:2px 10px; 
}
.styleTtl3{
 position: relative;
}
.styleTtl3:before{
 display: block;
 content: "";
 border-top:solid 1px #041F4F;
 position: absolute;
 width: 100%;
 top: 50%;
}
.styleTtl3 span{
 background: #fff;
 position: relative;
 z-index: 2;
 display: inline-block;
 padding: 5px 20px 5px 0px;
}
.bgGray .styleTtl3 span{
 background: #f0f0f0;
}
.styleBox,
.styleBox2{
/* max-width: 1600px;*/
 margin-left: auto;
 margin-right: auto;
 position: relative;
 height: 33vw;
/* max-height: 520px;*/
 overflow: hidden;
}
.styleBox .text,
.styleBox2 .text{
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
 position: relative;
}
.styleBox .text .inner,
.styleBox2 .text .inner{
 width: 36%;
 position: absolute;
 z-index: 2;
 padding: 25px;
}
.styleBox .text .inner{
 background: #f0f0f0;
}
.styleBox2 .text .inner{
 right: 0px;
 background: #DAE4EA;
}
.styleBox .text .inner{
 margin-left: 4%;
}
.styleBox2 .text .inner{
 margin-right: 4%;
}
.styleBox .text .inner .sttl,
.styleBox2 .text .inner .sttl{
 position: absolute;
 top: 0px;
 max-width: 60px;
 mix-blend-mode: multiply;
}
.styleBox .text .inner .sttl.wide,
.styleBox2 .text .inner .sttl.wide{
 max-width: 85px;
}
.styleBox .text .inner .sttl{
 left: -45px;
}
.styleBox2 .text .inner .sttl{
 right: -45px;
}

.styleBox .img,
.styleBox2 .img{
 position: absolute;
 width: 67%;
 top: 30px;
}
.styleBox .img img,
.styleBox2 .img img{
 max-width: none;
 width: 100%;
}
.styleBox .img{
 right: 0px;
}
.styleBox2 .img{
 left: 0px;
}
.styleBox h2,
.styleBox2 h2{
 line-height: 1.5em;
}
.styleBox .cat,
.styleBox2 .cat{
 display: flex;
 font-size: 12px;
 align-self: center;
 margin-top: 20px;
}
.styleBox .cat .type,
.styleBox2 .cat .type{
 background: #071F4F;
 color: #fff;
 padding: 5px;
 margin-right: 15px;
}
.styleBox .cat .link,
.styleBox2 .cat .link{
 display: block;
 position: relative;
 padding: 0px 10px;
}
.styleBox .cat .link:before,
.styleBox2 .cat .link:before{
 content: "";
 display: block;
 width: 100%;
 border-bottom: solid 1px #071F4F;
 position: absolute;
 bottom: 8px;
 left: 0px;
}
.styleBox .cat .link:after,
.styleBox2 .cat .link:after{
 content: "";
 display: block;
 width: 5px;
 border-bottom: solid 1px #071F4F;
 position: absolute;
 bottom: 10px;
 right: 0px;
 transform: rotate(30deg);
}
.styleBox .items,
.styleBox2 .items{
 position: absolute;
 top: 20%;
 width: 50%;
 display: flex;
}
.styleBox .items{
 left: 48%;
}
.styleBox2 .items{
 left: 7%;
}
.styleBox .items li,
.styleBox2 .items li{
 text-align: center;
 width: 25%;
 margin: 1%;
}
.styleBox .items li p,
.styleBox2 .items li p{
 margin-top: 10px;
}
.styleBtn1{
 background: #071F4F;
 border:solid 1px #071F4F;
 color: #fff;
 text-align: center;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 10px;
 margin-left: auto;
 margin-right: auto;
 min-width: 300px;
 transition: .5s;
}
.styleBtn1 .icon_right{
 position: absolute;
 right: 10%;
}
.styleBtn1:hover{
 background: #fff;
 color: #041F4F;
}
.styleBtn1:hover .icon_right:before{
 border:solid 2px #041F4F;
 transition: .5s;
}
.styleBtn1:hover .icon_right:after{
 border-top: solid 2px #041F4F;
 border-right: solid 2px #041F4F;
 transition: .5s;
}
.styleBtn2{
 background: #fff;
 border:solid 1px #071F4F;
 padding: 20px;
 font-weight: bold;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-left: auto;
 margin-right: auto;
 min-width: 300px;
 box-sizing: border-box;
 transition: .5s
}
.styleBtn2 .text{
 padding-right: 10px;
 box-sizing: border-box;
}
.styleBtn2:hover{
 color: #fff;
 background: #071F4F;
}
.styleBtn2:hover .icon_right:before{
 border:solid 2px #fff;
 transition: .5s;
}
.styleBtn2:hover .icon_right:after{
 border-top: solid 2px #fff;
 border-right: solid 2px #fff;
 transition: .5s;
}
.icon_right,
.icon_down{
 display: inline-block;
 width: 30px;
 height: 30px;
 position: relative;
}
.icon_right:before,
.icon_down:before{
 position: absolute;
 left: 2px;
 top: 0px;
 content: "";
 display: block;
 width: 90%;
 height: 90%;
 border-radius: 50%;
 border:solid 2px #fff;
}
.blue .icon_right:before,
.blue .icon_down:before{
 border:solid 2px #071F4F;
}
.icon_right:after,
.icon_down:after{
 position: absolute;
 top: 10px;
 left: 9px;
 content: "";
 display: block;
 width: 30%;
 height: 30%;
 border-top: solid 2px #fff;
 border-right: solid 2px #fff;
 transform: rotate(45deg);
}
.icon_down:after{
 top: 8px;
 left: 12px;
 transform: rotate(135deg);
}
.blue .icon_right:after,
.blue .icon_down:after{
 border-top: solid 2px #071F4F;
 border-right: solid 2px #071F4F;
}
.underline2{
 position: relative;
}
.underline2:before,
.underline2:after{
 position: absolute;
 content: "";
 display: block;
 border-bottom: solid 1px #071F4F;
 width: 98%;
 left: 0px;
 bottom: -3px;
}
.underline2:after{
 bottom: 0px;
}
.mouseHover:hover{
 opacity: .8;
 transition: .5s;
}

/*
===================================================
        tb
===================================================
*/
@media screen and (max-width: 1100px) {
 #header .contactArea{
  font-size: 80%;
 }
 #header .contactArea .tel .number{
  width: 210px
 }
 #nav ul li{
  display: inline-block;
  width: 22%;
  margin: 2px 0px;
 }
 #nav ul li:nth-child(5) a{
  border-left: solid 1px #041F4F;
 }
 .styleBox,
 .styleBox2{
  height: auto;
  max-height: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
 }
 .styleBox .text,
 .styleBox2 .text{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 15px;
 }
 .styleBox .text .inner,
 .styleBox2 .text .inner{
  width: auto;
  position: relative;
  z-index: 2;
  padding: 20px;
 }
 .styleBox .text .inner{
  background: #f0f0f0;
 }
 .styleBox2 .text .inner{
  right: 0px;
  background: #DAE4EA;
 }
 .styleBox .text .inner{
  margin-left: 0px;
 }
 .styleBox2 .text .inner{
  margin-right: 0px;
 }
 .styleBox .text .inner .sttl,
 .styleBox2 .text .inner .sttl{
  position: absolute;
  top: 0px;
  width: 45px;
  opacity: .7;
 }
 .styleBox .text .inner .sttl{
  left: -35px;
  display: none;
 }
 .styleBox2 .text .inner .sttl{
  right: -35px;
  display: none;
 }
 .styleBox .img,
 .styleBox2 .img{
  position: relative;
  width: auto;
  top: 0px;
 }
 .styleBox .img{
  right: 0px;
 }
 .styleBox2 .img{
  left: 0px;
 }
 .styleBox h2,
 .styleBox2 h2{
  line-height: 1.5em;
 }
 .styleBox .cat,
 .styleBox2 .cat{
  display: flex;
  font-size: 12px;
  align-self: center;
  margin-top: 20px;
 }
 .styleBox .cat .type,
 .styleBox2 .cat .type{
  background: #071F4F;
  color: #fff;
  padding: 5px;
  margin-right: 15px;
 }
 .styleBox .cat .link,
 .styleBox2 .cat .link{
  display: block;
  position: relative;
  padding: 0px 10px;
 }
 .styleBox .cat .link:before,
 .styleBox2 .cat .link:before{
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 1px #071F4F;
  position: absolute;
  bottom: 8px;
  left: 0px;
 }
 .styleBox .cat .link:after,
 .styleBox2 .cat .link:after{
  content: "";
  display: block;
  width: 5px;
  border-bottom: solid 1px #071F4F;
  position: absolute;
  bottom: 10px;
  right: 0px;
  transform: rotate(30deg);
 }
 .styleBox .items,
 .styleBox2 .items{
  position: static;
  top: 10px;
  width: auto;
  display: flex;
 }
 .styleBox .items{
  left: 0px;
 }
 .styleBox2 .items{
  left: 0px;
 }
 .styleBox .items li,
 .styleBox2 .items li{
  text-align: center;
  width: 48%;
  margin: 1%;
 }
 .styleBox .items li p,
 .styleBox2 .items li p{
  margin-top: 10px;
 }
}


/*
===================================================
        sp
===================================================
*/
@media screen and (max-width: 768px) {
 #header{
  background: #fff;
  padding: 10px 0px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
 }
 #header>.inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 #header #logo{
  width: 50%;
  max-width: 410px;
 }
 #header .contactArea{
  display: flex;
 }
 #header .contactArea .tel{
  display: flex;
  align-items: center;
 }
 #header .contactArea .tel a{
  display: flex;
  align-items: center;
  margin-right: 10px;
 }
 #header .contactArea .tel .icon{
  height: 25px;
  width: auto;
 }
 #header .contactArea .mail{
  display: flex;
  align-items: center;
 }
 #header .contactArea .mail a{
  display: flex;
  align-items: center;
  color: #fff;
 }
 #header .contactArea .mail a.bgBlue{
  padding: 10px 20px;
 }
 #header .contactArea .mail a .icon{
  height: 22px;
  width: auto;
  margin-left: 5px;
  margin-right: 15px;
 }
 #main #ttl h1{
  padding: 35px 0px 30px;
  font-size: 20px;
 }
 #main #ttl h1 .icon{
  height: 1.5em;
  width: auto;
 }
 #main {
  margin-top: 12vw;;
 }
 #nav{
  display: none;
 }
 #sec_contact .maxWidth2{
  display: block;
  justify-content: space-around;
 }
 #sec_contact .maxWidth2 .tel,
 #sec_contact .maxWidth2 .mail{
  width: auto;
  padding: 50px 10px;
 }
 #sec_contact .maxWidth2 .tel:before,
 #sec_contact .maxWidth2 .mail:before{
  content: "";
  display: block;
  position: absolute;
  border-left: 20px #d6d6d6 solid;
  border-bottom: 20px transparent solid;
  left: 0px;
  top: 0px;
 }
 #sec_contact .maxWidth2 .mail{
  margin-top: 1em;
 }
 #sec_contact .maxWidth2 .tel .icon{
  height: 50px;
  width: auto;
  margin-right: 10px;
 }
 #sec_contact .maxWidth2 .mail .icon{
  height: 30px;
  width: auto;
  margin-right: 10px;
 }
 #footer{
  padding-bottom: 50px;
 }
 #footer .footerLogo{
  width: 60%;
 }
 #footer .info{
  display: flex;
  justify-content: center;
  align-items: center;
 }
 #footer .info .about{
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
 }
 #footer .info .link{
  display: none;
 }
 #pagetop{
  width: 35px;
  height: 35px;
 }
 #pagetop a{
  padding: 5px;
 }
 .sp-visible{
  visibility: visible;
  width: auto;
  height: auto;
 }
 .sp-hidden{
  visibility: hidden;
  width: 0px;
  height: 0px;
 }
 .sp-dBlock{
  display: block !important;
 }
 .sp-dIb{
  display: inline-block;
 }
 .sp-dNone{
  display: none !important;
 }
 .sp-menuBtn {
  cursor: pointer;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 999;
 }
 .sp-menuBtn .sp-menuBtn__inner {
  transition: transform 0.5s;
  position: relative;
  top: 8px;
  left: 8px;
  width: 28px;
  height: 4px;
  background: #071F4F;
 }
 .sp-menuBtn .sp-menuBtn__inner::after {
  transition: transform 0.5s;
  position: absolute;
  top: 9px;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #071F4F;
 }
 .sp-menuBtn .sp-menuBtn__inner::before {
  transition: transform 0.5s;
  position: absolute;
  top: 18px;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #071F4F;
 }
 .sp-menuBtn.active .sp-menuBtn__inner {
  position: relative;
  top: 20px;
  left: 8px;
  width: 19px;
  height: 3px;
  background: #071F4F;
  transform: rotate(45deg);
 }
 .sp-menuBtn.active .sp-menuBtn__inner::after {
  position: absolute;
  top: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #071F4F;
  transform: rotate(90deg);
 }
 .sp-menuBtn.active .sp-menuBtn__inner::before {
  position: absolute;
  top: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #071F4F;
 }
 .sp-menuBtn span {
  display: none;
 }
 .sp-menuArea {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
 }
 .sp-menuArea.active {
  transition: opacity 0.5s;
  opacity: 1;
  visibility: visible;
  z-index: 998;
 }
 .sp-menuArea .sp-menu {
  padding: 50px 10px 10px;
 }
 .sp-menuArea .sp-menu li {
  border-bottom: solid 1px #eee;
 }
 .sp-menuArea .sp-menu li a {
  position: relative;
  display: block;
  padding: 10px 5px 10px 12px;
  color: #555555;
 }
 .sp-menuArea .sp-menu li a::before {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
  vertical-align: middle;
  content: "";
  display: block;
  border-left: solid 6px #555555;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
 }
 .sp-font-l{
  font-size: 140%;
 }
 .sp-font-m{
  font-size: 100%;
 }
 .sp-font-s{
  font-size: 60%;
 }
 .sp-fLeft{
  float: left;
 }
 .sp-fRight{
  float: right;
 }
 .sp-tLeft{
  text-align: left;
 }
 .sp-tRight{
  text-align: right;
 }
 .sp-tCenter{
  text-align: center;
 }
 .sp-vTop{
  vertical-align: top;
 }
 .sp-vMiddle{
  vertical-align: middle;
 }
 .sp-vBottom{
  vertical-align: bottom;
 }
 .sp-mb0{
  margin-bottom: 0px;
 }
 .sp-mb1em{
  margin-bottom: 1em;
 }
 .sp-mb2em{
  margin-bottom: 2em;
 }
 .sp-mb3em{
  margin-bottom: 3em;
 }
 .sp-mt0{
  margin-top: 0px;
 }
 .sp-mt1em{
  margin-top: 1em;
 }
 .sp-mt2em{
  margin-top: 2em;
 }
 .sp-mt3em{
  margin-top: 3em;
 }
 .sp-pb0{
  padding-bottom: 0px;
 }
 .sp-pb1em{
  padding-bottom: 1em;
 }
 .sp-pb2em{
  padding-bottom: 2em;
 }
 .sp-pb3em{
  padding-bottom: 3em;
 }
 .sp-pt0{
  padding-top: 0px;
 }
 .sp-pt1em{
  padding-top: 1em;
 }
 .sp-pt2em{
  padding-top: 2em;
 }
 .sp-pt3em{
  padding-top: 3em;
 }
 .sp-w10,.sp-w20,.sp-w25,.sp-w30,.sp-w33,.sp-w40,.sp-w45,.sp-w50,.sp-w60,.sp-w70,.sp-w80,.sp-w90,.sp-w100{
  box-sizing: border-box;
 }
 .sp-w10{
  width: 10%;
 }
 .sp-w20{
  width: 20%;
 }
 .sp-w30{
  width: 30%;
 }
 .sp-w40{
  width: 40%;
 }
 .sp-w45{
  width: 45%;
 }
 .sp-w50{
  width: 50%;
 }
 .sp-w60{
  width: 60%;
 }
 .sp-w70{
  width: 70%;
 }
 .sp-w80{
  width: 80%;
 }
 .sp-w90{
  width: 90%;
 }
 .sp-w100{
  width: 100%;
 }
 .wAuto{
  width: auto;
 }
 .styleTtl{
  text-align: center;
  position: relative;
  padding: 30px 10px;
  font-size: 25px;
 }
 .styleTtl:before{
  display: none;
 }
 .styleBtn2 .text{
  width: 80%;
 }
}