﻿@charset "utf-8";

/* mmenu */
@import url(https://rohtocdnst01-atbadkejf9c6hgaf.a03.azurefd.net/sitecore/Media/plugin/mmenu/jquery.mmenu.7.3.3.min.css);

.toolBox01 {
  background-color: #009ee0;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .toolBox01 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .toolBox01 {
    margin-bottom: 6vw;
  }
}

#smp_sidemenu.mm-menu {
  --mm-color-background: #009ee0;
  --mm-color-text: #fff;
  --mm-color-button: #fff;
  --mm-color-border: rgba(0, 0, 0, 0.1);
}

#smp_sidemenu span.mm-listitem__text {
  background: rgba(255, 255, 255, 0.2);
}

#bp_navi_close {
  padding-top: 10px;
}

#bp_navi_close::after {
  border-bottom: 0;
}

#bp_layoutbox {
  width: 100%;
  overflow: hidden;
}

/* TOP */

#bp_topvi {
  width: 940px;
  margin: 8px auto 20px auto;
}
#bp_top_main {
  width: 940px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

#bp_top_read {
  background-color: #cceefb;
  color: #009edf;
  padding: 24px 32px 20px 32px;
  margin: 0 0 28px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  zoom: 100%;
}
#bp_top_read:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#bp_top_read img {
  float: left;
  margin-right: 32px;
}

#bp_top_read p {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 0.5em 0;
}

#bp_top_menu {
  zoom: 100%;
}
#bp_top_menu:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#bp_top_menu li {
  width: 49%;
}
#bp_top_menu .top_btn_left {
  float: left;
}
#bp_top_menu .top_btn_right {
  float: right;
}

#bp_top_menu li a {
  display: block;
  text-align: center;
  padding: 1.5% 2% 1.5% 6%;
  margin: 0 0 8px 0;
  border: 3px solid #009ee0;
  background: #fffde9 url(images/arrow01.png) no-repeat 2% center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#bp_top_menu li a:hover {
  background: #ffffff url(images/arrow02.png) no-repeat 2% center;
}

#bp_top_menu li a img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #bp_topvi {
    width: auto;
    margin: 6px 4.7% 12px 4.7%;
  }
  #bp_top_main {
    width: auto;
    margin: 0 4.7%;
    padding: 0 0 12px 0;
  }
  #bp_top_read {
    background-color: #cceefb;
    color: #009edf;
    padding: 16px 4.7% 10px 4.7%;
    margin: 0 0 20px 0;
  }
  #bp_top_read p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #bp_top_read img {
    float: left;
    margin-right: 12px;
    max-width: 25%;
  }
  #bp_top_menu li a {
    padding: 2% 2% 2% 12.5%;
    margin: 0 0 4px 0;
  }
  #bp_top_menu li a {
    background: #fffde9 url(images/arrow01.png) no-repeat 1% center;
  }
  #bp_top_menu li a:hover {
    background: #ffffff url(images/arrow02.png) no-repeat 1% center;
  }
}

@media screen and (max-width: 480px) {
  #bp_top_menu li {
    width: 100%;
  }
  #bp_top_menu .top_btn_left {
    float: none;
  }
  #bp_top_menu .top_btn_right {
    float: none;
  }
}

/* NAVI */
.fixed {
  position: fixed;
}
.hide {
  display: none;
}
@media screen and (min-width: 481px) {
  #bp_nav_open {
    display: none;
  }
  #bp_navi_close {
    display: none;
  }

  .fx_menu {
    display: block;
  }

  #bp_navi_wrap {
    min-height: 67px;
  }
  #bp_navi_box {
    width: 100%;
    z-index: 10;
    background-color: #009ee0;
    height: 67px;
    display: block;
  }
  #bp_navi_box h4 {
    display: none;
  }
  #bp_navi_box #bp_navi {
    width: 940px;
    margin: 0 auto;
    background: url(images/gnavi.gif) no-repeat left center;
    background-size: 100% auto;
    zoom: 100%;
  }
  #bp_navi_box #bp_navi:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }

  #bp_navi_box #bp_navi li {
    height: 67px;
    box-sizing: border-box;
    float: left;
  }
  #bp_navi_box #bp_navi li a,
  #bp_navi_box #bp_navi li span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20%;
    text-indent: -940px;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  #bp_navi_box #bp_navi li a:hover,
  #bp_navi_box #bp_navi li span {
    background-color: rgba(255, 255, 0, 0.15);
  }
  #bp_navi #bp_navi_top {
    padding: 5px 6px 5px 0;
    width: 14.8%;
  }
  #bp_navi .bp_navi_clm {
    padding: 5px 4px;
    width: 14.2%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  #bp_navi_wrap {
    min-height: 60px;
  }
  #bp_navi_box {
    height: 60px;
  }
  #bp_navi_box #bp_navi {
    width: 100%;
  }
  #bp_navi_box #bp_navi li {
    height: 60px;
    float: left;
  }
  #bp_navi #bp_navi_top {
    padding: 5px 2px 5px 0;
  }
}
@media screen and (min-width: 941px) {
  #bp_navi_box {
    width: 100vw;
  }
}

