@charset "utf-8";

/* ==========================================================================
   初期設定
   ========================================================================== */
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  color: #454545;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h3 {
  font-size: 2.1rem;
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 3.7vw;
  }

  h3 {
    font-size: 4vw;
    font-weight: 700;
  }
}

/* link
   ----------------------------------------------- */
a {
  color: #00a43e;
}

a:active,
a:link,
a:visited {
  text-decoration: underline;
}

a.link01:active,
a.link01:link,
a.link01:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}



/* clearfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.display_sp {
  display: none;
}

@media screen and (max-width:640px) {
  .display_pc {
    display: none;
  }

  .display_sp {
    display: block;
  }
}

.m-top10 {
  margin-top: 10px;
}

/* ==========================================================================
   コンテンツ共通
   ========================================================================== */
.wrap {
  text-align: center;
  margin: auto 0;
}

/* ヘッダー */
h1 {
  background: white;
  height: 60px;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  padding: 5px 0 0 0;
}

h1 img:first-child {
  position: absolute;
  top: 16px;
  left: 0%;
  margin-left: 20px;
}

@media screen and (max-width:1199px) {
  .wrap {
    width: 100%;
  }
}


@media screen and (max-width:640px) {
  h1 {
    height: 13vw;
  }

  h1 img {
    width: 25vw;
  }

  h1 img:first-child {
    top: 4.3vw;
    margin-left: 3vw;
  }
}

/* fv */
.fv_area {
  margin: 0 auto;
  background-color: #bce988;
  border-top: 1px #e5e5e5 solid;

}

.fv_main {
  max-width: 2000px;
  margin: 0 auto;
  background-image: url("../img/fv_bg_pc.jpg");
  background-position: top;
  background-repeat: no-repeat;
}

.main_image {
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .fv_main {
    background-size: auto 95%;
  }

  .main_image {
    width: 85vw;
  }
}

@media only screen and (max-width: 640px) {
  .fv_main {
    background-image: none;
  }

  .main_image {
    width: 100%;
  }
}

/* fvのCVエリア */
.fv_cv {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: -52px;
}

.fv_cv img {
  margin: 0 10px 0;
  transition: all 0.3s ease-out;
  width: 444px;
}

.fv_cv img:hover {
  transform: scale(0.95);
}

.fv_notes{
  width: 900px;
  margin: 0 auto;
  padding-right: 20px;
  text-align: right;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1199px) {
  .fv_cv {
    margin-top: -3.5vw;
  }

  .fv_cv img {
    width: 40vw;
    margin: 0 1vw 0 auto;
  }

  .fv_cv img.end {
    width: 40vw;
    margin: 0 auto;
  }
  .fv_notes{
    width: 80vw;
  }
}

