html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: none;
	outline: none;
	color: #0036d3;
}
a:hover {
    text-decoration: underline;
    color: #0036d3;
}
a img,:link img,:visited img {
    border: none;
	border-style:none;
}
img {
    vertical-align: bottom;
	border-style:none;
	border:none;
}
address {
    font-style: normal;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}



/* layout
===================================================*/
.campaign a{
	text-decoration: none!important;
	color: #0068e9!important;
  cursor: pointer!important;
}

.campaign a:hover{
	text-decoration: underline!important;
	color:#e4007f!important;
}

a:hover img.hoverImg{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background-color:#FFF;
}

.imgover {
    -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;
}
.imgover:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.nolink {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

img {
	border: 0;
	vertical-align:bottom;
}

.float_r{ float: right;}
.float_l{ float: left;}

.t_center{ text-align:center;}
.r_center{ text-align:right;}

.mrgB20{ margin-bottom:20px;}
.mrgB40{ margin-bottom:40px;}

.pink{ color:#e7368e;}

/* contents
===================================================*/

body{
	/*background-color:#fafdff!important;*/
	text-align: center!important;
	padding: 0 0 100px 0px!important;
	background: url(../images/footer.png) bottom center repeat-x #fafdff!important;
	}

#container{
	margin-bottom: 300px!important;
}

/*#header .logo{}

#header .logo a{}*/
/*
.head_bar{
	width:100%;
	height:43px;
	background-color:#5b4e29;
	}

.wrapper {
	width:1040px;
	background-color:#FFF;
	margin:0 auto;
}

.head{
	background-color:#7c7154;
	height:100px;
	width:100%;
	}

#all_Content{
	width: 1000px;
	margin:20px 20px 0 20px;
	clear:both;
	overflow:hidden;
}


.sideBar-ads{
	width:200px;
	height:1000px;
	background-color: #666;
	float:right;
	}

.footer{
	background-color:#CCC;
	width:100%;
	height:140px;
	}
*/
/*.mita_mitai01 {
background: url(http://www.kinenote.com/main/common/img/icon/mita_mitai_new.png) no-repeat;
background-position: 0 0;
display: block;
height: 21px;
text-indent: -9999px;
margin: 0 auto;
width: 92px;
}

.mita_mitai02 {
background: url(http://www.kinenote.com/main/common/img/icon/mita_mitai_new.png) no-repeat;
background-position: 0 -52px;
display: block;
height: 21px;
text-indent: -9999px;
margin: 0 auto;
width: 92px;
}

.mita_mitai02:hover, .mita_mitai02_s {
background: url(http://www.kinenote.com/main/common/img/icon/mita_mitai_new.png) no-repeat;
background-position: 0 -78px;
display: block;
height: 21px;
text-indent: -9999px;
margin: 0 auto;
width: 92px;
}*/


/* 個別スタイル
---------------------------------------------------*/
.campaign{
	text-align:left;
	float:left;
	/* margin:20px 0 20px 20px!important; */
	/* width:1000px!important; */
	width:100%!important;;
	margin:0 0 400px 0;
	padding: 0 0 50px 0;
	/*height: 1000px;*/
	background:url(../images/cont_bk.png) top center repeat-x #fafdff;
	min-height: 1050px;
	}

.campaign .head{
	width:1040px;
	margin:0 auto;
	position: relative;
	}

/*.campaign .ninja_onebutton{
	position:absolute;
	right:0;
	top:15px;
	}*/

.campaign .cont_inn{
	width: 1040px;
	margin:0 auto;
	overflow: hidden;;
	clear: both;
}


/* Navi */
.campaign .navi{
	background-color: #00508f;
	width: 100%;
	height: 98px;
	margin: 0 0 30px 0;
	}

.campaign .navi li{
	float:left;
	}

.campaign .navi li a{
	display:block;
	}




/* swiper */
    .swiper-container {
        width: 1040px;
        height: 585px;
        margin:0 0 20px 0;
    border-radius: 14px;        /* CSS3草案 */
    -webkit-border-radius: 14px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 14px;   /* Firefox用 */

    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }



/* com */
.campaign h2{
	text-align: center;
	margin: 20px 0 10px 0;
}

.campaign .base_box{
	width: 1032px;
	margin: 0 auto 40px auto;
	border:4px solid #00508f;

    border-radius: 14px;        /* CSS3草案 */
    -webkit-border-radius: 14px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 14px;   /* Firefox用 */

    background: url(../images/base_bk.png) top left repeat;
}


/* top */
.campaign .top_btn{
	margin-bottom:30px;
}

.campaign .ninja_onebutton{
	text-align: right;
	padding-bottom: 20px!important;
}

.campaign .top_ban{
	text-align: center;
	/*margin: 20px 0;*/
	margin-top: 50px;
  clear: both;
  overflow: hidden;
}

.campaign .top_ban .sns{
  float: right;
  width: 505px;
  height: 90px;
  background: url(../images/com_sns.png) top left no-repeat;
  position: relative;
}

.campaign .top_ban .sns span{
position: absolute;
top: 13px;
right: 20px;
}

.campaign .top_pdf_ban{
	margin-bottom:30px;
}

.campaign .tech{
	width: 360px;
	height: 220px;
	background: url(../images/top_tech_bk.png) bottom left no-repeat;
	float: left;
}

.campaign .tech li{
	margin: 109px 0 0 20px;
}

.campaign .parent{
	width: 660px;
	height: 220px;
	background: url(../images/top_par_bk.png) bottom left no-repeat;
	float: right;
}

.campaign .parent li{
	float: left;
	margin: 109px 0 0 20px;
}









/* award */
.camp_award .content h3{
/*	width: 1040px;
	height: 615px;
	margin: 0 auto 80px auto;*/
	background: url(../images/award_decoration.png) center top no-repeat;
  text-align: center;
  padding: 60px 0 40px 0;
}

.camp_award .content .award_history{
	padding: 0px 0 0 95px;
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
}
.camp_award .content .award_history li{
	float: left;
	margin: 0 10px;
}

.camp_award .content .award_history li a{
	display: block;
}

.camp_award .content .award_history li.new_2017{
  margin-bottom: 40px;
}


.campaign .award_anchor{
  width: 880px;
  margin: 0 auto 20px auto;
  height: 50px;
  background-color: #fffdf7;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}

.campaign .award_anchor ul{
  text-align: center;
  font-size: 14px;
}
.campaign .award_anchor ul li{
  display: inline;
  line-height: 50px;
}

.campaign .award_att{
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
  margin: 0 0 20px 0;
}


.campaign .award_sec{
  clear: both;
  overflow: hidden;
  width: 880px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.campaign .award_sec h5{
  background: url(../images/award_area.png) top left no-repeat;
  height: 30px;
  width: 880px;
  color: #fff100;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 30px 0;
}

.campaign .award_sec ul{
  width: 33%;
  font-size: 14px;
  float: left;
}

.campaign .award_sec ul .dep{
  width: 220px;
  margin: 0 auto 20px auto;
  height: 26px;
  line-height: 26px;
  font-weight: bold;
  background-color: #fff;
    border-radius: 15px;        /* CSS3草案 */
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 15px;   /* Firefox用 */
}

.campaign .award_sec ul .lyear{
  color: #f17b0e;
  border: 1px solid #f17b0e;
}

.campaign .award_sec ul .myear{
  color: #8da611;
  border: 1px solid #8da611;
}

.campaign .award_sec ul .hyear{
  color: #38a3d2;
  border: 1px solid #38a3d2;
}

.campaign .award_sec ul li{
  margin: 0 0 0px 0;
}

.campaign .award_sec ul li.comp{
  margin: 0 0 15px 0;
/*padding:0 0 18px 0;
  background: url(../images/icon_read.png) bottom center no-repeat;*/

}

.campaign .award_sec ul li.comp a{
  padding:0px 0 18px 0px;
  display: block!important;
  background: url(../images/icon_read.png) bottom center no-repeat;

}

.campaign .award_sec ul li.add{
  margin: 0 0 0px 0;
  font-size: 12px;
}

.campaign .award_sec ul li.name{
  margin: 0 0 10px 0;
  font-size: 14px;
}

.campaign .award_sec ul li.title{
  font-size: 12px;
}


.award_rep{
  background: #FFF;
  font-size:14px;
  width:840px;
  margin:0 0 0 25px;
  }
/* .award_rep .wrapper{
  }
 */
.award_rep .section{
  padding:20px 0;
  margin:0 0 0px 0;
  text-align: center;
  }


.ribbon11 {
    margin: 20px 0 10px 0;
    display: inline-block;
    position: relative;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}
.ribbon11:before{/*左側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -10px;
    left: -35px;
    /*z-index: -2;*/
    border: 20px solid #00508f;
    border-left-color: transparent;/*山形に切り抜き*/
}

.ribbon11:after{/*右側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -10px;
    right: -35px;
    /*z-index: -2;*/
    border: 20px solid #00508f;
    border-right-color: transparent;/*山形に切り抜き*/
}

.ribbon11 h3 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 20px;
    line-height: 45px;
    font-size: 20px;
    z-index: 100;
    color: #ffff00;
    background: #00508f;/*真ん中の背景色*/
}
.ribbon11 h3:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #003157;/*左の折り返し部分*/
}
.ribbon11 h3:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #003157;/*右の折り返し部分*/
}


