@media screen and (max-width:954px) {
  .spnone{
    display: none;
  }
	.b-cnt-12{
		display: none;
	}	
body{
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #292929;
   font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
a{
	  text-decoration: none;
    outline: none;
    color: #006ddc;
}


a:hover,
a:focus{
    text-decoration: underline;
    outline: none;
}
fieldset{
	border: none;
}
img{
	width: 100%;
  height: auto;
}

  .mv{
    line-height: 0;
  }
.clearfix {*zoom: 1; }
.clearfix:before, .clearfix:after{
	content: " "; display: table;
}
.clearfix:after{
	clear: both;
}
.fl-left{
	float: left;
}
.fl-right{
	float: right;
}

.mg0{
	margin:0 !important;
}
.mg10{
	margin:10px !important;
}
.mg20{
	margin:20px !important;
}
.mg30{
	margin:30px !important;
}
.mg40{
	margin:40px !important;
}
.mg60{
	margin:60px !important;
}

.mgb0{
	margin-bottom:0 !important;
}
.mgb10{
	margin-bottom:10px !important;
}
.mgb20{
	margin-bottom:20px !important;
}
.mgb30{
	margin-bottom:30px !important;
}
.mgb40{
	margin-bottom:40px !important;
}
.mgb60{
	margin-bottom:60px !important;
}
.mgb70{
	margin-bottom:70px !important;
}
.mgb80{
	margin-bottom:80px !important;
}

.mgt0{
	margin-top:0 !important;
}
.mgt10{
	margin-top:10px !important;
}
.mgt20{
	margin-top:20px !important;
}
.mgt30{
	margin-top:30px !important;
}
.mgt40{
	margin-top:40px !important;
}
.mgt50{
	margin-top:50px !important;
}
.mgt60{
	margin-top:60px !important;
}
.mgt70{
	margin-top:70px !important;
}
.mgt80{
	margin-top:80px !important;
}
.mgt90{
	margin-top:90px !important;
}
.mgt100{
	margin-top:100px !important;
}

.pd0{
	padding:0 !important;
}
.pd10{
	padding:10px !important;
}
.pd20{
	padding:20px !important;
}
.pd30{
	padding:30px !important;
}
.pd40{
	padding:40px !important;
}
.pd60{
	padding:60px !important;
}

.pdb0{
	padding-bottom:0 !important;
}
.pdb10{
	padding-bottom:10px !important;
}
.pdb20{
	padding-bottom:20px !important;
}
.pdb30{
	padding-bottom:30px !important;
}
.pdb40{
	padding-bottom:40px !important;
}
.pdb60{
	padding-bottom:60px !important;
}

.pdt0{
	padding-top:0 !important;
}
.pdt10{
	padding-top:10px !important;
}
.pdt20{
	padding-top:20px !important;
}
.pdt30{
	padding-top:30px !important;
}
.pdt40{
	padding-top:40px !important;
}
.pdt60{
	padding-top:60px !important;
}

.clear{
	clear: both;
}

.fnt-w-b{
	font-weight: bold;
}
.fnt-10{
	font-size: 10px !important;
}
.fnt-11{
	font-size: 11px !important;
}
.fnt-12{
	font-size: 12px !important;
}
.fnt-14{
	font-size: 14px !important;
}
.fnt-15{
	font-size: 15px !important;
}
.fnt-16{
	font-size: 16px !important;
}
.fnt-17{
	font-size: 17px !important;
}
.fnt-18{
	font-size: 18px !important;
}
.fnt-19{
	font-size: 19px !important;
}
.fnt-20{
	font-size: 20px !important;
}
.fnt-21{
	font-size: 21px !important;
}
.fnt-22{
	font-size: 22px !important;
}
.fnt-23{
	font-size: 23px !important;
}
.fnt-24{
	font-size: 24px !important;
}
.fnt-25{
	font-size: 25px !important;
}
.fnt-26{
	font-size: 26px !important;
}
.fnt-27{
	font-size: 27px !important;
}
.fnt-28{
	font-size: 28px !important;
}
.fnt-30{
	font-size: 30px !important;
}
.fnt-35{
	font-size: 35px !important;
}
.fnt-40{
	font-size: 40px !important;
}


.wrapper{
	overflow: hidden;
}
.b-center{
    margin: 0 auto;
	width: 96%;
  height: auto;
    padding: 0;
}
.cover-content{
    background: url(../img/cover_bg.jpg) center -20px no-repeat;
    overflow: hidden;
    position: relative;
	width: 100%;
  z-index: 2;
    top: 0;
}

.btn{
    border: none;
    outline: none;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    *zoom: 1;
    *display: inline;
}
.btn:hover{
    text-decoration: none;
}

.btn.bdrs{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#header .b-top{
    min-height: 33px;
    background: #220d03;
}
#header .b-top h1{
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0;
    line-height: 1;
    padding: 10px;
}
.b-cover #animation-label-yellow{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);}

.b-cover{
    /*background: #ede9da url(../img/cover_bg.jpg) center -30px no-repeat;*/
    background: #ede9da;
    width: 100%;
    height: 100%;
}
.b-cover .b-center{
    position: absolute;
	width: 100%;
    left: 50%;
    margin-left: -500px;
    top: 0;
}

#content{
	position: relative;z-index: 99;
}

/*Animation*/
.parallax_perpetuummobile_bgArr{
    /*background: url(../img/cover_bg.jpg) center 0 repeat;*/
    /*height: 543px;*/
}


/*#parallax-bg .parallax_perpetuummobile {position: absolute!important;}*/
.parallax_perpetuummobile{
    position: absolute;
    top: 0;
	width: 100%;
    overflow: hidden;
}
.contentHolderVisibleWrapper{
	width: 100%;
    left: 50%;
    margin-left: -1000px;
}
.parallax_perpetuummobile_text_line{
	color: #999;
}
.parallax_perpetuummobile_bgArr{
	z-index: 55;
}

.textElement30_bullets{
	z-index: 72;
}
.textElement31_bullets{
	z-index: 2;
}
.textElement32_bullets{
	z-index: 67;top: 34px;
}
.textElement33_bullets{
	z-index: 68;
}
.textElement34_bullets{
	z-index: 68;
}
.textElement35_bullets{
	z-index: 69;
}
.textElement36_bullets{
	z-index: 74;
}
.textElement37_bullets{
	z-index: 75;
}
.textElement38_bullets{
	z-index: 70;
}
.textElement39_bullets{
	z-index: 75;
}
.textElement40_bullets{
	z-index: 73;
}
.textElement41_bullets{
	z-index: 75;
}




.cover-content img{
	display: block;
}
.cover-content .ht1,
.cover-content .ht2,
.cover-content .ht81{
    position: absolute;
}
.cover-content .ht81{
    top: 12px;
    left: 428px;
}
.cover-content .ht1{
	top: 58px;left: 20px;
}
.cover-content .ht2{
	top: 152px;left: 20px;
}
#animation-label-yellow{
    left: 800px;
    top: 13px;
    position: absolute;
}



/*Content*/
.b-blue-pattern{
/*background: url(../img/gray_pattern_bg.png) 0 0 repeat;
*//*background: url(../img/gray_pattern_bg.png) 0 0 repeat;
*/}
.b-blue-pattern.border-top{
	z-index: 11;position: relative;
}
.b-content{
    margin: 0 auto;
	width: 100%;
}
.b-blue-pattern .b-content{
	width: 100%;
}
.b-cnt-1{
    position: relative;
    background: #fff;
    min-height: 200px;
	width: 100%;

}
.b-cnt-1 .bg-top{
  display:  none;
}
.b-cnt-1 .inner{
}
.b-cnt-1 h2{
    font-weight: normal;
    font-size: 25px;
    text-align: center;
	    width: 80%;
    margin: 25px auto;
    max-width: 447px;
}
.b-cnt-1 .wrap-box{
    position: relative;
    margin: 10px 0 0;
}
.b-cnt-1 .border-box{
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 4px solid #7fcdd0;
    padding: 5px;
	width: 100%;
  box-sizing: border-box;
}
.b-cnt-1 .border-box p{
	margin: 0;line-height: 29px;
}
.b-content .yellow-marker{
	background: #ffe156;
}
.b-cnt-1 ul{
	margin: 0 0 10px;padding: 0 0 0 20px;
}
.b-cnt-1 li{
	color: #3771bf;
}
.b-cnt-1 li span{
	color: #292929; font-size: 16px;
}
.b-cnt-1 .photo-box{
    position: relative;
	width: 50%;
	margin: 10px auto;
    text-align: center;
    right: 0;
    top:0;
    z-index: 66;
}
  
  .b-cnt-1 .photo-box .name_img{
    width: 40%;
  }
.b-cnt-1 .photo-box #round-image{
    display:block;
    margin:0 auto;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.b-cnt-1 .photo-box p{
	margin: 0;
}
.b-cnt-1 .h-text{
    text-align: left;
    font-size: 14px;
	margin: 0 0 20px 0;
	}
