@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

#sc-header ul.header_nav {
  margin: 0 auto;
}
@media (min-width: 769px) {
  #sc-header ul.header_nav {
    display: flex;
  }
}

#sc-header ul.header_nav li {
  display: table-cell;
  margin: 0;
}

#sc-header ul.header_nav li a,
#sc-header ul.header_nav li img {
  display: block;
}

.phone-nav {
  display: none;
}

.meun-nav {
  width: 4rem;
  height: 4rem;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 9;
  display: none;
  background: #A40D5E;
  border-radius: .5rem;
  transform: translateY(-50%);
}
.meun-nav.animated {
  background: transparent;
  padding-right: 0;
}

.meun-nav span {
  position: absolute;
  left: .75rem;
  display: block;
  margin: 0;
  width: 2.5rem;
  height: 0.34rem;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.meun-nav span.line01 {
  top: .9rem;
}
.meun-nav span.line02 {
  top: 1.8rem;
}
.meun-nav span.line03 {
  top: 2.7rem;
}

.animated span.line01 {
  width: 3.5rem;
  height: 0.4rem;
  top: 1.6rem;
  transform: rotateZ(45deg);
  background-color: #A40D5E;
}

.animated .line02 {
  opacity: 0;
}

.animated span.line03 {
  width: 3.5rem;
  height: 0.4rem;
  top: 1.6rem;
  transform: rotateZ(-45deg);
  background-color: #A40D5E;
}

/*sp-NAV*/
@media screen and (max-width: 768px) {
  #sc-header {
    width: 100%;
  }

  #sc-header ul.header_nav {
    width: 100%;
    background: #A40D5E;
  }

  #sc-header ul.header_nav li {
    position: relative;
    margin: 0;
  }

  #sc-header ul.header_nav li img {
    top: 50%;
    width: 100%;
  }

  #sc-header ul.header_nav li.header_logo {
    width: 18%;
    margin: 0 auto;
  }

  #sc-header ul.header_nav li.header_ttl {
    width: 82%;
  }

  #sc-header ul.header_nav li.header_btn {
    display: none;
  }

  /*spNAV*/
  .phone-nav {
    width: 100%;
    border-bottom: 0.5rem solid #fff;
    background: #fff;
    position: relative;
    z-index: 11;
    display: none;
  }

  .phone-nav.on {
    display: block;
  }

  .phone-nav ul {
    list-style: none;
    margin: 0px auto;
    width: 100%;
    padding: 2.5rem 0 1.5rem;
  }

  .phone-nav li {
    width: 100%;
  }
  .phone-nav li a {
    padding: .5rem 2rem;
  }

  .phone-nav li a {
    color: #fff;
    font-size: 1.68rem;
    display: flex;
    font-weight: 600;
  }

  .phone-nav li span {
    margin-right: 20px;
  }

  .phone-nav li .bs-nav-learn {
    max-width: 110px;
    margin-bottom: 1rem;
  }

  .phone-nav li .bs-nav-livewell {
    max-width: 170px;
    margin-bottom: 1rem;
  }

  .phone_org {
    background: #DC6B8E;
  }

  .phone_purple {
    background: #9070B0;
  }

  .zh_navbtn {
    display: block;
  }

  #spb {
    display: block;
  }

  /*NAV*/
  #sc-header .phone-nav .current a {
    color: #fff100;
  }
}
#sc-footer {
  margin-bottom: -25px;
}

#sc-footer a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: calc(24/15);
}

#sc-footer .footer_contents {
  position: relative;
  padding: 3rem 3.5rem 5rem;
  background: #C9BC9C;
}

@media screen and (min-width: 769px) {
  #sc-footer .footer_contents .footer_container {
    display: flex;
    justify-content: center;
  }
}
#sc-footer .footer_contents .footer_container:before, #sc-footer .footer_contents .footer_container:after {
  content: "";
  display: table;
}

#sc-footer .footer_contents .footer_container .footer_nav {
  margin: 25px 40px 0 0;
}

#sc-footer .footer_contents .footer_container .footer_nav.nav_enjoyfood {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  #sc-footer .footer_contents .footer_container h3 img {
    max-width: 17.3rem;
  }
}

@media screen and (min-width: 769px) {
  #sc-footer .footer_contents .footer_container .nav_learn .nav_ttl img {
    max-width: 8.93rem;
    display: block;
  }
}
#sc-footer .footer_contents .footer_container .nav_learn .nav_ttl img:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  #sc-footer .footer_contents .footer_container .nav_livewell .nav_ttl img {
    max-width: 13.83rem;
    display: block;
  }
}
#sc-footer .footer_contents .footer_container .nav_livewell .nav_ttl img:hover {
  opacity: 0.7;
}

@media (min-width: 769px) {
  #sc-footer .footer_contents .footer_container .nav_livewell .footer_nav_child {
    min-height: 11.5rem;
  }
}
@media (min-width: 916px) {
  #sc-footer .footer_contents .footer_container .nav_livewell .footer_nav_child {
    min-height: 9.4rem;
  }
}
#sc-footer .footer_contents .footer_container .nav_livewell .footer_nav_child li:first-child a {
  line-height: 1.48;
}

#sc-footer .footer_contents .footer_container .footer_nav h4.nav_ttl {
  margin-bottom: 20px;
}

#sc-footer .footer_contents .footer_container .footer_nav ul.footer_nav_child {
  position: relative;
}
#sc-footer .footer_contents .footer_container .footer_nav ul.footer_nav_child::before {
  content: '';
  width: 0.1rem;
  height: 93%;
  position: absolute;
  left: 0;
  top: 51%;
  background-color: #fff;
  transform: translateY(-50%);
}

#sc-footer .footer_contents .footer_container .footer_nav ul.footer_nav_child li {
  padding-left: 2.8rem;
  text-indent: -20px;
  margin-left: 1.2rem;
  line-height: 1em;
}
@media (min-width: 769px) {
  #sc-footer .footer_contents .footer_container .footer_nav ul.footer_nav_child li {
    padding-left: 16px;
    text-indent: -18px;
    margin-left: 0.8rem;
  }
}

