/****
LINE特設ページ
*******************************************/
#line .fbnr {
  position: fixed;
  z-index: 50;
  bottom: 100px;
  right: 10px;
  transition: all 0.3s linear;
  width: 250px;
}
#line .fbnr.show {
  opacity: 1;
  visibility: visible;
  right: 10px;
}
#line .fbnr a {
  display: block;
  text-decoration: none;
  color: #000000;
}
#line .fbnr span {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: block;
  cursor: pointer;
  background-color: #000000;
  padding: 0px 2px 3px 2px;
}
#line .fbnr span i {
  color: #ffffff;
  font-size: 18px;
  vertical-align: middle;
}
#line .fbnr img {
  width: 100%;
}
#line .btnFix {
  position: fixed;
  bottom: 10px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1000px;
}
#line .btnFix div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#line .btnFix a {
  padding: 10px 4% 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background: #01b901;
  font-size: 20px;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  animation: btnLineFlash 1.5s ease-out infinite normal;
  line-height: 1.2;
  box-shadow: 0px 3px 0px 0px #007300;
}
#line .btnFix a small {
  font-size: 14px;
  background: #fff;
  border-radius: 20px;
  padding: 3px 10px;
  box-sizing: border-box;
  color: #01b901;
  margin-right: 2px;
  display: inline-block;
  margin-bottom: 2px;
}
#line .btnFix a:first-child {
  width: 70%;
}
#line .btnFix a:last-child {
  width: 29%;
  display: grid;
  place-items: center center;
}
#line .sec01 {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
  width: 96%;
  margin: 0 auto;
}
#line .sec01 .cont {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#line .sec01 .cont .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
#line .sec01 .cont .right a {
  display: block;
  width: 49%;
  padding: 2% 1%;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background: #01b901;
  font-size: 22px;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  animation: btnLineFlash 1.5s ease-out infinite normal;
}
.btnFlash {
  animation: btnFlash 2s ease-in-out infinite normal;
}
#line .sec02 {
  background: #01b901;
  margin-bottom: 50px;
}
#line .sec02 ul.bxslider img {
  margin: 0 auto;
}
#line .sec02 .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 2%;
}
#line .sec02 .bx-wrapper .bx-controls-direction a.bx-next {
  right: 2%;
}
#line .sec02 .bx-wrapper .bx-controls-direction a.bx-prev::before, #line .sec02 .bx-wrapper .bx-controls-direction a.bx-next::before {
  top: 25%;
}
#line h2 {
  margin: 100px auto 30px;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  padding: 15px;
  border: solid 3px #01b901;
  border-radius: 35px;
  z-index: 1;
  background-image: none;
}
#line h2 img {
  width: 100%;
}
#line .scroll_fadein {
  opacity: 0;
}
#line .fadein_animation_start {
  animation-name: fadein_animation;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadein_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
#line .slideleft_01 {
  transform: translateX(-50px);
}
#line .slideleft_02 {
  transform: translateX(-150px);
}
#line .slideleft_03 {
  transform: translateX(-300px);
}
#line .sec03 a {
  text-decoration: none;
}
#line .sec03 .appeal {
  margin: 80px auto 60px;
}
#line .sec03 .appeal p {
  font-size: 45px;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