.b-cnt-1 .ribbon{
	background-color: #fff5b5;
	width: 100%;
}
.b-cnt-1 .ribbon p{
    padding: 3px 3px 3px 3px;
    margin: 0;
    text-align: left;
    font-size: 16px;
}
.b-cnt-1 .ribbon p span{
	color: #ae0000;
}

.b-cnt-2{
	width: 100%;
    margin: 0 auto;
background: url(../img/gray_pattern_bg.png) 0 0 repeat;
	

}
.b-cnt-2 h3{
    background: url(../img/b2_icon_top.png) center 0 no-repeat;
    padding:75px 0 0;
    margin: 10px 0 0;
    color: #fff;
    text-align: center;
    font-size: 45px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    line-height: 1;
background-position: top 20px center;
}
.b-cnt-2 .h-text{
    font-size : 16px;
    text-align: left;
    margin: 3px;
	box-sizing: border-box;
    font-weight: bold;
}
.b-cnt-2 .inner-box{
    position: relative;
    background: #fff;
    background: url(../img/b2_bg_center.png) center 0 repeat-y;
    text-align: center;
    margin:10px 0;
    z-index: 5;
	border: solid 1px #82d1d4;
	padding: 10px;
	box-sizing: border-box;
}

.b-cnt-2 .bg-top{
}
.b-cnt-2 .bg-bottom{
    height: 10px;
	width: 100%;

}
.b-cnt-2 .arrow{
    background: url(../img/b2_arow_down.png) center 0 no-repeat;
    height: 50px;
	background-size: contain;
    position: relative;
    z-index: 55;
}
.b-cnt-2 .arrow.i-2{
}
/*.b-cnt-2 .img-text-1{margin: -3px 0 0}*/
.b-cnt-2 .img-text-1{
	margin: 0;
}
.img-text-1{
  width: 50%;
}	
.b-cnt-2 .img-text-2{
	width: 90%;
}

.b-cnt-2 .inner-content p.fnt-18{
	margin: 38px 0 0;
}
.b-gray-pattern{
    background: url(../img/gray_pattern_bg.png) repeat;
    position: relative;
	padding-bottom: 20px;
}
.b-cnt-3{
    text-align: left;
    position: relative;
    z-index: 44;
	margin-bottom: 20px;
}
.b-cnt-3 h2{
    position: relative;
    z-index: 999;
    margin: 0 auto;
	top: -20px;
}
.b-cnt-3 .title-img{
	position: relative;z-index: 102;display: block;margin: 0 auto;
}
.b-cnt-3 .h-text{
    font-size: 16px;
    margin: 0 0 20px;
    line-height: 1.6;
    font-weight: bold;
}
.b-cnt-3 .inner-box{
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	padding-bottom:20%;
}
.b-cnt-3 .inner-box h3{
	width: 100%;
    position: relative;
top: -30px;
    z-index: 14;
	margin: 0;
}
.b-cnt-3 .inner-box h3 img{
	margin: 30px 0 0;
}
.b-cnt-3 .yellow-box{
    position: relative;
    border: 1px solid #eada6e;
    z-index: 11;
	width: 100%;
	margin: 0 auto 15px;
}

.b-cnt-3 .yellow-box .border-box{
    background: #fff3a1;
    border: 2px solid #fff;
}
.b-cnt-3 .yellow-box p{
    font-weight:bolder;
    font-size: 16px;
    color: #545353;
box-sizing: border-box;
	}
.b-cnt-3 .book-box{
    background: url(../img/b3_book.jpg) 0 5px no-repeat;
    text-align: left;
    padding: 25px 0 25px 125px;
}
.b-cnt-3 .book-box p{
	font-size: 18px;margin: 0;position: relative;z-index: 22;
}
.b-cnt-3 .book-box p strong{
	font-size: 16px;
}
.b-cnt-3 .books{
	width: 100%;
}

.b-cnt-3 .b-row p{
  font-weight: normal;
  font-size: 16px;
}
.b-cnt-3 .title-gray-bg{
    background-color: #efefef;
   border: solid 1px #cccccc;
  border-radius: 30px;
	width: 100%;
    text-align: left;
    padding: 10px;
  box-sizing: border-box;
	margin: 0;
	margin-bottom: 15px;
}
.b-cnt-3 .title-gray-bg strong{
    display: block;
    font-size: 20px;
    color: #025abc;
}
.b-cnt-3 .col-box{
    position: relative;
    text-align: left;
    z-index: 15;
    font-weight: bold;
}
.b-cnt-3 .col .title{
    position: relative;
    color: #d82900;
    /*padding: 10px 0 0 0;*/
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.3;
}
/*.b-cnt-3 .col:first-child+* .title{padding-top: 12px;margin: 0 0 16px}*/
/*.b-cnt-3 .col .title i{*/
    /*position: absolute;*/
    /*background: #f18613;*/
    /*width: 20px;*/
    /*height: 6px;*/
    /*top: 0;*/
    /*left: 0;*/
/*}*/
/*.b-cnt-3 .col:first-child{*/
    /*border-right: 1px solid #d7d7d7;*/
    /*padding-right: 10px;*/
/*}*/
.b-cnt-3 .col:first-child +*{
	margin-top: 30px;
}
.b-cnt-3 .col p{
	color: #000;
  line-height: 1.7;
  padding: 0!important;
  font-size: 16px;
  font-weight: bold;
}
.b-cnt-3 .col ol{
	padding-left: 35px;
  margin: 0;
  font-size: 16px;
}
.b-cnt-3 .col ol li{
	line-height: 1.7;
}
.b-cnt-3 .col ol span{
	color: #000000;
}

.b-cnt-3 ul li {*zoom: 1; }
/*.b-cnt-3 li:before, .b-cnt-3 li:after { content: " "; display: table;}*/
/*.b-cnt-3 li:after {clear: both;}*/

.b-cnt-3 .list-type-number li{
	margin: 24px 0 0;position: relative;
}
.b-cnt-3 .list-type-number li:first-child{
	margin: 0;
}
.b-cnt-3 .list-type-number li b{
	color: #14667b;
}
.b-cnt-3 .list-type-number li i{
    color: #138d92;
    font-size: 17px;
    font-style: normal;
    float: left;
    top: 0;
    left: 0;
}
.b-cnt-3 .list-type-number p{
    float: left;
    margin: 1px 0 0 20px;
    padding: 0;
  font-size: 16px;
}

.b-cnt-3 .b-row{
	margin: 0 0 30px 0;
	text-align: left;font-size: 20px;
}
.b-cnt-3 .b-row.first{
	width: 100%;
	margin: 0 auto;
}
.b-cnt-3 .red-corner{
width: 30%;
position: absolute;
	right: 0;
	bottom: 0;
	line-height: 0;
}	

.b-cnt-3 .b-row ul{
	list-style: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.b-cnt-3 .list-type-asterisk li{
	font-size: 20px;
}
.b-cnt-3 .list-type-asterisk li i{
    position: absolute;
    color: #d82900;
}
.b-cnt-3 .list-type-asterisk li span{
	display:block;margin: 0 0 0 2em;
  font-size:16px;
}
.b-cnt-3 .b-row p.fnt-16{
	margin: 0 40px 0 48px;padding: 0;
  font-size: 23px;
}
.b-cnt-3 .b-row p.fnt-16 span{
	margin-left: -10px;
}
.red-text{
	color: #d82900;
}

.b-cnt-4 .man-box{
/*
    background: url(../img/b4_elipse_bg.png) 0 0 no-repeat;
*/
	background-color: #fff;
	width: 100%;
display: inline-table;	
	align-items: center;
	justify-content: center;
box-sizing: border-box;
	border-radius: 30px;
}
.b-cnt-4 .man-box_inner	{
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #82d1d4;
	border-radius: 30px;
	margin: 3px;
	padding: 10px;
	}
	.b-cnt-4 .man-box_inner .img{
		width: 20%;
		margin: 0;
	}
.b-cnt-4 .man-box .txt{
    border-left: 6px solid #82d1d4;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 10px;
	margin-left: 8px;
    font-weight: bold;
	width: 80%;
}
.b-cnt-4 .man-box p span{
	font-size: 18px;
  color: #d82900;
}

.b-yellow-pattern{
    background: url(../img/gray_pattern_bg.png) 0 0 repeat;
	padding-bottom:30px;
}

.b-orange-pattern{
    background: url(../img/orange_pattern_bg.png) 0 0 repeat;
    text-align: center;
    padding: 1px 0;
}
.b-cnt-5 .b-orange-pattern{
    border-bottom: 2px solid #c5c5c5;
  margin-bottom: 30px;
}
.b-cnt-5 .b-content{
	width: 100%;
}
.b-cnt-5 h3{
width: 80%;
margin: 15px auto;
	}
.b-cnt-5 #big-arrow-1{
	position: relative;
}
.b-cnt-5 .i-box{
}
.b-cnt-5 .i-box p{
	line-height: 28px;margin: 0;
}
.b-cnt-5 .i-box .title{
text-align: center;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
background: url(../img/comments_box_top.png);
background-size: 100% 100%; 
}
.b-cnt-5 .i-box .txt_box{
line-height: 24px;
margin: 0;
padding: 10px;
z-index: 11;
font-weight: normal;
background: url("../img/comments_box_center_right.png");
background-size: 100% auto;
}
.b-cnt-5 .i-box .bg-bottom-left {
    background: url(../img/comments_box_bottom_left.png) 0 0 no-repeat;
    width: 100%;
    height: 50px;
    background-size: 100%;
}

