@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


.all {
  max-width: 910px;
  margin: auto;
}


/*-------------------wrapper------------------------*/
/*spから*/
#wrapper {
  width: 100% !important;
  font-family: 'Noto Sans JP';
  font-style: normal;
}

/* pc　910px以上 */
@media only screen and (min-width: 910px), print {

#wrapper {
  width: 910px;
  margin: 0 auto;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}

}
/* pc　910px以上 end */
/*-------------------wrapper end------------------------*/

.clear {
  clear: both;
}

/*-------------------ヘッダー表示------------------------*/
/*spから*/

#ca_header {
  display: none;
}

/*------------SP header ロゴサイズ-------------*/
#sp_header {
  height : 45px !important;
  background: #fff;
  border-bottom: solid 1px #c9c9c9;
}
#sp_header img {
  width : 128px !important;
}
/*------------SP header ロゴサイズ end---------*/


/*tablet*/
@media (min-width: 768px) and (max-width: 909px) {

#ca_header {
  display: none;
}

}
/*tablet end*/


/* pc　910px以上 */
@media only screen and (min-width: 910px), print {

#ca_header {
  display: inline;
}
#sp_header {
  display: none;
}

}
/* pc　910px以上 end*/

/*-------------------ヘッダー表示 end------------------------*/


/*-------------------フッター表示------------------------*/

#sp_footer {
  display: inline;
  width: 100%;
}

#pc_footer_cpn {
  display: none;
}


/*tablet*/
@media (min-width: 768px) and (max-width: 909px) {

#sp_footer {
  display: inline;
}

#pc_footer_cpn {
  display: none;
}

}
/*tablet end*/

/* pc　910px以上 */
@media only screen and (min-width: 910px), print {

#sp_footer {
  display: none;
}
#pc_footer_cpn {
  display: inline;
}

}
/* pc　910px以上 end */
/*-------------------フッター表示 end------------------------*/


/*-------------------戻るリンク ---------------------------*/
#camp_hd {
  display: none;
}

#camp_hd_sp {
/*  display: none;*/
  font-size: 15px;
  margin: 0 0;
  padding: 6px 6px 4px 6px;
  text-align: left;
}

#camp_hd_sp a:link {
  color: #222;
  text-decoration: underline;
}
#camp_hd_sp a:visited {
  color: #333;
  text-decoration: underline;
}
#camp_hd_sp a:hover {
  color: #800000;
  text-decoration: underline;
}



/* pc　910px以上 */
@media only screen and (min-width: 910px), print {

#camp_hd_sp {
  display: none;
}

#camp_hd {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#camp_hd a:link {
  color: #222;
  text-decoration: underline;
}
#camp_hd a:visited {
  color: #333;
  text-decoration: underline;
}
#camp_hd a:hover {
  color: #800000;
  text-decoration: underline;
}
#camp_hd_l {
  float: left;
  display: inline;
  width: 30%;
  text-align: left;
  margin: 0px 0px 16px 10px;
}
#camp_hd_r {
  float: right;
  display: inline;
  width: 60%;
  text-align: right;
  margin: 0px 10px 16px 0px;
}

}
/* pc　910px以上 end */

/*-------------------戻るリンク end------------------------*/




/*--SPのページTOPボタン--*/
#pagetop {
 position: fixed;
 bottom: 60px !important;
 right: 10px;
 z-index: 999;
 display: block;
 padding:4px 2px 0px 2px;
 width: 60px;
 height: 60px;
 background-color: rgba( 128, 0, 0, 0.5) !important;
 border-radius: 60px;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
 color: #fff;
 font-size: 16px;
 line-height: 1.1;
 font-weight: bold;
 text-decoration: none;
 text-align: center;
 vertical-align: middle;
}

#pagetop a{
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}

#pagetop:hover{
 text-decoration: none;
 background-color: rgba( 218, 6, 29, 0.9);
}

/* pc　910px以上 */
@media only screen and (min-width: 910px), print {

#pagetop {
  display: none !important;
}

#pc_pagetop {
  display: inline;
}


}

/*--------------PCのページTOPボタン--------------------*/

/*sp*/

#camp_gotop {
  display: none;
}


/*tablet*/
@media (min-width: 768px) and (max-width: 909px) {

#camp_gotop {
  display: none;
}

}




/* pc　910px以上 */
@media only screen and (min-width: 910px), print {

#camp_gotop {
  display: inline;
  margin: 16px 0px 12px 0px;
  padding-top: 10px !important;
  text-align: right !important;
  font-size: 12px;
}
#camp_gotop img {
  vertical-align: middle;
}
#camp_gotop a:link{
  color: #222;
}
#camp_gotop a:visited{
  color: #222;
}
#camp_gotop a:hover{
  color: #800000;
}


}
/*--------------PCのページTOPボタン end----------------*/


/*----------------ページ送り-------------*/

#camp_btm {
  padding: 8px 0px 0px 0px;
  font-size: 14px;
}
#camp_btm a:link {
  color: #222;
  text-decoration: underline;
}
#camp_btm a:visited {
  color: #333;
  text-decoration: underline;
}
#camp_btm a:hover {
  color: #800000;
  text-decoration: underline;
}
#camp_btm_r {
  float: right;
  display: inline;
  width: 60%;
  text-align: right;
  margin: 0px 10px 16px 0px;
}

/*----------------ページ送り end-------------*/




/* clearfix */
.clearfix{
  zoom:1;
}
.clearfix:after{
  content:"";
  display: block;
  clear: both;
  height: 0;
  visibility:hidden;
}