#sc-footer .footer_contents .footer_container .footer_nav ul.footer_nav_child li:before {
  color: #FFFFFF;
  content: "●";
  margin-right: 5px;
  font-size: 1.15rem;
}

#sc-footer .footer_contents .footer_container .nav_drug li {
  background: url(../images/learn/common/arr_right.png) left center no-repeat;
  padding-left: 20px;
  margin-bottom: 1rem;
  background-position-y: calc(50% + 0.15rem) !important;
}

#sc-footer .footer_contents .footer_container .nav_drug li.drug_child {
  background: url(../images/learn/common/arr_right.png) left top 0.7rem no-repeat;
  background-position-y: calc(50% - 0.7rem) !important;
}

#sc-footer .footer_contents .footer_container .nav_drug li img {
  max-width: 19.93rem;
  display: block;
}
#sc-footer .footer_contents .footer_container .nav_drug li img:hover {
  opacity: 0.7;
}

#sc-footer .footer_contents .footer_container .backbtn_common {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#sc-footer p.footer_copyright {
  float: left;
  font-weight: 400;
  margin: 17px 280px 10px 10px;
  font-size: 12px;
  color: #231916;
}
#sc-footer .kanri_code {
  float: right;
  margin: 15px;
  height: auto;
  font-size: 12px;
}
@media (min-width: 769px) and (max-width: 850px) {
  #sc-footer p.footer_copyright {
    margin: 17px 185px 10px 10px;
  }
}
@media (min-width: 850px) and (max-width: 980px) {
  #sc-footer p.footer_copyright {
    margin: 17px 240px 10px 10px;
  }
}

#sc-footer img.footer_logo {
  float: left;
  margin: 15px 0 15px;
  width: 154px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #sc-footer a {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.6rem;
  }

  #sc-footer .footer_contents {
    padding: 3.5rem 0 0 0;
  }

  #sc-footer .footer_contents .footer_container .footer_nav {
    float: none;
    margin: 0;
    padding: 0 4%;
    margin-bottom: 3rem;
  }
  #sc-footer .footer_contents .footer_container .footer_nav:first-child {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }
  #sc-footer .footer_contents .footer_container .footer_nav:first-child img {
    max-width: 13.5rem;
  }
  #sc-footer .footer_contents .footer_container .footer_nav:nth-child(2) img {
    max-width: 8.5rem;
  }
  #sc-footer .footer_contents .footer_container .footer_nav:nth-child(3) img {
    max-width: 13rem;
  }
  #sc-footer .footer_contents .footer_container .footer_nav:nth-child(4) img {
    max-width: 23.2rem;
  }

  #sc-footer .footer_contents .footer_container h3 {
    margin-left: 5%;
  }

  #sc-footer .footer_contents .footer_container .footer_nav h4.nav_ttl {
    margin-bottom: 1.5rem;
  }

  #sc-footer .footer_contents .footer_container .footer_nav ul.footer_nav_child {
    height: auto;
    margin: 0;
  }

  #sc-footer .footer_contents .footer_container .footer_nav ul.footer_nav_child li {
    margin-bottom: 0.5rem;
    line-height: 1.1em;
    margin-left: 2rem;
    text-indent: -3.5rem;
  }

  #sc-footer .footer_contents .footer_container .footer_nav ul.footer_nav_child li:before {
    color: #FFFFFF;
    content: "●";
    margin-right: .5rem;
    font-size: 1.4rem;
  }

  #sc-footer .footer_contents .footer_container .footer_nav ul.footer_nav_child::before {
    height: 95%;
    top: 50%;
  }

  #sc-footer .footer_contents .footer_container .nav_drug {
    float: none;
    width: 100%;
    border-left: none;
  }

  #sc-footer .footer_contents .footer_container .nav_drug li {
    background: url(../images/learn/common/arr_right_sp.png) left center no-repeat;
    padding-left: 3rem;
    margin-bottom: 1rem;
    background-size: 1.5rem;
  }

  #sc-footer .footer_contents .footer_container .nav_drug li.drug_child {
    background: url(../images/learn/common/arr_right_sp.png) left top 0.5rem no-repeat;
    background-size: 1.5rem;
    background-position-y: calc(50% - 0.8rem) !important;
  }

  #sc-footer .footer_contents .footer_container .nav_drug li.drug_child {
    margin-bottom: 1.5rem;
  }

  #sc-footer .footer_contents .footer_container .backbtn_common {
    bottom: 25px;
  }

  #sc-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 4%;
    background-color: #EAE5E3;
  }

  #sc-footer p.footer_copyright {
    float: none;
    text-align: left;
    font-size: 1rem;
    margin: 0;
  }

  #sc-footer img.footer_logo {
    display: block;
    float: none;
    margin: 0;
    max-width: 14.5rem;
  }
}
@media (min-width: 769px) {
  #sc-footer .footer_contents .footer_container .nav_livewell {
    width: 165px;
  }
}
@media screen and (min-width: 769px) {
  .home .container {
    width: 980px;
  }
}
.home a {
  display: block;
  transition: all 0.5s;
  line-height: 0;
}
.home a:hover {
  opacity: 0.8;
}
.home .banner {
  text-align: center;
  padding: 60px 0;
  background: url(../images/home/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .home .banner {
    padding: 65px 0;
  }
}
.home .banner h1 {
  background: transparent !important;
  padding: 0 20px !important;
}
.home .banner .logo {
  max-width: 510px !important;
}
.home .banner .text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #C9BC9C;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .home .banner .text {
    font-size: calc(2.6rem/1200*980);
  }
}
.home .banner .text p {
  font-size: 22px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .home .banner .text p {
    font-size: 26px;
  }
}
.home .banner .des {
  font-size: 12px;
  line-height: calc(44/24);
  padding-top: 20px;
  font-weight: 500;
  color: #C9BC9C;
}
@media screen and (min-width: 769px) {
  .home .banner .des {
    font-size: calc(1.9rem/1200*980);
    line-height: calc(31/19);
    padding-top: 5rem;
  }
}
.home .banner .des b {
  font-weight: 700;
}
.home .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .home .row {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  #sc-header ul.header_nav li.header_ttl.w-40 {
    width: 40%;
  }
}