.b-cnt-5 .i-box .title img {
    width: 30%;
    max-width: 252px;
}
.b-cnt-5 .i-1{
}
.b-cnt-5 .i-1 .img-box{
    background: #efefef;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
}
.b-cnt-5 .i-1 .img-box .fl-left{
	width: 46%;
}
.b-cnt-5 .i-1 .img-box .fl-right{
	width: 46%;
}
.b-cnt-5 .i-1 .img-box img{
    border: 1px solid #e2e2e2;
}
.b-cnt-5 .i-1 .img-box p{
	font-size: 13px;color: #000;margin: 0 5px 0 9px;line-height: 1.4;
}
.b-cnt-5 .i-2{
    background: url(../img/b5_i_box_2.png) center 0 no-repeat;
}
.b-cnt-5 .i-3{
    background: url(../img/b5_i_box_3.png) center 0 no-repeat;
}
.b-cnt-5 .i-4{
    background: url(../img/b5_i_box_4.png) center 0 no-repeat;
}
.b-cnt-5 .i-5{
    background: url(../img/b5_i_box_5.png) center 0 no-repeat;
}

.b-white-bg{
	background: #fff;padding: 1px 0 30px;position: relative;
}
.b-cnt-6{
text-align: center;
position: relative;
	}
.b-cnt-6 .babber-box{
background-color: #fff;
width: 100%;
display: inline-table;
align-items: center;
justify-content: center;
box-sizing: border-box;
border-radius: 30px;
  position: relative;
  top: -30px;
	}
  .b-cnt-6 .babber-box .img{
    width: 20%;
  }

.b-cnt-6 .babber-box .txt{
border-left: 6px solid #82d1d4;
font-size: 16px;
line-height: 1.4;
padding-left: 10px;
margin-left: 8px;
font-weight: bold;
text-align: left;
width: 80%;  
}
.b-cnt-6 .babber-box .babber-box_inner{
display: flex;
align-items: center;
justify-content: center;
border: solid 1px #82d1d4;
border-radius: 30px;
margin: 3px;
padding:10px;	
}
.b-cnt-6 .babber-box p b{
	color: #d82900;
}
.b-cnt-6 h3{
    background: url(../img/b6_stop_bg.png) center 0 no-repeat;
    border-bottom: 5px solid #525252;
    padding: 0;
	width: 100%;
	background-size: contain;
background-position: top right 0.5em;
}
.b-cnt-6 h3 img{
width: 85%;
margin-right: auto;
padding-right: 20%;
}

.b-cnt-6 .arrow-1{
}
.big-arrow,.arrow{
/*position: absolute;
*/width: 150px;
margin: 0 auto;
/*top: 60px;
right: 0;
left: 0;
*/}
.b-cnt-6 .sm-arrow img{
	position: relative;
}
.b-cnt-6 .sm-arrow{
	width: 50px;
	margin: 0 auto;

}
.b-cnt-6 .img-text-2{
	width: 100%;
}

.b-cnt-6 .inner-box{
    background: url(../img/b6_box_center.png) center 0 repeat-y;
    text-align: left;
    position: relative;
    *zoom: 1;
	padding: 10px 0;;
}
.b-cnt-6 .inner-box h4{
    text-align: center;

    position: relative;
    z-index: 11;
	margin: 0 auto;
	width: 100%;
}

