@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* -----------------------------------------------------
common
------------------------------------------------------ */
h2.bloglist {
    font-size: 2em;
    margin-top: 50px;
}
.none{
    display: none;
}
.footer-nav > ul > li a {
    color: #000!important;
    text-align: left;
    font-size: 1.2em;
}
.tekisei_list .mapicon div::before {
    content: "\f5a0"!important;
}
.tekisei_list .const div::before {
    content: "\f636"!important;
}
span.date {
    display: none!important;
}
.toggle2{
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
}
.bloglist a {
    color: #000;
    font-size: 18px;
}
.bloglist li {
    width: 50%;
    text-align: left;
}
.toggle .category {
    padding: 15px;
    background: #04047c;
    color: #fff;
    border: 1px solid #ccc;
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
}
.category {
    position: relative;
}
.open01::before {
    content: "+";
    color: white;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.list09 {
    display: flex;
    flex-wrap: wrap;
}
.list10 {
    width: 32.3333333333%;
    margin: 0.5%!important;
}
.list11 ul li {
    background: #f7f7f7;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.list11 ul li a {
    color: #000;
    padding: 5px !important;
    font-size: 1.8rem;
}
.bloglist a {
    color: #000;
}
ul.bloglist {
    display: flex;
    flex-wrap: wrap;
}
.bloglist li {
    width: 50%;
}
.tekisei h3 {
    margin-top: 40px;
}
/* フッター　レイアウト */
.oldlist {
    display: flex;
    flex-wrap: wrap;
}
.oldlist2 {
    width: 48%;
    margin: 1%!important;
}
.f_title h3:before {
    background-color: #ffce1f;
    border-radius: 10px;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
}
.f_title h3 {
    padding-left: 20px;
    position: relative;
    font-size: 20px;
    text-align: left;
}
.f_list ul li {
    padding-left: 0px!important;
    margin-top: 5px!important;
    text-align: left;
    list-style: inside;
}
.f_list ul li a{
    color: #0a0a0a!important;
    text-decoration: underline;
    font-size:17px;
}
.f_list ul li::marker {
    content: "・";
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.tekisei2 h2 {
    font-size: 46px;
    font-weight: bold;
    padding-bottom: 32px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
}
.tekisei2 h2:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #04047c;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* フッターレイアウトEND */

/* Instagramレイアウト */
.insta2 div.sns_list {
    display: flex;
    flex-direction: row;
    border: 0px;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: wrap;
}
.insta2 div.sns_list > div {
    width: 24%;
    display: flex;
    border: 2px solid #04047c;
    flex-direction: column-reverse;
    background: #fff;
}
.insta2 div.sns_list div.sns_text {
    width: 100%;
}
.insta2 div.sns_list div.sns_photo {
    width: 100%;
}
.insta2 ul.clearfix {
    display: none;
}

@media screen and (min-width: 641px) and (max-width: 834px){
}
@media only screen and (max-width: 640px){
.bloglist li {
    width: 100%!important;
}
.list10 {
    width: 49%;
    margin: 0.5%!important;
}
ul.bloglist {
    margin: 0px 10px!important;
}
.bloglist a {
    font-size: 15px!important;
}
.blog .wrap {
    flex-direction: column-reverse;
}
.oldlist2 {
    width: 98%;
    margin: 1%!important;
}
.f_list {
    margin-bottom: 20px;
}
.insta2 div.sns_list > div {
    width: 100%;
    margin: 5px 10px;
}
.tekisei2 h2{
    font-size: 30px;
    padding-bottom: 22px;
    margin-top: 50px;
}
.oldlist {
    width: 95%;
    margin: 0 auto;
}
}

/* ------------------------------------------------------------
blog/search.html
------------------------------------------------------------ */
/*.blog #contents > dl {
    padding: 30px;
    margin-bottom: 15px;
    background: #faf3ff;
    border: dashed 2px $main-color;
}*/
.blog #contents > dl:first-child
    margin-top: 30px;     
}
.blog #contents > dl:last-child
    margin-bottom: 0;    
}
.blog #contents > dl dt .date {
    display: block;
    font-size: 15px;
}
.blog #contents > dl dt a {
    color: #04047c;
    font-weight: bold;
}
.blog #contents > dl dd ul {
    display: flex;
}
.blog #contents > dl dd ul li a {
    padding: 0 5px;
    color: #04047c;
}




.tekisei_list a {
    color: #000;
}
.blog #contents > article > ul li a { 
    background-color: #04047c;
    border-radius: 5px;
    display: inline-block;
    padding: 0 5px;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}
.blog #contents > article > .date {
    display: none;
}
.blogbox .right .tekisei_wp02 {
    display: flex !important;
    justify-content: space-between !important;
}
.blogbox .right .tekisei_h2 {
    display: none;
}
.blogbox .right .tekisei_wp02 {
    align-items: center;
    border: none !important;
}
.blogbox .right .map {
    margin: 0 !important;
}
.blogbox .right .tekisei_wp01 {
    background: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.blogbox .right .tekisei_list {
    width: 49%;
}
.blogbox .right .map {
    width: 49%;
}
.blogbox {
    border: none !important;
}
.blog .wrap {
    max-width: 1200px !important;
}
.blogbox .right .tekisei_anchor {
    display: none;
}

.blogbox > dl ul li a {
    background-color: #04047c;
    border-radius: 5px;
    display: inline-block;
    padding: 0 5px;
    color: #fff !important;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}


/* faq */
.faq .box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px;
    border-radius: 5px;
  }
  
  .faq .box div {
    position: relative;
    width: calc(100% - 60px);
    padding-right: 15px;
  }
  
  @media screen and (max-width: 480px) {
    .faq .box div {
      width: calc(100% - 50px);
    }
  }
  
  .faq .box:first-child {
    background: rgba(4, 4, 124, 1);
    color: #fff;
  }
  
  .faq .box:first-child::before {
    content: "Q";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    color: #04047c;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  
  @media screen and (max-width: 480px) {
    .faq .box:first-child::before {
      width: 40px;
      height: 40px;
    }
  }
  
  .faq .box:first-child div {
    font-weight: bold;
  }
  
  .faq .box:first-child div::after {
    content: "+";
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2.2rem;
    color: #fff;
    line-height: 1;
  }
  
  @media screen and (max-width: 640px) {
    .faq .box:first-child div::after {
      right: 0;
    }
  }
  
  .faq .box:first-child.open div::after {
    content: "-";
  }
  
  .faq .box:last-child {
    background: rgb(255, 255, 255);
    margin-top: 10px;
  }
  
  .faq .box:last-child::before {
    content: "A";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    background: #f9e350;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  
  @media screen and (max-width: 480px) {
    .faq .box:last-child::before {
      width: 40px;
      height: 40px;
    }
  }

  /* faq end */
.index-bg01 .indexcont-fle .index-cont1 {
    margin: 6.6px!important;
}
.index-bg02 .txtpos{
    position: relative;
}
@media screen and (max-width: 640px) {
    .index-bg01 .indexcont-fle .index-cont1 {
        margin: 10px 0!important;
    }
.index-bg02 .img01 {
    bottom: -40px;
}
}