.sitemap > .container {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .sitemap .ttl-learn01 {
    padding-left: 20px;
  }
}
.sitemap-ttl {
  max-width: 980px;
  margin: 0  !important;
}
.sitemap-ttl a {
  font-size: 16.8px;
  line-height: calc(32/20);
  font-weight: 700;
  color: #A40D5E;
}
@media screen and (min-width: 769px) {
  .sitemap-ttl {
    font-size: calc(2rem/1200*980);
  }
}
.sitemap_content {
  padding-top: 35px;
}
@media screen and (min-width: 769px) {
  .sitemap_content {
    padding-top: 70px;
  }
}
.sitemap_content .container {
  max-width: 815px;
  margin: 0 auto;
  padding: 0 2rem;
}
.sitemap_content .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .sitemap_content .row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.sitemap_list {
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .sitemap_list {
    max-width: calc(50% - 1rem);
    margin-bottom: 0;
  }
}
.sitemap_list:last-of-type {
  margin-bottom: 0;
}
.sitemap_list-header .thumnail {
  text-align: center;
  background-color: #DC6B8E;
  line-height: 1;
  padding: 13px 0;
}
.sitemap_list-header .thumnail img {
  max-width: 110px !important;
}
@media screen and (min-width: 769px) {
  .sitemap_list-header .thumnail img {
    max-width: 10.8rem !important;
  }
}
.sitemap_list-header a {
  display: block;
}
.sitemap_list-header-2 .thumnail {
  text-align: center;
  background-color: #9070B0;
}
.sitemap_list-header-2 .thumnail img {
  max-width: 140px !important;
}
@media screen and (min-width: 769px) {
  .sitemap_list-header-2 .thumnail img {
    max-width: 16.7rem !important;
  }
}
.sitemap_list .des {
  font-size: 16.8px;
  line-height: calc(30/20);
  font-weight: 700;
  color: #DC6B8E;
  min-height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  border: 1px solid #DC6B8E;
}
@media screen and (min-width: 769px) {
  .sitemap_list .des {
    font-size: 14px;
  }
}
.sitemap_list .des-2 {
  color: #9070B0;
  border: 1px solid #9070B0;
}
.sitemap_list .list_cate_wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .sitemap_list .list_cate_wrap {
    justify-content: center;
  }
}
.sitemap_list .list_cate {
  margin: 0px;
  padding: 10px 0px;
}
.sitemap_list .list_cate li {
  display: flex;
  padding-bottom: 15px;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .sitemap_list .list_cate li {
    text-indent: 18px;
    font-size: 14px;
    padding: 5px 0px;
  }
}
.sitemap_list .list_cate li img {
  max-width: 14px !important;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .sitemap_list .list_cate li img {
    margin-right: 0.5rem;
  }
}
.sitemap_list .list_cate li a {
  line-height: 1;
  color: #3F3B3A;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .sitemap_list .list_cate li a {
    line-height: 1.4;
  }
}
.sitemap .d-flex {
  display: flex;
}
.sitemap .justify-center {
  justify-content: center;
}
.sitemap-btn {
  margin-top: 30px;
  font-size: 16.8px;
  line-height: calc(30/20);
  color: #fff;
  font-weight: 700;
  background-color: #A40D5E;
  outline: none;
  border: none;
  padding: 4px 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sitemap-btn {
    font-size: calc(2rem/1200*980);
    max-width: 41.2rem;
    margin-top: 50px;
    padding: 10px 15px;
  }
}
.sitemap .content_body {
  padding-bottom: 55px !important;
}
.sitemap .txt-pagetop {
  text-align: right;
  padding-top: 60px;
  max-width: 100% !important;
  margin: 0;
}

p.supervision {
  color: #3F3B3A;
  margin-left: 2em;
  padding-left: 0.5em;
  text-indent: -0.5em;
  font-size: 0.9em;
  margin-bottom: 30px;
}

p.supervision strong {
  font-size: 1.2em;
}

/* =================================================

    フッター

================================================= */
p.txt-pagetop {
  margin: 0 3rem 5.5rem;
  text-align: right;
}

p.txt-pagetop a {
  color: #A40D5E;
}

@media screen and (max-width: 768px) {
  p.txt-pagetop {
    display: none;
  }
}
/* =================================================

    header

================================================= */
@media screen and (max-width: 768px) {
  p.supervision {
    width: 90%;
    margin: 0 auto;
    font-size: 0.9em;
    padding-bottom: 30px;
  }
}
/* =================================================
content
================================================= */
#main #main_wrapper {
  background: #DC6B8E;
}
#main #main_wrapper.bg-1 {
  background: #9070B0;
}

#main #main_wrapper #sidenav_pc .sidenav_pc_contents {
  float: left;
  width: 17rem;
  height: auto;
  background: #DC6B8E;
}
#main #main_wrapper #sidenav_pc .sidenav_pc_contents-2 {
  background: #9070B0;
}

#main #main_wrapper #sidenav_pc .sidenav_pc_contents span {
  font-size: 0.8em;
}

#main #main_wrapper #sidenav_pc .sidenav_pc_contents ul {
  width: 160px;
  /*åŽŸæ¥150px*/
  margin: 70px 5px 20px 0px;
  padding-left: 15px;
}

#main #main_wrapper #sidenav_pc .sidenav_pc_contents ul li {
  border-left: 2px solid #FFFFFF;
  padding-left: 15px;
  margin-bottom: 25px;
}

#main #main_wrapper #sidenav_pc .sidenav_pc_contents ul li a {
  color: #ffffff;
  font-weight: bold;
}

#main #main_wrapper #sidenav_pc .sidenav_pc_contents ul li.current {
  width: 140px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-left: 18px solid #fff100;
  /*åŽŸæ¥15px*/
  padding-left: 14px;
  /*åŽŸæ¥15px*/
  margin-left: -15px;
}

#main #main_wrapper #sidenav_pc .sidenav_pc_contents ul li.current a {
  color: #fff100;
}

#sidenav_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #main #main_wrapper #sidenav_pc {
    display: none;
  }
}
/* =================================================

================================================= */
#main .main_content {
  float: left;
  width: calc(100% - 17rem);
  background: #ffffff;
}

