body{
    background: white;
    background-image: url();
    font-size: 15px;
    line-height: 150%;
    font-family: "Kaisho MCBK1";
    color: #556b2f;
}

.btn {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    color: white;
    background: #7fffd4;
    font-weight: bold;
    /*border: solid 4px #7fffd4;*/
    border-radius: 8px;
    
    
}

/*リボンのやつ*/
h1 {   
    display:inline-block; 
    position: relative;
    padding: 0.5em;
    background: #a6d3c8;
    color: white;
    left: 20%;
  
    
  }
  h1::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
  }
h2.bw{
  display: inline-block;
  position: relative;
  left: 20%;
}
h3{
  display: inline-block;
  position: relative;
  left: 21%;
}





.gpc{
    text-align: center;
}

a.url{
    text-decoration: none;
    color:rgb(255, 0, 255);
}


/*/////////////////////////////////////*/


.parent_image /*img*/{
  /*display: block;
  max-width: 100%;*/
  position: relative;
  margin: 100px;
  width: 500px;
  height: 500px;
  }


.qwe{
  position: absolute;
  top: 100px;
  left: 330px;
  bottom: 100px;
}
.parent{
  display: flex;
/*  justify-content: space-between;
  align-items: center;*/

}
.wer{
  position:absolute;
  top: 150px;
  left: 300px;
  bottom: 100px;
  font-size: 20px;
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background: #fff0c6;
  border-radius: 30px;
}

.wer:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #fff0c6;
  border-radius: 50%;
}

.wer:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #fff0c6;
  border-radius: 50%;
}
.wer p {
  margin: 0; 
  padding: 0;
}
.parent_text /*img*/{
  /*display: block;
  max-width: 100%;*/
  position: relative;
  margin: 0px;
  width: 500px;
  height: 500px;
  }

 /*////////////////////////////////////*/ 
.parent1{
    display: flex;
    justify-content: flex-end;
}



*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #eb6100;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

.btn-malformation--pastel {
  background: #008080;
  background: -webkit-linear-gradient(-45deg, #008080 40%, #fcfc5d 100%);
  background: -webkit-linear-gradient(315deg, #008080 40%, #fcfc5d 100%);
  background: linear-gradient(135deg, #008080 40%, #fcfc5d 100%);
  -webkit-box-shadow: 30px 10px 0 #fefeb3;
  box-shadow: 30px 10px 0 #f0e68c;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}

**,
**:before,
**:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

/* 背景用*/
body {
  padding: 30px;
}

.btn1,
a.btn1,
button.btn1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn1-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}

a.btn1-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn1-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn1-border-shadow:hover:before {
  top: 0;
  left: 0;
}

a.btn1-border-shadow--color2 {
  border-radius: 100vh;
}

a.btn1-border-shadow--color2:before {
  border-radius: 100vh;
  -webkit-box-shadow: 3px 3px 0 #78e5e5;
  box-shadow: 3px 3px 0 #78e5e5;
}

/*レイアウト修正*/
#text{
  left:0;
  padding-left: 8vw;
  padding-right: 8vw;
  text-align:left;
}