.b-cnt-6 .inner-box p{
    position: relative;
    z-index: 11;
margin: 10px;
	 font-size: 16px;
  font-weight: normal;
  
}
.b-cnt-6 .inner-box > p:first-child{
	margin: 0;
}
.b-cnt-6 .inner-box .bg-top{

}
.b-cnt-6 .inner-box .bg-bottom{
    background: url(../img/b6_box_bottom.png) center 0 no-repeat;
	width: 100%;
    height: 35px;
    position: absolute;
    bottom: -35px;
    left: 0;
    *zoom: 1;
}
.b-cnt-6 .green-box{
    position: relative;
    background: url(../img/b6_green_box.png) center 0 no-repeat;
	width: 100%;
    z-index: 11;
    margin: 62px 0 0;
    color: #000;
}
.b-cnt-6 .green-box .f-green{
	color: #40532b;
}
.b-cnt-6 .green-box p{
	margin: 0;
}
.b-cnt-6 .green-box ul{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 5px;
}
.b-cnt-6 .green-box li{
	line-height: 1.5;font-size: 20px;
}
.b-cnt-6 .green-box li b{
	margin: 0 20px 0 0;
}
.b-cnt-6 .green-box .inner{
	padding: 37px 42px;
}
.b-cnt-6 .inner-box .man-box{
    position: absolute;
    z-index: 1;
    top: 333px;
    right: 29px;
}
.b-blue-pattern-2{
    background: url(../img/blue_pattern_2.png) 0 0 repeat;
    text-align: center;
    padding:0;
  padding-top: 1px;
}
.b-blue-pattern-2 h3{
width: 80%;
margin: 15px auto;
}
.b-cnt-7{
    color: #000;
    font-size: 16px;
  font-weight: normal;
}
.b-cnt-7 ul{
    padding: 0;
    list-style: none;
    margin: 0px 0 0px 0px;
}
.b-cnt-7 li{
    color: #1079a0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}
.b-cnt-7 li span{
    font-size: 30px;
    color: #e04f00;
    margin: 0 17px 0 0;
}

.b-blue-green-pattern{
    text-align: center;
    background: url(../img/green_pattern_bg.png) 0 0 repeat;
    border-top: 4px solid #15abb0;
    border-bottom: 4px solid #15abb0;
}
.b-blue-green-pattern h2{
	margin:10px auto 0;
	width: 80%;
}
.big-arrow {
    margin-top: 5px;
}
.b-cnt-8{
	font-size: 18px;color: #000;
}
.b-cnt-8 .b-content{
	width: 100%;
}
.b-cnt-8 .article-1{
    margin: 0;
    background: url(../img/b8_article_1_img.jpg) ;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 400px;
    font-size: 16px;
  font-weight: normal;
}
.b-cnt-8 .article-1 p{
    margin: 30px 0 0;
}
.b-cnt-8 .article-1 p:first-child{
}
.b-cnt-8 .article-1 p b{
	color: #17a6ab;
}
.b-cnt-8 .round-box{
    text-align: center;
}
.b-cnt-8 .article-2{
    background: url(../img/b8_article_2_img.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 300px;
  font-size: 16px;
  font-weight: normal;
}
.b-cnt-8 .article-2 h3{
	margin: 0 auto;
	width: 80%;
}
.b-cnt-8 .article-2 .mg-l{
}
.b-cnt-8 .article-2 p span.mg-l{
	margin-left: -7px;
}
.b-cnt-8 .article-2 p.last{
	margin-bottom: 0;
}
.blue-ribbon{
	width: 100%;
    text-align: center;
    position: relative;
    z-index: 11;
}
.b-cnt-9 .blue-ribbon img{
    margin: 21px 0 0;
}
.b-cnt-9 .wrap-box{
    position: relative;
    background: #f7f7f7;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 6px;
    margin: -48px 0 0;
}
.b-cnt-9 .wrap-box .inner{
    border: 2px solid #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

}
.b-cnt-9 .photo{
	margin-top: 30px;
}
.b-cnt-9 .blue-border-box{
    background: url(../img/b9_border_box_bg.png) 0 0 no-repeat;
	width: 100%;
}
.b-cnt-9 .blue-border-box img{
    margin: 30px 0 0 70px;
}

.b-cnt-9 p.mg-l{
	width: 100%;
  position: relative;z-index: 44;
  font-weight: normal;
}
.b-cnt-9 p.mg-l2{
  font-weight: normal;
}
.b-cnt-9 p.fnt-20 span.fnt-16{
    display: block;
    margin: 3px 0 0 -8px;
}
.b-cnt-9 .blue-box{
    background: #96d6e9;
    border-bottom: 2px solid #60afc6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	width: 90%;
}
.b-cnt-9 .blue-box p{
    margin: 0;
    color: #003a4b;
    font-size: 16px;
    font-weight: bold;
}

.b-cnt-9 .orange-text{
	color: #e34b08;
}
.b-cnt-9 .wrap-box ul{
    list-style: none;
    padding: 0;
  font-weight: normal;
}
.b-cnt-9 .wrap-box li{
    position: relative;
    font-size: 16px;
    color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.b-cnt-9 .wrap-box li span{
  display: block;
  width: 80%;
}
.b-cnt-9 .wrap-box li i{
    background: url(../img/b9_numbers_spr.png) 0 0 no-repeat;
    width: 66px;
    height: 44px;
  display: inline-block;
  margin-right: 5px;
}
.b-cnt-9 .wrap-box li.i1 i{
	background-position: 0 0;
}
.b-cnt-9 .wrap-box li.i2 i{
	background-position: 0 -45px;
}
.b-cnt-9 .wrap-box li.i3 i{
	background-position: 0 -90px;
}
.b-cnt-9 .wrap-box li.i4 i{
	background-position: 0 -135px;
}
.b-cnt-9 .wrap-box li.i5 i{
	background-position: 0 -180px;
}
.b-cnt-9 .wrap-box li.i6 i{
	background-position: 0 -225px;
}
.b-cnt-9 .wrap-box li.i7 i{
	background-position: 0 -270px;
}
.b-cnt-9 .wrap-box li.i8 i{
	background-position: 0 -315px;
}
.b-cnt-9 .wrap-box li.i9 i{
	background-position: 0 -360px;
}
.b-cnt-9 .wrap-box li.i10 i{
	background-position: 0 -405px;
}
.b-cnt-9 .wrap-box li.i11 i{
	background-position: 0 -450px;
}
.b-cnt-9 .wrap-box li em{
    display: inline-block;
    line-height: 1;
    font-size: 16px;
  margin-right: 5px;
}
.b-cnt-9 .wrap-box .fnt-15{
    line-height: 1.8;
}
.b-cnt-9 .wrap-box .fnt-20.fnt-w-b{
	margin: 50px 24px 0;
}
.b-cnt-9 .wrap-box .fnt-21{
	margin: 10px 0 0;
  width: 100%;
}
.b-yellow-bg{
    background: #ffda93;
    border-bottom: 2px solid #fff7bf;

    padding: 1px 0;
}
.b-yellow-bg h2{
    text-align: center;
}
.b-yellow-bg h2 img{
	width: 80%;
margin: 0 auto;
padding-right: 15%;
}
.b-blue-pattern.b-cnt-10{
    padding: 0 0 30px;
    border: none;
}

.b-cnt-10 .b-content{
	width: 98%;
  margin: 0 auto;
}
.b-cnt-18 .b-content{
	width: 100%;
}
.b-cnt-10 .inner-box,
.b-cnt-18 .inner-box{
    position: relative;
    background: url(../img/b10_inner_box_center.png) center 0 repeat-y;
    padding: 10px;
   border: solid 1px #6ec3c6;
}
.b-cnt-10 .inner-box .bg-top,
.b-cnt-18 .inner-box .bg-top{
    background: url(../img/b10_inner_box_top.png) center 0 no-repeat;
	width: 100%;

    position: absolute;
    top: -34px;
    left: 0;
}
.b-cnt-10 .inner-box .bg-bottom,
.b-cnt-18 .inner-box .bg-bottom{
    background: url(../img/b10_inner_box_bottom.png) center 0 no-repeat;
	width: 100%;
    position: absolute;
    bottom: -33px;
    left: 0;
}
.b-cnt-10 .inner-box .pic-man{
position: absolute;
right: 0;
width: 20%;
top: 30px;
	}
.b-cnt-10 .inner-box .arrow,
.b-cnt-18 .inner-box .arrow{
text-align: center;
position: absolute;
top: -20px;
width: 150px;
margin: 0 auto;
right: 0;
left: 0;
	}
.b-cnt-10 .inner-box .fnt-w-b{
	text-align:left;margin: 30px 0 0;line-height: 1.5;
	width: 80%;
}

.b-cnt-10 .inner-box .list-item{
	width: 100%;
    margin: 35px auto 0;
}
.b-cnt-10 .list-item .title{
}
.b-cnt-10 .list-item .title img{
}
.b-cnt-10 .list-item > p{
    font-size: 16px;
   font-weight: normal;
  margin: 0;
}
.b-cnt-10 .list-item ul{
    padding: 0;
    list-style: none;
    margin: 0 0 0 8px;
}
.b-cnt-10 .list-item li{
display: flex;
align-items: flex-start;
	*zoom: 1;
}
.b-cnt-10 .list-item li:first-child{
	margin: 0;
}
.b-cnt-10 .list-item li img{
	width: 50px;
	height: 50px;
margin-right: 10px;
	}
.b-cnt-10 .list-item li p{
    font-size: 16px;
   font-weight: normal;
	margin-top: 0;
}
.b-cnt-10 .list-item li span{
	display: inline-block;margin: 0 0 0 -5px;
  font-size: 16px;
}

.b-cnt-10 .list-item li p b{
	color: #2e8e93;
}
.b-cnt-10 .list-item .img-box{
width: 90%;
margin: 0 auto 30px;
	float: none;
}
.b-cnt-10 .list-item .img-box p{
	margin: 0;
  font-size: 11px;
}


.b-gray-pattern-2{
    background: url(../img/gray_pattern_bg.png) 0 0 repeat;
    padding: 0 0 30px;
}
.b-orange-pattern-2{
    background: url(../img/orange_pattern_2_bg.png) 0 0 repeat;
    text-align: center;
    padding: 1px 0;
}
.b-orange-pattern-2 h2{
	margin: 37px 0 18px;
}
.b-cnt-11 .b-orange-pattern-2 h2{
width:60%;
margin: 15px auto 0;
}

.b-cnt-11 .wrap-img-box{
	font-size: 18px;line-height: 30px;margin: 63px 0 0;
}
.b-cnt-11 .b-1{
background: url(../img/b11_i_img1.jpg)no-repeat;
margin: 67px 0 0;
padding-bottom: 300px;
background-position: bottom;
	}
.b-cnt-11 .wrap-img-box h3{
	width: 90%;
	max-width: 345px;
  margin-bottom: 0;
	
}
.b-cnt-11 .wrap-img-box p{
	margin: 0;
  font-size: 16px;
  font-weight: normal;
}

.b-cnt-11 .b-2{
    background: url(../img/b11_i_img2.jpg) no-repeat;
margin: 67px 0 0;
padding-bottom: 300px;
background-position: bottom;
}

.b-cnt-11 .b-3{
    background: url(../img/b11_i_img3.jpg) no-repeat;
margin: 67px 0 0;
padding-bottom: 300px;
background-position: bottom;
}
/*.b-cnt-11 .b-3 h3{margin-bottom: 20px}*/

  .b-blue-pattern.b-cnt-12{
    background: url(../img/gray_pattern_bg.png) 0 0 repeat;
  }
.b-blue-pattern.b-cnt-12 .b-content{
	width: 100%;
}
.b-cnt-12 .wrap-box{
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(9, 9, 9, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(9, 9, 9, 0.2);
    box-shadow: 0 2px 3px rgba(9, 9, 9, 0.2);
    padding: 8px;
    z-index: 22;
}
.green-ribbon{
/*position: absolute;
top: -70px;
left: 0;
	right: 0;
*/	width: 90%;
text-align: center;
margin: 0 auto;
	}
.green-ribbon img{
	margin: 10px 0 0 0;
}
.b-cnt-12 .border-box{
    border: 1px solid #a3ef71;
}
.b-cnt-12 .border-box .inner-box{
background-repeat: no-repeat;
background-position: bottom;
border: 1px solid #daf9c6;
background-size: 100% auto    
}
.b-cnt-12 .inner-box p{
margin: 15px 0 0;
font-weight: normal;
padding: 0 8px;
}
.b-cnt-12 .inner-box .img{
padding: 0;
line-height: 0;
}

.b-cnt-12 .pic-man{
width: 35%;
float: right;
padding: 15px 5px 5px 5px;
}
.b-cnt-12 .inner-box .mg-r{

}
.b-cnt-12 .text-img-abc{
	display: none;
}

.b-white-bg.b-cnt-13{
}

.b-cnt-13 .wrap-box{
    position: relative;
/*    background: url(../img/b13_box_bg.png) center 0 no-repeat;
    margin: 214px auto 0;*/
    padding: 1px 0;
}
.b-cnt-13 .wrap-box h3{
    text-align: center;
}
.b-cnt-13 .wrap-box ul{
    padding: 0;
    list-style: none;
}
.b-cnt-13 .wrap-box li{
    background: url(../img/b13_list_item.png) 0 center no-repeat;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    padding: 1px 0 0 2em;
	background-size: 1.5em;
}
.b-cnt-13 .wrap-box p{
	font-weight: bold;color: #e72235;
}
.b-cnt-13 .wrap-box .pic-man{
display: none;
}

.b-blue-bg{
    background: #3acacf;
    padding: 1px 0;
    text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.b-yellow-pattern.b-cnt-14{
	padding-bottom: 100px; border:none;
}
.b-cnt-14 .b-blue-bg{
}
.b-cnt-14 .b-blue-bg h2{
    margin: 15px auto;
	width: 80%;
}
.b-cnt-14 .b-content{
	width: 100%;
}

.comments-box{
/*
    background: #fff;
*/
/*
  border: solid 1px #c8ebef;
*/
	border-bottom: none;
	margin: 5px auto;
	padding: 3px;
		}
	
.comments-box.right-corner{
}
.comments-box .title{
text-align: center;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
background: url(../img/comments_box_top.png);
background-size: 100% 100%; 
}
.comments-box .title img{
width: 30%;
max-width: 144px;
}
.b-cnt-14 .comments-box.c-1 .title img, .b-cnt-26 .comments-box.c-1 .title img{
    float: left;
}
.b-cnt-14 .comments-box .title span, .b-cnt-26 .comments-box .title span{
    float: left;
    line-height: 45px;
    padding: 1px 0 0 32px;
    border-left:1px solid #a2cdd2;
    color: #2c6167;
    font-size: 20px;
    margin: 10px 0 0 29px;
}
.comments-box .bg-bottom-left{
background: url(../img/comments_box_bottom_left.png) 0 0 no-repeat;
	
width: 100%;
height: 50px;
background-size: 100%;
	
}
.comments-box .bg-bottom-right{
background: url(../img/comments_box_bottom_right.png) 0 0 no-repeat;
	
width: 100%;
height: 50px;
background-size: 100%;
	
	}
.comments-box p{
    line-height: 24px;
    margin: 0;
  padding: 10px;
    z-index: 11;
  font-weight: normal;
		background: url("../img/comments_box_center_right.png");
	background-size: 100% auto;

}
  
.b-gray-pattern-2.b-cnt-15{
	border-top: 2px solid #e5cf76;
	}
.b-cnt-15 h2{
    margin: -75px auto 0;
    line-height: 1;
    width: 90%;
}
.b-cnt-15 .inner-box.b-1{
	padding-bottom: 300px;
	margin:20px 0 30px;
	background: url(../img/b15_photo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.b-cnt-15 .inner-box p{
	margin: 0;font-size: 16px;
  font-weight:normal;
}
.b-cnt-15 .inner-box ul{
	list-style: none;padding: 0;
	margin: 20px 0;
}
.b-cnt-15 .inner-box li{
	line-height: 2; font-size: 16px;position: relative;font-weight: bold;
}
.b-cnt-15 .inner-box li:first-child +* +* +* +*{
	line-height: 1.4;
}
.b-cnt-15 .inner-box li i{
	background: url(../img/b15_list_numbers.png) 0 0 no-repeat;position: absolute;width: 44px;height: 44px;left: 0;top: 0;
}
.b-cnt-15 .inner-box li:first-child +* i{
	background-position: 0 -50px;
}
.b-cnt-15 .inner-box li:first-child +* +* i{
	background-position: 0 -99px;
}
.b-cnt-15 .inner-box li:first-child +* +* +* i{
	background-position: 0 -149px;
}
.b-cnt-15 .inner-box li:first-child +* +* +* +* i{
	background-position: 0 -199px;
}
.b-cnt-15 .b-blue-green-pattern h3{
width: 90%;
	margin: 0 auto;
  padding-top: 15px;
}
.b-cnt-15 .inner-box.b-2{
	text-align: center;
}
.b-cnt-15 .inner-box.b-2 h4{
width: 85%;
margin: 0 auto;
	line-height: 1;
}
.b-cnt-15 .inner-box.b-2 p{
	font-size: 16px;margin: 23px 0 0;
  font-weight: bold;
}
.b-cnt-15 .inner-box.b-2 strong{
	display: block;
width: 85%;
margin: 15px auto 0;
}

.b-cnt-16.b-blue-pattern{
	padding: 1px 0 371px;
background: url(../img/gray_pattern_bg.png) 0 0 repeat;
  }
.b-cnt-16 .b-content{
	width: 100%;
}
.b-cnt-16 .inner-box{
    font-size: 18px;
    position: relative;
  font-weight: normal;
    background: #fff url(../img/b16_inner_box_bg.png) center 99% no-repeat;
    -webkit-box-shadow: 0 2px 3px rgba(9, 9, 9, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(9, 9, 9, 0.2);
    box-shadow: 0 2px 3px rgba(9, 9, 9, 0.2);
	padding: 10px;
}
.b-cnt-16 h3 img{
}
.b-cnt-16 p{
	margin: 0 0 0 0;
  font-size: 16px;
  font-weight: normal;
}
.b-cnt-16 .border-img-box{
    position: relative;
    border: 4px solid #a0dfe2;
    background: #fafafa;
  margin: 10px 0;
}
.b-cnt-16 .border-img-box .inner{
    background: url(../img/b16_border_box_bg.png) ;
  background-repeat: no-repeat;
    border: 2px solid #fff;
padding: 10px 10px 300px 10px;
background-position: bottom right;
background-size: auto 300px;
  }
.b-cnt-16 .border-img-box h4{
	margin:0;line-height: 1;
  width: 80%;
}
.b-cnt-16 .orange-label{
/*	position: absolute;
	top: -35px;
	left: 25px;
*/}
.b-cnt-16 .orange-label_wrap{
  width: 50%;
}

.b-cnt-16 .border-img-box p{
	margin: 15px 0 0 -8px;
}
.b-cnt-16 .border-img-box ul{
	margin: -17px 0 0;padding: 0 0 0 32px;
  font-weight: normal;
}
.b-cnt-16 .border-img-box li{
	font-size: 16px;color: #7bc748;
}
.b-cnt-16 .border-img-box li span{
	font-size: 16px;color: #232323;
}
.b-cnt-16 .border-img-box li b{
	font-size: 16px;color: #0764ab;
}
.b-cnt-16 .mg-l{
	margin-left: -10px;
}
.b-cnt-16 .yellow-box{
    background: #ffffc4;
    padding: 18px 20px;
    margin: 20px 0 0;
}
.b-cnt-16 .pic-box{
	margin: 0;
}
.b-cnt-16 .pic-box img{
	float: right;
	width: 20%;
	margin: 35px 10px 10px 10px
}
.b-cnt-16 .pic-box .fl-right{
	width: 100%;
	float: none;
}
.b-cnt-16 .pic-box .fl-right p{
	margin: 15px 0 0;
}
.b-cnt-16 .pic-box .fl-right > p:first-child{
	margin: 35px 0 0;
}
.b-cnt-16 .yellow-marker{
	padding: 0 5px;
}
.orange-marker{
	background: #fb7600;
}

.b-cnt-17 .b-content{
	margin-top: -330px;position: relative;z-index: 22;
}
.b-white-bg.b-cnt-17{
  background: url(../img/gray_pattern_bg.png) 0 0 repeat;
}
.b-cnt-17 h2{
    background: url(../img/b17_title_bg.png) center top no-repeat;
    text-align: center;
    padding-top: 90px;
width: 80%;
margin: 0 auto;
}
.b-cnt-17 .wrap-box{
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(9, 9, 9, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(9, 9, 9, 0.2);
    box-shadow: 0 1px 3px rgba(9, 9, 9, 0.2);
    padding: 6px;
}
.b-cnt-17 .wrap-box-2{
	border: 1px solid #ffd943;
}
.b-cnt-17 .inner-box{
	border: 1px solid #ffeea9;
  padding: 10px;
}
.b-cnt-17 .bonus-box{
    margin: 5px 0 0;
    padding: 1px 0;
}
.b-cnt-17 .bonus-box.b-1{
	margin: 0;
}
.b-cnt-17 .bonus-box .inner{
    font-size: 18px;
}
.b-cnt-17 .bonus-box p{
	margin: 0;line-height:30px;
  font-size: 16px;
font-weight: normal;
}
.b-cnt-17 .bonus-box h4{
	margin: 0;line-height: 1;
}
.b-cnt-17 .bonus-box.b-1 .inner{
	background: url(../img/b17_bonus_box_1_bg.png) 13px 10px no-repeat;
}
.b-cnt-17 .bonus-box.b-2 .inner{
	background: url(../img/b17_bonus_box_2_bg.png) 19px 10px no-repeat;
}
.b-cnt-17 .bonus-box.b-3 .inner{
	background: url(../img/b17_bonus_box_3_bg.png) 12px 10px no-repeat;
}
.b-cnt-17 .bonus-box.b-4 .inner{
	background: url(../img/b17_bonus_box_4_bg.png) 12px 10px no-repeat;
}

.b-cnt-17 .bonus-box .mg-l{
	margin-left: -8px;
}
.b-cnt-17 .bonus-box ul{
    padding: 0 0 0 20px;
    margin: 10px 0 0;
  font-size: 16px;
}
.b-cnt-17 .bonus-box li{
    color: #fb7500;
    font-size: 16px;
    line-height: 35px;
}
.b-cnt-17 .bonus-box li span{
	color: #000;font-size: 16px;margin-left: 5px;font-weight: bolder;
}
.b-cnt-17 .img-box{
    float: none;
    width: 80%;
    margin: 10px auto;
}
.b-cnt-17 .img-box p{
	margin: 0 15px 0 0;line-height: 1.6;
}

.b-cnt-18.b-blue-pattern{
	padding-bottom: 30px;
  background: url(../img/gray_pattern_bg.png) 0 0 repeat;
}
.b-cnt-18 .b-yellow-bg{

}
.b-cnt-18 .inner-box{
font-size: 16px;
  font-weight: normal;
}
	.b-cnt-18 .fl-right{
	}	
.b-cnt-18 .pic-man{
width: 20%;
float: right;	
/*
    position: absolute;
    top: -300px;
    left: 10px;
*/
}
.b-cnt-18 .inner-box.b-1 > p{
}
.b-cnt-18 .inner-box.b-1 p.fnt-22{
	margin-top: 0;
}
.b-cnt-18 .list-item{
	padding: 1px 0;margin: 30px 0 0;
}
.b-cnt-18 .list-item h4{
line-height: 1;
}
.b-cnt-18 .list-item .inner{
    background: url(../img/b18_list_item_bg.png) 30px 1px no-repeat;
}
.b-cnt-18 .list-item.i-1 .inner{
	padding-bottom: 25px;
}
.b-cnt-18 .list-item.i-2{
	margin-top: 25px;
}
.b-cnt-18 .list-item .inner p{
	margin: 30px 0 0;font-size: 16px;line-height: 30px;
}
.b-cnt-18 .list-item .inner p:first-child{
	margin:0;
}
.b-cnt-18 .list-item.i-4 .inner{
    background: url(../img/b18_item_4_img.jpg);
	background-repeat: no-repeat;
background-position: bottom;
	padding-bottom: 300px;
}
.b-cnt-18 .list-item.i-4 .mg-r{

}
.b-cnt-18 h3{
	text-align: center;margin: -50px 0 -37px 10px;line-height: 1;position: relative;z-index: 55;
}
.b-cnt-18 .inner-box.b-2{
    background: url(../img/b18_b-2_center_bg.png) center 0 repeat-y;
	padding-top: 40px;
    margin: 0;
}
.b-cnt-18 .inner-box.b-2 .border-top{
    background: url(../img/b18_b-2_border_top.png) center 0 no-repeat;
	width: 100%;
    position: absolute;
    top: -32px;
    left: 0;
}
.b-cnt-18 .inner-box.b-2 .border-bottom{
    background: url(../img/b18_b-2_border_bottom.png) center 0 no-repeat;
	width: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
}
.b-cnt-18 .inner-box.b-2 p{
	line-height: 30px;margin: 30px 0 0;
}
.b-cnt-18 .inner-box.b-2 p:first-child{
	margin: 0;

}
.b-cnt-18 .inner-box.b-2 strong.fnt-40{
	display: block;margin: 50px 0 0;
}
.b-cnt-18 .inner-box.b-2 .name{
	margin: 30px 0 0;
}
.b-cnt-18 .inner-box.b-2 .name strong{
	display: block;text-align: right;line-height: 1;margin: 5px 0 0;
  width: 50%;
max-width: 202px;
margin-left: auto;
}

.blue-text{
	color: #004071;
  font-size: 16px;
  font-weight: normal;
}
.b-yellow-pattern-2{
	background: url(../img/bl20_pattern.jpg) repeat; border-top:4px solid #efbe62; border-bottom:4px solid #efbe62;
}
.b-yellow-pattern-2.b-cnt-20{
height: 100px;	
}
.b-cnt-20 .wrap-box{
	position:relative;
}
.b-cnt-20 .title-img{
position: absolute;
z-index: 3;
width: 50%;}
.b-cnt-20 .img_q{
    position:absolute;
    top:0px;
    left:0px;
    z-index:2;
}
.b-cnt-20 .img_q img{
  height: 100px
}
.b-cnt-20 .img_a{
    position:absolute;
    top:0px;
    left:100px;
    z-index:1;
  height: 100px
}
.b-cnt-20 .img_a img{
  height: 100px
}
.b-cnt-20 .man_teacher{
    position: absolute;
    top:-14px;
    right:0px;
    z-index:12;
	display: none;
}

.b-gray-pattern-2.b-cnt-21{
	padding-bottom:30px;
}
.b-cnt-21 .wrap-box{
	padding-top:30px;
}
.b-cnt-21 .tab{
}
.b-cnt-21 .tab .tab_title{
}
.b-cnt-21 .w_tab{
position: relative;
width: 100%;
background-color: #fff;
margin-bottom: 1em;
border-radius: 10px;
display: flex;
align-items: center;
padding: 3px;
	box-sizing: border-box;
}
.b-cnt-21 .tab-2{
    display: none;
    margin: 20px auto 60px;
	width: 100%;
	box-sizing: border-box;
}
.b-cnt-21 .tab-big .tab_title{
}

.b-cnt-21 .w_tab .tab_q{
	position:absolute; 
	left:0;
	width: 34px;
}
.b-cnt-21 .tab .tab_q{
width: 34px;	
	height: 34px;
}
.b-cnt-21 .w_tab .button-plus{
    position:absolute;
    background: url(../img/butt_min_plus.png) 0 0 no-repeat;
    width: 34px;
	height: 34px;
    right:0;
    cursor:pointer;
    outline: none;
    border: none;
}
.b-cnt-21 .button-toggle.active .button-plus,
.b-cnt-21 .button-toggle button{
	background-position: -36px 0;
}
.b-cnt-21 .w_tab .tab_title{
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
  padding:0 34px;
}
.b-cnt-21 .w_tab .tab_title span{
    color: #0046b9;
}
.b-cnt-21 .w_tab .tab_top, .tab_bottom{
  line-height: 0;
}
.b-cnt-21 .w_tab .tab_cent{
	background: url(../img/tab_bg_center.png) repeat-y; padding: 5px 15px 5px 34px;
  background-size: 100%;
}
.b-cnt-21 .w_tab .tab_cent p{
	margin:0px;
}
.b-cnt-21 .w_tab .tab_cent p span.text-under{
	text-decoration: underline;
}

.b-cnt-21 .tab-big{
}
.b-cnt-21 .tab-big .tab_q{
	width: 34px;
}
.b-cnt-21 .tab-big .button-plus{
	cursor:pointer;
}

.b-cnt-22 .b-blue-bg{
}
.b-cnt-22 .b-blue-bg h2{
margin: 5px auto;
	width: 80%;
}
.b-cnt-22 .b-content{
	width: 100%;
}

.b-cnt-23{
	border-top:4px solid #cbbb55; z-index:25; 
}
.b-cnt-23 .wrap-img-box.b-1{
	background: url(../img/b23_img.png) no-repeat; 
	position:relative; 
	margin-top:20px;
	padding-bottom: 300px;
	background-position: bottom;
  font-size: 16px;
  font-weight: normal;
}
.b-cnt-23 .wrap-img-box.b-1 h3{
}
.b-cnt-23 .wrap-img-box.b-1 h3 a{
	color: #0375a4; background: url(../img/b23-arrow-right.png) no-repeat 235px center; padding-right:50px;
}
.b-cnt-23 .wrap-box.bg_green{
	background-color: #6db856;
	text-align:center; 
	color:#ffffff; 
	margin-top:30px;
	border-radius: 10px;
	padding: 5px;
}
.b-cnt-23 .wrap-box.bg_green span{
	display: inline-block;
	border: solid 1px #fff;
	border-radius: 10px;
	padding: 5px;
	width: 100%;
font-size: 16px;
box-sizing: border-box;
	}

.b-cnt-23 .wrap-music{
	margin-top:20px;
}
.b-cnt-23 .wrap-music .fl-left{
	width: 100%;
  margin-right:3px;
  font-weight: normal;
  font-size: 13px;
	float: none;
}
.b-cnt-23 .wrap-music a{
	width: 100%;
    border:1px solid #d5d5d5;
    color:#15689c;
    text-decoration: none;
    *zoom:1;
    *display:inline;
    display:inline-block;
    background: #ffffff url(../img/play_music.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
    position:relative;
    padding:0 25px;
    margin-bottom:2px;
	line-height:43px; 
	box-sizing: border-box;
}
.b-cnt-23 .wrap-music a span{
    width: 10px;
    height: 15px;
    background: url(../img/sound_music.png) no-repeat;
    display: block;
    position: absolute;
    left: 8px;
    top: 15px;
}
.b-cnt-23 .wrap-music a:hover{
	border:2px solid #aaaaaa;

}
.b-cnt-23 .wrap-music a:hover span{
}

.b-blue-pattern-3{
	background: url(../img/b24-bg-pattern.png) repeat;
	padding: 10px;
}
.b-cnt-24 .block_english{
	margin:0; 
	width: 100%;
	background: #fff;
border-radius: 30px;
    padding: 3px;
    box-sizing: border-box;
}
	.b-cnt-24 .block_english_inner{
	width: 100%;
	background: #fff;
border-radius: 30px;
border: solid 1px #7bc6c8;
    box-sizing: border-box;
    padding: 5px;
}
.b-cnt-24 .bg_top_en{
/*	background: url(../img/b24_bg_top.png) center 0 no-repeat; 
*/	position:relative;
margin: 0 auto;
padding:10px;
}
.b-cnt-24 .bg_top_en .ttl{
	width: 90%;
	
}
.b-cnt-24 .bg_top_en ul{
	list-style-type: none; padding:0px; margin:0px;
  font-size: 16px;font-weight: normal;
}
.b-cnt-24 .bg_top_en ul li{
	background: url(../img/b24_li.png) no-repeat left center; padding-left: 30px; line-height: 2em;
}
.b-cnt-24 .bg_top_en p.p-1{
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.b-cnt-24 .bg_top_en p.p-2{
	position:absolute;bottom:190px; right:165px;
}
.b-cnt-24 .bg_top_en p.p-2 span{
	margin-left:-5px;
}
.b-cnt-24 .bg_top_en p.p-3{
	position:absolute;bottom:190px; right:60px; font-style: italic;
  font-size: 11px;
}
.b-cnt-24 .block_english .bg_bott_en{
/*	background: url(../img/b24_block_english_bg.png) center 0 repeat-y; text-align:center; padding:1px 0;position: relative;
*/}
.b-cnt-24 .bg_bott_en p{
  text-align: left;
/*
	background: url(../img/b24_no_text.png) no-repeat 260px 38px; margin: 10px 0 0;
*/
  font-weight: normal;
  font-size: 12px; /* 新しいフォントサイズを指定 */
}
.b-cnt-24 .bg_bott_en p span.arrow-left{
	background:url(../img/b23-arrow-right.png) no-repeat left center;padding-left:30px;
}
/*.b-cnt-24 .bg_bott_en a {background: url(../img/sprites_button.png) no-repeat left center; display:inline-block; width:794px; height:153px;}*/
/*.b-cnt-24 .bg_bott_en a:hover {background: url(../img/sprites_button.png) no-repeat -795px center;}*/
  .b-cnt-24 .bg_bott_en .set{
	background: url(../img/b24_no_text.png) no-repeat; 
background-size: 100%;
margin-right: 3px;
  }
.b-cnt-24 .wrap-btn-box{
    margin: 35px 0 0;
}
.b-cnt-24 .btn-registration{
    position: relative;
    display: block;
	width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.b-cnt-24 .btn-registration img{
    height: auto;
    display: block;
	width: 100%;
}
.b-cnt-24 .btn-registration:hover img{
	margin-left: -100.2%;
}
.b-cnt-24 .bg_bott_en .bottom-border{
	background: url(../img/b24_bg_bott.png) center 0 no-repeat;position: absolute;
	width: 100%;
  bottom: -31px;left: 0;
}
.b-cnt-24 .bg_bott_en p.fnt-18{
	background: none;margin: 35px 60px 20px;text-align: left;
    font-size: 10px; /* 新しいフォントサイズを指定 */
}
.b-cnt-24 .blue-label{
width: 20%;
	max-width: 112px;
}
.b-cnt-24 .sp_btn{
   width: 90%;
	margin: 30px auto;

}
  .b-cnt-24 .flex_box{
    display: flex;
  }  
.b-cnt-25{
}
.b-cnt-25 .h-text{
	margin:115px 0px 70px 10px !important; text-align: left !important;
}
.b-cnt-25 .b-content p{
	margin:0; text-align: center;
  font-weight: normal;
  padding-top: 30px;
}
.b-cnt-25 .read p{
text-align: left;
}
.b-cnt-25 .number{
	margin: 52px 0 0;
}

.b-cnt-26.b-yellow-pattern{
	padding-bottom:150px;border:none;
}
.b-cnt-26 .b-blue-green-pattern{
}
.b-cnt-26 .b-content{
	width: 100%;
}
.b-cnt-26 .comments-box{
	margin: 150px 0 0;
}
.b-cnt-26 .comments-box.c-1{
	margin: 123px 0 0;
}

.b-cnt-26 .comments-box.c-1{
	background-position: center 23px;
}
.b-cnt-26 .comments-box.c-2{
	background-position: center 30px;
}
.b-cnt-26 .comments-box.c-3,
.b-cnt-26 .comments-box.c-15,
.b-cnt-26 .comments-box.c-23,
.b-cnt-26 .comments-box.c-31,
.b-cnt-26 .comments-box.c-36,
.b-cnt-26 .comments-box.c-43,
.b-cnt-26 .comments-box.c-45,
.b-cnt-26 .comments-box.c-7{
	background-position: center 36px;
}
.b-cnt-26 .comments-box.c-20,
.b-cnt-26 .comments-box.c-44,
.b-cnt-26 .comments-box.c-54,
.b-cnt-26 .comments-box.c-4{
	background-position: center 38px;
}
.b-cnt-26 .comments-box.c-22,
.b-cnt-26 .comments-box.c-25,
.b-cnt-26 .comments-box.c-59,
.b-cnt-26 .comments-box.c-5{
	background-position: center 43px;
}
.b-cnt-26 .comments-box.c-12,
.b-cnt-26 .comments-box.c-19,
.b-cnt-26 .comments-box.c-29,
.b-cnt-26 .comments-box.c-33,
.b-cnt-26 .comments-box.c-38,
.b-cnt-26 .comments-box.c-47,
.b-cnt-26 .comments-box.c-53,
.b-cnt-26 .comments-box.c-6{
	background-position: center 55px;
}
.b-cnt-26 .comments-box.c-16,
.b-cnt-26 .comments-box.c-18,
.b-cnt-26 .comments-box.c-24,
.b-cnt-26 .comments-box.c-34,
.b-cnt-26 .comments-box.c-50,
.b-cnt-26 .comments-box.c-52,
.b-cnt-26 .comments-box.c-8{
	background-position: center 50px;
}
.b-cnt-26 .comments-box.c-11,
.b-cnt-26 .comments-box.c-9{
	background-position: center 42px;
}
.b-cnt-26 .comments-box.c-32,
.b-cnt-26 .comments-box.c-10{
	background-position: center 46px;
}
.b-cnt-26 .comments-box.c-14{
	background-position: center 49px;
}
.b-cnt-26 .comments-box.c-57,
.b-cnt-26 .comments-box.c-28,
.b-cnt-26 .comments-box.c-35,
.b-cnt-26 .comments-box.c-26{
	background-position: center 47px;
}
.b-cnt-26 .comments-box.c-27{
	background-position: center 48px;
}
.b-cnt-26 .comments-box.c-30{
	background-position: center 51px;
}
.b-cnt-26 .comments-box.c-39{
	background-position: center 24px;
}
.b-cnt-26 .comments-box.c-40{
	background-position: center 34px;
}
.b-cnt-26 .comments-box.c-41{
	background-position: center 48px;
}
.b-cnt-26 .comments-box.c-55,
.b-cnt-26 .comments-box.c-42,
.b-cnt-26 .comments-box.c-46{
	background-position: center 35px;
}
.b-cnt-26 .comments-box.c-49{
	background-position: center 24px;
}
.b-cnt-26 .comments-box.c-51{
	background-position: center 32px;
}
.b-cnt-26 .comments-box.c-60{
	background-position: center 45px;
}
.b-cnt-26 .comments-box.c-61{
	background-position: center 3px;
}
.b-cnt-26 .comments-box.c-62{
	background-position: center -1px;
}
.b-cnt-26 .comments-box.c-63{
	background-position: center 0px;
}
.b-cnt-26 .comments-box.c-64{
	background-position: center -5px;
}
.b-cnt-26 .comments-box.c-65{
	background-position: center -8px;
}
.b-cnt-26 .comments-box.c-68{
	background-position: center -2px;
}
.b-cnt-26 .comments-box.c-69{
	background-position: center 8px;
}
.b-cnt-26 .comments-box.c-70{
	background-position: center -10px;
}
.b-cnt-26 .comments-box.c-71{
	background-position: center 10px;
}
.b-cnt-26 .comments-box.c-72{
	background-position: center 5px;
}

.b-cnt-26 .h-text{
	margin:80px 0px 60px 10px;
}
.b-cnt-26 .p-1{
	text-align: center;
}
.b-cnt-26 .p-1 a{
	background: url(../img/close_window.png) no-repeat 170px center; color:#2a7797; font-weight:bold; text-decoration: none; padding-right:35px;
}

.over_footer.b-blue-pattern{
	border-top:3px solid #469ca0;
}
.over_footer .b-content{
	text-align: center; color:#094b4d;
  font-weight: normal;
}
.over_footer p a{
margin-right: 0;
color: #292929;
display: block;
}
.over_footer p a:last-child{
	margin:0px;
}

#footer{
	position: relative;z-index: 99;
}
#footer ul{
	margin: 0; padding: 0;
}
#footer ul li{
	list-style: none; float: left;
}
#footer .footer-content{
	min-height: 110px;
}

#footer{
	background-color: #469ca0;
}
#footer .footer-logo{
    float: left;
    margin-top: 27px;
}
.footer_txt{
  font-size: 16px;
}


#footer .copy{
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #b3edef;
  font-size: 16px;
}

#btn-go2top{
    background: url(../img/btn_go2top.png) 0 0 no-repeat;
    height: 142px;
	 width: 100%;
    position: fixed;
    bottom: -142px;
    right: 15px;
    z-index: 111;
    cursor: pointer;
}

#beep{
	display: none;height: 0;
}

/*Order page*/
#order .b-yellow-pattern.b-or-1{
    padding-bottom: 65px;
    border-bottom: none;
}
.b-or-1 .b-blue-green-pattern{
}
.b-or-1 .b-blue-green-pattern h2{
	margin: 37px 0 0;
}
.b-or-1 .big-arrow{
    position: relative;
    text-align: center;
    z-index: 33;
    margin: 4px 0 0;
}
#order .order-box{
	width: 100%;
    padding: 1px 0;
    margin: 0 auto;
}
#order .b-or-1 .order-box{
	margin-top: -45px;
}
#order .order-box .top-bg{
    background: url("../img/order_b-cnt-1_box1_top_bg.png") center 0 no-repeat;
    position: relative;
    /*margin: -10px 0 0;*/
    padding: 1px 0 0;
}
#order .order-box .bottom-bg{
    background: url("../img/b24_bg_bott.png") center 0 no-repeat;
	width: 100%;
    bottom: -31px;
    left: 0