@media screen and (max-width: 480px) {
  #bp_navi_wrap {
    min-height: 0;
  }
  #bp_nav_open {
    position: relative;
  }
  #bp_nav_open.fixed {
    position: fixed;
    width: 100vw;
    z-index: 10;
  }
  .fx_menu {
    display: none;
  }
  #bp_nav_open a {
    display: block;
    width: 52px;
    height: 52px;
    background: url(images/menu_open.png) no-repeat left top;
    font-size: 20px;
    text-indent: -940px;
    overflow: hidden;
    position: absolute;
    z-index: 20;
    right: 2px;
    top: 4px;
  }

  #bp_nav_open.fixed a {
    top: 0;
  }

  #bp_navi_close {
    display: block;
  }
  #bp_navi_close a {
    padding: 0;
    margin: 0 8px 0 0;
    background: url(images/menu_close.png) no-repeat right center;
    display: block;
    height: 52px;
    font-size: 20px;
    text-indent: -940px;
    overflow: hidden;
  }

  #bp_navi_box {
    background-color: #009ee0;
  }
  #bp_navi_box #bp_navi li a {
    color: #fff;
  }
}

/* CONTENTS */

#bp_contbox {
  width: 940px;
  background-color: #cceefb;
  margin: 4px auto 0 auto;
  padding: 0 0 10px 0;
}
#bp_contbox h1 {
  text-align: center;
  margin: 0 0 20px 0;
}
#bp_contbox h1 span {
  display: block;
  background: url(images/bg_chou.png) no-repeat 44px 10px;
  box-sizing: border-box;
  height: 100px;
  padding: 36px 0 0 0;
}
#bp_contbox h1 img {
  margin: 0 auto 0 auto;
}
#bp_cont_title {
  display: none;
}

#bp_pg_title01 {
  background: #1ab0e1 url(images/bg_title01.gif) no-repeat center top;
}
#bp_pg_title02 {
  background: #1ab0e1 url(images/bg_title02.gif) no-repeat center top;
}
#bp_pg_title03 {
  background: #1ab0e1 url(images/bg_title03.gif) no-repeat center top;
}
#bp_pg_title04 {
  background: #1ab0e1 url(images/bg_title04.gif) no-repeat center top;
}
#bp_pg_title05 {
  background: #1ab0e1 url(images/bg_title05.gif) no-repeat center top;
}
#bp_pg_title06 {
  background: #1ab0e1 url(images/bg_title06.gif) no-repeat center top;
}

@media screen and (max-width: 768px) {
  #bp_contbox {
    width: auto;
  }
  #bp_contbox h1 {
    text-align: center;
    margin: 0 0 16px 0;
    padding: 10px 4.7% 10px 4.7%;
  }
  #bp_contbox h1 span {
    background: url();
    height: auto;
    padding: 0;
  }
  #bp_pg_title01 {
    background: #1ab0e1 url();
  }
  #bp_pg_title02 {
    background: #1ab0e1 url();
  }
  #bp_pg_title03 {
    background: #1ab0e1 url();
  }
  #bp_pg_title04 {
    background: #1ab0e1 url();
  }
  #bp_pg_title05 {
    background: #1ab0e1 url();
  }
  #bp_pg_title06 {
    background: #1ab0e1 url();
  }
}
@media screen and (max-width: 480px) {
  #bp_cont_title {
    display: block;
    background: #009edf;
    margin: 0 0 3px 0;
    zoom: 100%;
  }
  #bp_cont_title:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  #bp_cont_title a {
    background: #009edf url(images/smp_title.gif) no-repeat left center;
    background-size: auto 100%;
    width: 154px;
    height: 44px;
    margin-left: 4.7%;
    float: left;
    font-size: 20%;
    text-indent: -940px;
    overflow: hidden;
  }
}

.bp_whitebox {
  margin: 0 32px 22px 32px;
  border: 2px solid #009ee0;
  background-color: #fff;
  padding: 26px 32px 20px 32px;
  color: #666666;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  zoom: 100%;
}
.bp_whitebox:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.bp_txtblue {
  color: #009edf !important;
}

.bp_txt_fl {
  font-size: 18px;
  font-size: 1.8rem;
  color: #009edf;
}
.bp_txt_fll {
  font-size: 30px;
  font-size: 3rem;
  color: #009edf;
  line-height: 38px;
}

.bp_whitebox p {
  line-height: 160%;
  margin: 0 0 0.5em 0;
}

.bp_contblock {
  margin: 0 0 1em 0;
}

.img_fr01 {
  display: inline-block;
  float: right;
  padding: 0 0 10px 30px;
}
.img_fr02 {
  display: inline-block;
  float: right;
  padding: 0 10px 0 50px;
}
.img_fl01 {
  display: inline-block;
  float: left;
  padding: 0 30px 10px 0;
}
.bg_white {
  background-color: #fff;
}

.bp_h2_title {
  color: #009edf;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 125%;
  padding: 0 0 3px 0;
  border-bottom: 6px solid #009ee0;
  margin: 0 0 0.75em 0;
}
.bp_h3_title {
  color: #009edf;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 125%;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #009ee0;
  margin: 0 0 0.5em 0;
}

