@charset "UTF-8";

/* -----------共通-------------
/* ワンカラムなのでコメントアウト
.sweetener_main {
  float: left;
  width: 72%;
}

@media screen and (max-width:890px) {
  .sweetener_main {
    width: 100%;
    float: none;
    margin-bottom: 2em;
    font-size: 85%;
  }
}
*/

.sweetener_main p img {
  max-width: 100%;
  display: block;
  margin: 0.5em auto;
}

#main .sweetener_main .middle_title {
  text-align: center;
  padding: 3em 0;
}
#main .sweetener_main .middle_title span {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: #5B4343;
  font-size: 160%;
}

#main .sweetener_main .middle_title span:before, 
#main .sweetener_main .middle_title span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #5B4343;
}

#main .sweetener_main .middle_title span:before {
  left:0;
}
#main .sweetener_main .middle_title span:after {
  right: 0;
}


#main .sweetener_main h3 {
  padding: 3px 0;
  color: #5B4343;
  border-bottom: dotted 1px #5B4342;
  font-size: 130%;
}
#main .sweetener_main h3 .orange {
  margin-right: 0.3em;
  font-size: 150%;
}

#main .sweetener_main .howto h3 {
  padding: 0.5em 2em;
  margin: 1.5em 0 0.5em;
  color: #FFF;
  display: inline-block;
  background: #5B4341;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width:890px) {
  #main .sweetener_main .howto h3 {
    display: block;
  }
}

.sweetener_main span.orange {
  color: #FFA15C;
}

.sweetener_main span.blue {
  color: #FF654F;
}

#main .header_bnr {
  margin-bottom: 2em;
}

@media screen and (max-width:890px) {
  #main .header_bnr {
    margin-top: 38px;
  }
}

.sweetener_main section {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.howtoback {
  background-image: url(/sweetener/images/sec__use_background.jpeg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
@media screen and (max-width:890px) {
  .howtoback {
    background-image: url(/sweetener/images/sec__use_background_sp.jpeg);
    background-size: cover;
  }
}

.howtoback .rgba {
  background-color: rgba(255, 255, 255, 0.562);
}

.sweetener_main .point_box {
  position: relative;
  margin: 2em 0;
  padding: 1em 1em;
  border-top: dotted 1px #5B4343;
}

.sweetener_main .point_box .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #5B4343;
  font-weight: bold;
}

#main .sweetener_main .point_box p {
  margin: 0; 
  padding: 0;
}

.sweetener_main .note_box {
  position: relative;
  margin: 3em auto 0 auto;
  padding: 0.5em 1em;
  border: solid 2px #FF654F;
}
.sweetener_main .note_box .note_box-title {
  position: absolute;
  display: inline-block;
  top: -21px;
  left: -2px;
  padding: 0 15px;
  height: 20px;
  line-height: 20px;
  font-size: 88%;
  background: #FF654F;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

#main .sweetener_main .note_box p {
  margin: 0; 
  padding: 0;
}

.sweetener_main .prof_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}
@media screen and (max-width:890px) {
  .sweetener_main .prof_box {
    flex-wrap: wrap;
  }
}
.sweetener_main .prof_box img {
  margin: 1em;
}



/* -----------目次------------- */

#main .sweetener_main .mokuji {
  text-align: center;
}
#main .sweetener_main .mokuji .toc-002 {
  display: inline-block;
  margin: 30px 0;
  border: 1px solid #dedede;
  border-radius: 3px;
}

#main .sweetener_main .mokuji .toc-002 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #d1d1d1;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}

#main .sweetener_main .mokuji .toc-002 ol {
  list-style-type: disc;
  margin: 0;
  overflow: hidden;
}

#main .sweetener_main .mokuji .toc-002 > ol {
  height: auto;
  padding: 1em 2em 1em 3em;
}

#main .sweetener_main .mokuji .toc-002 ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
}

#main .sweetener_main .mokuji .toc-002 li {
  padding: 5px 0;
}

#main .sweetener_main .mokuji .toc-002 ol ol li {
  font-size: .9em;
}

#main .sweetener_main .mokuji .toc-002 a {
  color: #333;
  text-decoration: none;
}








/* -----------テーブル------------- */

.sweetener_main .h_table {
  margin: 1em auto;
}

.sweetener_main table {
  border-collapse: collapse;
  width: 100%;
}

.sweetener_main table caption {
  caption-side: bottom;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  font-size: 88%;
}

.sweetener_main table caption.kind_name {
  caption-side: top;
  color: #333;
  font-size: 130%;
}

.sweetener_main .tb01 th,
.sweetener_main .tb01 td {
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
  vertical-align: middle;
}

.sweetener_main .tb01 th {
  background: #52B385;
  color: #fff;
  text-align:center;  
}

.sweetener_main .kind2 .tb01 th {
  background: #91BFAA;
}

.sweetener_main .h_table .tb01 th {
  background: #f0f0f0;
  color: #333;
}


@media screen and (max-width: 640px) {
  .sweetener_main .tb01 .head{
    display:none;
  }
  .sweetener_main .tb01 {
    width: 100%;
  }
  .sweetener_main table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .sweetener_main table.tb01 td:first-child {
    background: #52B385;
    color:#fff;
    font-weight:bold;
  }

  .sweetener_main .kind2  table.tb01 td:first-child {
    background: #91BFAA;
  }

  .sweetener_main .h_table  table.tb01 td:first-child {
    background: #f0f0f0;
    color: #333;
  }

  .sweetener_main table.tb01 td:before {
    content: attr(data-label);
    font-size: .7rem;
    font-weight:bold;
    color: #999;
    display: block;
  }
  .sweetener_main .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}