@media screen and (min-width: 601px) {
  #mouth #main .mouth #mouth1, #mouth #main .mouth #mouth2, #mouth #main .mouth #mouth3 {
    font-size: 1.8rem;
  }
}

#mouth #main .mouth #mouth1 ul, #mouth #main .mouth #mouth2 ul, #mouth #main .mouth #mouth3 ul {
  margin-left: 50px;
}

#mouth #main .mouth #mouth1 ul li, #mouth #main .mouth #mouth2 ul li, #mouth #main .mouth #mouth3 ul li {
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  #mouth #main .mouth #mouth1 ul, #mouth #main .mouth #mouth2 ul, #mouth #main .mouth #mouth3 ul {
    margin-left: 20px;
  }
  #mouth #main .mouth #mouth1 ul li, #mouth #main .mouth #mouth2 ul li, #mouth #main .mouth #mouth3 ul li {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

#mouth #main .mouth #mouth1 ul li {
  list-style: disc;
}

@media screen and (min-width: 601px) {
  #mouth #main .mouth #mouth2 p {
    margin-left: 50px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 600px) {
  #mouth #main .mouth #mouth2 p {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 601px) {
  #mouth #main .mouth #mouth3 .mouth_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    justify-content: space-between;
  }
  #mouth #main .mouth #mouth3 .mouth_box .item_img {
    width: 300px;
    margin-right: 50px;
  }
  #mouth #main .mouth #mouth3 .mouth_box .item_img img {
    display: block;
  }
  #mouth #main .mouth #mouth3 .mouth_box p {
    width: 600px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 600px) {
  #mouth #main .mouth #mouth3 .mouth_box .item_img {
    margin: 10px auto 0;
    width: 250px;
  }
  #mouth #main .mouth #mouth3 .mouth_box .item_img img {
    display: block;
  }
  #mouth #main .mouth #mouth3 .mouth_box p {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 601px) {
  #mouth #main .mouth #mouth5 .item_contents .asurito {
    background-color: #8FC31F;
    border-radius: 10px;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    padding: 8px 15px;
    width: 280px;
    text-align: center;
  }
  #mouth #main .mouth #mouth5 .item_contents h3 {
    margin: 20px 0 10px 20px;
    font-weight: bold;
    font-size: 2rem;
  }
  #mouth #main .mouth #mouth5 .item_contents h3 img {
    vertical-align: top;
    padding-right: 5px;
  }
  #mouth #main .mouth #mouth5 .item_contents p {
    font-weight: bold;
  }
}

@media screen and (max-width: 600px) {
  #mouth #main .mouth #mouth5 .item_contents h3 {
    margin: 20px 0 10px 0px;
    font-weight: bold;
    font-size: 1.8rem;
  }
  #mouth #main .mouth #mouth5 .item_contents h3 img {
    vertical-align: top;
    padding-right: 5px;
  }
  #mouth #main .mouth #mouth5 .item_contents p {
    font-weight: bold;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 601px) {
  #mouth #main .mouth #mouth6 .item_contents {
    position: relative;
  }
  #mouth #main .mouth #mouth6 .item_contents .asurito {
    background-color: #E85298;
    border-radius: 10px;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    padding: 8px 15px;
    width: 380px;
    text-align: center;
  }
  #mouth #main .mouth #mouth6 .item_contents h3 {
    margin: 20px 0 10px 20px;
    font-weight: bold;
    font-size: 2rem;
    color: #D74E8E;
  }
  #mouth #main .mouth #mouth6 .item_contents p {
    font-weight: bold;
  }
  #mouth #main .mouth #mouth6 .item_contents .flex_oo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    width: 800px;
    margin: 0 auto;
  }
  #mouth #main .mouth #mouth6 .item_contents .flex_oo .doi {
    margin-top: 10px;
    color: #1E95D3;
    width: 400px;
  }
  #mouth #main .mouth #mouth6 .item_contents .flex_oo .doi span {
    background-color: #FADBDA;
  }
  #mouth #main .mouth #mouth6 .item_contents .doi2 {
    color: red;
    text-align: center;
  }
  #mouth #main .mouth #mouth6 .item_contents .doi3 {
    color: #E4007F;
    background-color: #F9D5E5;
    font-size: 2rem;
    width: 500px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
  }
  #mouth #main .mouth #mouth6 .item_contents .box_img {
    width: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 600px) {
  #mouth #main .mouth #mouth6 .item_contents h3 {
    margin: 20px 0 10px 0px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #D74E8E;
  }
  #mouth #main .mouth #mouth6 .item_contents p {
    font-weight: bold;
    font-size: 1.6rem;
  }
  #mouth #main .mouth #mouth6 .item_contents .flex_oo .doi {
    margin-top: 10px;
    color: #1E95D3;
  }
  #mouth #main .mouth #mouth6 .item_contents .flex_oo .doi span {
    background-color: #FADBDA;
  }
  #mouth #main .mouth #mouth6 .item_contents .doi2 {
    color: red;
    font-size: 1.4rem;
  }
  #mouth #main .mouth #mouth6 .item_contents .doi3 {
    color: #E4007F;
    background-color: #F9D5E5;
    font-size: 1.5rem;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto 0;
  }
  #mouth #main .mouth #mouth6 .item_contents .box_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 10px auto 0;
  }
  #mouth #main .mouth #mouth6 .item_contents .box_img .img1 {
    width: 180px;
  }
  #mouth #main .mouth #mouth6 .item_contents .box_img .img2 {
    width: 150px;
  }
}