@media screen and (max-width: 768px) {
  .bp_whitebox {
    margin: 0 4.7% 18px 4.7%;
    padding: 20px 4.7% 14px 4.7%;
  }
  .bp_txt_fll {
    font-size: 24px;
    font-size: 2.4rem;
    color: #009edf;
    line-height: 32px;
  }
  .img_fr01 {
    max-width: 40%;
    padding: 0 0 10px 10px;
  }
  .img_fr02 {
    max-width: 30%;
    padding: 0 0 10px 10px;
  }
  .img_fl01 {
    max-width: 40%;
    padding: 0 10px 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .bp_h2_title {
    font-size: 2rem;
  }
  .bp_h3_title {
    font-size: 1.6rem;
  }
  .smp_full {
    max-width: 60%;
  }
}

/* laxative */
.lax_clm {
  clear: both;
  margin-bottom: 24px;
}

.lax_clm ul {
  zoom: 100%;
}
.lax_clm ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.lax_clm ul li {
  width: 380px;
  padding: 10px 0;
  border: 1px solid #009edf;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.lax_clm ul li h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #009edf;
  margin: 0 20px 0.25em 20px;
  line-height: 120%;
}
.lax_clm ul li h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #009edf;
  margin: 0 20px 6px 20px;
  padding: 4px 0 2px 0;
  line-height: 120%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.lax_fl {
  float: left;
}
.lax_fr {
  float: right;
}
.lax_yel {
  background-color: #fffde9;
}
.lax_blu {
  background-color: #cceefb;
}

.lax_clmtxt {
  text-align: left;
  background-color: #fff;
  line-height: 125%;
  font-size: 13px;
  font-size: 1.3rem;
  min-height: 160px;
  box-sizing: border-box;
  margin: 0 20px;
  border: 1px solid #009edf;
  padding: 12px 16px 0 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.lax_clmtxt p {
  margin: 0 0 0.75em 0;
}
.lax_clmtxt h5 {
  display: inline-block;
  padding: 1px 1em 0 1em;
  border: 1px solid #009edf;
  color: #009edf;
  margin: 0 0 0.25em 0;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
}

@media screen and (max-width: 768px) {
  .lax_clm {
    margin-bottom: 16px;
  }
  .lax_clm ul li {
    width: 100%;
    margin-bottom: 6px;
  }
  .lax_clm ul li h4 {
    margin: 0 4% 0.25em 4%;
  }
  .lax_clm ul li h3 {
    margin: 0 4% 6px 4%;
    padding: 4px 0 2px 0;
  }
  .lax_fl {
    float: none;
  }
  .lax_fr {
    float: none;
  }
  .lax_clmtxt {
    min-height: 0;
    box-sizing: border-box;
    margin: 0 4%;
  }
}

/* diet */

.det_list {
  margin-top: 12px;
}
.det_list li {
  background-color: #73d1f5;
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.det_list li h4 {
  background-color: #009edf;
  margin: 0 0 8px 56px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  padding: 8px 6px 6px 32px;
  line-height: 120%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.det_list li h4 small {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fceeca;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: 2px;
}

.det_list_body {
  border: 1px solid #009edf;
  background-color: #fff;
  padding: 16px 20px 10px 20px;
  line-height: 160px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  zoom: 100%;
}
.det_list_body:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.det_list_body p {
  margin: 0 0 0.5em 0;
}
.det_list_body img {
  margin: 0 0 0.5em 20px;
  float: right;
}

#det_list01 {
  background: #73d1f5 url(images/icon_05_01.gif) no-repeat 20px 20px;
}
#det_list02 {
  background: #73d1f5 url(images/icon_05_02.gif) no-repeat 20px 20px;
}
#det_list03 {
  background: #73d1f5 url(images/icon_05_03.gif) no-repeat 20px 20px;
}
#det_list04 {
  background: #73d1f5 url(images/icon_05_04.gif) no-repeat 20px 20px;
}

@media screen and (max-width: 768px) {
  .det_list li {
    margin: 0 0 10px 0;
    padding: 10px;
  }
  .det_list li h4 {
    background-color: #009edf;
    margin: 0 0 8px 46px;
    padding: 8px 6px 6px 10px;
  }
  .det_list li h4 small {
    vertical-align: baseline;
  }

  .det_list_body {
    padding: 10px 1em 4px 1em;
  }
  .det_list_body img {
    margin: 0 0 0.5em 10px;
    max-width: 40%;
  }
  #det_list01 {
    background: #73d1f5 url(images/icon_05_01.gif) no-repeat 10px 10px;
  }
  #det_list02 {
    background: #73d1f5 url(images/icon_05_02.gif) no-repeat 10px 10px;
  }
  #det_list03 {
    background: #73d1f5 url(images/icon_05_03.gif) no-repeat 10px 10px;
  }
  #det_list04 {
    background: #73d1f5 url(images/icon_05_04.gif) no-repeat 10px 10px;
  }
}
@media screen and (max-width: 480px) {
  .det_list li h4 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 6px 12px 4px 12px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
  }
  .det_list li h4 small {
    display: block;
    margin-right: 0;
  }
}

/* report */

#rp_title {
  margin: -26px -32px 18px -32px;
  background-color: #009ee0;
  padding: 22px 30px 0 30px;
  line-height: 120%;
  color: #fff;
  border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  zoom: 100%;
}
#rp_title:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#rp_title h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 4px;
  float: left;
}
#rp_title h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  float: right;
  padding-top: 2px;
}

#rp_title #rp_health {
  clear: both;
  border-top: 5px solid #fff;
  padding-top: 3px;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
  color: #0067bf;
}
#rp_title #rp_health img {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 2px 3px 0;
}
#rp_title #rp_health p {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #rp_title {
    margin: -12px -4% 13px -4%;
    padding: 14px 4% 0 4%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
  }
  #rp_title h3 {
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 480px) {
  #rp_title h2 {
    font-size: 2rem;
    float: none;
  }
  #rp_title h3 {
    font-size: 1.5rem;
    float: none;
    padding-top: 2px;
  }
  #rp_title #rp_health {
    text-align: left;
  }
}

.bp_tab_box {
  margin: 0 -22px 14px -22px;
  padding: 5px 0 0 22px;
  background: url(images/bg_tab.gif) no-repeat left top;
  background-size: 100% 100%;
}