#main .main_content h1, .ttl-learn01 {
  background: #DC6B8E;
  height: 62px;
  font-size: 1.714em;
  color: #ffffff;
  padding: 10px 0;
  border-bottom: 4px solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 0px 0px #A40D5E;
  box-shadow: 0px 4px 0px 0px #A40D5E;
}
@media (max-width: 768px) {
  #main .main_content h1, .ttl-learn01 {
    background: #DC6B8E;
    height: auto;
    font-size: 24px !important;
    color: #ffffff;
    padding: 1rem 4% !important;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#main .main_content h1.bg-1, .ttl-learn01.bg-1 {
  background-color: #9070B0;
}
#main .main_content h1.bg-2, .ttl-learn01.bg-2 {
  background-color: #A40D5E !important;
}

#main .main_content img.ph_pc {
  display: block;
}

#main .main_content img.ph_sp {
  display: none;
}

footer .ph_pc {
  display: block;
}

footer .ph_sp {
  display: none !important;
}

header .ph_pc {
  display: block;
}

header .ph_sp {
  display: none !important;
}

#main .main_content h1 span {
  font-size: 0.85em;
  font-weight: 600;
  margin: 0.1em auto;
}

#main .content_body {
  width: 100%;
  padding: 30px 30px 40px;
}

#main .content_body h2 {
  margin-bottom: 30px;
}

#main .content_body h3 {
  font-size: 1.28em;
  font-weight: 800;
  color: #A40D5E;
  margin-bottom: 15px;
  padding-left: 30px;
  background: url(../images/learn/01/ttl_catch.png) left top 0.5rem no-repeat;
}

#main .content_body p {
  max-width: 750px;
}

#main .content_body .bs-para {
  width: 100%;
}

#main .content_body .bs-para p {
  display: block;
  margin-bottom: 2rem;
}

#main .content_body .bs-para p a {
  color: #3F3B3A;
}

#main .content_body sup {
  vertical-align: super;
  font-size: 65%;
}

#main .content_body p.ph {
  text-align: center;
  margin-bottom: 50px;
}

#main .content_body p span.txt_end {
  display: block;
  height: 10px;
}

#main .content_body p.left {
  float: none;
  width: 500px;
}

#main .content_body p.right {
  float: none;
  width: auto;
}

#main .content_body p.ph_right {
  float: right;
  width: auto;
  margin: 0 auto;
}

#main .content_body p.center {
  text-align: center !important;
}

#main .content_body .caption {
  font-size: 0.86em;
  text-align: left;
  margin-top: 2.5rem;
}

#main .content_body .caption li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
@media (max-width: 768px) {
  #main .content_body .caption li {
    padding-left: 1.8rem;
    text-indent: -1.8rem;
    display: inline-block;
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  #main .content_body .no-indent .caption-flex .caption li {
    padding-left: 0;
    text-indent: 0;
  }
}

#main .content_body .caption .blue {
  color: #009fe8;
}

#main .content_body .caption .red {
  color: #e3007f;
}

/*  20180411è¿½åŠ  */
#main .content_body p.ph_pcl_spc {
  text-align: left;
  margin-bottom: 50px;
}

@media (min-width: 769px) {
  #main .ph_sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #main .content_body .bs-para p {
    margin-bottom: 2rem;
  }

  #main #main_wrapper .main_content {
    float: none;
    width: 100%;
    font-size: 1.2em;
  }

  #main img {
    float: none;
    max-width: 100%;
  }

  #main .ph_pc {
    display: none !important;
  }

  footer .ph_sp {
    display: block !important;
  }

  footer .ph_pc {
    display: none !important;
  }

  header .ph_sp {
    display: block !important;
  }

  header .ph_pc {
    display: none !important;
  }

  #main .ph_sp {
    display: block !important;
  }

  #main .content_body .img_chapter_sp {
    display: flex !important;
    align-items: center;
  }
  #main .content_body .img_chapter_sp .img {
    max-width: 60px;
    min-width: 60px;
  }
  #main .content_body .img_chapter_sp.img-person-no .img {
    max-width: 35px;
    min-width: 35px;
  }
  #main .content_body .img_chapter_sp .ttx {
    position: relative;
    margin-left: 20px;
  }
  #main .content_body .img_chapter_sp .ttx::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-right: solid 20px #A40D5E;
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
    position: absolute;
    top: 30%;
    left: -20px;
    z-index: 2;
  }
  #main .content_body .img_chapter_sp .ttx::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-right: solid 20px #F6EBEE;
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
    position: absolute;
    top: 30%;
    left: -15px;
    z-index: 2;
  }
  #main .content_body .img_chapter_sp .ttx .c-txt {
    font-size: 1.8rem;
    background-color: #F6EBEE;
    padding: 1.5rem 2rem;
    border: 0.3rem solid #A40D5E;
    font-weight: 900;
    line-height: 1.3;
    position: relative;
  }
  #main .content_body .img_chapter_sp .ttx .c-txt::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/learn/common/icon-left.jpg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: -3px;
    transform: translateY(-50%);
    background-color: #F6EBEE;
  }
  #main .content_body .img_chapter_sp .ttx .c-txt::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/learn/common/icon-right.jpg) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -14px;
    right: -3px;
    transform: translateY(-50%);
    background-color: #F6EBEE;
    z-index: 2;
  }

  #main h1 {
    background: #DC6B8E;
    height: auto;
    font-size: 3.2rem;
    color: #ffffff;
    padding: 3.5rem 3.8rem;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #main .content_body {
    width: 100%;
    padding: 2rem 4%;
  }

  #main .content_body h3 {
    background: url(../images/learn/01/ttl_catch.png) left top 0.8rem no-repeat;
    font-size: 21.5px;
    background-size: 18px;
    padding-left: 30px;
  }

  #main .content_body h3 span.bs-label {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  #main .content_body p,
  #main .content_body p.left {
    float: none;
    width: 100%;
    margin: 0 auto 3.5rem;
    font-size: 16.8px;
  }

  #main .content_body p img {
    max-width: 100%;
    margin: 0 auto;
  }

  #main .content_body p.ph,
  #main .content_body p.ph_right,
  #main .content_body p.right {
    width: 100%;
    text-align: right;
    margin-right: 0;
    margin: 0 auto 30px !important;
    float: none;
  }

  #main .content_body p.ph {
    font-size: 0;
  }

  #main .content_body p.ph_right {
    text-align: center;
  }

  #main .content_body p.ph_pcl_spc {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin: 0 auto 30px !important;
    float: none;
  }

  p.supervision {
    font-size: 15.2px;
  }
  p.supervision b {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .img_chapter_pc {
    display: flex !important;
    align-items: flex-start;
  }
  .img_chapter_pc .img {
    width: 48px;
    min-width: 48px;
  }
  .img_chapter_pc.img-person-no .img {
    width: 38px;
    min-width: 38px;
  }
  .img_chapter_pc .ttx {
    position: relative;
    margin-left: 30px;
    width: 100%;
  }
  .img_chapter_pc .ttx::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-right: solid 20px #A40D5E;
    border-bottom: solid 7px transparent;
    border-top: solid 7px transparent;
    position: absolute;
    top: 35%;
    left: -20px;
    z-index: 2;
  }
  .img_chapter_pc .ttx::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-right: solid 20px #F6EBEE;
    border-bottom: solid 7px transparent;
    border-top: solid 7px transparent;
    position: absolute;
    top: 35%;
    left: -12px;
    z-index: 2;
  }
  .img_chapter_pc .ttx .c-txt {
    font-size: 2.5rem;
    background-color: #F6EBEE;
    padding: 1.5rem 2rem;
    border: 0.3rem solid #A40D5E;
    font-weight: 900;
    line-height: 1.3;
    position: relative;
    text-align: center;
    padding: 23px 30px;
  }
  .img_chapter_pc .ttx .c-txt::before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/learn/common/icon-left.jpg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
    left: -3px;
    transform: translateY(-50%);
    background-color: #F6EBEE;
  }
  .img_chapter_pc .ttx .c-txt::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/learn/common/icon-right.jpg) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -18px;
    right: -3px;
    transform: translateY(-50%);
    background-color: #F6EBEE;
    z-index: 2;
  }
}
/* =================================================
table
================================================= */
#main .content_body h4 {
  font-size: 1.28em;
  color: #ed6c00;
  margin-bottom: 15px;
  padding-left: 1.2em;
}