#mouth #main .mouth h3 {
  margin: 20px 0 10px 20px;
}

@media screen and (max-width: 600px) {
  #mouth #main .mouth h3 {
    margin: 20px 0 10px 0px;
  }
}

@media screen and (min-width: 601px) {
  #mouth #main .mouth p {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 600px) {
  #mouth #main .mouth p {
    width: 100%;
  }
}

#mouth #main .mouth .item_contents .item {
  font-weight: bold;
}

@media screen and (min-width: 601px) {
  #mouth #main .mouth .item_contents .item {
    padding: 10px 20px;
    margin-top: 40px;
    font-size: 2rem;
    margin: 40px 50px 20px;
    border-bottom: 5px dotted #1E95D3;
  }
}

@media screen and (max-width: 600px) {
  #mouth #main .mouth .item_contents .item {
    padding: 10px 20px;
    margin-top: 40px;
    font-size: 1.6rem;
    border-bottom: 3px dotted #1E95D3;
  }
}

@media screen and (min-width: 601px) {
  #mouth #main .mouth .item_contents .red_box .item_detail_2 {
    margin-right: 50px;
    margin-left: 50px;
    font-size: 2rem;
  }
  #mouth #main .mouth .item_contents .red_box .item_detail_3 {
    padding-left: 15px;
    font-size: 1.6rem;
  }
  #mouth #main .mouth .item_contents .red_box .img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin: 10px 50px;
  }
  #mouth #main .mouth .item_contents .red_box .img_box .item_img {
    width: 300px;
    border: 5px #ccc solid;
    border-radius: 5px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 600px) {
  #mouth #main .mouth .item_contents .red_box .item_detail_2 {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 1.6rem;
  }
  #mouth #main .mouth .item_contents .red_box .item_detail_3 {
    padding-left: 15px;
    font-size: 1.6rem;
  }
  #mouth #main .mouth .item_contents .red_box .img_box {
    margin: 10px 50px;
  }
  #mouth #main .mouth .item_contents .red_box .img_box .item_img {
    width: 300px;
    border: 5px #ccc solid;
    border-radius: 5px;
    margin-bottom: 10px;
  }
}

#mouth #main .mouth .item_contents .item_detail {
  padding: 10px 0px;
}

@media screen and (min-width: 601px) {
  #mouth #main .mouth .item_contents .item_detail {
    padding: 0px 0px 0px 200px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  #mouth #main .mouth .item_contents .item_detail {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 601px) {
  .dammy {
    border: 1px solid #000;
    width: 350px;
    line-height: 250px;
    text-align: center;
    height: 254px;
  }
}

@media screen and (max-width: 600px) {
  .dammy {
    border: 1px solid #000;
    width: 120px;
    line-height: 250px;
    text-align: center;
    height: 100px;
  }
}
