.beginner img {
  max-width: 100%;
  height: auto;
}
.beginner-mainv {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.beginner-mainv_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #FFF;
  width: 710px;
  height: auto;
  padding: 2em 1em;
  border-radius: 94px;
}
.beginner-mainv_title > ._box {
  padding-left: 20px;
}
.beginner-mainv_title  ._title {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #90C31F;
}
.beginner-mainv_title  ._catch {
  font-size: 18px;
  color: #666666;

}
.beginner-lead {
  padding: 80px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.666;
}
.beginner-lead p:first-child {
  margin-bottom: 1em;
}
.beginner-lead p:nth-child(2) {
  margin-bottom: 1em;
}
.section {
  padding: 80px 0;
  line-height: 1.7;
}
.section-inner {
  width: 1000px;
  margin: 0 auto;
}
.section.-bg {
  background: #f7f5ed;
}
.section-head {
  margin-bottom: 48px;
  text-align: center;
}
.section-title {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
}
.section-lead {
  text-align: center;
  padding-top: 1.5em;
  font-size: 24px;
}

.beginner-flow__list {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.beginner-flow__item {
  position: relative;
  width: 230px;
}
.beginner-flow__item::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 6px;
  content: url(../img/beginner/arrow.png);
}
.beginner-flow__item:last-child::after {
  content: "";
}
.beginner-request_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.beginnerrequest_item {
  width: 480px;
}
.beginner-osusum__box {
  margin-bottom: 50px;
  padding: 30px 20px;
  border: 3px solid #90c31f;
  background: #fff;
  border-radius: 3px;
}
.beginner-osusum__head {
  display: flex;
  margin-bottom: 50px;
}
.beginner-osusum__thumb {
  width: 260px;
  margin-right: 20px;
}
.beginner-osusum__body {
  width: 660px;
}
.beginner-osusum__catch {
  font-size: 28px;
  color: #90c31f;
  font-weight: bold;
}
.beginner-osusum__handling {
  padding: 1em;
  font-size: 14px;
  background: #f6f6f6;
}
.beginner-osusum__name {
  padding: 20px 0;
}
.beginner-osusum__name > ._area {
  font-size: 14px;
}
.beginner-osusum__name > ._title {
  font-size: 20px;
  font-weight: bold;
}
.beginner-osusum__price {
  padding: 20px 0;
}
.beginner-osusum__price > .strong {
  font-weight: bold;
}
.beginner-osusum__con {
  position: relative;
  margin-bottom: 40px;
}
.beginner-osusum__con:last-child {
  margin-top: 50px;
}
.beginner-osusum__con > ._title {
  position: absolute;
  top: -20px;
  padding: 10px 40px;
  background: #90c31f;
  color: #fff;
  font-weight: bold;
}
.beginner-osusum__con > ._body {
  padding: 40px 20px 20px;
  background: #f7f5ed;
  border-radius: 3px;
}
.beginner-osusum__bottom {
  text-align: center;
}
.beginner-img {
  text-align: center;
}
.beginner-img + .beginner-img {
  margin-top: 24px;
}
.beginner-img a:hover {
  opacity: .8;
}
.beginner-btn {
  text-align: center;
  margin-top: 36px;
}
.beginner-btn .btn {
  width: 560px;
  height: 88px;
  border-radius: 44px;
  font-size: 26px;
  padding: 30px 0;
}
.beginner-movie {
  padding: 0;
}
.beginner-movie + .beginner-movie {
  padding-top: 80px;
}
.beginner-movie .section-inner {
  background: #f7f5ed;
  border-radius: 30px;
  padding: 70px 0 50px;
}
.beginner-movie .section-title {
  font-size: 36px;
  line-height: 1;
}
.beginner-help .section-title {
  font-size: 36px;
  line-height: 1;
}
.beginner-bnr {
  padding-top: 0;
}
.beginner-bnr .section-inner {
  border: 3px solid #90c31f;
  background: #f7f5ed;
  border-radius: 30px;
  padding: 60px 0;
}
.beginner-bnr__ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  margin-bottom: 5px;
}
.beginner-bnr__txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-top: 5px;
}
.beginner-bnr__box {
  width: 648px;
  margin: 0 auto;
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
}
.beginner-bnr__box .is-grn {
  font-size: 36px;
  color: #005c14;
}
.beginner-bnr__box .is-red {
  color: #a40b0b;
}