#main .content_body h3 span {
  font-size: 14px;
  color: #231916;
}
#main .content_body h3 span.bs-label {
  font-size: 1rem;
  font-weight: 400;
  border: 0.05rem solid #3F3B3A;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: calc(22.98/15.97);
  white-space: nowrap;
  vertical-align: 0.7rem;
}
@media (min-width: 769px) {
  #main .content_body h3 span.bs-label {
    font-size: 1.1rem;
    vertical-align: 0.3rem;
  }
}

#main .content_body h3 span.org {
  color: #ed6c00;
}

#main .content_body p.mb-2 {
  margin-bottom: 2rem;
}

.align_center {
  text-align: center;
}

.pic_center {
  max-width: 414px;
  margin: 0px auto;
}

.pic_down {
  padding-bottom: 10px;
}

.text_right {
  margin-right: 20px;
}

.text_left {
  max-width: 660px;
  margin: 5px auto 30px auto;
  font-size: 0.86em;
}

.pc_hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  #main .content_body h4 {
    margin-bottom: 15px;
    padding-left: 0px;
  }

  .text_right {
    margin-right: 0;
  }

  .pc_hidden {
    display: block;
  }
}
.maru_wrapper {
  position: relative;
  padding: 1rem 1.3rem 0;
}
@media (min-width: 769px) {
  .maru_wrapper {
    width: 92%;
    margin: 0 auto;
  }
}

.maru_icon {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 541px) {
  .maru_icon {
    width: 4rem;
  }
}

.maru_content {
  border-radius: 2rem;
  background-color: #F5F3F2;
}

.maru_content .maru_ttl {
  background-color: #BFC0C0;
  margin: 0px auto;
  border-radius: 1rem 1rem 0 0;
  color: #fff !important;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.4em !important;
  font-weight: normal;
}
@media (max-width: 768px) {
  .maru_content .maru_ttl {
    font-size: 2rem !important;
  }
}

.maru_content .pic_content {
  width: 100%;
  padding: 2.5rem 2.8rem;
  position: relative;
}
@media (max-width: 768px) {
  .maru_content .pic_content {
    padding: 2.5rem 1.5rem;
  }
}
.maru_content .pic_content a {
  color: #3F3B3A;
}

.maru_content .pic_content .caption {
  margin-top: 1rem !important;
}

@media (min-width: 769px) {
  .maru_content .pic_content .pic_left {
    padding-left: 1.95rem;
  }
}
.maru_content .pic_content .pic_left p {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .maru_content .pic_content .pic_left p {
    margin-bottom: 1.5rem !important;
  }
  .maru_content .pic_content .pic_left p br {
    display: none;
  }
}

@media (min-width: 769px) {
  .maru_content .pic_content .pic_right {
    position: absolute;
    max-width: 16.2rem;
    right: 2.8rem;
    top: 42%;
    transform: translateY(-50%);
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .maru_content .pic_content .pic_right {
    position: relative;
    max-width: 20.2rem;
    margin: 0 auto;
    right: 0;
    top: 0;
    transform: none;
  }
}

.maru_content p.left {
  max-width: 450px;
}

#main .content_body .maru_content p.right {
  margin-right: 30px;
}

.caption-flex {
  display: flex;
  justify-content: flex-end;
}
.caption-flex .caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .maru_content .maru_ttl {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
  }
  .maru_content .maru_ttl .txt-dot {
    display: none;
  }
}
#main .content_body .ttl-small {
  font-size: 1.64rem;
  font-weight: 800;
  line-height: calc(35/20);
  color: #3F3B3A;
  margin-bottom: 1.5rem;
  padding-left: 2.2rem;
  background: url(../images/learn/03/dot.png) left top 0.7rem no-repeat;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #main .content_body .ttl-small {
    background: url(../images/learn/03/dot.png) left top 0.8rem no-repeat;
    font-size: 1.68rem;
    padding-left: 2.3rem;
    background-size: 1.4rem;
  }
}