#line .sec03 .tit_undisclosed {
  width: 100%;
  position: relative;
  background: #b80000;
  outline: 2px solid rgb(255, 255, 255);
  outline-offset: -10px;
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
  margin: 0 auto 50px;
}
#line .sec03 .tit_undisclosed p.min {
  font-size: 26px;
  color: #fff;
  line-height: 1.8;
}
#line .sec03 .tit_undisclosed p {
  font-size: 85px;
  ;
  color: #fcff00;
  line-height: 1.2;
}
#line .sec03 .tit_undisclosed p.tit::before {
  content: url(../../common/img/share/magnifying_glass.png);
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
#line .sec03 .tit_undisclosed img {
  display: none;
}
#line .sec03 h2 {
  margin: 50px auto 30px;
  border: solid 3px #fa4d30;
  background-color: #fa4d30;
  color: #fff;
}
#line .sec03 h2::before {
  border-top: 31px solid #fa4d30;
}
#line .sec03 h2::after {
  border-top: 31px solid #fa4d30;
}
#line .sec03 .visit_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FDECC4;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
  align-items: center;
}
#line .sec03 .visit_box li {
  width: 45%;
}
#line .sec03 .visit_box li:nth-child(2) {
  width: 8%;
  font-size: 20px;
  font-weight: bold;
}
#line .sec03 .visit_box li .btn a {
  display: block;
  padding: 20px 1%;
  text-decoration: none;
  color: #fff;
  background: #01b901;
  font-size: 32px;
  border-radius: 30px;
  font-weight: bold;
  animation: btnLineFlash 1.5s ease-out infinite normal;
  box-shadow: 0px 7px 0px 0px #007300;
  text-shadow: -1px -1px 1px rgb(0 0 0 / 50%);
  box-sizing: border-box;
}
#line .sec03 .visit_box li .btn a span {
  font-size: 120%;
  vertical-align: text-top;
}
#line .sec03 .visit_box li dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#line .sec03 .visit_box li dl dt {
  width: 40%;
}
#line .sec03 .visit_box li dl dd {
  width: 59%;
  margin: 0 auto;
}
#line .sec03 .visit_box li dl dt, #line .sec03 .visit_box li dl dd {
  display: grid;
  place-items: center center;
  padding: 1%;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}
#line .sec03 .visit_box li dl dt span {
  font-size: 130%;
  color: #01b901;
}
#line .sec03 .visit_box li dl dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#line .sec03 .visit_box li dl dd .left {
  width: 55%;
}
#line .sec03 .visit_box li dl dd .right {
  width: 45%;
}
#line .sec03 .visit_box li dl dd .right img {
  max-width: 100%;
  height: auto;
}
#line h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 37px;
  bottom: -45px;
  z-index: 2;
  border: 14px solid transparent;
  border-top: 31px solid #01b901;
}
#line h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 37px;
  bottom: -38px;
  z-index: 2;
  border: 14px solid transparent;
  border-top: 31px solid #ffffff;
}
#line .sec03 {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 30px;
}
#line .sec03 ul {
  display: flex;
  justify-content: space-between;
}
#line .sec03 ul li {
  width: 31%;
}
#line .transfer_service {
  max-width: 1000px;
  width: 96%;
  margin: 30px auto 80px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 3px solid #fa4d30;
}
#line .transfer_service h3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 10px;
  text-align: center;
}
#line .transfer_service dl {
  display: flex;
  justify-content: space-between;
}
#line .transfer_service dl dt {
  background: #fa4d30;
  display: grid;
  place-items: center center;
  width: 65%;
  border-radius: 18px 0 0 18px;
  padding: 10px 15px;
  box-sizing: border-box;
}
#line .transfer_service dl dt p {
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 20px;
  width: 100%;
}
#line .transfer_service dl dt p small {
  font-weight: normal;
  margin-top: 15px;
}
#line .transfer_service dl dd {
  width: 35%;
}
#line .transfer_service dl dd img {
  border-radius: 0 18px 18px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#line .secret {
  max-width: 1000px;
  width: 96%;
  margin: 80px auto;
  border: 3px solid #fa4d30;
  border-radius: 20px;
  padding: 30px;
  background-color: #fffbf2;
  box-sizing: border-box;
}
#line .secret h4 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}
#line .secret h4 span {
  font-size: 132%;
}
#line .secret h4 .sumo {
  color: #169e1a;
}
#line .secret h4 .homes {
  color: #e87e04;
}
#line .secret h4 .line {
  color: #169e1a;
  margin-top: 25px;
  display: inline-block;
}
#line .secret h4 .yamaichi {
  color: #e70015;
}
#line .secret h4 .yamaichibg {
  background-color: #e70015;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 1em;
  display: inline-block;
  margin-top: 5px;
}
#line .secret .secret_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#line .secret .secret_list li {
  width: 32%;
  margin-bottom: 15px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