;
}
#order .order-box .top-bg h3{
    margin: 56px 0 0 44px;
}
#order .order-box .top-list{
    padding: 0;
    list-style: none;
    margin: 61px 0 0 44px;
}
#order .order-box .top-list li{
    background: url("../img/order_b-cnt-1_box1_list_item.png") 0 center no-repeat;
    padding: 1px 0 0 32px;
    font-size: 23px;
    color: #4f4f4f;
}
#order .order-box .top-bg p{
	margin: 0;
}
#order .order-box .h-text-1{
    position: absolute;
    top: 482px;
    left: 219px;
    font-size: 16px;

}
#order .order-box .h-text-2{
    position: absolute;
    top: 451px;
    right: 173px;
    font-size: 11px;
}
#order .order-box .h-text-2 span{
	margin-left: -5px;
}
#order .order-box .h-text-3{
    position: absolute;
    top: 483px;
    right: 50px;
    font-size: 11px;
}
#order .order-box .blue-label{
    position: absolute;
    bottom: 44px;
    left: 110px;
}
#order .order-box .center-content{
    background: url("../img/b24_block_english_bg.png") center 0 repeat-y;
    margin: -1px 0 0;
    padding: 1px 0 40px;
}
#order .order-box .yellow-ribbon{
    position: relative;
    margin: -30px 0 0;
    padding: 0;
    text-align: center;
    z-index: 44;
}
#order .counter-box{
	margin: 15px 0 0;
}
#order .counter-box p{
    margin: 0;
    font-size: 24px;
    text-align: center;
}
#order .counter-box b{
	font-size: 28px;
}
#order .counter-box .crossed{
    position: relative;
    margin: 10px 0 0;
}
#order .counter-box span.arrow-left{
	background:url(../img/order_counter_box_blue_arrow.png) no-repeat 5px center;padding-left:40px;
}
#order .counter-box .crossed img{
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	width: 100%;
}

