@charset "utf-8";

/*==========================================

common

==========================================*/

.mt-1 {
  margin-top: .25rem;
}
.mt-2 {
  margin-top: .5rem;
}
.mt-3 {
  margin-top: .75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.text-center {
  text-align: center;
}
.f-12 {
  font-size: 12px;
}
.f-16 {
  font-size: 16px;
}
.leading-8 {
  line-height: 2rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal{
  font-weight: normal !important;
}

.text-red{
  color:#862a39;
}
.text-blue{
  color:#001b5b;
}
.text-gray{
  color: #808a94 !important;
}

/* list */
#contents p.list-indent,
#contents ul.list-indent li{
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.6;
}
/* Disc */
#contents ul.list-disc {
    margin-bottom:0;
}
#contents ul.list-disc li {
    margin-left:15px;
    list-style-type:disc;
}

/* sns */
#contents .sns{
    position: absolute;
    top: 11px;
    right: 10px;
}
#contents .sns li{
    float: left;
    margin-right: 5px;
}
#contents .sns a{
    height: 42px;
    width: 42px;
    display: block;
    text-indent: -9999px;
    background: url(../../img/camp/deepinsanity_cbt/share.png) no-repeat 0 0;
}
#contents .sns a.fb{ background-position: 0 0;}
#contents .sns a.twi{ background-position: -49px 0px;}

/*==========================================

Layout

==========================================*/
/* contents
------------------------------------------*/
#contents {
    width: 950px;
    margin: 13px auto 20px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #dadcd9;
    background: #1d1d1d;
    overflow: hidden;
    box-sizing: border-box;
}
#contents a{
    color: #f87023;
    text-decoration: underline;
}
#contents a:hover{
    text-decoration: none;
}


/* header */
#contents .header{
  position: relative;
  padding-top: 54px;
  background: 0 0 / auto no-repeat url(../../img/camp/deepinsanity_cbt/header/main.jpg);
}
#contents .header h2{
  height: 244px;
  font-size: 0;
  text-indent: -9999px;
  background: center 0 / auto no-repeat url(../../img/camp/deepinsanity_cbt/header/title.png);
}
#contents .header .catch{
  text-align: center;
  line-height: 1.8;
  margin-top: 30px;
  margin-bottom: 26px;
}

/* section */
#contents h3{
  text-align: center;
}
#contents h3 img{
  margin: auto auto;
}

#contents .section{
  width: 748px;
  margin: 0 auto;
}

/* 先行体験会概要 --------------------------*/
#contents .cbt{
  padding: 40px;
  background: 0 0 / auto no-repeat url(../../img/camp/deepinsanity_cbt/bg/cbt.png) #d5d5d5;
  box-sizing: border-box;
}
#contents .cbt .inbox{
  padding: 22px 0;
  background: #021019;
  box-sizing: border-box;
}
#contents .cbt .inbox.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


/* 出し分け部分 --------------------------*/
#contents .entry{
  margin-top: 50px;
  padding: 45px 40px 40px;
  background: 0 0 / auto repeat url(../../img/camp/deepinsanity_cbt/bg/box_mid.png);
  border: 1px solid #fff;
  box-sizing: border-box;
  position: relative;
}
#contents .entry:before{
  content: "";
  display: block;
  width: 748px;
  height: 28px;
  background: 0 0 / auto no-repeat url(../../img/camp/deepinsanity_cbt/bg/box_top.png);
  position: absolute;
  left: -1px;
  top: -1px;
}
#contents .entry:after{
  content: "";
  display: block;
  width: 748px;
  height: 28px;
  background: 0 bottom / auto no-repeat url(../../img/camp/deepinsanity_cbt/bg/box_btm.png);
  position: absolute;
  left: -1px;
  bottom: -1px;
}

#contents .entry h3{
  font-size: 26px;
  font-weight: 700;
  color: #10f9d2;
}

#contents .entry .inbox{
  padding: 22px 45px;
  background: #16212d;
  box-sizing: border-box;
}

#contents .entry .app{
  width: 310px;
  margin: 1.75rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


/* notice --------------------------*/
#contents .notice{
  margin-top: 60px;
  font-weight: normal !important;
  text-align: left;
  padding-bottom: 0;
}
#contents .notice li{
  margin-bottom: 2px;
  font-weight: normal !important;
}


/* spec --------------------------*/
#contents .spec{
  margin-top: 140px;
  padding-top: 60px;
  background: 0 0 / auto no-repeat url(../../img/camp/deepinsanity_cbt/bg/spec.jpg);
  position: relative;
}
#contents .spec-sub{
  display: flex;
  align-items: center;
  margin-top: 25px;
}
#contents .spec-sub dl{
  display: flex;
  flex-wrap: wrap;
  width: 338px;
}
#contents .spec-sub dl dt{
  width: 20%;
}
#contents .spec-sub dl dd{
  width: 80%;
}



/* button */
a.btn{
  display: block;
  margin: 0 auto;
  font-size: 0;
  text-indent: -9999px;
}
a.btn:hover{
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}
a.btn.twitter-wide{
  width: 419px;
  height: 74px;
  background: 0 0 / auto no-repeat url(../../img/camp/deepinsanity_cbt/btn/twitter-wide.png);
}
a.btn.twitter-wide:hover{
  background: 0 0 / auto no-repeat url(../../img/camp/deepinsanity_cbt/btn/twitter-wide_on.png);
}
a.btn.register{
  width: 419px;
  height: 74px;
  background: 0 0 / auto no-repeat url(../../img/camp/deepinsanity_cbt/btn/register.png);
}
a.btn.register:hover{
  background: 0 0 / auto no-repeat url(../../img/camp/deepinsanity_cbt/btn/register_on.png);
}
a.btn.official{
  width: 199px;
  height: 54px;
  background: 0 0 / auto no-repeat url(../../img/camp/deepinsanity_cbt/btn/official.png);
}
a.btn.official:hover{
  background: 0 0 / auto no-repeat url(../../img/camp/deepinsanity_cbt/btn/official_on.png);
}
a.btn.twitter{
  width: 199px;
  height: 54px;
  position: relative;
  right: -2px;
  background: 0 0 / auto no-repeat url(../../img/camp/deepinsanity_cbt/btn/twitter.png);
}
a.btn.twitter:hover{
  background: 0 0 / auto no-repeat url(../../img/camp/deepinsanity_cbt/btn/twitter_on.png);
}


/*#contents .sns a:hover,
a.hover:hover{
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}*/