#line .secret .secret_list li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  filter: blur(6px);
  max-width: 100%;
}
#line .secret .secret_list li p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 22px;
  box-sizing: border-box;
}
#line .secret a {
  display: block;
  width: 60%;
  margin: 30px auto;
  background: #e52c29;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 7px 0px 0px #a72826;
  ;
  box-sizing: border-box;
  text-decoration: none;
}
#line .sec04 {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
#line .sec04 p.cat {
  font-weight: bold;
  font-size: 36px;
  color: #01b901;
}
#line .sec04 .sec04_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#line .sec04 .sec04_01 li {
  width: 49%;
  background: #e5e5e5;
  padding: 30px 20px;
  margin: 30px 0 15px;
  box-sizing: border-box;
}
#line .sec04 .sec04_01 .btn {
  margin: 0 auto 20px;
}
#line .sec04 .sec04_01 .btn a {
  display: block;
  padding: 20px 1%;
  text-decoration: none;
  color: #fff;
  background: #01b901;
  font-size: 32px;
  border-radius: 30px;
  font-weight: bold;
  animation: btnLineFlash 1.5s ease-out infinite normal;
  box-shadow: 0px 7px 0px 0px #007300;
  text-shadow: -1px -1px 1px rgb(0 0 0 / 50%);
  box-sizing: border-box;
}
#line .sec04 .sec04_01 .btn a span {
  font-size: 120%;
  vertical-align: text-top;
}
@keyframes btnLineFlash {
  0% {
    transform: translate(0px, 2px);
    background-color: #01b901;
  }
  5% {
    transform: translate(0px, -2px);
    background-color: #88e600;
  }
  10% {
    transform: translate(0px, 2px);
  }
  15% {
    transform: translate(0px, -2px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
#line .sec04 .sec04_01 p.txt01 {
  font-size: 20px;
  font-weight: bold;
}
#line .sec04 .sec04_01 dl {
  margin: 20px auto 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#line .sec04 .sec04_01 dl dt {
  width: 40%;
}
#line .sec04 .sec04_01 dl dd {
  width: 59%;
  margin: 0 auto;
}
#line .sec04 .sec04_01 dl dt, #line .sec04 .sec04_01 dl dd {
  display: grid;
  place-items: center center;
  padding: 1%;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}
#line .sec04 .sec04_01 dl dt span {
  font-size: 130%;
  color: #01b901;
}
#line .sec04 .sec04_01 dl dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#line .sec04 .sec04_01 dl dd .left {
  width: 55%;
}
#line .sec04 .sec04_01 dl dd .right {
  width: 45%;
}
#line .sec04 .sec04_01 dl dd .right img {
  max-width: 100%;
  height: auto;
}
#line .sec08 {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#line .sec04 .chu {
  font-size: 18px;
  font-weight: bold;
}
#line .sec05 {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  margin-top: 100px;
}
#line .sec05 h2.ttl {
  margin: 50px auto 30px;
  border: solid 3px #fa4d30;
  background-color: #fa4d30;
  color: #fff;
}
#line .sec05 h2::before {
  border-top: 31px solid #fa4d30;
}
#line .sec05 h2::after {
  border-top: 31px solid #fa4d30;
}
#line .sec05 .sec05_01 {
  border-radius: 8px;
  margin-bottom: 30px;
}
#line .sec05 .sec05_01 p.txt {
  font-size: 24px;
  text-align: center;
}
#line .sec05 .sec05_01 p.txt strong {
  font-size: 150%;
  color: #fa4d30;
}
#line .sec05 .sec05_01 .sec05_01_1 {
  margin-top: 30px;
}
#line .sec05 .sec05_2 {
  background: #eef5de;
  border-radius: 8px;
  padding: 30px 5%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