.award_rep h2{
  text-align:center;
  font-size:22px;
  margin:25px 0;
  color: #00508f;
  font-weight: bold;

/*  background-color: #00508f;
  padding: 5px 40px;
  color: #fff;
  display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;*/
  }

.award_rep h4{
  text-align:center;
  font-size:14px;
  margin:25px 0;
  }

/*.award_rep h3{
  text-align:center;
  font-size:14px;
  margin:0 0 18px 0;
  }*/

.award_rep p{
  margin:0 0 15px 0;
  padding:0 45px;
  /* text-indent:13px; */
  line-height:1.8;
  /* letter-spacing:0.05px; */
  font-size:14px;
  text-align: left;
  }


.award_no1{
  padding: 10px 0 0 0;
  margin: 0 0 40px 25px;
  clear: both;
  overflow: hidden;
}

.award_no1 .gp{
  font-size: 14px;
float: left;
text-align: center;
margin: 0 20px;
}

.award_no1 .gp .tag{
  margin: 0 0 15px 0;
}

.award_no1 .gp .tag span{
  color:#FFF;
  padding:8px 40px;
  height:34px;
  font-size: 16px;

  border-radius: 17px;    /* CSS3闕画｡� */
  -webkit-border-radius: 17px;  /* Safari,Google Chrome逕ｨ */
  -moz-border-radius: 17px; /* Firefox逕ｨ */
}

