@charset "utf-8";

.pc_view{
  display: block;
}
.sp_view{
  display: none;
}

.padding_top_40{
  padding-top: 40px
}

.cb{
  clear: both;
}

.online_section1{
  background: #e2dbcb;
  padding: 30px 0px;
}
.online_section{
  width: 1080px;
  margin: 0 auto;
}

.online_back{
  background:#A3CCC5;
}

.online_white{
  background: white;
  border-radius: 20px;
}

.online_title{
  padding: 5px 0 5px 0;
  font-size: 35px;
  color: #227155;
  background: white;
  width: 800px;
  margin: 25px auto 10px auto;
  text-align: center;
  border-top: 2px solid #227155;
  border-bottom: 2px solid #227155;
}

.online_title h2{
  font-weight: 600;
}

.online_title_sub{
  margin: 0 auto 30px auto;
}
.online_title_sub p{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #227155;
}

.example {
  float: left;
  width: 50%;
}

.example_div{
  color: black;
  margin: 30px 15px 20px 15px;
  background: #e2dbcb;
  border-radius: 15px;
  padding: 10px 10px;
}

.circle {
  display: inline-block;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #FFFFCC;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 0;
  transition: .3s;
}
.circle1 {
  display: inline-block;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #FFFFCC;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 0;
  transition: .3s;
}


.online_toha{
  width: 45%;
  float: left;
  margin: 10px 15px;
  padding: 10px;
  height: 190px;
  background: #d3c9ae;
  border-radius: 20px;
}
.online_toha1{
  width: 45%;
  clear: both;
  margin: 15px auto;
  padding: 10px;
  height: 190px;
  /*border: 2px solid #A0522D;*/
  background: #d3c9ae;
  border-radius: 20px;
}

.seif_it{
  width: 55%;
  margin: 20px auto;
  text-align: center;
  font-size: 20px;
  background: #FFFFCC;
  padding: 10px;
  border-radius: 50%;
}

.seif_it p{
  font-weight: 600;
}