@media only screen and (max-width: 640px) {
  .fv_cv {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-top: -10vw;
  }

  .fv_cv img {
    width: 88vw;
    margin: 0 auto;
    padding-bottom: 3.2vw;
  }

  .fv_cv img.end {
    width: 88vw;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .fv_notes{
    width: 88vw;
    padding-right: 5vw;
    padding-bottom: 5vw;
  }
}

/*　コンテンツのCVエリア */
.how_cv {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 30px 0 80px 0;
}

.how_cv img {
  margin: 0 10px 0;
  transition: all 0.3s ease-out;
  width: 444px;
}

.how_cv img:hover {
  transform: scale(0.95);
}

@media only screen and (max-width: 1199px) {
  .how_cv {
    padding: 3vw 0 5vw 0;
  }

  .how_cv img {
    width: 40vw;
    margin: 0 1vw 0 auto;
  }

  .how_cv img.end {
    width: 40vw;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .how_cv {
    flex-flow: column;
    padding: 3vw 0 10vw 0;
  }

  .how_cv img {
    width: 88vw;
    margin: 0 auto;
    padding-bottom: 3.2vw;
  }

  .how_cv img.end {
    width: 88vw;
  }
}

/* ==========================================================================
   コンテンツ
   ========================================================================== */
/* =============================
  詳細
============================= */

.detail_wrap {
  padding: 0 20px;
  margin: 0 auto;
}

.detail {
  margin: 0 auto;
  max-width: 900px;
}

.detail h2 {
  margin-bottom: 0;
}

.detail .notes {
  font-size: 1.4rem;
  line-height: 20px;
}

.detail ul.inside {
  padding: 10px 0 0;
}

.detail ul.inside li {
  position: relative;
  padding: 0 0 10px 20px;
  text-indent: 0px;
  line-height: 25px;
  text-align: justify;
}

.detail ul.inside li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #00a43e;
  border-radius: 50%;
}

.detail table {
  border-collapse: separate;
  overflow: hidden;
  text-align: left;
  background-color: #fff;
  margin: 0 auto 50px auto;
}


.detail tr:last-child th,
.detail tr:last-child td {
  border-bottom: none;
}

.detail th {
  width: 235px;
  font-size: 2.1rem;
  vertical-align: middle;
  padding: 20px;
  font-weight: 600;
  border-bottom: 1px solid #00a43e;
  vertical-align: middle;
  line-height: 32px;
}

.detail td {
  padding: 20px;
  border-bottom: 1px solid #00a43e;
  vertical-align: middle;
  line-height: 32px;
  font-size: 1.8rem;
  text-align: justify;
}

.detail td p.indent {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

@media only screen and (max-width: 640px) {
  .detail_wrap {
    padding: 0;
  }

  .detail {
    margin: 0 auto;
  }

  .detail h2 {
    width: 100%;
  }

  .detail .notes {
    font-size: 1.4rem;
    line-height: 5vw;
  }

  .detail ul.inside {
    padding: 5vw 0 0;
  }

  .detail ul.inside li {
    padding-bottom: 5vw;
  }

  .detail ul.inside li.inside_end {
    padding-bottom: 2vw;
  }

  .detail table {
    margin: 0 3vw 3vw;
  }

  .detail th {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 5vw;
    width: 80vw;
    font-size: 1.8rem;
  }

  .detail td {
    display: block;
    padding-left: 5vw;
    padding-top: 0.5vw;
    padding-bottom: 5vw;
    font-size: 1.6rem;
    line-height: 6vw;
  }

  .detail td p.txt_in {
    padding-left: 1.4rem;
    text-indent: -1.4rem;
  }
}

/****** ノート ******/
.note {
  border: 1px solid #00a43e;
  margin-bottom: 80px;
  background-color: #fff;
  text-align: left;
}


.note_contents {
  padding: 38px;
}

.note h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.note h4 {
  margin: 20px 0 15px 0;
  font-size: 1.8rem;
}

.note ul.caution {
  font-size: 1.7rem;
}

.note ul.caution li {
  position: relative;
  padding: 0 0 10px 20px;
  text-indent: 0px;
  line-height: 25px;
  text-align: justify;
}

.note ul.caution li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #00a43e;
  border-radius: 50%;
}

.note ul.caution02 {
  font-size: 1.4rem;
}

.note ul.caution02 li {
  position: relative;
  padding: 0 0 10px 20px;
  text-indent: 0px;
  line-height: 20px;
  text-align: justify;
}

.note ul.caution02 li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #00a43e;
  border-radius: 50%;
}

@media only screen and (max-width: 640px) {
  .note {
    margin: 0 3vw 12vw;
  }

  .note_contents {
    padding: 6vw 5.5vw;
  }

  .note h3 {
    font-size: 1.8rem;
    line-height: 7vw;
  }

  .note h4 {
    font-size: 1.6rem;
  }

  .note ul.caution {
    font-size: 1.6rem;
  }

  .note ul.caution li {
    line-height: 6vw;
  }
  .note ul.caution li:before {
    top: 2.4vw;
  }
  .note ul.caution02 {
    font-size: 1.4rem;
    line-height: 5vw;
  }

  .note ul.caution02 li {
    line-height: 5vw;
  }

  .note ul.caution02 li:before {
    top: 1.8vw;
  }
}


/* how */
.how_area {
  background-color: #fff9f3;
}