.award_no1 .gp .low span{ background-color: #f17b0e; }
.award_no1 .gp .middle span{ background-color: #8da611; }
.award_no1 .gp .high span{ background-color: #38a3d2; }

.award_no1 .gp .title{
  margin-bottom: 20px;
  font-size: 16px;
}

.award_no1 .gp .title a{
  padding-bottom: 22px;
  background: url(../images/icon_read.png) center bottom no-repeat;
}

.award_no1 .gp .write{
  margin:0 0 20px 0;
}

.award_no1 .gp .write a{
  display:block;
  }

.award_no1 .gp .name{
  margin:0 0 10px 0;
}


.camp_award .special_sec{
  clear:both;
  overflow:hidden;
  padding: 0 100px;
  margin: 0 0 40px 0;
  }


.camp_award .special_sec .att{
  text-align: center;;
  font-size: 12px;
  margin: 5px 0 40px 0;
}


.camp_award .special{
  margin:0 0 30px 0;
  width:380px;
  text-align:center;
  font-size: 14px;
  }

.camp_award .special .name{
  margin:0 0 10px 0;
  }


.camp_award .s_left{ float:left;}
.camp_award .s_right{ float: right;}



.camp_award .special_sec .tag {
    display: inline-block;
    position: relative;
    height: 30px;/*リボンの高さ*/
    line-height: 30px;/*リボンの高さ*/
    vertical-align: middle;
    text-align: center;
    padding: 0 0px;/*横の大きさ*/
    width: 300px;
    font-size: 15px!important;/*文字の大きさ*/
    background: #2b3d7d;/*塗りつぶし色*/
    color: yellow;/*文字色*/
    box-sizing: border-box;
    margin: 0 0 20px 0;
}

.camp_award .special_sec .tag:before, .camp_award .special_sec .tag:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.camp_award .special_sec .tag:before{
    top: 0;
    left: 0;
    border-width: 15px 0px 15px 15px;
    border-color: transparent transparent transparent #fff6d6;
    border-style: solid;
}

.camp_award .special_sec .tag:after{
    top: 0;
    right: 0;
    border-width: 15px 15px 15px 0px;
    border-color: transparent #fff6d6 transparent transparent;
    border-style: solid;
}


.camp_award .special .title a{
  background: url(../images/icon_read.png) center bottom no-repeat;
  padding-bottom: 20px;
  font-size: 16px;
}


.camp_award .special .name{
  margin: 30px 0 10px 0;
  font-size: 12px;
}

.camp_award .special .name span{
  font-size: 15px;
}

.camp_award .special_sec h5{
  margin-bottom: 40px;
}

.camp_award .special_sec .group{
  text-align: center;
  margin-bottom: 40px;
  font-size: 14px;
}

.camp_award .btn_area{
  text-align: right;
  padding: 0 0px 0 0;
}



/*info*/
.camp_info .base_box{
	padding: 80px 0 0 0;
}

.camp_info .section{
	width: 780px;
	margin: 0 auto 60px auto;
	background-color: #fff;

    border-radius: 40px;        /* CSS3草案 */
    -webkit-border-radius: 40px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 40px;   /* Firefox用 */

    position: relative;
    text-align: center;
    font-size: 14px;
    padding: 20px 40px 40px 40px;
}

.camp_info h3{
	text-align: center;
	margin: -40px 0 45px 0;
}

.camp_info .info_step{
	margin-left: 70px;
	margin-bottom: 40px;
}

.camp_info .info_illust{
	position: absolute;
	top: 80px;
	left: 40px;
	z-index: 1000;
}

.camp_info .info_map{
	height: 670px;
	background: url(../images/info_mapbk.png) center bottom no-repeat #fff;
}

/* line 87, scss/index.scss */
.camp_info #pref {
/*  width: 728px;*/
  position: absolute;
  top: 70px;
 /* left: 80px;*/
  z-index: 1;
}
/* line 95, scss/index.scss */
.camp_info #pref ul {
  margin: 5px 0 20px 0;
  width: 728px;
  height: 463px;
  background: url(../images/pref_bg.png) no-repeat;
  position: relative;
}
/* line 34, scss/partials/_mixin.scss */
.camp_info #pref ul li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 106, scss/index.scss */
.camp_info #pref ul li:nth-of-type(1) {
  position: absolute;
  top: 5px;
  right: 7px;
  z-index: 1;
}
/* line 110, scss/index.scss */
.camp_info #pref ul li:nth-of-type(2) {
  position: absolute;
  top: 110px;
  right: 57px;
  z-index: 1;
}
/* line 114, scss/index.scss */
.camp_info #pref ul li:nth-of-type(3) {
  position: absolute;
  top: 149px;
  right: 114px;
  z-index: 1;
}
/* line 118, scss/index.scss */
.camp_info #pref ul li:nth-of-type(4) {
  position: absolute;
  top: 149px;
  right: 57px;
  z-index: 1;
}
/* line 122, scss/index.scss */
.camp_info #pref ul li:nth-of-type(5) {
  position: absolute;
  top: 188px;
  right: 114px;
  z-index: 1;
}
/* line 126, scss/index.scss */
.camp_info #pref ul li:nth-of-type(6) {
  position: absolute;
  top: 188px;
  right: 57px;
  z-index: 1;
}
/* line 130, scss/index.scss */
.camp_info #pref ul li:nth-of-type(7) {
  position: absolute;
  top: 212px;
  right: 294px;
  z-index: 1;
}
/* line 134, scss/index.scss */
.camp_info #pref ul li:nth-of-type(8) {
  position: absolute;
  top: 227px;
  right: 235px;
  z-index: 1;
}
/* line 138, scss/index.scss */
.camp_info #pref ul li:nth-of-type(9) {
  position: absolute;
  top: 227px;
  right: 171px;
  z-index: 1;
}
/* line 142, scss/index.scss */
.camp_info #pref ul li:nth-of-type(10) {
  position: absolute;
  top: 227px;
  right: 57px;
  z-index: 1;
}
/* line 146, scss/index.scss */
.camp_info #pref ul li:nth-of-type(11) {
  position: absolute;
  top: 266px;
  right: 294px;
  z-index: 1;
}
/* line 150, scss/index.scss */
.camp_info #pref ul li:nth-of-type(12) {
  position: absolute;
  top: 266px;
  right: 235px;
  z-index: 1;
}
/* line 154, scss/index.scss */
.camp_info #pref ul li:nth-of-type(13) {
  position: absolute;
  top: 266px;
  right: 197px;
  z-index: 1;
}
/* line 158, scss/index.scss */
.camp_info #pref ul li:nth-of-type(14) {
  position: absolute;
  top: 266px;
  right: 148px;
  z-index: 1;
}
/* line 162, scss/index.scss */
.camp_info #pref ul li:nth-of-type(15) {
  position: absolute;
  top: 266px;
  right: 99px;
  z-index: 1;
}
/* line 166, scss/index.scss */
.camp_info #pref ul li:nth-of-type(16) {
  position: absolute;
  top: 266px;
  right: 57px;
  z-index: 1;
}
/* line 170, scss/index.scss */
.camp_info #pref ul li:nth-of-type(17) {
  position: absolute;
  top: 297px;
  right: 697px;
  z-index: 1;
}
/* line 174, scss/index.scss */
.camp_info #pref ul li:nth-of-type(18) {
  position: absolute;
  top: 297px;
  right: 667px;
  z-index: 1;
}
/* line 178, scss/index.scss */
.camp_info #pref ul li:nth-of-type(19) {
  position: absolute;
  top: 297px;
  right: 581px;
  z-index: 1;
}
/* line 182, scss/index.scss */
.camp_info #pref ul li:nth-of-type(20) {
  position: absolute;
  top: 297px;
  right: 532px;
  z-index: 1;
}
/* line 186, scss/index.scss */
.camp_info #pref ul li:nth-of-type(21) {
  position: absolute;
  top: 297px;
  right: 486px;
  z-index: 1;
}
/* line 190, scss/index.scss */
.camp_info #pref ul li:nth-of-type(22) {
  position: absolute;
  top: 297px;
  right: 440px;
  z-index: 1;
}
/* line 194, scss/index.scss */
.camp_info #pref ul li:nth-of-type(23) {
  position: absolute;
  top: 297px;
  right: 397px;
  z-index: 1;
}
/* line 198, scss/index.scss */
.camp_info #pref ul li:nth-of-type(24) {
  position: absolute;
  top: 297px;
  right: 333px;
  z-index: 1;
}
/* line 202, scss/index.scss */
.camp_info #pref ul li:nth-of-type(25) {
  position: absolute;
  top: 297px;
  right: 294px;
  z-index: 1;
}
/* line 206, scss/index.scss */
.camp_info #pref ul li:nth-of-type(26) {
  position: absolute;
  top: 307px;
  right: 99px;
  z-index: 1;
}
/* line 210, scss/index.scss */
.camp_info #pref ul li:nth-of-type(27) {
  position: absolute;
  top: 325px;
  right: 57px;
  z-index: 1;
}
/* line 214, scss/index.scss */
.camp_info #pref ul li:nth-of-type(28) {
  position: absolute;
  top: 329px;
  right: 624px;
  z-index: 1;
}
/* line 218, scss/index.scss */
.camp_info #pref ul li:nth-of-type(29) {
  position: absolute;
  top: 329px;
  right: 581px;
  z-index: 1;
}
/* line 222, scss/index.scss */
.camp_info #pref ul li:nth-of-type(30) {
  position: absolute;
  top: 334px;
  right: 486px;
  z-index: 1;
}
/* line 226, scss/index.scss */
.camp_info #pref ul li:nth-of-type(31) {
  position: absolute;
  top: 334px;
  right: 440px;
  z-index: 1;
}
/* line 230, scss/index.scss */
.camp_info #pref ul li:nth-of-type(32) {
  position: absolute;
  top: 335px;
  right: 159px;
  z-index: 1;
}
/* line 234, scss/index.scss */
.camp_info #pref ul li:nth-of-type(33) {
  position: absolute;
  top: 335px;
  right: 99px;
  z-index: 1;
}
/* line 238, scss/index.scss */
.camp_info #pref ul li:nth-of-type(34) {
  position: absolute;
  top: 337px;
  right: 365px;
  z-index: 1;
}
/* line 242, scss/index.scss */
.camp_info #pref ul li:nth-of-type(35) {
  position: absolute;
  top: 337px;
  right: 333px;
  z-index: 1;
}
/* line 246, scss/index.scss */
.camp_info #pref ul li:nth-of-type(36) {
  position: absolute;
  top: 337px;
  right: 294px;
  z-index: 1;
}
/* line 250, scss/index.scss */
.camp_info #pref ul li:nth-of-type(37) {
  position: absolute;
  top: 363px;
  right: 99px;
  z-index: 1;
}
/* line 254, scss/index.scss */
.camp_info #pref ul li:nth-of-type(38) {
  position: absolute;
  top: 378px;
  right: 581px;
  z-index: 1;
}
/* line 258, scss/index.scss */
.camp_info #pref ul li:nth-of-type(39) {
  position: absolute;
  top: 378px;
  right: 501px;
  z-index: 1;
}
/* line 262, scss/index.scss */
.camp_info #pref ul li:nth-of-type(40) {
  position: absolute;
  top: 378px;
  right: 427px;
  z-index: 1;
}
/* line 266, scss/index.scss */
.camp_info #pref ul li:nth-of-type(41) {
  position: absolute;
  top: 378px;
  right: 235px;
  z-index: 1;
}
/* line 270, scss/index.scss */
.camp_info #pref ul li:nth-of-type(42) {
  position: absolute;
  top: 378px;
  right: 159px;
  z-index: 1;
}
/* line 274, scss/index.scss */
.camp_info #pref ul li:nth-of-type(43) {
  position: absolute;
  top: 391px;
  right: 333px;
  z-index: 1;
}
/* line 278, scss/index.scss */
.camp_info #pref ul li:nth-of-type(44) {
  position: absolute;
  top: 412px;
  right: 501px;
  z-index: 1;
}
/* line 282, scss/index.scss */
.camp_info #pref ul li:nth-of-type(45) {
  position: absolute;
  top: 412px;
  right: 427px;
  z-index: 1;
}
/* line 286, scss/index.scss */
.camp_info #pref ul li:nth-of-type(46) {
  position: absolute;
  top: 420px;
  right: 681px;
  z-index: 1;
}
/* line 290, scss/index.scss */
.camp_info #pref ul li:nth-of-type(47) {
  position: absolute;
  top: 427px;
  right: 581px;
  z-index: 1;
}


