#page.guide_common.in {
  color: #000; }
  #page.guide_common.in .sec_ttl {
    background-color: #f2f2f2;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #000; }
  #page.guide_common.in .sec_ttl_center {
    text-align: center; }
  #page.guide_common.in .sec {
    margin-bottom: 40px; }
  #page.guide_common.in .sec .imgcenter {
    margin: auto;
    margin-bottom: 30px; }
  #page.guide_common.in .sec .wrap {
    width: 100%; }
  #page.guide_common.in .sec p {
    color: #000; }
  #page.guide_common.in .sec p.fs20 {
    font-size: 20px; }
  #page.guide_common.in .sec p strong {
    font-weight: bold; }
  #page.guide_common.in .sec p.txtcenter {
    text-align: center; }
  #page.guide_common.in .sec p.txt {
    margin-bottom: 30px; }
  #page.guide_common.in .sec p.txt .c_red {
    color: #f62837; }
  #page.guide_common.in .sec p.txt .c_blue {
    color: #0a3066; }
  #page.guide_common.in .sec p.txt .note {
    font-size: 12px; }
  #page.guide_common.in .sec p.txt_last {
    margin-bottom: 0; }
  #page.guide_common.in .sec_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 47px; }
  #page.guide_common.in .sec_flex.sec_flex_last {
    margin-bottom: 0; }
  #page.guide_common.in .sec_flex_lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; }
  #page.guide_common.in .sec_flex_rig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; }
  #page.guide_common.in .sec_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
  #page.guide_common.in .sec_step dt {
    display: block;
    background-color: #f62837;
    color: #fff;
    max-width: 80px;
    width: 100%;
    text-align: center;
    padding: 8px 5px;
    margin-right: 20px;
    font-size: 12px; }
  #page.guide_common.in .sec_step dd {
    font-size: 16px; }
  #page.guide_common.in .link_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    padding-bottom: 30px; }
  #page.guide_common.in .link_flex li {
    margin-bottom: 20px;
    text-align: center; }
  #page.guide_common.in .link_flex li:last-child a {
    border-right: none; }
  #page.guide_common.in .link_flex li a {
    display: block;
    border-right: 1px solid #0a3066;
    font-weight: bold;
    padding: 0 15px; }
  #page.guide_common.in .link_flex02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
  #page.guide_common.in .link_flex02 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    margin-bottom: 5px; }
  #page.guide_common.in .link_flex02 li a {
    display: block;
    border: 1px solid #000;
    padding: 10px 0;
    text-align: center;
    color: #000;
    background-image: url(/template/morinaga/img/n_img/guide_common/ui01.png);
    background-repeat: no-repeat;
    background-size: 13px 7px;
    background-position: 97% center;
    font-size: 13px; }
  #page.guide_common.in .faq_dl {
    margin-bottom: 20px; }
  #page.guide_common.in .faq_dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    background-color: #fff;
    padding: 10px;
    position: relative;
    cursor: pointer;
    background: #f4f4f4 url(/template/morinaga/img/n_img/base/ui02.png) no-repeat;
    background-position: 98% center;
    background-size: 12px 8px; }
  #page.guide_common.in .faq_dl dt.active {
    background: #f4f4f4 url(/template/morinaga/img/n_img/base/ui03.png) no-repeat;
    background-position: 98% center;
    background-size: 12px 8px; }
  #page.guide_common.in .faq_dl_txt {
    line-height: 1.7;
    margin-right: 20px; }
  #page.guide_common.in .faq_dl dd {
    display: none; }
  #page.guide_common.in .faq_dl dd a {
    color: #0077fd;
    text-decoration: underline; }
  #page.guide_common.in .faq_dl .faq_dl_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: none;
    background-color: #fff;
    padding: 10px;
    position: relative;
    cursor: pointer; }
  #page.guide_common.in .faq_dl_num {
    border: 2px solid #f0272d;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f0272d;
    font-size: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    background-color: #fff;
    margin-right: 10px;
    line-height: 1; }
  #page.guide_common.in .faq_dl_num01 {
    padding: 5px 7px; }
  #page.guide_common.in .faq_dl_num02 {
    padding: 5px 8px; }

  /*payment*/
  #page.guide_common.in .check_label {
    display: block;
    border-top: 1px solid #1e3c7a;
    border-bottom: 1px solid #1e3c7a;
    padding: 20px 0;
    font-size: 14px;
    font-weight: bold;
    background-image: url("../../img/n_img/product/milk_life/pluse.png");
    background-repeat: no-repeat;
    background-size: 21.5px;
    background-position: 97% center;
    cursor: pointer;
    margin-bottom: 30px;  }
  #page.guide_common.in .check_input:checked + .check_label {
    background-image: url("../../img/n_img/product/milk_life/minse.png"); }
  #page.guide_common.in .check_input:checked + .check_label + .check_contents {
    display: block; }
  #page.guide_common.in .check_input {
    display: none; }
  #page.guide_common.in .check_contents {
    display: none;
    border-bottom: 1px solid #1e3c7a;
    margin-bottom: 30px;  }
  #page.guide_common.in .check_contents img {
    border: 1px solid #888;  }
  #page.guide_common.in .check_contents #step01{
    margin-top:30px;  }

@media (min-width: 1px) and (max-width: 840px) {
  #page.guide_common.in .link_flex02 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px; } }

@media (min-width: 1px) and (max-width: 767px) {
  #page.guide_common.in .sec p.txt .note {
    font-size: 11px; }
  #page.guide_common.in .sec p.fs20 {
    font-size: 16px; }
  #page.guide_common.in .sec_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap-reverse;
    flex-flow: row wrap-reverse; }
  #page.guide_common.in .sec_flex_lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  #page.guide_common.in .sec_flex_rig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  #page.guide_common.in .link_flex {
    display: block;
    padding-bottom: 20px; }
  #page.guide_common.in .link_flex li a {
    text-align: left;
    border-right: none;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5; }
  #page.guide_common.in .link_flex li {
    margin-bottom: 0; } }

@media (min-width: 1px) and (max-width: 767px) {
  .global-container.cycle_howto #cycle_howto{
    padding:  0 16px;
  }
}