.btn {
  text-align: center;
}
.btn a {
  background: #f2611c;
  display: inline-block;
  border: 4px solid #fff;
  width: 350px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  font-family: 'notob';
  border-radius: 40px;
  position: relative;
}
@media (max-width: 1023px) {
  .btn a {
    width: 190px;
    padding: 0 12px 0 0px;
    font-size: 14px;
    line-height: 35px;
    border-width: 3px;
  }
}
.btn a:after {
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 26px;
  top: calc(50% - 7px);
  transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  .btn a:after {
    right: 15px;
    width: 7px;
    height: 7px;
    top: calc(50% - 5px);
  }
}

.basic_ttl {
  font-size: 40px;
  text-align: center;
  color: #024073;
  font-family: 'notob';
  margin-bottom: 26px;
}
@media (max-width: 1023px) {
  .basic_ttl {
    font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
  }
}

.case_list {
  display: flex;
  max-width: 1140px;
  margin: 0 auto 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .case_list {
    flex-wrap: wrap;
    padding: 0 30px;
  }
}
.case_list li {
  width: calc(33.333% - 30px);
  margin-bottom: 50px;
  background: #EAEEF6;
}
@media (max-width: 1023px) {
  .case_list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.case_list li a {
  color: #000;
}
.case_list li img {
  width: 100%;
  height: 213px;
  object-fit: cover;
}
.case_list li .txt {
  padding: 14px 20px;
}
@media (max-width: 1023px) {
  .case_list li .txt {
    padding: 20px;
  }
}
.case_list li .name {
  font-size: 12px;
  margin-bottom: 7px;
}
.case_list li .ttl {
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 140%;
  color: #024073;
  font-family: 'notob';
}
.case_list li .honbun {
  font-size: 14px;
  line-height: 160%;
}
@media (max-width: 1023px) {
  .case_list li .honbun {
    font-size: 13px;
  }
}
.case_list:after {
  display: block;
  content: "";
  width: calc(33.333% - 30px);
}

@media (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}
@keyframes tate1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes branco {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-25deg);
  }
  100% {
    transform: rotate(0);
  }
}
.howto {
  background: url("../img/pattern/pattern-11.png") repeat;
}
.howto #breadcrumb ul li {
  color: #666666;
}
.howto #breadcrumb ul li a {
  color: #666666;
}
.howto h1 {
  padding: 0 0 45px;
}
@media (max-width: 1023px) {
  .howto h1 {
    padding-bottom: 20px;
  }
  .howto h1 img {
    height: 100px;
  }
}
.howto .howto_ttl {
  text-align: center;
  color: #6dbcfa;
  font-family: 'notob';
}
.howto h2 {
  font-size: 40px;
  margin-bottom: 25px;
  font-family: 'notob';
  line-height: 140%;
}
@media (max-width: 1023px) {
  .howto h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.howto .time {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .howto .time {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.howto .case {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .howto .case {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.howto .mv {
  display: inline-block;
  padding: 10px;
  margin-bottom: 48px;
  background: #fff;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .howto .mv {
    padding: 5px;
    margin: 0 15px 0px;
  }
  .howto .mv img {
    width: 100%;
  }
}
.howto .ticket_catch {
  text-align: center;
  padding-bottom: 180px;
  background: url("../img/howto/foot_left.png") no-repeat 35% bottom;
  max-width: 705px;
  margin: 0 auto 20px;
  /*
  .ticket_btn{
      padding: 0 15px;
      @include tab{
          box-sizing: border-box;
          display: block;
      }
      img{
          max-width: 100%;
      }
  }*/
}
@media (max-width: 1023px) {
  .howto .ticket_catch {
    background-size: auto 85px;
    padding: 0 15px 90px;
  }
}
.howto .ticket_catch .lead {
  font-size: 24px;
  font-family: 'notob';
  line-height: 130%;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .howto .ticket_catch .lead {
    font-size: 14px;
    line-height: 150%;
    padding: 0;
  }
}
.howto .ticket_catch .lead span {
  font-size: 18px;
}
@media (max-width: 1023px) {
  .howto .ticket_catch .lead span {
    font-size: 14px;
  }
}
.howto .subttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'notob';
}
@media (max-width: 1023px) {
  .howto .subttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.howto .num {
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 1023px) {
  .howto .num {
    padding-bottom: 10px;
  }
  .howto .num img {
    height: 45px;
  }
}
.howto .howto_ttl {
  font-size: 36px;
  color: #6dbcfa;
  font-family: 'notob';
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 1023px) {
  .howto .howto_ttl {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 160%;
  }
}
.howto .lead {
  font-size: 18px;
  line-height: 220%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 57px;
}
@media (max-width: 1023px) {
  .howto .lead {
    font-size: 14px;
    padding: 0 15px;
    text-align: left;
    line-height: 150%;
    margin-bottom: 30px;
  }
  .howto .lead br {
    display: none;
  }
}
.howto .lead a {
  color: #6dbcfa;
  text-decoration: underline;
}
.howto .ft_left {
  padding-bottom: 190px;
  background: url("../img/howto/foot_left.png") no-repeat 35% bottom;
}
@media (max-width: 1023px) {
  .howto .ft_left {
    background-size: auto 85px;
    padding-bottom: 90px;
  }
}
.howto .ft_right {
  padding-bottom: 190px;
  background: url("../img/howto/foot_right.png") no-repeat 65% bottom;
}
@media (max-width: 1023px) {
  .howto .ft_right {
    background-size: auto 85px;
    padding-bottom: 90px;
  }
}
.howto .pt01 {
  text-align: center;
}
.howto .pt01_flex {
  display: flex;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .howto .pt01_flex {
    flex-direction: column;
    padding-top: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.howto .pt01_flex img {
  vertical-align: bottom;
  display: block;
  border-radius: 10px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .howto .pt01_flex img {
    border-radius: 5px;
  }
}
.howto .pt01_flex .catch_osaru, .howto .pt01_flex .catch_txt {
  position: absolute;
}
.howto .pt01_flex .catch_txt {
  left: -10%;
  top: 30%;
}
@media (max-width: 1023px) {
  .howto .pt01_flex .catch_txt {
    width: 40%;
    left: 5%;
    top: 25%;
  }
}
.howto .pt01_flex .catch_osaru {
  left: 25%;
  top: -2%;
}
@media (max-width: 1023px) {
  .howto .pt01_flex .catch_osaru {
    width: 40%;
    left: 40%;
  }
}
.howto .pt01_flex .left {
  width: calc(60% - 5px);
}
@media (max-width: 1023px) {
  .howto .pt01_flex .left {
    width: 100%;
  }
  .howto .pt01_flex .left img {
    width: 75%;
    margin-right: 0;
    margin-left: auto;
  }
}
.howto .pt01_flex .right {
  width: calc(40% - 5px);
}
.howto .pt01_flex .right img + img {
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .howto .pt01_flex .right img + img {
    margin-top: 5px;
  }
}
@media (max-width: 1023px) {
  .howto .pt01_flex .right {
    width: 100%;
    text-align: left;
  }
  .howto .pt01_flex .right img {
    display: inline-block;
    width: 40%;
    margin-right: 0;
    margin-left: auto;
    padding-right: 5px;
  }
}
.howto .pt02 {
  text-align: center;
}
.howto .pt02_flex {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .howto .pt02_flex {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.howto .pt02_flex img {
  vertical-align: bottom;
  display: inline-block;
  border-radius: 10px;
  max-width: 100%;
}
.howto .pt02_flex .catch_osaru {
  position: absolute;
}
.howto .pt02_flex .catch_osaru {
  left: 61%;
  top: 12%;
}
@media (max-width: 1023px) {
  .howto .pt02_flex .catch_osaru {
    right: 15px;
    left: unset;
    top: 3%;
    width: 35%;
  }
}
.howto .pt02_flex .top {
  text-align: left;
}
@media (max-width: 1023px) {
  .howto .pt02_flex .top img {
    width: 75%;
  }
}
.howto .pt02_flex .btm {
  text-align: right;
  padding-top: 10px;
}
.howto .pt02_flex .btm img + img {
  padding-left: 10px;
}
@media (max-width: 1023px) {
  .howto .pt02_flex .btm img + img {
    padding-left: 5px;
  }
}
@media (max-width: 1023px) {
  .howto .pt02_flex .btm {
    width: 100%;
    text-align: right;
    padding-top: 5px;
  }
  .howto .pt02_flex .btm img {
    display: inline-block;
    width: 40%;
    margin-right: 0;
    margin-left: auto;
    padding-left: 5px;
  }
}
.howto .pt03 {
  text-align: center;
}
.howto .pt03_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .howto .pt03_flex {
    flex-direction: column-reverse;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.howto .pt03_flex img {
  vertical-align: bottom;
  display: inline-block;
  border-radius: 10px;
  max-width: 100%;
}
.howto .pt03_flex .left {
  width: calc(44% - 5px);
  padding-top: 16%;
}
@media (max-width: 1023px) {
  .howto .pt03_flex .left {
    width: 100%;
    text-align: left;
    padding-top: 5px;
  }
  .howto .pt03_flex .left img {
    width: 60%;
  }
}
.howto .pt03_flex .right {
  width: calc(56% - 5px);
}
@media (max-width: 1023px) {
  .howto .pt03_flex .right {
    width: 100%;
    text-align: right;
  }
  .howto .pt03_flex .right img {
    width: 75%;
  }
}
.howto .pt03_flex .catch_txt {
  position: absolute;
}
.howto .pt03_flex .catch_txt {
  left: 21%;
  top: 12%;
}
@media (max-width: 1023px) {
  .howto .pt03_flex .catch_txt {
    left: 10%;
    top: 33%;
    width: 20%;
  }
}
.howto .pt04 {
  text-align: center;
}
.howto .pt04_flex {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 910px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .howto .pt04_flex {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.howto .pt04_flex img {
  vertical-align: bottom;
  display: inline-block;
  border-radius: 10px;
  max-width: 100%;
}
.howto .pt04_flex .catch_osaru {
  position: absolute;
}
.howto .pt04_flex .catch_osaru {
  left: 5%;
  top: 0;
}
@media (max-width: 1023px) {
  .howto .pt04_flex .catch_osaru {
    width: 25%;
    top: -5%;
  }
}
.howto .pt04_flex .top {
  text-align: right;
}
@media (max-width: 1023px) {
  .howto .pt04_flex .top img {
    width: 75%;
  }
}
.howto .pt04_flex .btm {
  text-align: left;
  padding-top: 10px;
}
.howto .pt04_flex .btm img + img {
  padding-left: 10px;
}
@media (max-width: 1023px) {
  .howto .pt04_flex .btm img + img {
    padding-left: 5px;
  }
}
@media (max-width: 1023px) {
  .howto .pt04_flex .btm {
    padding-top: 5px;
  }
  .howto .pt04_flex .btm img {
    width: 43%;
  }
}
.howto .pt05 {
  text-align: center;
}
.howto .pt05_flex {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1023px) {
  .howto .pt05_flex {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.howto .pt05_flex img {
  vertical-align: bottom;
  display: inline-block;
  border-radius: 50%;
  max-width: 100%;
  object-fit: cover;
}
.howto .pt05_flex .pt0501 {
  margin-left: 3%;
  width: 340px;
  height: 340px;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .howto .pt05_flex .pt0501 {
    width: 160px;
    height: 160px;
  }
}
.howto .pt05_flex .pt0502 {
  width: 195px;
  height: 195px;
  vertical-align: top;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .howto .pt05_flex .pt0502 {
    width: 100px;
    height: 100px;
    margin-top: 0;
  }
}
.howto .pt05_flex .pt0503 {
  width: 260px;
  height: 260px;
  vertical-align: top;
  margin-top: -5%;
  margin-left: 26%;
  display: block;
  float: left;
}
@media (max-width: 1023px) {
  .howto .pt05_flex .pt0503 {
    width: 130px;
    height: 130px;
    margin-left: 5%;
    margin-top: 10px;
  }
}
.howto .pt05_flex .pt0504 {
  width: 340px;
  height: 340px;
  position: absolute;
  top: 14%;
  left: 51%;
}
@media (max-width: 1023px) {
  .howto .pt05_flex .pt0504 {
    width: 160px;
    height: 160px;
    top: 26%;
    left: 45%;
  }
}
.howto .pt05_flex .pt0505 {
  width: 215px;
  height: 215px;
  position: absolute;
  top: 43%;
  right: 20px;
  border: 10px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .howto .pt05_flex .pt0505 {
    width: 120px;
    height: 120px;
    border-width: 5px;
    top: 50%;
  }
}
.howto .pt05_flex .catch_txt, .howto .pt05_flex .catch_txt02 {
  position: absolute;
}
.howto .pt05_flex .catch_txt img, .howto .pt05_flex .catch_txt02 img {
  object-fit: unset;
  border-radius: 0;
}
.howto .pt05_flex .catch_txt {
  top: -2%;
  right: 0;
}
@media (max-width: 1023px) {
  .howto .pt05_flex .catch_txt {
    width: 25%;
    right: 15px;
    top: -5%;
  }
}
.howto .pt05_flex .catch_txt02 {
  top: 20%;
  left: 30%;
}
@media (max-width: 1023px) {
  .howto .pt05_flex .catch_txt02 {
    width: 26%;
    left: 25%;
  }
}
.howto .pt06 {
  text-align: center;
}
.howto .pt06_flex {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 910px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .howto .pt06_flex {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.howto .pt06_flex img {
  vertical-align: bottom;
  display: inline-block;
  border-radius: 10px;
  max-width: 100%;
}
.howto .pt06_flex .catch_osaru {
  position: absolute;
}
.howto .pt06_flex .catch_osaru {
  left: 14%;
  top: 26%;
}
@media (max-width: 1023px) {
  .howto .pt06_flex .catch_osaru {
    left: 20px;
    top: 20%;
    width: 30%;
  }
}
.howto .pt06_flex .top {
  text-align: right;
}
@media (max-width: 1023px) {
  .howto .pt06_flex .top img {
    width: 75%;
  }
}
.howto .pt06_flex .btm {
  text-align: left;
  padding-top: 10px;
}
.howto .pt06_flex .btm img + img {
  padding-left: 10px;
}
@media (max-width: 1023px) {
  .howto .pt06_flex .btm img + img {
    padding-left: 5px;
  }
}
@media (max-width: 1023px) {
  .howto .pt06_flex .btm {
    padding-top: 5px;
  }
  .howto .pt06_flex .btm img {
    width: 43%;
  }
}
.howto .pt09 {
  text-align: center;
}
.howto .pt09_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .howto .pt09_flex {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.howto .pt09_flex img {
  vertical-align: top;
  display: inline-block;
  border-radius: 10px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .howto .pt09_flex img {
    vertical-align: bottom;
  }
}
.howto .pt09_flex img + img {
  padding-top: 10px;
}
@media (max-width: 1023px) {
  .howto .pt09_flex img + img {
    padding-top: 5px;
  }
}
.howto .pt09_flex .left {
  width: calc(66% - 5px);
  text-align: right;
}
@media (max-width: 1023px) {
  .howto .pt09_flex .left {
    text-align: left;
    width: 100%;
  }
}
.howto .pt09_flex .right {
  width: calc(34% - 5px);
  text-align: left;
  padding-top: 24%;
}
@media (max-width: 1023px) {
  .howto .pt09_flex .right {
    width: 100%;
    padding-top: 5px;
  }
  .howto .pt09_flex .right img {
    vertical-align: top;
  }
}
.howto .pt09_flex .catch_txt, .howto .pt09_flex .catch_txt02 {
  position: absolute;
}
.howto .pt09_flex .catch_txt {
  left: 0%;
  top: 58%;
}
@media (max-width: 1023px) {
  .howto .pt09_flex .catch_txt {
    width: 50%;
    top: 70%;
  }
}
.howto .pt09_flex .catch_txt02 {
  right: 0;
  top: -3%;
}
@media (max-width: 1023px) {
  .howto .pt09_flex .catch_txt02 {
    width: 60%;
    top: 38%;
    right: 15px;
  }
}
.howto .pt09_flex .pt0901 {
  width: 40.5%;
  margin-right: 5px;
  margin-top: 18%;
}
@media (max-width: 1023px) {
  .howto .pt09_flex .pt0901 {
    width: 38%;
    margin-top: 5px;
    margin-right: 2px;
  }
}
.howto .pt09_flex .pt0902 {
  width: 57%;
  margin-right: 3px;
}
.howto .pt09_flex .pt0903 {
  margin-top: 10px;
  margin-right: 5px;
}
@media (max-width: 1023px) {
  .howto .pt09_flex .pt0903 {
    margin-top: 5px;
    margin-right: 2px;
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .howto .pt09_flex .pt0904 {
    width: 35%;
  }
  .howto .pt09_flex .pt0905 {
    width: 40%;
  }
  .howto .pt09_flex .pt0906 {
    width: 50%;
    margin-top: 20%;
  }
}
.howto .pt10 {
  text-align: center;
}
.howto .pt10_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .howto .pt10_flex {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.howto .pt10_flex img {
  vertical-align: bottom;
  display: inline-block;
  border-radius: 10px;
  max-width: 100%;
}
.howto .pt10_flex .left {
  width: calc(44% - 5px);
  padding-top: 16%;
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .howto .pt10_flex .left {
    width: 100%;
    text-align: right;
    padding-top: 0;
  }
  .howto .pt10_flex .left img {
    width: 75%;
  }
}
.howto .pt10_flex .right {
  width: calc(56% - 5px);
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .howto .pt10_flex .right {
    width: 100%;
    text-align: left;
    margin-top: 5px;
  }
  .howto .pt10_flex .right img {
    width: 60%;
  }
}
.howto .pt10_flex .catch_txt, .howto .pt10_flex .catch_txt02 {
  position: absolute;
}
.howto .pt10_flex .catch_txt {
  left: 5%;
  top: -3%;
}
@media (max-width: 1023px) {
  .howto .pt10_flex .catch_txt {
    left: 47%;
    top: 45%;
    z-index: 5;
  }
  .howto .pt10_flex .catch_txt.saru {
    width: 30%;
    left: 65%;
  }
}
.howto .pt10_flex .catch_txt02 {
  left: 65%;
  top: 50%;
  z-index: 3;
}
@media (max-width: 1023px) {
  .howto .pt10_flex .catch_txt02 {
    left: 5%;
    top: 5%;
    z-index: 5;
    width: 40%;
  }
}
.howto .pt13 .movie {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 190px;
  background: url("../img/howto/foot_left.png") no-repeat 35% bottom;
}
@media (max-width: 1023px) {
  .howto .pt13 .movie {
    margin: 0 15px;
    background-size: auto 90px;
    padding-bottom: 90px;
  }
}
.howto .pt13 .movie iframe, .howto .pt13 .movie video {
  border-radius: 7px;
}
@media (max-width: 1023px) {
  .howto .pt13 .movie iframe, .howto .pt13 .movie video {
    width: 100%;
    height: 200px;
  }
}
.howto .btn_area {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 67px;
}
@media (max-width: 1023px) {
  .howto .btn_area {
    padding: 45px 15px 40px;
    flex-direction: column;
  }
}
.howto .btn_area div {
  width: calc(50% - 10px);
  text-align: center;
}
@media (max-width: 1023px) {
  .howto .btn_area div {
    width: 100%;
    margin-bottom: 10px;
  }
}
.howto .btn_area div a {
  display: block;
  padding: 20px 20px 20px 60px;
  color: #fff;
  font-size: 22px;
  border-radius: 10px;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .howto .btn_area div a {
    font-size: 14px;
    padding: 12px 20px 12px 30px;
  }
}
.howto .btn_area div.yt a {
  background: #ec2222 url("../img/howto/ic_yt.png") no-repeat 5%;
}
@media (max-width: 1023px) {
  .howto .btn_area div.yt a {
    background-size: 25px auto;
  }
}
.howto .btn_area div.food a {
  background: #ff789e url("../img/howto/ic_food.png") no-repeat 7%;
}
@media (max-width: 1023px) {
  .howto .btn_area div.food a {
    background-position: 5%;
    background-size: 35px auto;
  }
}
.howto .other_osaru {
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 1023px) {
  .howto .other_osaru img {
    height: 150px;
  }
}
.howto .plan_slider {
  padding: 30px 0 30px;
}