.bp_tab {
  overflow: hidden;
}
.bp_tab li {
  width: 32%;
  cursor: hand;
  cursor: pointer;
  box-sizing: border-box;
  float: left;
  margin-right: 0.75%;
}
.bp_tab li a {
  display: block;
  border: 2px solid #009ee0;
  border-bottom: 1px solid #009ee0;
  border-bottom: 0;
  background: #cceefb url(images/arrow01.png) no-repeat 14px center;
  padding: 6px 0 6px 20px;
  text-align: center;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
}
.bp_tab li a img {
  margin: 0 auto;
}
.bp_tab a.bp_select {
  background: #ffffff url(images/arrow02.png) no-repeat 14px center;
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 768px) {
  .bp_tab_box {
    margin: 0 -4% 14px -4%;
    padding: 4px 0 0 2%;
  }
  .bp_tab li {
    margin-right: 1%;
  }
  .bp_tab li a {
    background: #cceefb url(images/arrow01.png) no-repeat 4px center;
    background-size: 16px 16px;
    padding: 4px 4px 4px 22px;
  }
  .bp_tab a.bp_select {
    background: #ffffff url(images/arrow02.png) no-repeat 4px center;
    background-size: 16px 16px;
  }
}

@media screen and (max-width: 480px) {
  .bp_tab li a {
    background: #cceefb url();
    padding: 4px;
  }
  .bp_tab a.bp_select {
    background: #ffffff url();
  }
}

.bp_content {
  background-color: #cceefb;
  padding: 14px 24px 24px 24px;
  margin-bottom: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  min-height: 200px;
}
.bp_content .bp_panel {
}

.bp_panel .bp_tab {
  text-align: right;
}
.bp_panel .bp_tab a {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 12px 0 0 auto;
  padding: 6px 10px 4px 24px;
  color: #009ee0;
  background: #fffde9 url(images/arrow04.png) no-repeat 4px center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.rp_tab_title {
  margin-bottom: 6px;
}
.rp_tab_cont {
  padding: 24px 46px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  zoom: 100%;
}
.rp_tab_cont:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .bp_content {
    background-color: #cceefb;
    margin: 0 -4%;
    padding: 12px 2%;
  }
  .rp_tab_cont {
    padding: 16px 1.5em;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
  }
}

@media screen and (max-width: 480px) {
  .rp_tab_cont {
    padding: 16px 2%;
  }
}

.rp_iv_name {
  clear: both;
  margin: 1em 0 0.5em 0;
  color: #009edf;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.c_icon {
  display: inline;
  vertical-align: text-bottom;
}

.rp_tab_chap {
  background-color: #cceefb;
  padding: 12px 26px;
  margin: 1em 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  zoom: 100%;
}
.rp_tab_chap:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.rp_tab_chap p {
  color: #009edf;
}
.rp_tab_chap h5 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #009edf;
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.rp_tab_chap h5:before {
  content: "●";
}
.rp_tab_chap dl {
  margin: 0 0 1em 0;
  padding: 0;
  line-height: 125%;
}
.rp_tab_chap dl dt {
  display: list-item;
  list-style: disc outside;
  margin: 0 0 0.25em 2em;
  padding: 0;
}

.rp_chap_title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #009ee0;
  padding: 6px 10px 4px 10px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  line-height: 120%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.rp_tab_chap_left {
  width: 310px;
  float: left;
}
.rp_tab_chap_right {
  float: right;
}

.rp_photobox1 {
  width: 193px;
  float: right;
  margin: 0 0 0 36px;
}
.rp_photobox2 {
  width: 250px;
  float: right;
  margin: 0 0 0 36px;
}
.rp_photobox1 img,
.rp_photobox2 img {
  margin: 0 0 2px 0;
}
.rp_photobox1 p,
.rp_photobox2 p {
  color: #009edf;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 120%;
  margin: 0 0 1em 0;
}

.btn_rp_top {
  display: none;
}

#rp_top {
  margin-top: -70px;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .rp_tab_chap {
    padding: 12px;
  }
  .rp_tab_chap_left {
    width: 100%;
    float: none;
    margin: 0 0 0.5em 0;
  }
  .rp_tab_chap_right {
    float: none;
    text-align: center;
  }
  .rp_tab_chap_right img {
    margin: 0 auto;
  }

  .rp_photobox1 {
    max-width: 50%;
    margin: 0 0 0 12px;
  }
  .rp_photobox2 {
    max-width: 50%;
    margin: 0 0 0 12px;
  }

  #rp_top {
    margin-top: -64px;
    padding-top: 64px;
  }
}
@media screen and (max-width: 480px) {
  .rp_photobox1 {
    width: auto;
    float: none;
    margin: 1em 0;
    max-width: none;
  }

  .rp_photoset {
    zoom: 100%;
  }
  .rp_photoset:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }

  .rp_photobox2 {
    width: auto;
    float: none;
    margin: 1em 0;
    max-width: none;
    zoom: 100%;
  }
  .rp_photobox2:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  .rp_photobox1 img,
  .rp_photobox2 img {
    width: 50%;
    margin: 0 0 6px 0;
    float: left;
  }
  .rp_photobox1 p,
  .rp_photobox2 p {
    float: right;
    width: 46%;
  }

  #rp_top {
    margin-top: 0;
    padding-top: 0;
  }
}

/* tsubo */

#tab_tbbox {
  margin-top: -18px;
}