#main .content_body .mw553 {
  max-width: 553px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #main .content_body .mw553 {
    max-width: 100%;
  }
}
#main .content_body .mw522 {
  max-width: 522px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #main .content_body .mw522 {
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  #main .content_body .w-500 {
    max-width: 500px;
    margin: 0 auto;
  }
}
#main .content_body .sc-table {
  display: block;
  margin-bottom: 2rem;
}
#main .content_body .sc-table table th {
  border: 1px solid black;
}
#main .content_body .sc-table td {
  border: 1px solid black;
}
@media (max-width: 768px) {
  #main .content_body .sc-table td {
    border: none;
    border-left: 1px solid black;
    border-right: 1px solid black;
  }
}
#main .content_body .sc-table table {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 768px) {
  #main .content_body .sc-table table tr {
    display: flex;
    flex-direction: column;
    width: calc(100vw - 9%);
    font-size: 1.68rem;
  }
  #main .content_body .sc-table table tr:last-child td {
    border-bottom: 1px solid black;
  }
}
#main .content_body .sc-table th {
  text-align: left;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  min-width: 100px;
  font-size: 1.3rem;
  background-color: #F6EBEE;
}
@media (max-width: 768px) {
  #main .content_body .sc-table th {
    text-align: center;
    font-size: 1.68rem;
    padding: .8rem 1.2rem;
  }
  #main .content_body .sc-table th br {
    display: none;
  }
}
#main .content_body .sc-table td {
  padding: 1.6rem 1.4rem;
}
#main .content_body .sc-table td > p {
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  #main .content_body .sc-table td {
    padding: 1.5rem .8rem;
  }
  #main .content_body .sc-table td br {
    display: none;
  }
}
#main .content_body .sc-table td .td-img {
  text-align: center;
}
@media (max-width: 768px) {
  #main .content_body .sc-table td .td-img img {
    max-width: 50% !important;
    margin: 0 auto;
  }
}
#main .content_body .sc-table td.td-img-top {
  position: relative;
}
#main .content_body .sc-table td.td-img-top div {
  display: block;
}
@media (min-width: 769px) {
  #main .content_body .sc-table td.td-img-top .td-img {
    position: absolute;
    top: -26px;
    right: 15px;
    max-width: 96.3px;
  }
}
#main .content_body .sc-table td .tb-dot li {
  padding-left: 1.8rem;
  background: url(../images/learn/03/dot1.png) left top 0.5rem no-repeat;
}
#main .content_body .sc-table td .tb-dot li + li {
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  #main .content_body .sc-table td .tb-dot li {
    background: url(../images/learn/03/dot1.png) left top 0.7rem no-repeat;
    padding-left: 2rem;
    background-size: 1.2rem;
  }
  #main .content_body .sc-table td .tb-dot li p {
    margin-bottom: .5rem;
  }
}
@media (max-width: 768px) {
  #main .content_body .sc-table td.td-img-bottom p {
    margin-bottom: 1.5rem;
  }
}
#main .content_body .sc-table td.td-img-bottom .td-pos {
  position: relative;
  display: block;
}
@media (min-width: 769px) {
  #main .content_body .sc-table td.td-img-bottom .td-pos .td-img {
    position: absolute;
    bottom: 55px;
    right: 5px;
    max-width: 116.1px;
    display: block;
  }
}

#main.main-livewell .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .row {
    flex-wrap: nowrap;
  }
}
#main.main-livewell .row-custom {
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#main.main-livewell .row h4 {
  font-size: 18px;
  line-height: calc(24/16);
  padding-left: 0 !important;
  color: #3F3B3A !important;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .row h4 {
    font-size: 16px;
  }
}
#main.main-livewell .row h4 small {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .row h4 small {
    font-size: 13px;
  }
}
#main.main-livewell .row h4.icon {
  padding-left: 35px !important;
  position: relative;
}
@media (max-width: 768px) {
  #main.main-livewell .row h4.icon {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 769px) {
  #main.main-livewell .row h4.icon {
    padding-left: 22px !important;
  }
}
#main.main-livewell .row h4.icon:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #A40D5E;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .row h4.icon:before {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  #main.main-livewell .row h4.icon:before {
    top: 14px;
    width: 14px;
    height: 14px;
  }
}
#main.main-livewell .row p {
  font-size: 16.8px;
  line-height: calc(22/17);
  color: #3F3B3A;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .row p {
    font-size: 14px;
  }
}
#main.main-livewell p.text-note {
  font-size: 12px;
  color: #3F3B3A;
  font-weight: 300;
  line-height: calc(15/10);
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  #main.main-livewell p.text-note {
    font-size: 10px;
  }
}
#main.main-livewell p.text-right {
  text-align: right;
}
#main.main-livewell .maxw-240 {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .maxw-240 {
    margin-right: 60px;
    max-width: 250px;
    margin-bottom: 0;
    margin-left: 30px;
  }
}
#main.main-livewell .maxw-240 p {
  padding: 0 16px;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  #main.main-livewell .maxw-240 p {
    text-align: left;
  }
}
#main.main-livewell .maxw-240 p:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../images/livewell/01/icon-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
}
#main.main-livewell .maxw-240 p:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/livewell/01/icon-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
}
#main.main-livewell .maxw-265 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .maxw-265 {
    max-width: 265px;
  }
}
#main.main-livewell .maxw-265 ul {
  padding: 12px;
  background-color: #F6EBEE;
}
#main.main-livewell .maxw-265 ul li {
  font-size: 16.8px;
  line-height: calc(22/17);
  color: #3F3B3A;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .maxw-265 ul li {
    font-size: 14px;
  }
}
#main.main-livewell .w-540 {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .w-540 {
    max-width: 540px;
  }
}
#main.main-livewell .w-540 .caption {
  margin-top: 5px;
}
#main.main-livewell .w-540 .caption li {
  padding-left: 2.8rem;
  text-indent: -2.8rem;
}
#main.main-livewell .w-540 .lw-box {
  font-size: 18px;
  color: #3F3B3A;
  line-height: 1.4;
  font-weight: bold;
  background-color: #F6EBEE;
  border: 3px solid #A40D5E;
  border-radius: 8px;
  padding: 15px 42px 15px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #main.main-livewell .w-540 .lw-box {
    flex-direction: column;
    padding-right: 15px;
    align-items: flex-start;
  }
  #main.main-livewell .w-540 .lw-box .lw-box-img {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