#line .sec05 .sec05_2 ul {
  width: 50%;
}
#line .sec05 .sec05_2 ul li a {
  display: block;
  text-decoration: none;
  font-size: 30px;
  color: #01b901;
  background: #ffffff;
  margin: 2% auto;
  padding: 1% 2%;
  border-radius: 30px;
}
#line .sec05 .sec05_2 .cat {
  font-size: 36px;
  width: 50%;
}
#line .sec05 .sec05_01_2 h3 {
  font-size: 30px;
  display: none;
}
#line .sec05 .sec05_01_2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#line .sec05 .sec05_01_2 ul li {
  width: 21%;
  padding: 20px 1.5%;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px #00000036;
}
#line .sec05 .sec05_01_2 ul li p {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 10px;
  color: #fa4d30;
}
#line .bnrTokuten {
  margin: 50px auto 30px;
  width: 96%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#line .bnrTokuten a {
  display: block;
  width: 49%;
}
#line .bnrTokuten img {
  margin: 0 auto;
}
#line .footer {
  border-top: 1px solid #cccccc;
}
#line .footer .cont {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 0;
}
#line .footer .cont .left {
  float: left;
}
#line .footer .cont .left.logo {
  margin-right: 25px;
  padding-top: 5px;
}
#line .footer .cont .left img {
  padding: 5px 0;
}
#line .footer .cont .right {
  margin-bottom: 100px;
}
#line .footer .cont .right p {
  line-height: 17px;
  font-size: 11px;
}
#line .footer .cont .right .free_tel {
  font-size: 22px;
  font-weight: bold;
}
#line .footer .cont .right img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}
#line .footer .cont .right {
  float: right;
}
@media screen and (max-width: 980px) {
  .pcOnly {
    display: none !important
  }
  .pc_tabOnly, .tabOnly {
    display: block !important
  }
  .spOnly {
    display: none !important
  }
  .tab_spOnly {
    display: block !important
  }
  #line .sec03 .visit_box li {
    width: 44%;
  }
  #line .sec03 .visit_box li:nth-child(2) {
    width: 10%;
  }
  #line .sec03 .visit_box li dl dt {
    padding: 10px 0;
    width: 100%;
  }
  #line .sec03 .visit_box li .btn a {
    font-size: 21px;
  }
  #line .sec01 .cont {
    width: 100%;
  }
  #line .sec01 .cont .left {
    width: 30%;
  }
  #line .sec01 .cont .right {
    width: 65%;
  }
  #line .sec01 .cont .right a {
    font-size: 18px;
  }
  #line .sec02 {
    background: #01b901;
    margin-bottom: 20px;
  }
  #line .sec02 .main {
    width: 100%;
    margin: 0 auto;
  }
  #line .sec03 {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  #line .sec03 h2 {
    margin: 20px auto 20px;
  }
  #line .sec03 .tit_undisclosed p {
    font-size: 60px;
    color: #fcff00;
    line-height: 1.2;
  }
  #line .sec04 {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  #line h2 {
    margin: 60px auto 30px;
  }
  #line .sec04 .sec04_01 li {
    width: 100%;
    margin: 10px 0;
  }
  #line .sec04 .sec04_01 .btn a {
    padding: 20px 1%;
    font-size: 32px;
  }
  #line .sec04 .sec04_01 dl {
    margin: 20px auto 0;
    width: 100%;
  }
  #line .sec04 .sec04_01 dl dt {
    width: 80%;
    margin: 0 auto;
  }
  #line .sec04 .sec04_01 dl dt {
    font-size: 22px;
  }
  #line .sec08 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #line .sec05 {
    width: 98%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    /* padding: 20px; */
    font-weight: bold;
  }
  #line .sec05 p {
    font-size: 18px;
  }
  #line .bnrTokuten a {
    width: 80%;
    text-align: center;
    margin: 0 auto 10px;
  }
  #line .footer .cont {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0;
  }
  #line .footer .cont .left {
    float: left;
  }
  #line .footer .cont .left.logo {
    margin-right: 25px;
    padding-top: 5px;
    width: 40%;
  }
  #line .footer .cont .right p {
    line-height: 17px;
    font-size: 11px;
  }
  #line .footer .cont .left img {
    padding: 5px 0;
  }
  #line .footer .cont .right {
    float: right;
    width: 30%;
  }
  #line .btnFix {
    width: 80%;
    left: 5%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly, .pc_tabOnly, .tabOnly {
    display: none !important
  }
  .spOnly {
    display: block !important
  }
  #line .fbnr {
    width: 160px;
    bottom: 55px;
  }
  #line .btnFix {
    width: 68%;
    left: 2%;
  }
  #line .btnFix a {
    font-size: 4vw;
  }
  #line .btnFix a:first-child {
    width: 49%;
    margin: 0 2% 0 0;
  }
  #line .btnFix a:last-child {
    width: 49%;
  }
  #line .btnFix a span {
    display: none;
  }
  #line .btnFix a small {
    display: none;
  }
  #line .sec01 {
    padding: 3% 0;
    box-sizing: border-box;
  }
  #line .sec01 .cont .left {
    width: 55%;
    text-align: center;
  }
  #line .sec01 .cont .right {
    text-align: center;
    width: 43%;
    flex-wrap: wrap;
  }
  #line .sec01 .cont .right a {
    font-size: 4vw;
    margin: 0;
    padding: 1%;
    width: 100%;
    margin-bottom: 5px;
  }
  #line .sec01 .cont .right a:last-child {
    margin-bottom: 0;
  }
  #line .sec01 .cont .right a span {
    display: none;
  }
  #line .sec02 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  #line .sec02 .bx-wrapper .bx-controls-direction a.bx-prev::before {
    left: 3%;
    font-size: 30px;
  }
  #line .sec02 .bx-wrapper .bx-controls-direction a.bx-next::before {
    right: -5%;
    font-size: 30px;
  }
  #line .sec03 {
    width: 96%;
    margin: 0 auto;
    text-align: center;
  }
  #line .sec03 .tit_undisclosed {
    position: relative;
  }
  #line .sec03 .tit_undisclosed p.tit::before {
    display: none;
  }
  #line .sec03 .tit_undisclosed p {
    font-size: 8vw;
    color: #fcff00;
    line-height: 1.2;
  }
  #line .sec03 .tit_undisclosed p.min {
    font-size: 3.5vw;
    color: #fff;
    line-height: 1.5;
  }
  #line .sec03 .tit_undisclosed img {
    max-width: 100%;
    width: auto;
    display: block;
    position: absolute;
    bottom: 0;
    right: 2%;
  }
  #line .scroll_fadein {
    opacity: 1;
  }
  #line .fadein_animation_start {
    animation-name: fadein_animation;
    animation-delay: 0.3s;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  @keyframes fadein_animation {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translate(0);
    }
  }
  #line .slideleft_01 {
    transform: translateX(0);
  }
  #line .slideleft_02 {
    transform: translateX(0);
  }
  #line .slideleft_03 {
    transform: translateX(0);
  }
  #line .sec03 .appeal {
    margin: 30px auto;
  }
  #line .sec03 .appeal p {
    font-size: 20px;
  }
  #line .sec03 .visit_box li {
    width: 100%;
  }
  #line .sec03 .visit_box li:nth-child(2) {
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin: 20px 0 10px;
  }
  #line .sec03 .visit_box li .btn a {
    padding: 15px 4%;
    font-size: 24px;
  }
  #line .sec03 .visit_box li dl {
    width: 100%;
  }
  #line .sec03 .visit_box li dl dt {
    width: 100%;
    font-size: 20px;
  }
  #line .sec03 h2 {
    margin: 30px auto 0;
  }
  #line .sec03 ul {
    justify-content: center;
    margin: 30px 0 10px;
  }
  #line .sec03 ul li {
    width: 48%;
  }
  #line h2 {
    margin: 30px auto 20px;
    font-size: 22px;
    border-radius: 24px;
    padding: 2%;
  }
  #line h2::before {
    right: 14px;
    bottom: -29px;
    border: 8px solid transparent;
    border-top: 20px solid #01b901;
  }
  #line h2::after {
    right: 15px;
    bottom: -22px;
    border: 7px solid transparent;
    border-top: 20px solid #ffffff;
  }
  #line .transfer_service h3 {
    font-size: 16px;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  #line .transfer_service dl dt {
    border-radius: 16px 0 0 16px;
    padding: 10px;
  }
  #line .transfer_service dl dt p {
    border-radius: 15px;
    font-size: 12px;
    padding: 10px;
  }
  #line .transfer_service dl dt small {
    margin-top: 10px;
  }
  #line .transfer_service dl dd img {
    border-radius: 0 16px 16px 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: 15% 0;
  }
  #line .secret {
    margin: 40px auto;
    max-width: none;
    padding: 15px;
  }
  #line .secret h4 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #line .secret h4 .line {
    margin-top: 15px;
  }
  #line .secret .secret_list li {
    /* width: 49%; */
    margin-bottom: 5px;
    width: 32%;
  }
  #line .secret .secret_list li img {
    height: 120px;
  }
  #line .secret .secret_list li p {
    font-size: 12px;
    padding: 5px;
  }
  #line .secret .secret_list li p .material-icons {
    font-size: 18px;
  }
  #line .secret a {
    width: 90%;
    margin: 10px auto;
    border-radius: 10px;
    box-shadow: 0px 4px 0px 0px #a72826;
    font-size: 18px;
  }
  #line .sec04 {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  #line .sec04 p.cat {
    font-size: 24px;
  }
  #line .sec04 .sec04_01 li {
    width: 100%;
    margin: 10px 0;
    padding: 4% 2%;
  }
  #line .sec04 .sec04_01 .btn a {
    padding: 15px 4%;
    font-size: 24px;
  }
  #line .sec04 .sec04_01 dl {
    margin: 20px auto 0;
    width: 100%;
  }
  #line .sec04 .sec04_01 dl dt {
    width: 100%;
    font-size: 20px;
  }
  #line .sec04 p.txt01 {
    margin-bottom: 10px;
  }
  #line .sec04 .chu {
    font-size: 12px;
    font-weight: bold;
  }
  #line .sec08 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #line .sec05 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    margin-top: 40px;
  }
  #line .sec05 h2.ttl {
    margin: 0px auto 30px;
    border: solid 3px #fa4d30;
    background-color: #fa4d30;
    color: #fff;
  }
  #line .sec05 h2::before {
    border-top: 31px solid #fa4d30;
  }
  #line .sec05 h2::after {
    border-top: 31px solid #fa4d30;
  }
  #line .sec05 .sec05_01 {
    border-radius: 8px;
    margin-bottom: 30px;
  }
  #line .sec05 .sec05_01 p.txt {
    font-size: 14px;
    text-align: center;
  }
  #line .sec05 .sec05_01 p.txt strong {
    font-size: 150%;
    color: #fa4d30;
  }
  #line .sec05 .sec05_01 .sec05_01_1 {
    margin-top: 30px;
  }
  #line .sec05 .sec05_2 {
    background: #eef5de;
    border-radius: 8px;
    padding: 30px 5%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #line .sec05 .sec05_2 ul {
    width: 100%;
  }
  #line .sec05 .sec05_2 ul li a {
    display: block;
    text-decoration: none;
    font-size: 30px;
    color: #01b901;
    background: #ffffff;
    margin: 2% auto;
    padding: 1% 2%;
    border-radius: 30px;
  }
  #line .sec05 .sec05_2 .cat {
    font-size: 24px;
    width: 100%;
  }
  #line .sec05 .sec05_01_2 h3 {
    font-size: 30px;
    display: none;
  }
  #line .sec05 .sec05_01_2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  #line .sec05 .sec05_01_2 ul li {
    width: 46%;
    padding: 20px 1.5%;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #00000036;
    margin-bottom: 5px;
  }
  #line .sec05 .sec05_01_2 ul li p {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fa4d30;
  }
  #line .bnrTokuten a {
    width: 100%;
  }
  #line .footer .cont {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0;
  }
  #line .footer .cont .left {
    float: none;
    text-align: center;
  }
  #line .footer .cont .left.logo {
    margin-right: 25px;
    padding-top: 5px;
    text-align: center;
    float: none;
    width: 88%;
  }
  #line .footer .cont .right p {
    line-height: 17px;
    font-size: 11px;
    text-align: center;
    margin: 0 auto;
  }
  #line .footer .cont .right img {
    padding: 5px 0;
    max-width: 200px;
  }
  #line .footer .cont .right {
    float: none;
    padding-top: 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 120px;
  }
  #line .sec08 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #line .how .con .chu {
    margin-top: 10px;
    text-align: left;
  }
}