.seif_it span{
  font-weight: 600;
  background: linear-gradient(transparent 80%, #ffe300 0%);
  /*text-decoration: underline;
  text-decoration-color: #ffe300;
  font-weight: 600;
  text-decoration-thickness: 10px;
  text-decoration-skip-ink: none;
  text-underline-offset: -7px;*/
}


.online_toha_dvi{
  width: 75%;
  margin: 0 auto;
}

.online_toha_title_1{
  background: white;
  border-radius: 8px;
}

.online_toha_title{
  text-align: center;
  width: 100%;
}

.online_toha_title p{
  width: 275px;
  margin: 0 auto;
  color: #ff6400;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  padding: 20px 0 0 0;
  background: linear-gradient(transparent 80%, #ffe300 0%);
  /*text-decoration: underline;
  text-decoration-color: #ffe300;
  text-decoration-thickness: 10px;
  text-decoration-skip-ink: none;
  text-underline-offset: -7px;*/
}

.online_toha_main{
  font-size: 18px;
  padding: 6px;
  border-radius: 10px;
}

.online_toha_main p{
  color: #303030;
  font-weight: 600;
  padding: 10px;
  height: 170px;
}

.online_hitai{
  font-size: 25px;
  font-weight: 600;
  color: #303030;
  text-align: center;
}

.online_title_1{
  font-weight: 600;
  font-size: 35px;
  color: #227155;
  width: 800px;
  margin: 25px auto;
  text-align: center;
}

.online_nagare_title{
  font-size: 26px;
  padding: 7px 0 7px 0;
  color: black;
  text-align: center;
  border: 4px solid white;
  border-radius: 50px;
  width: 370px;
  margin: 0 auto;
}
.online_nagare_title p {
  font-weight: 600;
}

.online_nagare_ul{
  background: white;
  height: 230px;
  border-radius: 20px;
  margin: 25px auto;
  width: 80%;
}

.online_nagare_li_img{
  width: 25%;
}

.online_nagare_li{
  width: 65%;
}

.online_nagare_ul li{
  float: left;
  padding: 5px 25px 5px 5px;
}

.online_step{
  font-size: 25px;
  color: #D60050;
  font-weight: 600;
  background: #FFFFCC;
  border-radius: 30px;
  width: 150px;
  text-align: center;
  margin: 10px 0;
}

.online_nagare_main{
  font-size: 25px;
  font-weight: 600;
}
.online_nagare_main1{
  font-size: 15px;
  font-weight: 600;
}

.online_search{
  margin: 0 auto;
  width: 55%;
  background: #ff6400;
  border-radius: 5px;
  border-bottom: 3px solid #662500;
  text-align: center;
  padding: 10px 0;
}
.online_search a{
  font-size: 20px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.online_search:hover{
  margin: 0 auto;
  background: #ff6400;
  border-radius: 5px;
  border-bottom: 3px solid #662500;
  text-align: center;
  padding: 10px 0;
  opacity:0.7;
}

.online_note{
  margin: 0 auto;
  padding: 20px 0;
}
.online_end{
  margin: 0 auto;
  text-align:center;
  padding: 20px 0;
  width: 1080px;
}
.online_end p{
  font-size: 25px;
  color: #261f17;
  font-weight: 600;
}

/*--------------------------------------
コンバージョンアップボタン 吹き出し赤色（中央寄せ）
--------------------------------------*/
.button2,
a.button2,
button.button2 {
  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;
}
.button2-c-wrap {
  margin: 30px 0;
  text-align: center;
}
a.button2-c {
  font-size: 1.15rem;
  width: 50%;
  position: relative;
  padding: 0.25rem 2rem 0.5rem 1.8rem;
  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}
a.button2-c span {
  font-size: 0.8rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 180px);
  display: block;
  width: 360px;
  padding: 0.25rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.button2-c span:before,
a.button2-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.button2-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.button2-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.button2-c i {
  margin-right: 0.75rem;
}

a.button2-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}


@media screen and (min-width:768px) and ( max-width:1079px) {
  .online_section1{
    background: #e2dbcb;
    padding: 30px 0px;
  }
  .online_section{
    width: 95%;
    margin: 0 auto;
  }

  .online_back{
    background:#A3CCC5;
  }

  .online_white{
    background: white;
    border-radius: 20px;
  }

  .online_title{
    padding: 15px 0 15px 0;
    font-size: 35px;
    color: #227155;
    background: white;
    width: 800px;
    margin: 25px auto;
    text-align: center;
    border-top: 2px solid #227155;
    border-bottom: 2px solid #227155;
  }
  .online_title h2{
    font-weight: 600;
  }

  .example {
    float: left;
    width: 50%;
  }

  .example_div{
    color: black;
    text-decoration: none;
    margin: 30px 15px 20px 15px;
  }

  .circle {
    display: inline-block;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background-color: #FFFFCC;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 0;
    transition: .3s;
  }
  .circle1 {
    display: inline-block;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background-color: #FFFFCC;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 0;
    transition: .3s;
  }

  .seif_it{
    width: 80%;
    margin: 20px auto;
    text-align: center;
    font-size: 20px;
    background: #FFFFCC;
    padding: 10px;
    border-radius: 50%;
  }

  .seif_it p{
    font-weight: 600;
  }

  .seif_it span{
    font-weight: 600;
    background: linear-gradient(transparent 80%, #ffe300 0%);
    /*text-decoration: underline;
    text-decoration-color: #ffe300;
    font-weight: 600;
    text-decoration-thickness: 10px;
    text-decoration-skip-ink: none;
    text-underline-offset: -7px;*/
  }

  .online_toha{
    width: 45%;
    float: left;
    margin: 10px 15px;
    padding: 10px;
    height: 190px;
    background: #d3c9ae;
    border-radius: 20px;
  }
  .online_toha1{
    width: 45%;
    clear: both;
    margin: 15px auto;
    padding: 10px;
    height: 190px;
    /*border: 2px solid #A0522D;*/
    background: #d3c9ae;
    border-radius: 20px;
  }

  .online_toha_title{
    text-align: center;
  }

  .online_toha_title p{
    color: #ff6400;
    font-weight: 600;
    font-size: 25px;
  }

  .online_toha_main{
    font-size: 18px;
    padding: 6px;
    border-radius: 10px;
  }

  .online_toha_main p{
    color: #303030;
    font-weight: 600;
  }

  .online_hitai{
    font-size: 25px;
    font-weight: 600;
    color: #303030;
    text-align: center;
    padding: 45px 0 0 0;
  }

  .online_title_1{
    font-weight: 600;
    font-size: 35px;
    color: #227155;
    width: 800px;
    margin: 25px auto;
    text-align: center;
  }

  .online_nagare_title{
    font-size: 26px;
    padding: 7px 0 7px 0;
    color: black;
    text-align: center;
    border: 4px solid white;
    border-radius: 50px;
    width: 370px;
    margin: 0 auto;
  }
  .online_nagare_title p {
    font-weight: 600;
  }

  .online_nagare_ul{
    background: white;
    height: 255px;
    border-radius: 20px;
    margin: 25px auto;
  }

  .online_nagare_li_img{
    width: 24%;
  }

  .online_nagare_li{
    width: 66%;
  }

  .online_nagare_ul li{
    float: left;
    padding: 5px 25px 5px 5px;
  }

  .online_step{
    font-size: 25px;
    color: #D60050;
    font-weight: 600;
    background: #FFFFCC;
    border-radius: 30px;
    width: 150px;
    text-align: center;
    margin: 10px 0;
  }

  .online_nagare_main{
    font-size: 25px;
    font-weight: 600;
  }
  .online_nagare_main1{
    font-size: 15px;
    font-weight: 600;
  }

  .online_search{
    margin: 0 auto;
    width: 250px;
    background: #ff6400;
    border-radius: 20px;
    text-align: center;
    padding: 10px 0;
  }
  .online_search a{
    font-size: 20px;
    font-weight: 600;
    color: white;
  }
  .online_note{
    margin: 0 auto;
    padding: 20px 0;
  }
  .online_end{
    margin: 0 auto;
    text-align:center;
    padding: 20px 0;
    width: 80%;
  }
  .online_end p{
    font-size: 25px;
    color: #261f17;
    font-weight: 600;
  }

}


@media screen and (min-width:480px) and ( max-width:767px) {
  .online_section1{
    background: #e2dbcb;
    padding: 30px 0px;
  }
  .online_section{
    width: 95%;
    margin: 0 auto;
  }

  .online_back{
    background:#A3CCC5;
  }

  .online_white{
    background: white;
    border-radius: 20px;
  }

  .online_title{
    padding: 5px 0 5px 0;
    font-size: 19px;
    color: #227155;
    background: white;
    width: 80%;
    margin: 25px auto;
    text-align: center;
    border-top: 2px solid #227155;
    border-bottom: 2px solid #227155;
  }
  .online_title h2{
    font-weight: 600;
  }


  .example {
    float: none;
    width: 100%;
  }

  .example_div{
    color: black;
    text-decoration: none;
    margin: 30px 15px 20px 15px;
  }

  .circle {
    display: inline-block;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background-color: #FFFFCC;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 0;
    transition: .3s;
  }
  .circle1 {
    display: inline-block;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background-color: #FFFFCC;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 0;
    transition: .3s;
  }

  .seif_it{
    width: 95%;
    margin: 20px auto;
    text-align: center;
    font-size: 17px;
    background: #FFFFCC;
    padding: 20px 10px;
    border-radius: 50%;
  }

  .seif_it p{
    font-weight: 600;
  }

  .seif_it span{
    font-weight: 600;
    background: linear-gradient(transparent 80%, #ffe300 0%);
    /*text-decoration: underline;
    text-decoration-color: #ffe300;
    font-weight: 600;
    text-decoration-thickness: 10px;
    text-decoration-skip-ink: none;
    text-underline-offset: -7px;*/
  }

  .online_toha{
    width: 45%;
    float: left;
    margin: 10px 15px;
    padding: 10px;
    height: 190px;
    background: #d3c9ae;
    border-radius: 20px;
  }
  .online_toha1{
    width: 45%;
    clear: both;
    margin: 15px auto;
    padding: 10px;
    height: 190px;
    /*border: 2px solid #A0522D;*/
    background: #d3c9ae;
    border-radius: 20px;
  }

  .online_toha_title{
    text-align: center;
  }

  .online_toha_title p{
    color: #ff6400;
    font-weight: 600;
    font-size: 25px;
  }

  .online_toha_main{
    font-size: 15px;
    padding: 6px;
    border-radius: 10px;

  }

  .online_toha_main p{
    color: #303030;
    font-weight: 600;
    height: auto;
  }

  .online_hitai{
    font-size: 25px;
    font-weight: 600;
    color: #303030;
    text-align: center;
    padding: 55px 0 0 0;
  }

  .online_title_1{
    font-weight: 600;
    font-size: 35px;
    color: #227155;
    width: 800px;
    margin: 25px auto;
    text-align: center;
  }

  .online_nagare_title{
    font-size: 26px;
    padding: 7px 0 7px 0;
    color: black;
    text-align: center;
    border: 4px solid white;
    border-radius: 50px;
    width: 370px;
    margin: 0 auto;
  }
  .online_nagare_title p {
    font-weight: 600;
  }

  .online_nagare_ul{
    background: white;
    height: 255px;
    border-radius: 20px;
    margin: 25px auto;
  }

  .online_nagare_li_img{
    width: 34%;
  }

  .online_nagare_li{
    width: 50%;
  }

  .online_nagare_ul li{
    float: left;
    padding: 5px 25px 5px 5px;
  }

  .online_step{
    font-size: 20px;
    color: #D60050;
    font-weight: 600;
    background: #FFFFCC;
    border-radius: 30px;
    width: 150px;
    text-align: center;
    margin: 10px 0;
  }

  .online_nagare_main{
    font-size: 20px;
    font-weight: 600;
  }
  .online_nagare_main1{
    font-size: 14px;
    font-weight: 600;
  }

  .online_search{
    margin: 0 auto;
    width: 250px;
    background: #ff6400;
    border-radius: 20px;
    text-align: center;
    padding: 10px 0;
  }
  .online_search a{
    font-size: 20px;
    font-weight: 600;
    color: white;
  }
  .online_note{
    margin: 0 auto;
    padding: 20px 0;
  }
  .online_end{
    margin: 0 auto;
    text-align:center;
    padding: 20px 0;
    width: 80%;
  }
  .online_end p{
    font-size: 25px;
    color: #261f17;
    font-weight: 600;
  }

  /*--------------------------------------
  コンバージョンアップボタン 吹き出し赤色（中央寄せ）
  --------------------------------------*/
  .button2,
  a.button2,
  button.button2 {
    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;
  }
  .button2-c-wrap {
    margin: 30px 0;
    text-align: center;
  }
  a.button2-c {
    font-size: 1.15rem;
    width: 85%;
    position: relative;
    padding: 0.25rem 2rem 0.5rem 1.8rem;
    color: #fff;
    background: #e94919;
    -webkit-box-shadow: 0 5px 0 #d44114;
    box-shadow: 0 5px 0 #d44114;
  }
  a.button2-c span {
    font-size: 0.8rem;
    position: absolute;
    top: -0.75rem;
    left: calc(50% - 180px);
    display: block;
    width: 360px;
    padding: 0.25rem 0;
    color: #d44114;
    border: 2px solid #d44114;
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  a.button2-c span:before,
  a.button2-c span:after {
    position: absolute;
    left: calc(50% - 10px);
    content: "";
  }
  a.button2-c span:before {
    bottom: -10px;

    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #d44114 transparent transparent transparent;
  }

  a.button2-c span:after {
    bottom: -7px;

    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }

  a.button2-c i {
    margin-right: 0.75rem;
  }

  a.button2-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);

    color: #fff;
    background: #eb5b30;
    -webkit-box-shadow: 0 2px 0 #d44114;
    box-shadow: 0 2px 0 #d44114;
  }

}

@media screen and (max-width:479px){
  .pc_view{
    display: none;
  }
  .sp_view{
    display: block;
  }

  .online_section1{
    background: #e2dbcb;
    padding: 30px 0px;
  }
  .online_section{
    width: 95%;
    margin: 0 auto;
  }

  .online_back{
    background:#A3CCC5;
  }

  .online_white{
    background: white;
    border-radius: 20px;
  }

  .online_title{
    padding: 5px 0 5px 0;
    font-size: 16px;
    color: #227155;
    background: white;
    width: 95%;
    margin: 25px auto;
    text-align: center;
    border-top: 2px solid #227155;
    border-bottom: 2px solid #227155;
  }
  .online_title h2{
    font-weight: 600;
  }


  .example {
    float: none;
    width: 95%;
  }

  .example_div{
    color: black;
    text-decoration: none;
    margin: 30px 15px 20px 15px;
  }

  .circle {
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #FFFFCC;
    position: absolute;
    right: 50%;
    top: 65%;
    transform: translate(50%, -50%);
    z-index: 0;
    transition: .3s;
  }
  .circle1 {
    display: inline-block;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background-color: #FFFFCC;
    position: absolute;
    right: 50%;
    top: 62%;
    transform: translate(50%, -50%);
    z-index: 0;
    transition: .3s;
  }

  .online_title_sub p {
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      color: #227155;
  }

  .seif_it{
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 13px;
    background: #FFFFCC;
    padding: 22px 0;
    border-radius: 50%;
  }

  .seif_it p{
    font-weight: 600;
  }

  .seif_it span{
    font-weight: 600;
    background: linear-gradient(transparent 80%, #ffe300 0%);
    /*text-decoration: underline;
    text-decoration-color: #ffe300;
    text-decoration-thickness: 10px;
    text-decoration-skip-ink: none;
    text-underline-offset: -7px;*/
  }

  .online_toha_dvi{
    width: 100%;
    margin: 0 auto;
  }

  .online_toha{
    width: 45%;
    float: left;
    margin: 10px 15px;
    padding: 10px;
    height: 190px;
    background: #d3c9ae;
    border-radius: 20px;
  }
  .online_toha1{
    width: 45%;
    clear: both;
    margin: 15px auto;
    padding: 10px;
    height: 190px;
    /*border: 2px solid #A0522D;*/
    background: #d3c9ae;
    border-radius: 20px;
  }

  .online_toha_title{
    text-align: center;
  }

  .online_toha_title p{
    color: #ff6400;
    font-weight: 600;
    font-size: 20px;
    width: 95%;
  }

  .online_toha_main{
    font-size: 18px;
    padding: 6px;
    border-radius: 10px;
  }

  .online_toha_main p{
    color: #303030;
    font-weight: 600;
    font-size: 15px;
    height: auto;
  }

  .online_hitai{
    font-size: 22px;
    font-weight: 600;
    color: #303030;
    text-align: center;
    padding: 80px 0 0 0;
  }

  .online_title_1{
    font-weight: 600;
    font-size: 35px;
    color: #227155;
    width: 800px;
    margin: 25px auto;
    text-align: center;
  }

  .online_nagare_title{
    font-size: 26px;
    padding: 7px 0 7px 0;
    color: black;
    text-align: center;
    border: 4px solid white;
    border-radius: 50px;
    width: 97%;
    margin: 0 auto;
  }
  .online_nagare_title p {
    font-weight: 600;
  }

  .online_nagare_ul{
    background: white;
    height: 375px;
    border-radius: 20px;
    margin: 25px auto;
  }

  .online_nagare_li_img{
    width: 50%;
    margin: 0 auto;
  }

  .online_nagare_li{
    width: 95%;
    margin: 0 auto;

  }

  .online_nagare_ul li{
    float: none;
    padding: 5px 5px 5px 5px;
  }

  .online_step{
    font-size: 20px;
    color: #D60050;
    font-weight: 600;
    background: #FFFFCC;
    border-radius: 30px;
    width: 150px;
    text-align: center;
    margin: 10px 0;
  }

  .online_nagare_main{
    font-size: 20px;
    font-weight: 600;
  }
  .online_nagare_main1{
    font-size: 14px;
    font-weight: 600;
  }

  .online_search{
    margin: 55px auto 10px auto;
    width: 250px;
    background: #ff6400;
    border-radius: 20px;
    text-align: center;
    padding: 10px 0;
  }
  .online_search a{
    font-size: 20px;
    font-weight: 600;
    color: white;
  }
  .online_note{
    margin: 0 auto;
    padding: 20px 0;
  }
  .online_end{
    margin: 0 auto;
    text-align:center;
    padding: 20px 0;
    width: 95%;
  }
  .online_end p{
    font-size: 15px;
    color: #261f17;
    font-weight: 600;
  }
}