.bp_tab li .bp_tab_btn {
  padding: 12px 0 12px 20px;
}
.bp_content_w {
  min-height: 200px;
}

@media screen and (max-width: 768px) {
  #tab_tbbox {
    margin-top: -12px;
  }
  .bp_tab li .bp_tab_btn {
    padding: 8px 4px 8px 22px;
  }
  .bp_content_w {
    margin: 0 -1%;
  }
}

@media screen and (max-width: 480px) {
  #tab_tbbox {
    margin-top: 0;
  }
  .bp_tab li .bp_tab_btn {
    padding: 8px 4px;
  }
}

.bp_combox {
  padding: 12px 0 20px 0;
  border-bottom: 8px solid #73d1f5;
  zoom: 100%;
}
.bp_combox:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.bp_combox img {
  float: right;
  border: 1px solid #73d1f5;
}
.bp_combox p {
  width: 516px;
  margin-bottom: 1em;
  float: left;
}
.bp_comext {
  float: left;
  border: 1px solid #73d1f5;
  background-color: #fffde9;
  width: 516px;
  box-sizing: border-box;
  padding: 14px 0 14px 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  zoom: 100%;
}
.bp_comext:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.bp_comext h5 {
  width: 72px;
  float: left;
  box-sizing: border-box;
  min-height: 22px;
  padding: 4px 0 0 28px;
  line-height: 120%;
  color: #009edf;
  font-weight: bold;
  background: url(images/icon_exp.png) no-repeat left top;
}
.bp_comext p {
  width: 412px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  float: left;
}

@media screen and (max-width: 768px) {
  .bp_combox {
    padding: 10px 0 12px 0;
    border-bottom: 4px solid #73d1f5;
  }
  .bp_combox img {
    max-width: 40%;
    margin: 0 0 1em 1em;
  }
  .bp_combox p {
    width: auto;
    float: none;
  }
  .bp_comext {
    float: none;
    clear: both;
    width: auto;
    padding: 10px;
  }

  .bp_comext h5 {
    width: auto;
    float: none;
    min-height: 22px;
    padding: 4px 0 0 28px;
    margin: 0 0 0.25em 0;
  }
  .bp_comext p {
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 480px) {
  .bp_combox img {
    float: none;
    max-width: 100%;
    margin: 0 auto 1em auto;
  }
}

.btn_border {
  border: 1px solid #73d1f5;
}

.bp_comsec {
  border: 1px solid #009edf;
  background-color: #cceefb;
  padding: 16px 20px 0 20px;
  margin: 24px 0 0 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.bp_comsec h4 {
  width: 220px;
  text-align: center;
  border-top: 1px solid #009edf;
  border-bottom: 1px solid #009edf;
  background-color: #fff;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #009edf;
  padding: 4px 0 2px 0;
  margin: 0 0 8px 0;
  float: left;
}
.bp_comsec h3 {
  width: 526px;
  text-align: center;
  border: 1px solid #009edf;
  background-color: #009edf;
  line-height: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 4px 0 2px 0;
  margin: 0 0 8px 0;
  float: right;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.bp_combody {
  clear: both;
  border: 1px solid #009edf;
  background-color: #fff;
  padding: 8px 30px;
  margin: 0 0 18px 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  zoom: 100%;
}
.bp_combody:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.bp_combody img {
  float: right;
  margin: 0 0 0 48px;
}
.bp_combody p {
  margin: 0 0 0.5em 0;
}

.bp_combody .clr_box {
  padding: 0 0 4px 0;
  zoom: 100%;
}
.bp_combody .clr_box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.bp_combody ol {
  list-style: decimal;
  margin: 0 0 0 2em;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #009edf;
}
.bp_combody ol li {
  list-style: decimal;
  margin: 0;
  padding: 0 0 4px 0;
  zoom: 100%;
}
.bp_combody ol li:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .bp_comsec {
    padding: 12px 2% 0 2%;
    margin: 20px 0 0 0;
  }
  .bp_comsec h4 {
    width: auto;
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 4px 1em 2px 1em;
    float: none;
  }
  .bp_comsec h3 {
    width: 100%;
    float: none;
  }

  .bp_combody {
    padding: 8px 3%;
    margin: 0 0 12px 0;
  }
  .bp_combody img {
    max-width: 50%;
    margin: 0 0 0 1em;
  }
  .bp_combody p {
    margin: 0 0 0.5em 0;
  }
}

@media screen and (max-width: 480px) {
  .bp_comsec h4 {
    width: 100%;
    display: block;
    padding: 4px 0 2px 0;
  }
  .bp_combody img {
    max-width: 100%;
    margin: 0 auto 0.25em auto;
    float: none;
  }
  .bp_combody ol {
    list-style: none;
    margin: 0;
  }
  .bp_combody ol li {
    list-style: none;
    padding: 0 0 0.75em 0;
  }
}

/* skin */
#bp_title_check {
  width: 250px;
  float: left;
}
#bp_check_box {
  width: 550px;
  float: right;
}
#chk_form {
  background: url(images/bg_leaf.png) no-repeat left bottom;
  zoom: 100%;
}
#chk_form:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#chk_form p {
  margin-bottom: 1em;
}