#main.main-livewell .w-540 .lw-box ul li {
  text-indent: -22px;
  padding-left: 22px;
}
#main.main-livewell .w-540 .lw-box img {
  max-width: 74px;
}
#main.main-livewell .w-555 {
  max-width: 55.5rem;
  margin: 0 auto;
  width: 100%;
}
#main.main-livewell .w-89 {
  max-width: 250px;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  #main.main-livewell .w-89 {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 769px) {
  #main.main-livewell .w-89 {
    max-width: 89px;
    margin-right: 53px;
    position: absolute;
    right: 0;
  }
}
#main.main-livewell .btn-danger {
  font-size: 16.8px;
  font-weight: 700;
  color: #E60013;
  line-height: calc(21/16);
  border: 2px solid #E60013;
  background: transparent;
  padding: 10px 15px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .btn-danger {
    font-size: 14px;
  }
}
#main.main-livewell .list_livewwel-2 {
  max-width: 550px;
  margin: 0 auto;
}
#main.main-livewell .list_livewwel-2 li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .list_livewwel-2 li {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
#main.main-livewell .list_livewwel-2 li:last-of-type {
  margin-bottom: 0;
}
#main.main-livewell .list_livewwel-2 li .thumnail {
  max-width: 195px !important;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .list_livewwel-2 li .thumnail {
    margin-right: 28px;
    max-width: 95px !important;
    margin-bottom: 0;
  }
}
#main.main-livewell .list_livewwel-2 li .content {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .list_livewwel-2 li .content {
    width: unset;
  }
}
#main.main-livewell .list_livewwel-2 li .content .list_livewwel-2-ttl {
  font-size: 16.8px;
  line-height: calc(24/16);
  color: #3F3B3A;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .list_livewwel-2 li .content .list_livewwel-2-ttl {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #main.main-livewell .list_livewwel-2 li .content .list_livewwel-2-ttl {
    margin-bottom: 0;
  }
}
#main.main-livewell .list_livewwel-2 li .content .list_livewwel-2-des {
  font-size: 16.8px;
  line-height: calc(21/14);
  color: #3F3B3A;
  padding: 0 15px;
  position: relative;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  #main.main-livewell .list_livewwel-2 li .content .list_livewwel-2-des {
    font-size: 14px !important;
  }
}
#main.main-livewell .list_livewwel-2 li .content .list_livewwel-2-des:after {
  content: "";
  background: url(../images/livewell/02/icon-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#main.main-livewell .list_livewwel-2 li .content .list_livewwel-2-des:before {
  content: "";
  background: url(../images/livewell/02/icon-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  #main.main-livewell .list_livewwel-2 li .content .list_livewwel-2-des {
    margin-bottom: 0;
    margin-top: 2rem;
  }
}

.maru_content .pic_content .pic_right.pic_right04 {
  text-align: center;
  max-width: initial;
}
@media (max-width: 768px) {
  .maru_content .pic_content .pic_right.pic_right04 p {
    margin-bottom: 1.75rem !important;
  }
}
@media (min-width: 769px) {
  .maru_content .pic_content .pic_right.pic_right04 img {
    max-width: 18.3rem;
    margin: 0 auto;
  }
}
.maru_content .pic_content .pic_right.pic_right04 .caption {
  margin-top: 0 !important;
}
.maru_content .pic_content .pic_right.pic_right04 .caption.txt-center {
  text-align: center !important;
}
.maru_content .pic_content .pic_right.pic_right04 .caption li {
  font-size: 1rem;
}
@media (min-width: 769px) {
  .maru_content .pic_content .pic_right.pic_right04 {
    top: 66%;
  }
}
@media (max-width: 768px) {
  .maru_content .pic_content .pic_right.pic_right04 {
    margin-top: 3rem;
  }
  .maru_content .pic_content .pic_right.pic_right04 > p {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}

.c-pregnancy .img-therapy {
  width: 14rem;
  bottom: 2rem;
  right: 0 !important;
}
.c-pregnancy .img-surgical {
  width: 4.9rem;
  bottom: auto;
  top: -3rem;
  right: -0.5rem !important;
}
.c-pregnancy.c-pregnancy04 li {
  margin-bottom: 2rem;
}
.c-pregnancy.c-pregnancy04 li:last-child {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .c-pregnancy.c-pregnancy04 .img-surgical {
    margin-top: 1rem;
  }
}
@media (min-width: 769px) {
  .c-pregnancy.c-pregnancy04 .cw-pregnancy04 {
    width: calc(100% - 6.2rem);
  }
}

.bs-note {
  display: block;
  background-color: #F5F2EC;
  padding: 1.1rem;
  margin-left: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.bs-note .r-note {
  text-align: left;
}
.bs-note .l-note {
  white-space: nowrap;
}
@media (min-width: 769px) {
  .bs-note {
    max-width: 43rem;
    max-width: fit-content;
  }
}
@media (max-width: 768px) {
  .bs-note {
    font-size: 1.68rem;
  }
  .bs-note br {
    display: none;
  }
}

.bs-flex04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .bs-flex04 {
    align-items: flex-start;
  }
}
.bs-flex04 img {
  width: 4.9rem;
  margin-left: 1.8rem;
}
@media (min-width: 769px) {
  .bs-flex04 img {
    margin-top: -3rem;
  }
}
@media (max-width: 768px) {
  .bs-flex04 img {
    width: 8.5rem;
  }
}

#main .sc-table-rb table th {
  width: 50%;
  text-align: center !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
}
@media (min-width: 769px) {
  #main .sc-table-rb table th {
    font-size: 1.4rem !important;
  }
}
#main .sc-table-rb table th:first-child {
  background-color: #902320 !important;
}
#main .sc-table-rb table th:last-child {
  background-color: #056FB8 !important;
}
#main .sc-table-rb table td {
  vertical-align: top;
}
#main .sc-table-rb table tr:last-child td:last-child .c-pregnancy-list li:before {
  color: #056FB8;
}
#main .sc-table-rb table tr:last-child td:first-child .c-pregnancy-list li:before {
  color: #902320;
}
#main .sc-table-rb.sc-table-vertical table, #main .sc-table-rb.sc-table-vertical td, #main .sc-table-rb.sc-table-vertical th {
  border-top: 1px solid black !important;
  border-left: 1px solid black !important;
  border-right: 1px solid black !important;
  border-bottom: 1px solid black !important;
}
@media (max-width: 768px) {
  #main .sc-table-rb.sc-table-vertical table tr {
    display: block !important;
  }
  #main .sc-table-rb.sc-table-vertical table tr td {
    border-top: none !important;
  }
  #main .sc-table-rb.sc-table-vertical table tr th, #main .sc-table-rb.sc-table-vertical table tr td {
    width: 50%;
  }
  #main .sc-table-rb.sc-table-vertical table tr p, #main .sc-table-rb.sc-table-vertical table tr li {
    font-size: 1.6rem !important;
  }
  #main .sc-table-rb.sc-table-vertical table tr .c-pregnancy-list li {
    padding-left: 2rem;
  }
  #main .sc-table-rb.sc-table-vertical table tr .c-pregnancy-list li p {
    margin-bottom: 0 !important;
  }
  #main .sc-table-rb.sc-table-vertical table tr .c-pregnancy-list li p b {
    display: block;
  }
}