/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 


.clear {
  clear: both;
}



/*-----------------キャンペーン一枠分 1904--------------------------------------------*/

#camp_body {
  margin: 0px;
  padding: 0px;
  background-image: none;
}


/*-------------sp---------------------*/
#camp_body ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#camp_body li {
  margin: 0 3% 0 3%;
  text-align: left;
  line-height: 1.3;
  list-style-type: none;

  width: 44%;
  display: block;
  float: left;

  min-height: 190px;
}

#camp_body li a {
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  color: #222;
  display:block;  /*ブロック要素*/
  cursor: pointer;
}

#camp_body li a:hover {
 opacity:0.8;
 -moz-opacity:0.8;
 filter:alpha(opacity = 80);
}

.camp_img {
  width: 100%;
  float: none;
  display: inline;
  text-align: center;
}

.camp_img p {
  margin: 0px 0px 8px 0px;
  padding: 0;
}

.camp_img img {
  width: 100%;
}

.camp_txt {
  display: inline;
  text-align: left !important;
  font-size: 14px;
  padding: 0px;
  margin: 0
  line-height: 1.25;
}

.camp_txt_ttl {
  margin: 0px 0px 2px 0px;
  min-height: 40px;
  padding: 0;
  font-size: 15px;
  line-height: 1.25;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.6px;
}

.camp_txt_ttl a:link{
  font-size: 15px;
  color: #222;
  text-decoration: none;
}

.camp_txt_ttl a:visited{
  color: #222;
  text-decoration: none;
}

.camp_txt_ttl a:hover{
  color: #800000;
  text-decoration: underline;
}


/*----------本文を3行まで表示-------------*/


.camp_txt_area {
  position: relative;
  height: 52px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0;
  margin: 0;
}
.camp_txt_area:before,
.camp_txt_area:after {
  position: absolute;
/*  background: #fff;*/
}
.camp_txt_area:before {
  content: " …";
  bottom: 0;
  right: 0;
  padding: 0 6px 0 15px;
background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, #fff 40%);
background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, #fff 40%);
background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, #fff 40%);
}
.camp_txt_area:after {
  content: "";
  height: 100%;
  width: 100%;
}



/*----------本文を3行まで表示 end-------------*/



/*SPのみclearfix */
.sp_clear{
  zoom:1;
}
.sp_clear:after{
  content:"";
  display: block;
  clear: both;
  height: 0;
  visibility:hidden;
}
/* Hides from IE Mac \*/
* html .sp_clear {height: 1%;}
.sp_clear{display:block;}
/* End Hack */ 

/*SPのみclearfix end */




/*sp end*/


/*tablet*/
@media (min-width: 768px) and (max-width: 909px) {

/*.camp_img img {
  width: 170px;
}*/

/*.camp_txt {
  max-width: 500px;
}*/

}
/*tablet end*/



/* pc　910px以上 */
@media only screen and (min-width: 910px), print {

#camp_body ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
  border-top: solid 1px #c9c9c9;
}

/*-----------------------リンク スピードコントロール--------------*/

#camp_body a{
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#camp_body a img{
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/*-----------------------リンク スピードコントロール end--------------*/

#camp_body li {
  margin: 0px;
  text-align: left;
  line-height: 1.3;
  list-style-type: none;
  border-bottom: solid 1px #c9c9c9;
  width: 100%;
  float: none;

  min-height: 100px;
}


#camp_body li a {
  padding: 16px 0px 16px 0px;
  text-decoration: none;
  color: #222;
  display:block;  /*ブロック要素*/

  cursor: pointer;
}


#camp_body li a:hover {
/*  text-decoration: underline;*/
  color: #800000;
  background-color: #ffffcc;
}



/*PCのみclearfix */
.pc_clear{
  zoom:1;
}
.pc_clear:after{
  content:"";
  display: block;
  clear: both;
  height: 0;
  visibility:hidden;
}
/* Hides from IE Mac \*/
* html .pc_clear {height: 1%;}
.pc_clear{display:block;}
/* End Hack */ 

/*PCのみclearfix end */



.camp_img {
  width: 268px;
  float: left;
  display: inline;
  text-align: center;
/*  background: #f1f1f1;*/
}

.camp_img img {
  width: 170px;
}

.camp_txt {
/*  margin: 0px 0px 10px 0px;*/
  width: 630px;
/*  float: right;*/
  display: inline;
  text-align: left;
  font-size: 14px;
  padding: 0px;
  margin: 0px;

  line-height: 1.3;
}


.camp_txt p {
  margin: 0px 0px 16px 0px;
  min-height: initial;

  padding: 0;
}

.camp_txt_ttl {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: underline;
  min-height: initial;
}

.camp_txt_ttl a:link{
  font-size: 16px;
  color: #222;
  text-decoration: none;
}

.camp_txt_ttl a:visited{
  color: #222;
  text-decoration: none;
}

.camp_txt_ttl a:hover{
  color: #800000;
  text-decoration: underline;
}


/*PC幅の時はリーダー表示なし*/
.camp_txt_area:before {
  content: "";
  bottom: 0;
  right: 0;
  padding: 0;
  background: none;
}
.camp_txt_area:after {
  content: "";
  height: 0%;
  width: 0%;
}



p.camp_txt_area {
  margin: 0 30px 0 0;
  padding: 0;
}

/*p.camp_txt_area::after {
  content: "";
}*/


}
/* pc　910px以上 end */

/*-----------------キャンペーン一枠分 1904 end-----------------------------------------*/

.mgt10 {
  margin-top: 10px;
}