.bp_list_box {
  border: 1px solid #009ee0;
  background-color: #fffde9;
  padding: 16px 36px 16px 20px;
  margin: 0 0 8px 0;
}
.bp_list_box h4 {
  color: #009ee0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  padding: 2px 0 6px 44px;
  background: url(images/pic_check.gif) no-repeat left top;
}
.bp_list_box ul {
  border-top: 1px solid #73d1f5;
  margin: 0 0 0 40px;
  line-height: 125%;
}
.bp_list_box ul li {
  padding: 8px 0 6px 6px;
  border-bottom: 1px solid #73d1f5;
  font-size: 15px;
  font-size: 1.5rem;
}
.bp_list_box ul li input {
  margin: 1px 12px 0 0;
}

#bp_ttl_age {
  display: inline-block;
  margin-right: 1em;
  float: left;
}
#bp_age {
  color: #009edf;
}
#bp_age input {
  width: 60px;
  margin-right: 0.75em;
}

.sk_health {
  clear: both;
  padding: 12px 0 2px 60px;
  margin: 0 0 0 40px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #009edf;
  background: url(images/nk_health01.gif) no-repeat left 4px;
}

#bp_check_btn {
  text-align: center;
}

#bt_cont01,
#bt_reset {
  display: inline-block;
  text-align: left;
  width: 132px;
  height: 38px;
  border: 0;
  font-size: 20%;
  text-indent: -940px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto;
}
#bt_cont01 {
  background: url(images/btn_send.gif) no-repeat left top;
  vertical-align: top;
}
#bt_cont01:hover {
  background: url(images/btn_send_over.gif) no-repeat left top;
}
#bt_reset {
  background: url(images/btn_reset.gif) no-repeat left top;
}
#bt_reset:hover {
  background: url(images/btn_reset_over.gif) no-repeat left top;
}

@media screen and (max-width: 768px) {
  #bp_title_check {
    width: auto;
    float: none;
    margin: 0 0 0.5em 0;
  }
  #bp_check_box {
    width: auto;
    float: none;
  }
  #chk_form {
    background: url();
  }
  #chk_form p {
    margin-bottom: 1em;
  }
  .bp_list_box {
    border: 1px solid #009ee0;
    background-color: #fffde9;
    padding: 12px 16px 12px 16px;
    margin: 0 0 4px 0;
  }
  #bp_ttl_age {
    display: block;
    margin: 0;
    float: none;
  }
  #bp_age {
    margin: 0 0 1em 40px;
  }
  #bp_age input {
    margin-right: 0.5em;
  }

  .sk_health {
    padding: 8px 0 2px 60px;
  }
}

@media screen and (max-width: 480px) {
  .bp_list_box {
    padding: 12px;
  }
  .bp_list_box h4 {
    font-size: 1.6rem;
  }
  .bp_list_box ul {
    margin: 0;
  }
  .bp_list_box ul li {
    padding: 8px 0 6px 0;
  }
  .bp_list_box ul li input {
    margin: 1px 4px 0 0;
  }
  #bp_age {
    margin: 0 0 1em 0;
  }
  .sk_health {
    margin: 0;
  }
}

/* type */

.bptp_block {
  padding: 0 0 24px 0;
}
.bptp_title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #009edf;
  margin: 0 0 10px 0;
  padding: 6px 24px 4px 24px;
  line-height: 120%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
}

.bptp_cap {
  border-top: 8px solid #73d1f5;
  padding: 14px 0 0 0;
}
.bptp_cap p {
  margin: 0;
}

.cont_open {
  clear: both;
  border: 1px solid #009ee0;
  padding: 18px 38px;
  background-color: #fffde9;
  margin: 0 0 12px 0;
  display: none;
}

@media screen and (max-width: 768px) {
  .bptp_block {
    padding: 0 0 20px 0;
  }
  .bptp_title {
    margin: 0 0 4px 0;
    padding: 6px 20px 4px 20px;
  }

  .bptp_cap {
    border-top: 6px solid #73d1f5;
    padding: 10px 0 0 0;
  }
  .cont_open {
    padding: 12px 4%;
  }
}
@media screen and (max-width: 480px) {
  .bptp_title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 4px 0;
    padding: 6px 10px 4px 10px;
  }

  .cont_open {
    padding: 12px 2%;
  }
}

.bptp_sec {
  padding-top: 8px;
  zoom: 100%;
}
.bptp_sec:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.bptp_sec .bt_open {
  margin: 0 0 4px 0;
  cursor: pointer;
  position: relative;
}
.bptp_sec .bt_open h4 {
  border: 3px solid #009ee0;
  padding: 11px 0 11px 90px;
  background-color: #fffde9;
  background-position: 12px center;
  background-repeat: no-repeat;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#tp01 .bt_open h4 {
  background-image: url(images/num01.png);
}
#tp02 .bt_open h4 {
  background-image: url(images/num02.png);
}
#tp03 .bt_open h4 {
  background-image: url(images/num03.png);
}
#tp04 .bt_open h4 {
  background-image: url(images/num04.png);
}

.bptp_sec .bt_open h4 span {
  display: block;
  width: 96.5%;
  height: 100%;
  background: url(images/icon_p.png) no-repeat right center;
}

.bptp_sec .bt_open h5 {
  position: absolute;
  top: 8px;
  right: 106px;
  width: 260px;
  box-sizing: border-box;
  padding: 8px 20px;
  border: 1px solid #009edf;
  background-color: #fff;
  line-height: 120%;
  color: #009edf;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.bptp_sec .bt_open .h5_ln1 {
  top: 18px;
}

.bt_open_img h4 {
  background-color: #fff !important;
}
.bt_open_img h4 span {
  background: url(images/icon_m.png) no-repeat right center !important;
}