@media only screen and (max-width: 640px) {
  .how_area img {
    display: block;
  }
}

/****** お問い合わせ ******/
.tell_area {
  padding: 0 3vw;
  margin: 0 auto 1vw;
  width: 100%;
  position: relative;
}

.tell_cv {
  position: relative;
  margin: 0 auto 1.7vw;
  width: 330px;
  bottom: 145px;
  right: 150px;
  text-align: center;
}

.tell_cv .bon01 {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  max-width: 330px;
}

.tell_cv .bon01 a {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 296px;
  height: 40px;
  padding: 0;
  background-color: #00a43e;
  border-radius: 20px;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
  letter-spacing: .08em;
  transition: .15s ease;
}

.tell_cv .bon01 a:hover {
  opacity: 0.7;
}

.tell_cv .bon01 a::before {
  content: '';
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.tell_cv .bon01 a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #00a43e;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
}

.tell_area .point {
  font-weight: bold;
}

@media only screen and (max-width: 1199px) {
  .tell_area {
    margin-bottom: 2vw;
  }

  .tell_cv {
    width: 30vw;
    bottom: 12.5vw;
    right: 13vw;
  }

  .tell_cv .bon01 {
    max-width: 30vw;
  }

  .tell_cv .bon01 a {
    width: 28vw;
    font-size: 2vw;
    padding: 0 2.5vw 0 0;
    height: 4vw;
  }
}

@media only screen and (max-width: 640px) {
  .tell_area {
    margin-bottom: 0;
  }

  .tell_cv {
    width: 100%;
    bottom: 28vw;
    right: 10vw;
    margin-bottom: -7vw;
  }

  .tell_cv .bon01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 8vw;
  }

  .tell_cv .bon01 a {
    width: 50vw;
    height: 7vw;
    font-size: 3vw;
  }

  .phone {
    position: absolute;
    top: 72vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .phone a {
    display: block;
    margin: 0 auto;
    width: 78vw;
    margin: 0 auto;
    font-size: 5.5vw;
    font-weight: 700;
    background-color: #f55c88;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0 5px 0 #ab405e;
    transition: 0.3s;
    text-decoration: none;
  }

  .phone a:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 2px #ab405e;
  }

  .tell_area .point {
    padding: 0 0 6vw;
    font-size: 4vw;
    line-height: 6vw;
  }
}

/* =============================
  フッター
============================= */

/****** トップに戻るボタン ******/
.pagetop_area {
  text-align: right;
  margin: 0 63px 40px;
  padding: 0;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 60px 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.pagetop::before {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #00a43e;
}

.pagetop::after {
  top: 5px;
  left: 21px;
  width: 17px;
  height: 17px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 640px) {
  .pagetop_area {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 10vw;
  }

  .pagetop::before {
    width: 55px;
    height: 55px;
  }

  .pagetop::after {
    top: 5px;
    left: 19px;
    width: 17px;
    height: 17px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
  }
}

/* フッター */
.footer {
  background-color: #f4f4f4;
  padding: 0;
  height: 125px;
  max-height: 125px;
  margin: 0 auto;
  width: 100%;
  display: table;
}

.footer p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #717171;
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .footer {
    padding: 2vw 0;
    height: 20vw;
  }

  .footer p {
    font-size: 2.5vw;
  }
}







/* =============================
  2022/04/21追記
============================= */

/******配信停止ボタンエリア ******/
.toiawase {
	max-width: 500px;
	margin: 30px auto 30px;
	padding: 10px;
	width: 95%;
	text-align: left;
	font-size: 12px;
}

.toiawase .notice {
	padding-left: 1em;
	text-indent: -1em;
}

.toiawase .mt10 a {
	color: #454545;
}

.toiawase .mt10 a:hover {
	color: #1d59c2;
}

.toiawase div {
	background-color: #d6d6d6;
	border: 1px solid #818181;
	text-align: center;
	max-width: 120px;
	margin: 20px auto;
	padding: 5px;
}

.toiawase div a {
	color: #454545;
	text-decoration: none;
}

.toiawase div a:hover {
	color: #1d59c2;
}