#order .payment-box{
	width: 100%;
    margin: 65px auto 0;
}
#order .payment-box.b-1{
	margin-top: 50px;
}
#order .payment-box h4{
    background: url("../img/order_title_gray_bg.png") center 0 no-repeat;
	width: 100%;
    padding: 1px 0;
    font-size: 24px;
    margin: 0 0 34px;
    color: #025abc;
    line-height: 1;
}
#order .payment-box h4 span{
    display: block;
    margin: 20px 0 0 42px;
}
#order .payment-box .info-text{
    background: url("../img/order_payment_logo.png") right 0 no-repeat;
    font-size: 18px;
    padding: 10px 222px 0 0;
    margin: 0 115px 0 37px;
    line-height: 30px;
}
#order .payment-box .description{
    margin: 55px 0 -8px 180px;
    font-size: 16px;
    position: relative;
    z-index: 11;

}
#order .button-box{
    text-align: center;
    min-height: 171px;
}
#order .button-box.form{
	min-height: 188px;
}
#order .button-box .payment-btn{
	position: relative;
	width: 100%;
  margin: 0 auto;display: block;height: auto!important;
}
#order .button-box .payment-btn img{
	width: 100%;
}
#order .button-box .payment-btn:hover{
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}
#order .payment-box ul{
    margin: 45px 0 0 25px;
    padding: 0 0 0 25px;
}

