@charset "UTF-8";

/* ------------------------------
	img
------------------------------ */

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-full {
	width: 100%;
	height: auto;
}

/* ------------------------------
	パンくずリスト
------------------------------ */

@media screen and (max-width: 640px){
  #pan_area {
    width: auto;
    overflow-x: scroll;
  }
  
  #pan_area ul {
    display: table;
    padding-right: 12px;
  }
  
  #pan_area ul li {
    display: table-cell;
    white-space: nowrap;
    word-break: normal;
    float: none !important;
  }
}

/* ------------------------------
	content
------------------------------ */

.message_text p {
  line-height: 2.2;
}

@media screen and (min-width: 641px), print {
  .message_img {
    margin-bottom: 64px;
  }
  
  .message_text {
    width: 726px;
    margin: 0 auto;
    padding-bottom: 100px
  }
  
  .message_text p {
    font-size: 17px;
  }
  
  .message_text p:not(:last-child) {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 640px){
  .message_img {
    margin-bottom: 25px;
  }
  
  .message_text {
    padding: 0 20px 45px;
  }
  
  .message_text p {
    font-size: 14px;
  }
  
  .message_text p:not(:last-child) {
    margin-bottom: 25px;
  }
}