@charset "UTF-8";


/***********************************
#タイトル & テキスト
************************************/

/*
title_h2
************************************/
.title_h2 {
  display: block;
  background-color: #fdee25;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  padding: 50px 0;
}

@media screen and (max-width:767px) {
  
  .title_h2 {
    font-size: 1.8rem;
    padding: 25px 0;
  }
  
}

/*
title_h3
************************************/
.title_h3 {
  display: block;
  background-color: #fdee25;
  font-size: 2rem;
  font-weight: 400;
  padding: 20px;
  margin-bottom: 60px;
  line-height: 1;
}

@media screen and (max-width:767px) {
  
  .title_h3 {
    font-size: 1.1rem;
    padding: 10px;
    margin-bottom: 10px;
  }
  
}

/*
title_strong
************************************/
.title_strong {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width:767px) {

  .title_strong {
    font-size: 1.5rem;
  }  
  
}


/*
text_l
************************************/
.text_l {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width:767px) {

  .text_l {
    font-size: 1.2rem;
  }  
  
}


/*
text_m
************************************/
.text_m {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width:767px) {

  .text_m {
    font-size: 1rem;
  }  
  
}


/***********************************
リンクボタン
************************************/
.link-are {
  text-align: center;
}

.link-are a {
  display: block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  color: #000;
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  position:
  relative;
  width: 80%;
  background-color: #fdee25;
}

@media screen and (max-width:767px) {

  .link-are a {
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }  
  
}


/***********************************
notes
************************************/
.notes_s {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (max-width:767px) {
  
  .notes_s {
    font-size: .9rem;
  }
  
}

.notes_m {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width:767px) {
  
  .notes_m {
    font-size: 1rem;
  }
  
}


/***********************************
#eye_catch-box
************************************/
#eye_catch-box {
  font-size: 0;
  line-height: 0;
  position: relative;
  background-image: url("../images/eye_catch_bg.jpg");
  text-align: center;
  padding: 80px 0 30px 0;
  margin-bottom: 100px;
}

#eye_catch-box img {
  max-width: 1343px;
  width: 90%;
}

#eye_catch-box .notes_s {
  position: absolute;
  bottom: 10px;
  right: 10px;
  line-height: 1;
}

@media screen and (max-width:767px) {
  
  #eye_catch-box {
    background-size: 50% auto;
    padding: 40px 0 30px 0;
    margin-bottom: 50px;
  }
  
}


/***********************************
#present
************************************/
#present {
  margin-bottom: 100px;
}

#present .info {
  background-color: #ff6458;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;  
  margin-bottom: 20px;
  text-align: center;
  padding: 40px;
}

#present .info .attention h2 {
  display: block;
  max-width: 512px;
  width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

#present .info ul {
  display: flex;
  justify-content: space-between;
}

#present .info ul li {
  color: #fff;
  width: 48%;
}

#present .info ul li .img-box {
  margin-bottom: 10px;
  display: block;
}

#present .info ul li a {
  color: #fff;
}

#present .info ul li .title_strong,
#present .info ul li p {
  text-align: left;
}

@media screen and (max-width:767px) {
  
  #present {
    margin-bottom: 50px;
  }  
  
  #present .info {
    padding: 20px;
  }  
  
  #present .info .attention h2 {
    margin-bottom: 15px;
  }  
  
  #present .info ul {
    flex-wrap: wrap;
  }

  #present .info ul li {
    width: 100%;
  }  
  
  #present .info ul li:first-child {
    margin-bottom: 20px;
  }  
  
}


/***********************************
#present
************************************/
#safety {
  margin-bottom: 100px;
}

@media screen and (max-width:767px) {
  
  #safety {
    margin-bottom: 50px;
  }  

}


/***********************************
#feeding_lineup
************************************/
#feeding_lineup {
  margin-bottom: 100px;
}

#feeding_lineup .section_eye_catch {
  background-image: url("../images/feeding_lineup_eye_catch_bg.jpg");
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  margin-bottom: 20px;
  background-position: bottom left;
}

#feeding_lineup .section_eye_catch img {
  max-width: 840px;
  width: 80%;
}

#feeding_lineup .notes_l {
  margin-bottom: 100px;
  display: block;
}

/*list*/
#feeding_lineup .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

#feeding_lineup .list dl {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 40px;
}

#feeding_lineup .list dl dt {
  margin-bottom: 15px;
}

#feeding_lineup .list dl:nth-child(4n) {
  margin-right: 0;
}

#feeding_lineup .list dl dd .category {
  display: inline-block;
  background-color: #999;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  padding: 5px 15px;
}

