@charset "utf-8";

/*トップページのメインビジュアル設定
---------------------------------------------------------------------------*/
.main_visual {
  padding: 30px 0 176px 0;
  background: #325c66 url(../../images/index/main_visual_bg_01.png) no-repeat center bottom 19px;
}
.main_visual .inner {
  width: 964px;
  margin: 0 auto;
  padding: 23px 0 24px 0;
  background: #ebe7db;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

/*コンテンツ設定
---------------------------------------------------------------------------*/
/* ページ内リンク
-------------------------------------------------------*/
#contents .anchor {
  margin: 40px auto 0 auto;
  text-align: center;
}
#contents .anchor li {
  display: inline-block;
  margin-right: 17px;
  padding-right: 17px;
  border-right: solid 1px #444;
  line-height: 1;
}
#contents .anchor li:first-child {
  padding-left: 17px;
  border-left: solid 1px #444;
}
#contents .anchor li a { color: #0086be; }

/* かんたんとうろくんで予定表を作ろう
---------------------------------------------------------------------------*/
#contents section .make_list {
  display: flex;
  flex-wrap: wrap;
}
#contents section .make_list li{
  position: relative;
  width: 31.12%;
  vertical-align: top;
}
#contents section .make_list li + li { margin-left: 3.32%; }
#contents section .make_list dt {
  position: absolute;
  top: 0;
  left: 38%;
  width: 24.55%;
  height: auto;
  margin: 0 auto;
  z-index: 5;
}
#contents section .make_list dd {
  width: 100%;
  height: auto;
  margin-top: 11.66%;
  padding: 15.66% 0 6.66% 0;
  border-radius: 17px;
  background: #eff7f6;
  letter-spacing: normal;
}
#contents section .make_list li:nth-child(1) dd { padding-top: 9.5%; }
#contents section .make_list dd .photo {
  height: auto;
  margin: 0 auto;
}
#contents section .make_list li:nth-child(1) dd .photo { width: 68.66%; }
#contents section .make_list li:nth-child(2) dd .photo { width: 67.66%; }
#contents section .make_list li:nth-child(3) dd .photo { width: 66.66%; }
#contents section .make_list dd p + p {
  margin-top: 15px;
  color: #325c66;
  text-align: center;
}
#contents section .make_list + p { margin-top: 30px; }

/* お試し版はこちら
-------------------------------------------------------*/
#contents .trial {
  margin-top: 20px;
  padding-top: 40px;
  background: url(../../images/index/trial_bg_01.png) no-repeat right 0;
}
/*
#contents .trial .inner { position: relative; }
#contents .trial .inner::before{
  content: "";
  display: inline-block;
  padding-top: 103.51%;
}
*/
#contents .trial .inner iframe {
  width: 100%;
  height: auto;
}

/* ご利用ガイド
-------------------------------------------------------*/
#contents .movie { margin-top: 50px; }
#contents .movie .movie_inner {
  position: relative;
  width: 70.53%;
  margin: 0 auto;
}
#contents .movie .movie_inner::before{
  content: "";
  display: inline-block;
  padding-top: 56.32%;
}
#contents .movie .movie_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents .movie .btn_guide {
  width: 360px;
  height: 51px;
  height: auto;
  margin: 34px auto 0 auto;
}

/*画面幅1023px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:769px) and ( max-width:1023px) {

  /* トップページの/メインビジュアル設定
  ---------------------------------------------------------------------------*/
  .main_visual {
    padding: 2.92% 0 17.08% 0;
    background: #325c66 url(../../images/index/main_visual_bg_01.png) no-repeat center bottom 17px;
    background-size: 90.42% auto;
  }
  .main_visual .inner {
    width: 94.14%;
    margin: 0 auto;
  }

}

/*画面幅768px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {

  /* トップページの/メインビジュアル設定
  ---------------------------------------------------------------------------*/
  .main_visual {
    padding: 2.66% 0 17.86% 0;
    background: #325c66 url(../../images/index/main_visual_bg_01.png) no-repeat center bottom 5.26%;
    background-size: 93.6% auto;
  }
  .main_visual .inner {
    width: 94.66%;
    margin: 0 auto;
    padding: 23px 0 24px 0;
    background: #ebe7db;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }

  /*コンテンツ設定
  ---------------------------------------------------------------------------*
  /* ページ内リンク
  -------------------------------------------------------*/
  #contents .anchor { margin-top: 30px; }
  #contents .anchor li {
    margin-right: 9px;
    padding-right: 9px;
    font-size: 1.4rem;
  }
  #contents .anchor li:nth-chil(3) { margin-right: 0; }
  #contents .anchor li:first-child { padding-left: 9px; }

  /* かんたんとうろくんで予定表を作ろう
  ---------------------------------------------------------------------------*/
  #contents section .make_list {  display: block; }
  #contents section .make_list li{
    position: relative;
    width: 100%;
    padding-top: 0.5%;
  }
  #contents section .make_list li + li { margin: 4% 0 0 0; }
  #contents section .make_list dt {
    position: absolute;
    top: 0;
    left: 38.8%;
    width: 21.9%;
    height: auto;
    margin: 0 auto;
    z-index: 5;
  }
  #contents section .make_list dd {
    width: 100%;
    height: auto;
    padding: 13.7% 0 5.9% 0;
    border-radius: 17px;
    background: #eff7f6;
    letter-spacing: normal;
  }
  #contents section .make_list li:nth-child(1) dd { padding-top: 8.6%; }
  #contents section .make_list dd .photo {
    height: auto;
    margin: 0 auto;
  }
  #contents section .make_list li:nth-child(1) dd .photo { width: 61.79%; }
  #contents section .make_list li:nth-child(2) dd .photo { width: 60.89%; }
  #contents section .make_list li:nth-child(3) dd .photo { width: 60.29%; }
  #contents section .make_list dd p + p {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  #contents section .make_list + p { margin-top: 15px; }

  /* お試し版はこちら
  -------------------------------------------------------*/
  #contents .trial {
    margin-top: 20px;
    padding-top: 40px;
    background: url(../../images/index/trial_bg_01_s.png) no-repeat right top;
    background-size: 22.93% auto;
  }
/*
  #contents .trial .inner { position: relative; }
  #contents .trial .inner::before{
    content: "";
    display: inline-block;
    padding-top: 103.51%;
  }
  #contents .trial .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
*/

  /* ご利用ガイド
  -------------------------------------------------------*/
  #contents .movie { margin-top: 50px; }
  #contents .movie .movie_inner {
    width: 100%;
    margin: 0 auto;
  }
  #contents .movie .movie_inner::before{
    content: "";
    display: inline-block;
    padding-top: 56.32%;
  }
  #contents .movie .movie_inner iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #contents .movie .btn_guide {
    width: 100%;
    height: auto;
    margin: 20px auto 0 auto;
  }

}