@media screen and (max-width: 476px) {
  .beginner-mainv img:first-child {
    width: 100%;
  }
  .beginner-lead {
    font-size: 18px;
    padding: 40px 10px;
  }
  .beginner-lead br {
    display: none;
  }
  .section {
    padding: 40px 0;
  }
  .section-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .section-title {
    font-size: 24px;
  }
  .section-lead {
    font-size: 16px;
  }
  .beginner-mainv_title {
    width: 90%;
    height: auto;
    padding: 10px 0;
    border-radius: 40px;

  }
  .beginner-mainv_title ._title {
    font-size: 7vw;
  }
  .beginner-mainv_title ._catch {
    font-size: 2vw;
  }
  .beginner-mainv_title ._mark {
    width: 10vw;
  }
  .beginner-flow__list {
    display: block;
  }
  .beginner-flow__item {
    margin: 0 auto 30px;
  }
  .beginner-flow__item:last-child {
    margin-bottom: 0;
  }
  .beginner-flow__item::after {
    top: initial;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .beginner-osusum__box {
    padding: 20px 10px;
  }
  .beginner-osusum__head {
    display: block;
    margin-bottom: 50px;
  }
  .beginner-osusum__thumb {
    width: 60%;
    margin: 0 auto 20px;
  }
  .beginner-osusum__body {
    width: 100%;
  }
  .beginner-osusum__catch {
    font-size: 20px;
  }
}

.js-accordionBtn {
    position: relative;
  cursor: pointer;
}
.js-accordionBtn::after {
    position: absolute;
    right: 40px;
    top: 15px;
    content: url(../img/beginner/icon-plus.png);
    line-height: 1;
}
.js-accordionBtn.is-active::after {
  animation: active 0.3s linear 0s;
  content: url(../img/beginner/icon-minus.png);
}
.js-accordionPanel {
  display: none;
}
.js-accordionPanel.is-active {
  animation: accordionActive 0.7s linear 0s;
  display: block;
}

@keyframes accordionActive {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.beginner-ac__box {
    margin-bottom: 40px;
    border: 2px solid #F7931E;
    background: #F7F5ED;
}
.beginner-ac__ttl {
  background: #f7931e;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 0.5em 0;
}

.beginner-ac__list {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 20px;
}
.beginner-ac__list.-all02 {
    margin-top: 64px;
}
.beginner-ac__item {
    position: relative;
    width: 300px;
    margin-right: 25px;
    margin-bottom: 50px;
}
.beginner-ac__item:nth-child(3n) {
    margin-right: 0;
}
.beginner-ac__list.-all01 > .beginner-ac__item:nth-child(4) {
    top: -34px;
}
.beginner-ac__list.-all01 > .beginner-ac__item:nth-child(8) {
    top: -34px;
}
.beginner-ac__list.-all02 > .beginner-ac__item:nth-child(3) {
    top: -64px;
}
.beginner-ac__fin {
    text-align: center;
    padding-bottom: 50px;
}
.beginner-ac__fin > strong {
    font-size: 36px;
    font-weight: bold;
    color: #F7931E;
}
.beginner-single__list {
    width: 630px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.beginner-single__item {
    width: 300px;
}

.beginner-single__item:first-child {
    width: 100%;
}
.u-sp {
    display: none;
}
.beginner-single__bottom {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}
.beginner-osusume-ttl {
    text-align: center;
    color: #444444;
    font-size: 46px;
    margin-bottom: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.beginner-osusume-ttl::before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 106%;
    background-color: #fef0c8;
    left: -3%;
    bottom: -2px;
}
.beginner-lnk_wrap {
    padding: 20px 0 70px 0;
}
.beginner-lnk {
    display: table;
    width: 560px;
    height: 88px;
    margin: 0 auto;
}
.beginner-lnk a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: #90c31f;
    border-radius: 50px;
}
.beginner-lnk a:hover {
    opacity: 0.8;
}
.beginner-lnk a:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 25px;
    z-index: 10;
    margin-top: -7px;
    width: 22px;
    height: 14px;
    border: 7px solid transparent;
    border-left: 11px solid #fff;
    box-sizing: border-box;
}

@media screen and (max-width: 476px) {
    .u-sp {
        display: block;
    }
    .u-pc {
        display: none;
    }
    .beginner-ac__list {
        display: block;
    }
    .beginner-ac__item {
        margin: 0 auto 30px;
    }
    .beginner-ac__item:nth-child(3n) {
        margin-right: auto;
        margin-left: auto;
    }
    .beginner-single__list {
        width: 100%;
        display: block;
    }
    .beginner-single__item {
        width: 300px;
        margin: 0 auto 30px;
    }
    .beginner-single__item:first-child {
        width: 300px;
    }
    .beginner-ac__ttl {
        font-size: 20px;
    }
    .beginner-ac__list.-all01 > .beginner-ac__item:nth-child(4){
        top: 0;
    }
    .beginner-ac__list.-all01 > .beginner-ac__item:nth-child(8) {
        top: 0;
    }
    .beginner-ac__list.-all02 > .beginner-ac__item:nth-child(3) {
        top: 0;
    }
    .beginner-ac__fin {
        font-size: 20px;
    }
    .beginner-single__bottom {
        font-size: 18px;
    }
    .beginner-ac__box {
        margin-bottom: 20px;
    }
    .js-accordionBtn::after {
        top: 5px;
        right: 1rem;
        transform: scale(.5);
    }
    .news_list_title img:first-child {
        height: 30px;
    }
    .news_list_title img:last-child {
        height: 30px;
    }
    .news_list_title {
        font-size: 22px;
    }
    .beginner-img + .beginner-img {
        margin-top: 12px;
    }
    .beginner-btn {
        margin-top: 20px;
    }
    .beginner-btn .btn {
        width: 100%;
        height: 56px;
        border-radius: 28px;
        font-size: 20px;
        padding: 15px 0;
    }
    .beginner-movie {
        padding: 0 10px;
    }
    .beginner-movie + .beginner-movie {
        padding-top: 40px;
    }
    .beginner-movie .section-inner {
        border-radius: 20px;
        padding: 30px 20px 20px;
    }
    .beginner-movie .section-head {
        margin-bottom: 24px;
    }
    .beginner-movie .section-title {
        font-size: 24px;
        line-height: 1.5;
    }
    .beginner-help .section-head {
        margin-bottom: 24px;
    }
    .beginner-help .section-title {
        font-size: 24px;
        line-height: 1.5;
    }
    .beginner-bnr {
        padding: 0 10px 40px;
    }
    .beginner-bnr .section-inner {
        border: 3px solid #90c31f;
        background: #f7f5ed;
        border-radius: 20px;
        padding: 20px 20px;
    }
    .beginner-bnr__ttl {
        font-size: 16px;
    }
    .beginner-bnr__txt {
        font-size: 16px;
    }
    .beginner-bnr__box {
        width: 100%;
        padding: 10px;
    }
    .beginner-bnr__box .is-grn {
        font-size: 18px;
    }
    .beginner-lnk_wrap {
        padding: 0 0 50px 0;
    }
    .beginner-lnk {
        width: 100%;
        height: 56px;
    }
    .beginner-lnk a {
        font-size: 16px;
    }
    .beginner-lnk a:before {
        right: 20px;
        margin-top: -5px;
        width: 16px;
        height: 10px;
        border: 5px solid transparent;
        border-left: 8px solid #fff;
    }
}

/*210108追加*/
.beginner-request_list.sp_column {
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.beginner-request_list.sp_column .beginnerrequest_item {
	margin-bottom: 30px;
}
.beginner-request_list.sp_column .beginnerrequest_item .btn.btn-7 {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 15px 20px;
    background-color: #f8a624;
    border-color: #f8a624;
}
@media screen and (max-width: 1000px) {
	.beginner-request_list.sp_column {
		padding: 0 20px;
	}
	.beginner-request_list.sp_column .beginnerrequest_item {
		width: 49%;
	}
	.beginner-request_list.sp_column .beginnerrequest_item img {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.beginner-request_list.sp_column {
		flex-direction: column;
	}
	.beginner-request_list.sp_column .beginnerrequest_item {
		width: 100%;
	}
	.beginner-request_list.sp_column .beginnerrequest_item:last-child {
		margin-bottom: 0;
	}
	.beginner-request_list.sp_column .beginnerrequest_item .btn.btn-7 {
		width: 65%;
	}
}