#main .content_body .sc-table td .tb-dot li {
  position: relative;
}
#main .content_body .sc-table td .tb-dot li .tb-dot-note {
  display: inline-block;
  font-size: 2rem;
  line-height: calc(18.43/11.02);
}
@media (min-width: 769px) {
  #main .content_body .sc-table td .tb-dot li .tb-dot-note {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .clear-brsp br {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
    background-color: #EAE5E3;
  }
}

body {
  font-family: "Noto Sans JP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: calc(24/16);
  color: #3F3B3A;
}

.txt-pink {
  color: #E4007F;
}

.txt-blue {
  color: #00A1E9;
}

.txt-yellow {
  color: #FFF100;
}
@media (max-width: 540px) {
  .txt-yellow .txt-small {
    display: block;
  }
}

.txt-small {
  font-size: 80%;
}

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

ul {
  list-style-type: none;
}

a {
  transition: opacity .25s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: .8;
}

input:focus,
select:focus,
button:focus {
  outline: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 980px;
  }
}

.pc {
  display: none;
}
@media (min-width: 769px) {
  .pc {
    display: block;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media (min-width: 769px) {
  .br-pc {
    display: inline-block;
  }
}

@media (min-width: 769px) {
  .break-pc {
    display: block;
  }
}

@media (max-width: 768px) {
  .break-sp {
    display: block;
  }
}

.txt-right {
  text-align: right !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-08 {
  margin-bottom: 0.8rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem !important;
}

.l-img {
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .l-img {
    padding-left: 2.5rem;
    margin-left: 0;
  }
}
@media (max-width: 768px) and (min-width: 650px) {
  .l-img {
    padding-left: 5.2rem;
  }
}

@media (max-width: 768px) {
  .l-img-sp {
    width: 90%;
    margin-left: calc(10% - 4px);
  }
}
.mb-4 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .mb-4 {
    margin-bottom: 4rem;
  }
}

.mb-5 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .mb-5 {
    margin-bottom: 5rem;
  }
}

.mb-8 {
  margin-bottom: 4rem !important;
}
@media screen and (min-width: 769px) {
  .mb-8 {
    margin-bottom: 6.56rem !important;
  }
}

.mb-2 {
  margin-bottom: 2rem;
}

.txt-center {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .ml-100p {
    margin-left: 100px;
  }

  .w-608 {
    width: 60.8rem;
    margin: 0 auto;
  }

  .w-640p {
    width: 640px;
    margin: 0 auto;
  }

  .w-632p {
    width: 632px;
    margin: 0 auto;
  }

  .w-80c {
    width: 80%;
    margin: 0 auto;
  }
}
#main #breadcrumb {
  width: 100%;
  background: #C9BC9C;
  color: #3F3B3A;
  padding: 10px 20px;
}

#main #breadcrumb a {
  color: #3F3B3A;
}

#main #breadcrumb a:visited {
  color: #3F3B3A;
}

#main #breadcrumb p {
  font-size: 11px;
  color: #3F3B3A;
}

.c-pregnancy {
  width: 100%;
  position: relative;
}
.c-pregnancy-list {
  width: 100%;
}
.c-pregnancy-list li {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  padding: 0 0 0 1.5rem;
  margin: 0 0 .5rem 0;
}
.c-pregnancy-list li::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
  color: #A40D5E;
}
.c-pregnancy .img {
  position: absolute;
  right: 4rem;
}
.c-pregnancy .img-1 {
  width: 5.3rem;
  bottom: .5rem;
}
.c-pregnancy .img-2 {
  width: 4.7rem;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #main #breadcrumb {
    display: none;
  }

  #main .c-pregnancy-list {
    width: 100%;
  }
  #main .c-pregnancy-list li {
    font-size: 1.68rem;
    padding: 0 0 0 2.5rem;
    margin: 0 0 1.5rem;
  }
  #main .c-pregnancy-list li p {
    margin-bottom: .5rem;
  }
  #main .c-pregnancy .img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #main .c-pregnancy .img-1 {
    bottom: -1.5rem;
  }
  #main .c-pregnancy .img-therapy {
    bottom: 0;
  }
}
#main_wrapper {
  display: inline-block;
  width: 100%;
}

.s-text {
  font-size: 1rem;
  line-height: calc(16/10);
  text-align: right;
  margin-bottom: 2.5rem;
}
.s-text .sb-text {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: calc(16/12);
}
.s-text.s-text-bottom {
  font-weight: 400;
  margin-top: 0.5rem;
}
@media (min-width: 769px) {
  .s-text.s-text-bottom {
    margin-top: -1.5rem;
  }
}

@media (max-width: 540px) {
  .tsp-br {
    display: block;
  }
}
.txt-small-70 {
  font-size: 70%;
}

/*# sourceMappingURL=style.css.map */
