body{
    background-color: #F4F4F4;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.body-wrapper{
    background-color: #Ffffff;
    font-size: 17px !important;
    font-family: Hiragino Sans, Arial, sans-serif !important;
    color: #000000 !important;
    line-height: 1.8 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
@media screen and (max-width: 640px){
  body{
    margin: 0;
  }
}

footer {
    text-align: center;
    padding: 3%;
    background-color: #cccccc;
    margin-top: 5%;
    color: #fff;
    font-size: 8pt;
}

.mt0{
  margin-top: 0;
}

.fsL{
  font-size: larger;
}

.fsS{
  font-size: smaller;
}

.anno{
    text-align: right;
    font-size: 13px;
    color: rgb(187, 187, 187);
}

.red{
    color: rgb(255, 0, 0);
    font-weight: bold;
}

.blue{
  color: #0000ff;
  font-weight: bold;
}

.pink{
  color: #FB4E6D;
  font-weight: bold;
}

.green{
    font-size: 21px;
    color: rgb(102, 185, 102);
    font-weight: bold;
}

.cocoa{
  color: #B26B00;
  font-weight: bold;
  font-size: 20px;
}

.mark{
    background: linear-gradient(transparent 50%, #FFFF00 0%);
}

.pmark{
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#facccc 0%) repeat scroll 0 0;
}

.TaC{
    text-align: center;
}

.TaR{
  text-align: right;
}

h2 {
  /* 文字サイズ */
  font-size: 20px;
  /* 文字色 */
  color: #ffffff;
  /* 背景色 */
  background: #3880ff;
  /* 文字揃え|center=中央|left=左|right=右| */
  text-align: center;
  /* 内側余白|上下左右 */
  padding: 10px !important;
  /* 外側余白|上|左右|下| */
  margin: 20px 0 30px !important;
  /* 文字の太さ */
  font-weight: 700;
  /* 行の高さ */
  line-height: 30px;
  position: relative;
}

/* 吹き出し三角 */
h2:before {
  /* 高さ||色 */
  border-top: 10px solid #3880ff;
  /* 下右辺の幅 */
  border-right: 10px solid transparent;
  /* 下左辺の幅 */
  border-left: 10px solid transparent;
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
}

h3 {
  position: relative;
  padding: 0.7em 0.5em;
  background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  background: linear-gradient(to right, rgb(251 80 80), #ff8097);
  color: white;
  font-weight: lighter;
  box-shadow: 0 0 4px rgb(0 0 0 / 56%);
  margin: 12% 0 7%;
  font-size: 1.5em;
}

 h3 {
  position: relative;
  padding: 0.7em 0.5em;
  background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  background: linear-gradient(to right, rgb(251 80 80), #ff8097);
  color: white;
  font-weight: lighter;
  box-shadow: 0 0 4px rgb(0 0 0 / 56%);
  margin: 12% 0 7%;
  font-size: 1.5em;
}

h4{
  box-sizing: border-box;
  margin: 20px 0px 30px !important;
  padding: 10px !important;
  counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0;
  max-width: 100%; font-size: 20px;
  color: rgb(255, 255, 255);
  background: rgb(56, 128, 255);
  text-align: center;
  font-weight: 700;
  line-height: 30px;
}

 .yellow {
  color: #ffa500;
}

 .red {
  color: red;
}

 .box {
  padding: 10px;
  background: #ffffe1;
  border-radius: 10px;
  border: 4px solid #fd6773;
  margin: 20px 0 30px;
}

h6 {
    padding: 10px 0;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
    border-bottom: 2px solid #009cb6;
}

@media screen and (min-width: 920px){
body {
    width: 620px;
    margin: 0 auto;
}
}

img {
    width: 100%;
    object-fit: contain;
}
figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
  .memo {
    margin: 0.5em auto;
    padding: 1em;
    width: 100%;
    border-radius: 15px;
    box-sizing: border-box;
    border: 4px dotted #64D1ED;
    line-height: 2.5;
}

.campaign {
    text-align: center;
    border: solid 5px #bdebee;
    margin-top: 40px;
    margin-bottom: 30px;
}
.cam-ttl {
    background: #bdebee;
    margin-top: 0;
    font-weight: bold;
    padding: 10px;
    font-size: 1.4em;
}

/* ママ */
.balloon5 {
  width: 100%;
  margin: 1.0em 0;
  overflow: hidden;
  display: flex;
}

 .chatting1 {
  width: auto;

}

 .faceicon1 {
  flex-basis: 50px;
  flex-shrink: 0;
}

 .faceicon1 img {
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

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

 .says1 {
  display: block;
  position: relative;
  margin: 5px 0 0 10px;
  padding: 10px 10px;
  border-radius: 8pt;
  font-size: 17px;
  background: #d7ebfe;
}

 .says1:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -25px;
  border: 12pt solid transparent;
  border-right: 12pt solid #d7ebfe;
}


/* ユウタ君ママ */
.balloon6 {
  width: 100%;
  margin: 1.0em 0;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
}

 .red {
  color: red;
  font-size: 18px;
}

 .chatting2 {
  width: auto;
}

 .faceicon2 {
  flex-basis: 50px;
  flex-shrink: 0;
}

 .faceicon2 img {
  width: 100%;
  height: auto;
  border: solid 3px #ffe6d9;
  border-radius: 50%;
}

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

 .name {
  font-size: 12px;
  color: gray;
  text-align: center;
}

 .says2 {
  display: block;
  position: relative;
  margin: 5px 15px 0 0px;
  padding: 10px 10px;
  border-radius: 8pt;
  background: #ffe6d9;
}

 .says2:after {
  content: "";
  position: absolute;
  top: 14px;
  right: -24px;
  border: 9pt solid transparent;
  border-left: 9pt solid #ffe6d9;
}

.box {
  /* 背景色 */
  background: #f2fff2;
  /* ボーダー|太さ|タイプ|色| */
  border: 2px solid #23b020;
  border-radius: 5px;
  margin: 25px 0 25px 0;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}

 .box .ttl {
  font-size: 15px;
  color: #23b020;
  font-weight: bold;
  text-shadow: #fff 3px 0px 0px, #fff 2.83487px 0.981584px 0px, #fff 2.35766px 1.85511px 0px, #fff 1.62091px 2.52441px 0px, #fff 0.705713px 2.91581px 0px,
    #fff -0.287171px 2.98622px 0px, #fff -1.24844px 2.72789px 0px, #fff -2.07227px 2.16926px 0px, #fff -2.66798px 1.37182px 0px, #fff -2.96998px 0.42336px 0px,
    #fff -2.94502px -0.571704px 0px, #fff -2.59586px -1.50383px 0px, #fff -1.96093px -2.27041px 0px, #fff -1.11013px -2.78704px 0px,
    #fff -0.137119px -2.99686px 0px, #fff 0.850987px -2.87677px 0px, #fff 1.74541px -2.43999px 0px, #fff 2.44769px -1.73459px 0px,
    #fff 2.88051px -0.838246px 0px;
  background: linear-gradient(0deg, #ffebee 0%, #ffebee 55%, rgb(0 0 0 0) 55%, rgb(0 0 0 0) 100%);

  position: relative;
  display: inline-block;
  top: -0.8em;
  left: -10px;
  padding: 0 10px;
  line-height: 1.5;
  margin: 0;
  z-index: 1;
  box-sizing: border-box;
}

 .box .ttl:after {
  position: absolute;
  display: inline-block;
  top: calc(0.8em - 11px);
  left: 0;
  background: #ffffff;
  content: "";
  width: 100%;
  height: 11px;
  z-index: -1;
}

 .box .box_list {
  padding: 0 0 20px;
  bottom: 0;
  list-style-type: none;
  z-index: -2;
  margin: 0;
  box-sizing: border-box;
}

 .box .box_list li {
  margin-bottom: 10px;
  color: #333;
  padding: 0;
  font-size: 15px;
  line-height: 27px;
  font-weight: bold;
}

 .box .box_list li:last-child {
  margin-bottom: 0;
}