@media screen and (max-width: 768px) {
  .bptp_sec .bt_open {
    position: static;
  }
  .bptp_sec .bt_open h5 {
    position: static;
    width: auto;
    padding: 0;
    border: 0;
    margin: 0 0 0.25em 0;
    line-height: 120%;
  }
  .bptp_sec .bt_open h4 {
    padding: 10px 0 10px 16%;
    background-size: 32px 32px;
  }
  .bptp_sec .bt_open h4 img {
    max-width: 86%;
  }
  .bptp_sec .bt_open h4 span {
    width: 98%;
    background: url(images/icon_p.png) no-repeat right center;
    background-size: 32px 32px;
  }
  .bt_open_img h4 span {
    background: url(images/icon_m.png) no-repeat right center !important;
    background-size: 32px 32px !important;
  }
}
@media screen and (max-width: 480px) {
  .bptp_sec .bt_open h4 {
    padding: 8px 0 8px 16%;
    background-color: #fffde9;
  }
  .bptp_sec .bt_open h4 {
    background-size: 28px 28px;
  }
  .bptp_sec .bt_open h4 span {
    background: url(images/icon_p.png) no-repeat right center;
    background-size: 26px 26px;
  }
  .bt_open_img h4 span {
    background: url(images/icon_m.png) no-repeat right center !important;
    background-size: 26px 26px !important;
  }
}

.cont_open h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #009edf;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
.cont_open h3 img {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 4px 0 0;
}
.cont_open p {
  color: #333;
}

.bptp_gen {
  margin: 1em 0 0 0;
  clear: both;
  border-top: 6px solid #73d1f5;
  padding-top: 12px;
}
.bptp_gen h4 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #009edf;
  font-weight: bold;
  line-height: 125%;
  margin: 0 0 0.25em 0;
}

.cont_open ol {
  color: #333;
  list-style: decimal;
  margin: 0 0 0 2em;
  padding: 0;
}
.bp_combody ol li {
  list-style: decimal;
  margin: 0;
  padding: 0 0 0.2em 0;
  line-height: 120%;
}

.bptp_gen .bp_txtblue {
  font-size: 15px;
  font-size: 1.5rem;
}

.bptp_list {
  border: 1px solid #009edf;
  background-color: #fff;
  padding: 14px 36px;
  color: #666;
  margin: 0 0 10px 0;
  zoom: 100%;
}
.bptp_list:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.bptp_list a {
  display: block;
  width: 108px;
  height: 108px;
  font-size: 20%;
  text-indent: -940px;
  overflow: hidden;
  float: left;
}

#bt_type_a {
  background: url(images/lesson4_btn_a.gif) no-repeat left top;
}
#bt_type_a:hover {
  background: url(images/lesson4_btn_aover.gif) no-repeat left top;
}
#bt_type_b {
  background: url(images/lesson4_btn_b.gif) no-repeat left top;
}
#bt_type_b:hover {
  background: url(images/lesson4_btn_bover.gif) no-repeat left top;
}
#bt_type_c {
  background: url(images/lesson4_btn_c.gif) no-repeat left top;
}
#bt_type_c:hover {
  background: url(images/lesson4_btn_cover.gif) no-repeat left top;
}

.bptp_list ol {
  width: 500px;
  border-top: 1px dotted #999;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 125%;
  float: right;
}
.bptp_list ol li {
  margin: 0;
  padding: 6px 0 6px 1.5em;
  list-style-position: inside;
  border-bottom: 1px dotted #999;
  text-indent: -1.5em;
}

@media screen and (max-width: 768px) {
  .bptp_list {
    padding: 10px;
  }
  .bptp_list a {
    max-width: 108px;
    width: 28%;
    margin-right: 2%;
  }

  #bt_type_a {
    background: url(images/lesson4_btn_a.gif) no-repeat left top;
    background-size: 100% auto;
  }
  #bt_type_a:hover {
    background: url(images/lesson4_btn_aover.gif) no-repeat left top;
    background-size: 100% auto;
  }
  #bt_type_b {
    background: url(images/lesson4_btn_b.gif) no-repeat left top;
    background-size: 100% auto;
  }
  #bt_type_b:hover {
    background: url(images/lesson4_btn_bover.gif) no-repeat left top;
    background-size: 100% auto;
  }
  #bt_type_c {
    background: url(images/lesson4_btn_c.gif) no-repeat left top;
    background-size: 100% auto;
  }
  #bt_type_c:hover {
    background: url(images/lesson4_btn_cover.gif) no-repeat left top;
    background-size: 100% auto;
  }
  .bptp_list ol {
    width: 70%;
  }
}

.remodal_link {
  cursor: pointer;
}

.remodal,
.remodal * {
  font-family: "Lucida Grande", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "ＭＳ Ｐゴシック", sans-serif;
}
.remodal {
  background: #fff;
  color: #009edf;
}

.remodal-overlay {
  background: rgba(4, 22, 53, 0.8);
}

.remodal-confirm,
.remodal-close {
  border: 2px solid #009ee0;
  text-decoration: none;
  background-color: #fffde9;
  font-weight: bold;
  color: #009ee0;
}

.remodal-confirm:hover,
.remodal-confirm:active,
.remodal-close:hover,
.remodal-close:active {
  text-decoration: none;
  background-color: #fff;
  color: #009ee0;
}

.remodal #check_result {
  text-align: center;
}
.remodal #check_result img {
  margin: 0 auto;
}
.remodal #bp_resultbox {
  width: 480px;
  margin: 0 auto 18px auto;
  border: 2px solid #009ee0;
  text-align: left;
  padding: 10px 0;
  background-color: #fffde9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  zoom: 100%;
}
.remodal #bp_resultbox:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.remodal #resut_title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 4px 0 6px 42px;
  margin: 0 20px;
  background: url(images/pic_check.gif) no-repeat left top;
}

