@charset "utf-8";

*,
::before,
::after{
  padding:0;
  margin: 0;
  box-sizing: border-box;
}


.main-view {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 50px;
  justify-content:center;
}

.main-view img {
 max-width: 450px; 
}

.main-view-text{
  max-width: 600px;
  margin-right: 40px;
  padding-left: 50px;
  padding-right: auto;
}

.main-view-text h1{
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  background-color: rgb(140, 172, 173);;
  text-align: center;
}

.main-view-text p {
  line-height: 2;
  text-align: left;
  padding-top: 30px;
  font-size: 18px;
}

.character {
  margin-top: 50px;
}

.character h1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.character h1::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.character-box img {
 width: 300px;
 height: 200px;
}

.character-box{
  display: flex;
  justify-content: center;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  align-items: flex-start;
}

.character-text {
  justify-content: center;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: 40px;
  margin-right: auto;
  margin-bottom: 30px;
}

.character-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  background-color: rgb(140, 172, 173);;
  width: 75%;
  margin: 0 auto;
  text-align: auto;
}

.character-text p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 25px;
  margin: 0 auto;
  width: 80%;
  text-align: left;
  padding-top: 15px;
}

.theme{
  margin-top: 30px;
  text-align: center;
}


.theme h1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.theme h1::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.theme-text {
  width: 80%;
  margin: 0 auto;
  padding-top: 25px;
}

.theme-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  background-color :rgb(140, 172, 173);;
  width: 50%;
  margin: 0 auto;
}

.theme-text p {
  font-size: 22px;
  line-height: 28px;
  margin-top: 25px;
}

.theme img {
  width: 500px;
  height: 300px;
  margin-top: 30px;
}


@media (max-width: 800px) {

  .main-view{
    flex-direction: column;
    width: 100%;
  }
  
  .main-view-text {
    display: contents;
  }
  
  .main-view-text h1 {
    order: 1;
    width: 80%;
    margin: 0 auto;
  }
  
  .main-view img {
    order: 2;
    width: 60%;
    padding-top: 30px;
    margin: 0 auto;
  }

  .main-view-text p {
    order: 3;
    width: 80%;
    margin: 0 auto;
  }

  
  .character{
    display: block;
    width: 100%;
    text-align: center;
  }

  .character-box{
    margin: auto;
    display: block;
    text-align: center;
  }

  .character-text {
    margin:0 auto;
    padding-top: 15px;
  }

  .character-box img {
    width: 80%;
    margin: 0 auto;
  }

  .theme{
    display: block;
    width: 100%;
  }



  .theme img {
    width: 80%;
    padding-bottom: 10px;
  }

}