#order .payment-box li{
    color: #f75100;
    margin: 20px 0 0;
    font-size: 18px;
}
#order .payment-box li span{
    color: #333;
    margin-left: 5px;
    display: block;
}
#order .payment-box li em{
    font-style: normal;
    margin-left: -8px;
}
#order .b-gray-pattern-2.b-or-2{
    border-top:none;
    padding: 0 0 40px;
}
.b-green-pattern{
    background: url("../img/green_pattern_bg_3.png") 0 0 repeat;
    border-top: 4px solid #2f8307;
    border-bottom: 4px solid #2f8307;
    text-align: center;
}
#order .b-or-2 .b-green-pattern h2{
	margin: 30px 0 24px;line-height: 1;
}
#order .b-or-2 .order-box .top-bg{
    background: url("../img/order_b-cnt-2_box_top_bg.png") center 0 no-repeat;
}
#order .b-or-2 .h-info-text{
    font-size: 18px;
    line-height: 34px;
	width: 100%;
    margin: 90px auto 35px;
}
#order .b-or-2 .order-box .top-bg h3{
    margin: 45px 0 0 44px;
}
#order .b-or-2 .order-box .top-bg .h-text-2{
    top: 457px;
}
#order .b-or-2 .order-box .top-bg .h-text-3{
    top: 489px;
}
#order .green-disk-box{
    background: url("../img/order_b-cnt-2_green_disk_bg.jpg") 0 0 no-repeat;
    min-height: 665px;
    margin: -10px 12px 0;
    position: relative;
}
#order .green-disk-box h3{
    margin: 16px 44px 0 414px;
    line-height: 1;

}
#order .green-disk-box h3 span{
    display: block;
    background: #c3c3c3;
    height: 1px;
    margin: 28px 0 0 22px;
}
#order .green-disk-box .top-list{
    padding: 0;
    list-style: none;
    margin: 35px 46px 0 620px;
    width: 100%;
}
#order .green-disk-box .top-list li{

}
#order .green-disk-box .rounded-gray-box{
    display: block;
    background: #efefef;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	width: 100%;
    margin: 20px 0 0 620px;
    text-decoration: none;
    color: #4f4f4f;
}
#order .green-disk-box .rounded-gray-box:hover{
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}
#order .green-disk-box .rounded-gray-box p{
    margin: 10px 0 0 30px;
    font-size: 18px;
    color: #4f4f4f;
    line-height: 22px;
}
#order .green-disk-box .rounded-gray-box p span{
	margin-left: 8px;
}
#order .green-disk-box p{
	margin: 0;
}
#order .green-disk-box .h-text-1{
    bottom: 10px;
    left: 207px;
    top: auto;
}
#order .green-disk-box .h-text-2{
    left: 225px;
    top: 475px;
}
#order .green-disk-box .h-text-3{
    left: 49px;
    top: 510px;
}
#order .green-disk-box .blue-label{
    position: absolute;
    left: 97px;
    bottom: -3px;
}
#order .b-or-2 .order-box .yellow-ribbon{
	margin: 0;
}
#order .last-text{
    text-align: center;
    margin: 90px 0 0;
}