.camp_info_detail h3{
	font-size: 34px;
	text-align: center;
	padding: 70px 0 50px 0;
}

.camp_info_detail .illust{
	position: absolute;
	top: -80px;
	left: 0px;
}

.camp_info_detail .section{
	width: 840px;
	margin: 0 auto 30px auto;
	background-color: #fff;

    border-radius: 40px;        /* CSS3草案 */
    -webkit-border-radius: 40px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 40px;   /* Firefox用 */

    position: relative;
    text-align: left;
    font-size: 14px;
    padding: 10px 40px 50px 40px;
}


.camp_info_detail h4{
	font-size: 18px;
	padding: 5px 10px 5px 20px;
	margin: 40px 0 20px 0;
	font-weight: bold;

    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}

.camp_info_detail p{
	padding: 0 20px 0 20px;
	margin: 0 0 1em 0;
}

.camp_info_detail .info_tb{
	margin: 0 0 1em 20px;
	font-size: 14px;
}

.camp_info_detail .info_tb th{
  vertical-align: top;
  padding: 5px 20px 5px 0;
  width: 100px;
}

.camp_info_detail .info_tb td{
	vertical-align: top;
	padding: 5px 20px 5px 0;
}

.camp_info_detail .support {
	font-size:12px;
	margin:0 0 40px 100px;
	width:700px;
}
.camp_info_detail .support dt {
 float:left;
 width:60px;
 padding:2px 0 2px 0px;
 clear:both;
 background-color:none;
 text-align:left;
}
.camp_info_detail .support dd {
 width:780px;
 margin-left:60px;
 padding:2px 5px 2px 10px;
}