#feeding_lineup .list dl dd .text_m {
  margin-bottom: 10px;
}

#feeding_lineup .list dl dd .text_m .st {
  display: block;
}

@media screen and (max-width:767px) {
  
  #feeding_lineup {
    margin-bottom: 50px;
  }  
  
  #feeding_lineup .section_eye_catch {
    padding: 50px 0;
  }
  
  #feeding_lineup .notes_l {
    margin-bottom: 50px;
  }  
  
  /*list*/
  #feeding_lineup .list {
    margin-bottom: 0;
    justify-content: space-between;
  }

  #feeding_lineup .list dl {
    width: 47%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  #feeding_lineup .list dl dd .category {
    font-size: .9rem;
    padding: 5px 10px;
  }

  #feeding_lineup .list dl dd .text_m {
    margin-bottom: 5px;
  }
  
}


/***********************************
#just_in_case
************************************/
#just_in_case {
  margin-bottom: 100px;
}

#just_in_case .title_h2 {
  margin-bottom: 50px;
}

#just_in_case .text_l {
  text-align: center;
  margin-bottom: 50px;
}

#just_in_case .img-box {
  display: block;
  margin-bottom: 50px;
}

@media screen and (max-width:767px) {
  
  #just_in_case {
    margin-bottom: 25px;
  }  
  
  #just_in_case .title_h2 {
    margin-bottom: 25px;
  }

  #just_in_case .text_l {
    margin-bottom: 25px;
  }  
  
  #just_in_case .img-box {
    margin-bottom: 25px;
  }  
  
}


/***********************************
#feed
************************************/
#feed {
  margin-bottom: 100px;
}

#feed .title_h2 {
}

#feed .title_strong {
  padding: 50px 0;
}

#feed .table_box {
  margin-bottom: 50px;
}

#feed .table_box .notes_m {
  margin-top: 10px;
  display: block;
}

#feed .info_box {
  border: 4px solid #e18a30;
  margin-bottom: 50px;
}

#feed .info_box h3 {
  background-color: #e18a30;
  padding: 30px 0;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

/*energy*/
#feed ul.energy {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}

#feed ul.energy li {
  width: 48%;
}

#feed ul.energy li .img-box {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  max-width: 180px;
}

#feed ul.energy li strong {
  display: block;
  color: #e18a30;
  font-size: 2rem;
  margin-bottom: 15px;
}

/*c02*/
#feed .c02 .i02 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  margin-bottom: 20px;
}

#feed .c02 .tbox {
  display: block;
  padding: 0 40px 20px 40px;
}

#feed .c02 .best_100 {
  background-color: #eee;
  text-align: center;
  margin: 0 40px 40px 40px;
  padding: 40px;  
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;    
}

#feed .c02 .best_100 h4 {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

#feed .c02 .best_100 p {
  margin-bottom: 20px;
}

#feed .c02 .best_100 span {
  display: block;
  max-width: 265px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:767px) {

  #feed {
    margin-bottom: 50px;
  }
  
  #feed .title_strong {
    padding: 25px 0;
  }  
  
  #feed .table_box {
    margin-bottom: 25px;
  }  
  
  #feed .info_box h3 {
    margin-bottom: 20px;
    padding: 15px 0;
    font-size: 1.5rem;
  }  
  
  /*energy*/
  #feed ul.energy {
    padding: 20px;
    flex-wrap: wrap;
  }

  #feed ul.energy li {
    width: 100%;
  }

  #feed ul.energy li .img-box {
    margin-bottom: 15px;
    margin-top: 10px;
  }

  #feed ul.energy li strong {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }  

  #feed .c02 .best_100 {
    margin: 0 20px 20px 20px;
    padding: 20px;
  }

  #feed .c02 .best_100 h4 {
    margin-bottom: 20px;
  }

  #feed .c02 .best_100 p {
    margin-bottom: 15px;
    text-align: left;
  }

  #feed .c02 .best_100 span {
  }
  
}


/***********************************
家とクルマの防災ブック
************************************/
#bousai_handbook {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

#bousai_handbook .in-box {
  padding: 80px 0;
  border: 4px solid #b5b6b6;
}

#bousai_handbook .img-box {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80%;
  margin-bottom: 80px;
}

@media print,screen and (min-width:768px) {
  
  #bousai_handbook {
  }
  
}

@media screen and (max-width:767px) {
  
  
  #bousai_handbook .in-box {
    padding: 40px 0;
    border: 2px solid #b5b6b6;
  }
  
  #bousai_handbook .img-box {
    margin-bottom: 40px;
  }

  #bousai_handbook {
    margin-bottom: 50px;
  }  

}