.prices-books{
    position: absolute;
    top: 425px;
    right: 20px;
    z-index: 9999;
    /*right: -300px;*/
    /*-webkit-transition: right 0.4s ease;*/
    /*-moz-transition: right 0.4s ease;*/
    /*-ms-transition: right 0.4s ease;*/
    /*-o-transition: right 0.4s ease;*/
    /*transition: right 0.4s linear;*/

}
/*.prices-books:hover{right: 20px}*/

.prices-books .price{
    display: block;
    font-size: 0;
    margin-bottom: 15px;
}
.prices-books .price:hover{
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.prices-books .price img{
	width: 100%;
}
.prices-books .price1{
    /*background-position: 0 0;*/
    /*height: 148px;*/
}

.prices-books .price2{
    /*background-position: 0 -148px;*/
    /*height: 145px;*/
}

/*@media (max-width: 1700px) {*/
    /*.prices-books{*/
        /*width: 400px;*/
        /*right: -300px;*/
        /*-webkit-transition: right 0.4s ease;*/
        /*-moz-transition: right 0.4s ease;*/
        /*-ms-transition: right 0.4s ease;*/
        /*-o-transition: right 0.4s ease;*/
        /*transition: right 0.4s ease;*/
    /*}*/
/*}*/

#carousel-books{
	display: none;
}

.largeLabel,
.smallLabel{
	color: #fff;
}}