.camp_info_detail .s_saitama dt{width: 170px;}
.camp_info_detail .s_saitama dd{ width:620px; margin-left:170px;}

.camp_info_detail .illust02{
  float: right;
}

.camp_info_detail span.att{color: red; font-weight: bold;}
.camp_info_detail span.orange{color: #f17b0d;}
.camp_info_detail .orange h4{
	background-color: #feead8;
	color: #f17b0d;
}



.camp_info_about h3{
	font-size: 34px;
	text-align: center;
	padding: 60px 0 50px 0;
}

.camp_info_about .illust{
	position: absolute;
	top: -95px;
	left: 70px;
}

.camp_info_about .section{
	width: 840px;
	margin: 0 auto 60px auto;
	background-color: #fff;

    border-radius: 40px;        /* CSS3草案 */
    -webkit-border-radius: 40px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 40px;   /* Firefox用 */

    position: relative;
    text-align: left;
    font-size: 14px;
    padding: 20px 60px 60px 60px;
}

.camp_info_about h4{
	font-size: 18px;
	padding: 5px 10px 5px 20px;
	margin: 30px 0 20px 0;
	font-weight: bold;

    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}

.camp_info_about .award{
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
}

.camp_info_about span.green{color: #829c00;}
.camp_info_about .green h4{
	background-color: #f6f9e8;
	color: #829c00;
}

.camp_info_about p{
	padding: 0 20px 0 20px;
	margin: 0 0 1em 0;
}

.camp_info_about .gold{
	background: url(../images/info_about_gold.png) center left no-repeat;
	padding: 20px 0 20px 100px;
}

.camp_info_about .silver{
	background: url(../images/info_about_silver.png) center left no-repeat;
	padding: 10px 0 10px 100px;
}

.camp_info_about .group{
  background: url(../images/info_about_group.png) center left no-repeat;
  padding: 30px 0 30px 100px;
}


.camp_info_about .stxt{
	font-size: 12px;
}

.camp_info_about .date, .camp_info_about .place{
	background-color: #e83839;
	color: #fff;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
	padding: 5px 10px;
	margin: 0 15px 0px 0;
	font-weight: bold;
}

.camp_info_about .movie{
	margin: 0 0 0 45px;
}


.camp_info_about .support {
  font-size:12px;
  margin:0 0 40px 140px;
  width:700px;
}
.camp_info_about .support dt {
 float:left;
 width:60px;
 padding:2px 0 2px 0px;
 clear:both;
 background-color:none;
 text-align:left;
}
.camp_info_about .support dd {
 width:780px;
 margin-left:60px;
 padding:2px 5px 2px 10px;
}



/* interview */
.camp_interview .base_box{
	padding: 40px 0 0 0;
  position: relative;
}

.camp_interview .section{
	width: 860px;
	margin: 0 auto 60px auto;
	background-color: #fff;

    border-radius: 40px;        /* CSS3草案 */
    -webkit-border-radius: 40px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 40px;   /* Firefox用 */

    position: relative;
    text-align: left;
    font-size: 14px;
    padding: 60px 40px 40px 40px;
}

.camp_interview h3{
	font-size: 34px;
	text-align: center;
	padding: 20px 0 45px 0;
	line-height: 1.4;
}

.camp_interview .illust{
	position: absolute;
	top: 50px;
	left: 70px;
  z-index: 100;
}

.camp_interview .inter_inn{
	padding: 0 30px;
}

.camp_interview .mv{
	margin: 0 0 40px 0;
}

.camp_interview .read{
	margin: 0 0 40px 0;
}

.camp_interview .inter_inn h4{
	text-align: center;
	background-color: #eefaff;
	color: #2cbfff;
	font-size: 20px;
	padding: 8px 0;
	margin: 0 0 20px 0;

    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}

.camp_interview .inter_inn p{
	line-height: 1.8;
	margin-bottom: 40px;
}

.camp_interview .inter_imgr{
	float: right;
	margin: 0 0 20px 20px;
}

.camp_interview .inter_imgl{
	float: left;
	margin: 0 20px 20px 0px;
}




/* movie */
.camp_movie .section{
	width: 900px;
	margin: 0 auto 60px auto;
	background-color: #fff;

    border-radius: 40px;        /* CSS3草案 */
    -webkit-border-radius: 40px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 40px;   /* Firefox用 */

    position: relative;
    text-align: center;
    font-size: 14px;
    padding: 20px 20px 40px 20px;
}

.camp_movie h3{
	text-align: center;
	margin: 45px 0;
}

.camp_movie .section .exp{
	margin:10px 0 20px 0;
}

.camp_movie .theater .title{
	margin-left: 30px;
	margin-top: -30px
}

.camp_movie .theater .block3{
  padding:0px 20px 0 20px;
  margin:0 0 20px 0;
  height: 220px;
  clear:both;
  overflow:hidden;
  text-align: left;
}

.camp_movie .theater h4{
  text-align: center;
  padding: 20px 0 40px 0;
}

.camp_movie .theater .block3 .title{
  font-size:16px;
  margin: 0 0 10px 0;
  font-weight:bold;
}

.camp_movie .theater .block3 ul{
  width:400px;
  font-size:12px;
  line-height:1.2;
  }

.camp_movie .theater .block3 ul li{
  margin:0 0 8px 0;
  }

.camp_movie .theater .block3 .release{
  width:200px;
  margin:0 0 15px 145px;
  padding:3px 0;
  font-size:12px;
  text-align:center;
  border:1px solid #f1680d;
  background-color:#fff;
  color:#f1680d;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }

.camp_movie .theater .block3 .jk{
  float:left;
  margin:0 15px 15px 0;
}

.camp_movie .theater .block3 .comment{
  font-size: 12px;
  line-height: 1.6;
  overflow: hidden;
}

.camp_movie .copyright{
  font-size: 9px;
  padding: 0 60px;
  margin:0 0 60px 0;
}






/* howto */
.camp_howto .section{
	width: 780px;
	margin: 0 auto 60px auto;
	background-color: #fff;

    border-radius: 40px;        /* CSS3草案 */
    -webkit-border-radius: 40px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 40px;   /* Firefox用 */

    position: relative;
    text-align: center;
    font-size: 14px;
    padding: 40px;
}

.camp_howto h3{
	text-align: center;
	margin: 45px 0;
}

.camp_howto .section h4{
	position: absolute;
	top: -15px;
	left: 200px;
}

.camp_howto .section .exp{
	margin:10px 0 20px 0;
}

.camp_howto .section .point1{
	background-color: #feead8;
	width: 640px;
	text-align: left;
	padding: 20px 30px;
	line-height: 1.8;
	margin: 0 0 0 25px;

    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}

.camp_howto .section .point1 ul li{
	background: url(../images/howto_check01.png) center left no-repeat;
	padding: 0 0 0 30px;
}

.camp_howto .section .illust01{
	position: absolute;
	right: 20px;
	top: 120px;
}


.camp_howto .point2 ul{
	text-align: left;
	margin: 15px 0 0 25px;
	}

.camp_howto .point2 ul li{
	padding:0 0 0 25px;
	margin:0 0 0px 0;
	}

.camp_howto .point2 ul li p{
	margin:0 0 8px 30px;
	}

.camp_howto .point2 ul li span{
	color:#8ca701;
	font-size:15px;
	font-weight:bold;
	}

.camp_howto .section .illust02{
	position: absolute;
	right: 0px;
	top: 120px;
}


.camp_howto .section .point3{
	background-color: #eefaff;
	width: 640px;
	text-align: left;
	padding: 20px 30px;
	line-height: 1.8;
	margin: 0 0 0 20px;

    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}

.camp_howto .section .point3 ul li{
	background: url(../images/howto_check02.png) center left no-repeat;
	padding: 0 0 0 30px;
}

.camp_howto .section .illust03{
	position: absolute;
	right: 50px;
	top: 80px;
}


/* book */
.camp_book .base_box{
	padding: 60px 0 0 0;
}

.camp_book .section{
	width: 820px;
	margin: 0 auto 60px auto;
	background-color: #fff;

    border-radius: 40px;        /* CSS3草案 */
    -webkit-border-radius: 40px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 40px;   /* Firefox用 */

    position: relative;
    font-size: 14px;
    padding: 25px 40px 40px 40px;
}

.camp_book .section h3{
	border-bottom: 1px solid #f1680d;
	padding: 0px 0 20px 0;
	text-align: center;
	margin: 0 0 30px 0;
}


.camp_book .section .book_info .book_img{
	float: left;
	margin: 0 30px 0 0;
}

.camp_book .section .book_info .book_context{
	overflow: hidden;
	margin-bottom: 1.5em;
	line-height: 1.6;
}

.camp_book .section .book_ogi{
	background: url(../images/book_ogibk.png) top left no-repeat;
	width: 700px;
	height: 106px;
	margin: 0 0 0 20px;
}

.camp_book .section .book_ogi p{
	display: block;
	padding: 50px 0 0 60px;
}


/* contact */
.camp_contact h3{
	text-align: center;
	margin: 40px 0 30px 0;
}

.camp_contact .section{
	width: 760px;
	margin: 0 auto 60px auto;
	background-color: #fff;

    border-radius: 40px;        /* CSS3草案 */
    -webkit-border-radius: 40px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 40px;   /* Firefox用 */

    position: relative;
    font-size: 14px;
    padding: 25px 40px 40px 40px;
}


.camp_contact .info{
	text-align: center;
	margin:20px 0 60px 0;
}


/* footer */
.campaign .footer_btn{
	width: 500px;
}





#toPageTop{
position: fixed;
bottom: 40px;
right: 30px;
}



