@charset "utf-8";

body{
    margin: 0;
      padding: 0;
      max-width: 100%;
      margin: auto;
      font-family: 'Noto Sans JP', sans-serif;
      background-color: #f9f9f2;
      color: #424242;
    }

/* CSS Document */

.orange{
  color: #f15a24;
}

@media (max-width: 500px) {


  .b{
  margin-top: 50px;
}
.lp3_header{
  display: flex;
  width: 100%;
  align-items: center;
}

.header_left{
  width: 30%;
  display: none;
  
}

.header_left img{
  width: 100%;
}

.header_right{
  width: 100%;
}

  /* header_contact */
.button019 a {
    background: #f15a24;
    border-radius: 0px 0px 0px 20px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    text-decoration: none;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #f0f0f0;
  color: #f15a24;
}
.button019 a:hover:after {
  right: 1.4rem;
}

.btn{
  background: #fff;
  color: #f15a24;
    border-radius: 30px;
    align-items: center;
    padding: 4px 10px;
}

.lp3_award{
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

.lp3_award img{
  width: 90%;
}

.lp3_video{
  width: 100%;
}

.lp3_video video{
  width: 100%;
}

.lp3_1{
  width: 100%;
  text-align: center;
  margin: auto;
}

.lp3_1 img{
  width: 90%;
}

/*LINE問い合わせ用ボタン*/

.button003{
  margin-top: -20px;
  z-index: 500;
}

.button003 a {
    background: #39b54a;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 80%;
    padding: 20px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
}
.button003 a:hover {
    background: #fff;
    color: #39b54a;
    border: 2px solid #39b54a;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}

.lp3_2{
  width: 100%;
  margin: 50px auto;
  padding-top: 10px;
  padding-bottom: 50px;
  text-align: center;
  border-radius: 40px 40px 0 0;
  background-color: #ede9da;
}

.lp3_2 h2{
  letter-spacing: 2px;
  font-size: 20px
}

.lp3_2_gp{
  display: flex;
  width: 90%;
  margin: auto;
  margin-top: 1px;
}

.lp3_2_gp img{
  margin: auto;
  width: 50%;
}

.lp3_3{
  width: 90%;
  margin: auto;
}

.lp3_3 h2{
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

.lp3_3_gp{
  display: flex;
  margin: auto;
  align-items: center;
}

.lp3_3_left{
  width: 60%;
  font-size: 14px;
  font-weight: 500;
}

.lp3_3_right{
  width: 40%;
}

.lp3_3_right img{
  width: 100%;
}

.lp3_3_sabo{
  z-index: 999;
  width: 100%;
  margin-top: 20px;
}

.lp3_3_sabo img{
  width: 100%;
}

.lp3_4{
  padding: 50px 0;
  width: 100%;
  margin: auto;
  text-align: center;
}

.lp3_4 img{
  width: 90%;
}

.a{
  margin-top: -200px;
}

.b{
  margin-top: 0px;
}

/*資料請求用ボタン*/

.button004{
  margin-top: 20px;
  z-index: 500;
}

.button004 a {
    background: #f15a24;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 80%;
    padding: 20px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
}
.button004 a:hover {
    background: #fff;
    color: #f15a24;
    border: 2px solid #f15a24;
}
.button004 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button004 a:hover:after {
    border-color: #FFF;
}

.lp3_5{
  padding-top: 50px;
  width: 90%;
  margin: auto;
}

.lp3_5 img{
  width: 100%;
}

.lp3_6{
  padding-top: 50px;
  width: 100%;
  margin: auto;
}

.lp3_6 img{
  width: 100%;
}

.lp3_7{
  padding: 50px 0;
  width: 100%;
  text-align: center;
}

.lp3_7 img{
  width: 300px;
}

.lp3_7 h4{
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
}

}

@media (min-width: 501px)  {

  body{
    width: 500px;
  }

  .lp3_header{
  display: flex;
  width: 100%;
  align-items: center;
}

.header_left{
  width: 30%;
}

.header_left img{
  width: 100%;
}

.header_right{
  width: 80%;
}

  /* header_contact */
.button019 a {
    background: #f15a24;
    border-radius: 0px 0px 0px 20px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    text-decoration: none;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #f0f0f0;
  color: #f15a24;
}
.button019 a:hover:after {
  right: 1.4rem;
}

.btn{
  background: #fff;
  color: #f15a24;
    border-radius: 30px;
    align-items: center;
    padding: 4px 10px;
}

.lp3_award{
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

.lp3_award img{
  width: 90%;
}

.lp3_video{
  width: 100%;
}

.lp3_video video{
  width: 100%;
}

.lp3_1{
  width: 100%;
  text-align: center;
  margin: auto;
}

.lp3_1 img{
  width: 90%;
}

/*LINE問い合わせ用ボタン*/

.button003{
  margin-top: -20px;
  z-index: 500;
}

.button003 a {
    background: #39b54a;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 80%;
    padding: 20px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
}
.button003 a:hover {
    background: #fff;
    color: #39b54a;
    border: 2px solid #39b54a;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}

.lp3_2{
  width: 100%;
  margin: 50px auto;
  padding-top: 10px;
  padding-bottom: 50px;
  text-align: center;
  border-radius: 40px 40px 0 0;
  background-color: #ede9da;
}

.lp3_2 h2{
  letter-spacing: 2px;
  font-size: 20px;
}

.lp3_2_gp{
  display: flex;
  width: 90%;
  margin: auto;
  margin-top: 1px;
}

.lp3_2_gp img{
  margin: auto;
  width: 50%;
}

.lp3_3{
  width: 90%;
  margin: auto;
}

.lp3_3 h2{
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

.lp3_3_gp{
  display: flex;
  margin: auto;
  align-items: center;
}

.lp3_3_left{
  width: 60%;
  font-size: 14px;
  font-weight: 500;
}

.lp3_3_right{
  width: 40%;
}

.lp3_3_right img{
  width: 100%;
}

.b{
  margin-top: 20px;
}

.lp3_3_sabo{
  z-index: 999;
  width: 100%;
  margin-top: 0px;
}

.lp3_3_sabo img{
  width: 100%;
}

.lp3_4{
  padding: 50px 0;
  width: 100%;
  margin: auto;
  text-align: center;
}

.lp3_4 img{
  width: 90%;
}

.a{
  margin-top: -200px;
}

/*資料請求用ボタン*/

.button004{
  margin-top: 20px;
  z-index: 500;
}

.button004 a {
    background: #f15a24;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 80%;
    padding: 20px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
}
.button004 a:hover {
    background: #fff;
    color: #f15a24;
    border: 2px solid #f15a24;
}
.button004 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button004 a:hover:after {
    border-color: #FFF;
}

.lp3_5{
  padding-top: 50px;
  width: 90%;
  margin: auto;
}

.lp3_5 img{
  width: 100%;
}

.lp3_6{
  padding-top: 50px;
  width: 100%;
  margin: auto;
}

.lp3_6 img{
  width: 100%;
}

.lp3_7{
  padding: 50px 0;
  width: 100%;
  text-align: center;
}

.lp3_7 img{
  width: 300px;
}

.lp3_7 h4{
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;

}
}