/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/*.flow_design01 {
    display: flex;
    justify-content: center;
    align-items: center;
  }*/
  ul{
    padding:0;
  }
  figure{
    margin:0;
  }
  .site-header {
      background-color: #fdfdf7;
  }
  .aste-color{
    color:#fd7e00;
  }
  .fw-unset,.pre-fw-unset{
    font-weight:unset;
  }
  .archive-header-title {
    margin-top: 1rem;
}
  .entry-title{
    margin-top: 1rem;
  }
  h2{
    font-size: 1.5rem;
  }
  h3{
    font-size: 1.2rem;
  }
  h2.border-none,h3.border-none{
    border: none;
  }
  h4.bg-none{
    background-color: transparent;
  }
  h3.border-none:after{
    content:none;
  }
  .c-69411b{
    color: #69411b;
  }
  .site-body {
    padding: 0;
  }
  .slider-container{
    margin: 0 auto;
    max-width: 1320px;
  }
  .top-link{
    color: #2600ff;
    border-bottom: 1px dashed #818181;
  }
  .top-link:hover{
    color: #61a0ff;
  }
  .top-hd-deco{
    display: flex;
    align-items: center;
  }
  .top-hd-deco::before{
    display: inline-block;
    width: 8px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #5a4939;
    content: '';
  }
  /*新着情報*/
  .top-info{
    padding-bottom:100px;
  }
  .top-info-btn {
    background-color: #5a4939;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 1em;
  }
  .top-info-btn:hover {
    color: #fff;
    opacity: 0.8;
  }
  /*YouTube視聴お試し*/
  .top-sample,.top-info{
    max-width: 1140px;
    margin: 0 auto;
  }
  .ls-none{
	  list-style:none;
  }
  .gallery-tn{
	  overflow: hidden;
	  width: 100%;
	  height: 100%;
	  border-radius:10px;
  }
  .gallery-tn img{
	  border-radius:10px;
	  display: block;
	  transition-duration: 0.5s;
  }
  .gallery-tn img:hover {
	  transform: scale(1.2);
	  transition-duration: 0.5s;
  }
  a:hover figure img {
    transform: scale(1.2);
	  opacity: 0.6;
  }
/*～あなたの知識欲を満たします～
  あたらしい学び場でできる3つのこと*/
  .top-service h2{
    font-size:28px;
    color:#513d3f;
    font-family: "Zen Old Mincho", Sans-serif;
    padding: 0 0 15px 68px;
    background: url("https://atarasee-manabiba.com/wp-content/themes/lightning-child/assets/images/ico1.png")no-repeat 0 10px;
    margin: 0;
    list-style: none;
  }
  .top-service dd{
    font-size:16px;
    font-family: "Zen Maru Gothic", Sans-serif;
  }
  .flex-container{
    display: table;
  }
  .flex-container p{
    display: table-cell;
	  vertical-align: middle;
  }
/*＜月額2,980円！サブスク制オンラインスクール＞
  atarasee-manabiba.com～あたらしい学び場～*/
  .top-point-ttl{
    font-size:28px;
    color:#513d3f;
    font-family: "Zen Old Mincho", Sans-serif;
    margin: 0;
  }
  .top-point-txt{
    font-size:16px;
    font-family: "Zen Maru Gothic", Sans-serif;
  }
  .top-point1{
    padding: 10px 0 32px 130px;
    background: url("https://atarasee-manabiba.com/wp-content/themes/lightning-child/assets/images/hd01.png")no-repeat 5px 1px;
  }
  .top-point2{
    padding: 10px 0 32px 130px;
    background: url("https://atarasee-manabiba.com/wp-content/themes/lightning-child/assets/images/hd02.png")no-repeat 5px 1px;
  }
  .top-point3{
    padding: 10px 0 32px 130px;
    background: url("https://atarasee-manabiba.com/wp-content/themes/lightning-child/assets/images/hd03.png")no-repeat 5px 1px;
  }
  /*TOP視聴方法*/
  .flow_design01 ul {
    padding: 0;
  }
  .flow_design01 li {
    list-style-type: none;
  }
  .flow_design01 dd {
    margin-left: 0;
  }
  .flow01 > li {
    position: relative;
    list-style: none;
  }
  .flow01 > li:not(:last-child) {
    margin-bottom: 40px;
  }
  .flow01 > li dl {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #69411b;
    border-radius: 10px;
    position: relative;
  }
  .flow01 > li:not(:last-child) dl::before,
  .flow01 > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .flow01 > li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: #69411b;
  }
  .flow01 > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fdfdf7;
  }
  .flow01 > li dl dt {
    font-size: 1.2em;
    font-weight: 600;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 2vw;
    text-align: center;
  }
  .flow01 > li dl dt .icon01 {
    font-size: 0.6em;
    color: #fff;
    background: #69411b;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
  }
  .stream-list {
    list-style: none;
    border: 2px solid #69411b;
    background: #fff;
    padding: 1rem;
  }
  .swiper-button-prev,.xo-slider-template-default,.swiper-button-next{
    color: #69411b;
  }
  .swiper-pagination-bullet-active{
    background: #69411b;
  }
/*提携団体*/
  .group-link{
    color: #757575;
    border-bottom: 1px dashed #818181;
  }
/*新着情報*/
.info-list{
  list-style: none;
}
/*フォーム*/
  span.wpcf7-checkbox .wpcf7-list-item {
   margin-top:5px;
   display: block;
  }
  .aste-color {
    color: #fd7e00;
  }
  .mail-note,.inq-membership{
    color: #002bff;
  }
  .wpcf7-previous {
    margin-bottom: 15px;
  }
  @media (max-width: 1024px) {
    .top-info{
      padding: 0 30px 50px;
    }
    .top-sample{
      padding: 0 30px;
    }
  }
  @media(max-width: 767px) {
    .title-br{
      display: block;
    }
    .top-sample h2{
      font-size: 16px;
    }
    .top-info{
      padding: 0 20px 50px;
    }
    .top-sample{
      padding: 0 20px;
    }
    .top-sample-ttl{
      font-size: 20px;
    }
    .flow01 > li:not(:last-child) {
      margin-bottom: 30px;
    }
    .flow01 > li dl {
      display: block;
      padding: 10px 15px;
    }
    .flow01 > li dl dt {
      margin-right: 0;
    }
    .flow01 > li dl dt .icon01 {
      font-size: .7em;
    }
    .wpcf7 input[name="your-name"] { /* 名前入力欄 */
      width: 100%;
    }
    .wpcf7 input[name="your-name2"] { /* 名前入力欄 */
      width: 100%;
    }
    .wpcf7 input[name="your-name3"] { /* 名前入力欄 */
      width: 100%;
    }
    .wpcf7 input[name="your-name4"] { /* 名前入力欄 */
      width: 100%;
    }
  }
@media screen and (min-width:768px) and ( max-width:991px)  {
  .top-service h2{
    padding: 5px 12px 5px 62px;
    background: url(https://atarasee-manabiba.com/wp-content/themes/lightning-child/assets/images/ico1.png) no-repeat 0px 0px;
  }
}