.remodal #bp_result {
  border: 1px solid #009ee0;
  text-align: center;
  background-color: #fff;
  padding: 20px 10px 4px 10px;
  margin: 0 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.remodal #bp_result #result1 {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.remodal #bp_result #result1 .result_num {
  font-size: 28px;
  font-size: 2.8rem;
  padding: 0 4px;
}
.remodal #bp_result #result2 {
  margin-bottom: 0.25em;
  font-size: 16px;
  font-size: 1.6rem;
}
.remodal #bp_result #result_img {
  text-align: right;
}
.remodal #bp_result #result_img img {
  margin: 0 0 0 auto;
}
.remodal #bp_resultbox .sk_health {
  margin: 0 0 0 20px;
}

#rm_error {
  margin: 1em 0 3em 0;
  color: #ff7373;
}

@media screen and (max-width: 40.063em) {
  .remodal #bp_resultbox {
    max-width: 480px;
    width: auto;
    margin: 0 auto 12px auto;
  }
  .remodal #resut_title {
    font-size: 1.6rem;
    margin: 0 10px;
  }
  .remodal #bp_result {
    padding: 12px 6px 4px 6px;
    margin: 0 10px;
  }
  .remodal #bp_result #result1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .remodal #bp_result #result1 .result_num {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 2px;
  }
  .remodal #bp_result #result2 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .remodal #bp_resultbox .sk_health {
    margin: 0 10px 0 10px;
  }
}

.remodal .remodal_tp {
  width: 480px;
  margin: 0 auto 18px auto;
  text-align: left;
  color: #666;
}
.remodal .remodal_tp p {
  margin: 0 0 0.5em 0;
}
.remodal .remodal_tp h3 {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 120%;
  color: #fff;
  background-color: #009ee0;
  padding: 6px 1em 4px 1em;
  margin: 0 0 0.5em 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.remodal .remodal_tp h4 {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #009ee0;
  margin: 0 0 0.5em 0;
  line-height: 120%;
}

.remodal .remodal_tp_cap1 {
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #009ee0;
  border-bottom: 6px solid #73d1f5;
  padding: 14px 0;
}
.remodal .remodal_tp_cap1 img {
  float: right;
  max-width: 40%;
  margin: 0 0 1em 24px;
}
.remodal .remodal_tp_cap2 {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #009ee0;
  padding: 14px 0;
}
.remodal .remodal_tp_cap2 h5 {
  color: #009edf;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 120%;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

@media screen and (max-width: 40.063em) {
  .remodal .remodal_tp {
    max-width: 480px;
    width: auto;
    margin: 0 auto 12px auto;
  }
  .remodal .remodal_tp h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .remodal .remodal_tp_cap1 {
    padding: 10px 0;
  }
  .remodal .remodal_tp_cap1 img {
    float: right;
    max-width: 40%;
    margin: 0 0 1em 1em;
  }
  .remodal .remodal_tp_cap2 {
    padding: 10px 0;
  }
  .remodal .remodal_tp_cap2 h5 {
    color: #009edf;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.bp_plink {
  color: #009ee0;
  border-bottom: 2px solid #73d1f5;
  padding: 4px 0;
  line-height: 120%;
}
.bp_plink a {
  display: inline-block;
  color: #009ee0;
  padding: 0 4px;
  text-decoration: underline;
}
.bp_plink a:hover {
  color: #73d1f5;
  text-decoration: underline;
}

#bp_banbox {
  text-align: center;
  margin: 0 auto 20px auto;
}
#bp_banbox img {
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #bp_banbox {
    width: auto;
    margin: 0 4.7% 20px 4.7%;
  }
}
@media screen and (max-width: 480px) {
  #bp_banbox {
    border: 0;
    padding: 0;
  }
}

#btn_home {
  display: none;
}
@media screen and (max-width: 480px) {
  #btn_home {
    display: block;
    margin: 20px 4.7% 10px 4.7%;
  }
  #btn_home a {
    display: block;
    padding: 6px 6%;
    border: 2px solid #009ee0;
    text-align: center;
    background-color: #fffde9;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
  }
  #btn_home a:hover {
    background-color: #fff;
  }
  #btn_home a img {
    display: inline;
    margin: 0 auto;
  }
}

#column_main .prodlist-series {
  font-size: 2.2rem;
  margin-bottom: 20px;
  padding: 0 40px;
  font-family: "ヒラギノ角ゴ ProN W5", Hiragino Kaku Gothic ProN, "游ゴシック", "Yu Gothic", sans-serif;
  box-sizing: border-box;
}

#column_main .prodlist {
  margin-left: 0;
  margin-right: 17px;
  padding-top: 20px;
  font-family: "ヒラギノ角ゴ ProN W5", Hiragino Kaku Gothic ProN, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  box-sizing: border-box;
}

#column_main .prodlist-series * {
  box-sizing: border-box;
}

#column_main .prodlist * {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #column_main .prodlist-series {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  #column_main .prodlist {
    margin-top: 0;
    background-position: left top;
  }
}

@media (max-width: 480px) {
  #column_main .prodlist-series {
    text-align: center;
    margin-bottom: 3vw;
    font-size: 2rem;
  }
  #column_main .prodlist {
    margin-top: 0;
    margin-bottom: 4vw;
  }
}
