@charset "utf-8";

/* Information
-------------------------------------------------------------------------------

  attention:
    maincolor #00a1e9

----------------------------------------------------------------------------- */

/* ---------------------------------
  overwrite
--------------------------------- */
#header {
  border-bottom-color: #00a1e9;
}
.l-ttl_01:before {
  background-color: #00a1e9;
}
.l-section-ttl {
  border-bottom-color: #00a1e9;
}
.l-balloon_01 {
  border-color: #00a1e9;
  color: #00a1e9;
}
.l-balloon_01:after {
  border-top-color: #00a1e9;
}
.l-frame_01 {
  border-color: #e4f0f6;
  background: #e4f0f6;
}
.l-stap-no {
  background: #00a1e9;
}

/* ---------------------------------
  page css
--------------------------------- */
.m-first {
  margin-top: 110px;
}
.l-frame_01 + .l-frame_01.m-sec_02 {
  margin-top: 140px;
}
.m-ttl_01 {
  position: relative;
  top: -42px;
  margin-bottom: -30px;
  text-align: center;
}
.m-ttl_02 {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #00a0e9;
  line-height: 1.5;
  letter-spacing: 0em;
}
.m-ttl_03 {
  color: #ffffff;
  background-color: #00a1e9;
  margin: 0 -18px;
  padding: 8px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.m-ttl_03:first-child {
  margin-top: 0;
}
.l-link_01 > span > span span.m-link_s:nth-child(1) {
  display: none;
}
.l-message {
  margin-bottom: 0;
  font-size: 100%;
}

.l-col_2 .l-list_02{
  font-size: 100%;
  margin-left: 1em;
  margin-bottom: 30px;
}


.l-message.l-information {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
}

.l-message.l-information .l-col_2.disp-table{
  display: table;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.l-message.l-information .l-col_2.disp-table > * {
  width: auto;
}

.l-message.l-information .l-col_2 > *:nth-child(1) {
  padding-right: 10px;
}
.l-message.l-information .l-col_2 > *:nth-child(2) {
  padding-left: 10px;
}


.l-message p{
  letter-spacing: 0;
}
.l-information p.m-kodawari-txt {
  margin: 20px 0;
}

.m-allergen + .m-allergen {
    margin-top: 80px;
}
.m-allergen p + p {
  margin-top: 30px;
}
.l-message p.m-kodawari-img {
  text-align: center;
}



.m-ttl_04 {
  margin-top: 30px;
  font-weight: bold;
}

.l-message-col2{
  display: table;
  width: 100%;
  margin-top: 76px;
}
.l-message-col2 .l-message.l-information{
  display: table-cell;
  width: 48%;
  vertical-align: top;
}
.l-message-col2 .l-message.l-information .m-kodawari-txt{
  min-height: 224px;
}
.l-message-col2 .space{
  display: table-cell;
  width: 4%;
}
.l-dl_01 .l-list_02 + .l-atn_2{
  margin-top: 15px;
}
.l-col_2 .l-atn_2 {
  font-size: 86%;
  margin-top: 5px;
}
.m-first > .l-col_2 > div:first-child > p {
  margin-bottom: 20px;
}
.m-first > .l-col_2 > div:first-child > p.no-mgb {
  margin-bottom: 0;
}

/* Information SP
-------------------------------------------------------------------------------

  // SP @media screen and (max-width: 768px)

----------------------------------------------------------------------------- */
@media screen and (max-width: 768px)  {
  .l-section + .l-section.m-sec_02 {
    margin-top: 70px;
  }
  .m-sec_02 {
    padding-bottom: 17px;
  }
  .m-first {
    margin-top: 58px;
    padding-bottom: 17px;
  }
  .m-ttl_01 {
    margin: 0 -10px -37px;
    top: -30px;
  }

.l-col_2 .l-list_02{
  margin-bottom: 5px;
}



  .m-history-lead {
        margin-top: -6px;
    font-size: 16px;
  }
  .m-link {
    font-size: 12px;
  }
  .m-link br {
    display: none;
  }
  .m-link .l-link_01_s {
    display: none;
  }
  .m-link_s {
    font-size: 10px;
  }
  .l-link_01 > span > span span.m-link_s:nth-child(1) {
    display: block;
  }
  .m-allergen + .m-allergen {
      margin-top: 40px;
  }
  .m-allergen p + p {
    margin-top: 17px;
  }

  .l-message.l-information .l-col_2 > *:nth-child(1) {
    padding-right: 0;
  }
  .l-message.l-information .l-col_2 > *:nth-child(2) {
    padding-left: 0;
  }
  .m-ttl_04 {
    margin-top: 5px;
  }

  .l-message-col2{
    display: block;
    margin-top: 0;
    box-sizing: border-box;
  }
  .l-message-col2 .l-message.l-information{
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .l-message-col2 .l-message.l-information .m-kodawari-txt{
    min-height: 50px;
  }
  .l-message-col2 .space{
    display:none;
  }
  .l-dl_01 .l-list_02 + .l-atn_2{
    margin-top: 0;
  }

}






