
/* ------------
   page-share
*/
.page-share {
  text-align: center;
}
.page-share a {
  margin: 0 12px;
}
.page-share img {
  height: 45px;
}

/* ------------
   author info
*/
.author-info {
  display: flex;
  background: #F6F6F6;
  font-size: 87.5%;
}
.author-info-title {
  font-weight: bold;
}
.author-info-note {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .author-info { padding: 25px; }
  .author-info-fig { margin-right: 25px; }
  .author-info-fig img { max-width: 80px; max-height: 80px }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .author-info { padding: 20px; }
  .author-info-fig { margin-right: 20px; }
  .author-info-fig img { max-width: 70px; max-height: 70px }
}
@media screen and (max-width: 767px) {
  .author-info { padding: 15px; }
  .author-info-fig { margin-right: 15px; }
  .author-info-fig img { max-width: 60px; max-height: 60px }
}

/* ------------
   prevnext
*/
.prevnext {
  margin-top: 50px;
}
.prevnext a {
  text-decoration: none;
  background: #FFF;
  display: block;
}  
.prevnext .nav-next,
.prevnext .nav-previous {
  width: 48%;
}
.prevnext .nav-next {
  float: right;
  text-align: right;
}
.prevnext .nav-previous {
  float: left;
}
.prevnext-subtitle {
  font-size: 14px;
  display: block;
  color: initial;
  margin-bottom: .5em;
}
.prevnext-title {
  font-size: 12px;
  text-decoration: underline;
}
/* ------------------------------------------------
   nav-parent
*/
.nav-parent {
  background: #FFF;
}
@media screen and (min-width: 1024px) {
  .nav-parent { padding: 30px 40px; }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .nav-parent { padding: 20px 30px; }
}
@media screen and (max-width: 767px) {
  .nav-parent { padding: 10px 20px; }
}
.nav-parent a {
  font-size: 12px;
  margin-left: 10px;
}  

/* ------------------------------------------------
   breadcrumb
*/
.breadcrumb {
  font-size: 12px;
  padding-top: 20px;
}
.breadcrumb p {
  margin: 5px 0;
}
.breadcrumb p > :not(:first-child) {
  margin-left: .5em;
}
.breadcrumb a {
  margin-right: .5em;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-bottom: 20px;
  }
  
}
  
/* ------------------------------------------------
   widget
*/
.widget {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
.widget:not(:last-child) {
  margin-bottom: 30px;
}
.widgettitle {
  font-size: 87.5%;
  margin: 0 0 10px;
  text-align: center;
}
/*
.widget_pages a,
.widget_recent_entries a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a,
*/
.widget_tag_cloud a {
  color: inherit;
  text-decoration: none;
}

/* ------------------------
   カスタムHTML
*/
.widget_custom_html/*,
.widget_recent_entries*/ {
  padding: 0;
  background: inherit;
}

/* ------------------------
   リスト
*/
.widgettitle {
  font-size: 100%;
  margin: 0 0 20px;
}
.widget_categories ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
.widget_categories li {
  margin: 0;
}
.widget_categories li a,
.widget_categories li .list-parent {
  margin: 0;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  padding: .5em 1em;
  display: block;
  color: inherit;
  text-decoration: none;
}
.widget_categories li a:hover,
.widget_categories li .list-parent:hover {
  background-color: #EEE;
}
.widget_categories > ul > li:first-child > a {
  border-top: 1px solid #EEE
}
.widget_categories li li a {
  padding-left: 2.5em;
}
.widget_categories li li a {
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: left 1em center;
  background-image: url(../images/9bbhHFXyiC8A.png);
}
.widget_categories li .list-parent {
  background-image: url(../images/fpgvBNWzLHmF.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 1em center;
  cursor: pointer;
}
.widget_categories li.is-show .list-parent {
  background-image: url(../images/vTgZNEFFN7Jk.png);
}

/* ------------------------
   検索ボックス
*/
.widget_search .widgettitle {
  display: none;
}
.search-form {
  display: flex;
}
.search-form > label {
  flex-grow: 1;
}
.screen-reader-text {
  display: none;
}
input[type="search"].search-field,
.search-submit {
  border: 0;
  padding: 1em 1.5em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  input[type="search"].search-field,
  .search-submit {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  input[type="search"].search-field,
  .search-submit {
    font-size: 16px;
  }
}
input[type="search"].search-field {
  width: 100%;
  border-radius: 2em 0 0 2em;
}
.search-submit {
  background: #000;
  color: #FFF;
  border-radius: 0 2em 2em 0;
  padding-left: 1em;
}

/* ------------------------
   タグクラウド
*/
.widget_tag_cloud {
  background: #FFF;
  padding: 20px;
}
.widget_tag_cloud .widgettitle {
  display: none;
}
.tag-cloud-link {
  border: 2px solid #999;
  padding: .3em .8em;
  line-height: 1.4;
  border-radius: 1em; 
}

/* ------------------------------------------------
   site info
*/

.site-info {
  border: 1px solid #000;
  background: #FFF;
  /* max-width: 640px; */
  position: relative;
  font-size: 14px;
  
}
.site-info .widget {
  max-width: none;
}
.site-info a {
  padding-left: 1em;

  background-image: url(../images/P3RFHc1s9x16.png);
  background-size: 5px;
  background-repeat: no-repeat;
  background-position: left 7px;
}
@media screen and (min-width: 768px) {
  .site-info {
    padding: 10px 20px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .site-info {
    padding: 5px 10px;
    margin: 0 auto 20px;
  }
}

/* ------------------------------------------------
   最新の投稿
*/
.recent-posts {
  font-size: 14px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.recent-posts ul {
  margin-top: 30px;
  border-spacing: 0 .5em;
  width: 100%;
  list-style-type: none;
  padding: 0;
}
.recent-posts-term {
  width: 10em;
}
.recent-posts-term a {
  color: #FFF;
  background: #666;
  text-align: center;
  padding: 1em;
}
.recent-posts-date {
  width: 10em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recent-posts ul {
    display: table;
  }
  .recent-posts li {
    display: table-row;
    background: #FFF;
  }
  .recent-posts-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 1em;
  }
  .recent-posts-term {
    padding: 0;
    line-height: 0;
  }
  .recent-posts-term a {
    line-height: 1.5;
  }
  .recent-posts-date {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .recent-posts li {
    display: flex;
    flex-wrap: wrap;
  }
  .recent-posts-cell {
    display: block;
    padding: .25em;
  }
  a.recent-posts-cell {
    flex-basis: 100%;
    background: #FFF;
    padding: 1em;
  }
}


/* ------------------------
   view more 
*/
.view-more,
.link-back {
  margin-top: 20px;
  line-height: 1.5;
}
.view-more {
  text-align: right;
}
.view-more.txt-center {
  text-align: center;
}
.link-back a,
.view-more a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
  background-size: 5px;
  background-repeat: no-repeat;
}
.view-more a {
  background-image: url(../images/P3RFHc1s9x16.png);
  padding-right: 15px;
}
.link-back a {
  background-image: url(../images/font-arrow-left.png);
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .link-back,
  .view-more {
    font-size: 14px;
  }
  .view-more a {
    background-position: right 6px;
  }
  .link-back a {
    background-position: left 6px;
  }
}
@media screen and (max-width: 767px) {
  .link-back,
  .view-more {
    font-size: 14px;
  }
  .view-more a {
    background-position: right 6px;
  }
  .link-back a {
    background-position: left 6px;
  }
}

/* ------------------------------------------------
 */
.back-index {
  text-align: center;
}
.back-index a {
  min-width: 17em;
  padding: .5em 1.5em .5em 1em;
  line-height: 1.5;
  border-radius: 1.25em;
  display: inline-block;
  border: 1px solid #000;
  color: inherit;
  text-decoration: none;
  background-image: url(../images/P3RFHc1s9x16.png);
  background-repeat: no-repeat;
  background-size: 5px;
  background-position: right .75em center;
}
.back-index a:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* ------------------------------------------------
 */
.feature-deck {
  text-align: center;
}
.feature-deck > li {
  /* border: 2px solid #000; */
  background: #F6F6F6;
}
.feature-deck > li.-blue {
  background: rgba(41,154,214,.1);
}
.feature-deck > li.-green {
  background: rgba(67,196,188,.1);
}
.feature-deck dd {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .feature-deck {
    margin: 60px 0 0;
  }
  .feature-deck > li {
    padding: 20px;
  }
  .feature-deck .-fig img {
    height: 60px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-deck {
    margin: 30px 0 0;
  }
  .feature-deck > li {
    margin-bottom: 10px;
    padding: 10px;
  }
  .feature-deck .-fig img {
    height: 40px;
    margin: 10px 0;
  }
  .feature-deck dt {
    font-size: 14px;
  }
}

/* ------------------------------------------------
 */
.various-deck > li {
  background: #FFF;
  border: 1px solid #EEE;
}
.various-deck dl {
  padding: 15px;
}

/* ------------------------------------------------
 */
.lead-trial {
  border: 1px solid #EEE;
  padding: 0;
}
.lead-trial .-fig {
  line-height: 0;
}
.lead-trial .-fig img {
  object-fit: cover;
  object-position: left;
}
@media screen and (min-width: 768px) {
  .lead-trial {
    display: flex;
  }
  .lead-trial .-fig {
    flex: 0 0 50%;
    order: 2;
  }
  .lead-trial .-fig img {
    height: 360px;
    clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%);    
  }
  .lead-trial .-cnt {
    padding: 50px;
  }
  .lead-trial .p-sec-h {
    margin-bottom: 30px;
  }
  .lead-trial h2 {
    font-size: 32px;
  }
  .lead-trial h2.-txt-small {
    font-size: 20px;
  }
  .lead-trial footer {
    margin-top: 30px;
  }
  .lead-trial footer .btn {
    min-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .lead-trial .-fig img {
    width: 100%;
    max-height: 255px;
  }
  .lead-trial .-cnt {
    padding: 20px;
  }
  .lead-trial h2.-txt-small {
    font-size: 16px;
  }
  .lead-trial footer {
    text-align: center;
    margin-top: 20px;
  }
  .lead-trial footer .btn {
    width: 90%;
  }
}
  
/* ------------------------------------------------
 */
.lead-trial-btn {
  text-align: center;
}
.lead-trial-btn .btn.-primary {
  background-image: url(../images/TTRXvYjE7DPI.png),
                    linear-gradient(to bottom right, #B30A1B 50%, #9C0117 50%);
  background-repeat: no-repeat;
  background-position: right 1.25em center, center;
  background-size: 6px, auto;
}
.lead-trial-btn .-catch {
  margin-bottom: 10px;
  font-weight: bold;
}
.lead-trial-btn .-catch::before {
  content: "＼";
  color: #B50C1C;
}
.lead-trial-btn .-catch::after {
  content: "／";
  color: #B50C1C;
}
@media screen and (min-width: 768px) {
  .lead-trial-btn .-catch {
    font-size: 20px;
  }
  .lead-trial-btn .btn {
    font-size: 24px;
    padding: 22px 60px;
  }
}
@media screen and (max-width: 767px) {
  .lead-trial-btn .-catch {
    font-size: 14px;
  }
  .lead-trial-btn .btn {
    font-size: 14px;
    min-width: 80%;
  }
}


/* ------------------------------------------------
 */
.linkcard {
  margin: 10px 0;
}
.lkc-card {
  margin: 10px;
}
.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
  max-width: unset;
}
.lkc-info {
  font-size: 13px;
  line-height: 13px;
}
.lkc-title-text {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lkc-domain {
  font-size: inherit;
  line-height: inherit;
}
.lkc-content {
  margin-top: 10px;
}
.lkc-thumbnail {
  max-width: 120px;
  max-height: 120px;
  margin: 0 10px 0 0;
}
.lkc-url {
  color: #4466ff;
  font-size: 12px;
  line-height: inherit;
}
.lkc-excerpt {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

/* ------------------------------------------------
 */
.ly-f-message {
}
@media screen and (min-width: 768px) {
  .ly-f-message {
    font-size: 14px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ly-f-message {
    font-size: 13px;
    margin-top: 50px;
  }
}

/* ------------------------------------------------
   archive school tab
*/
.archive-school-tab ul,
.archive-school-tab li,
.archive-school-tab dl,
.archive-school-tab dt,
.archive-school-tab dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.archive-school-tab .-i {
  margin-bottom: -1px;
}
.archive-school-tab .-area {
  cursor: pointer;
  padding: .75em 0;
  text-align: center;
  font-weight: bold;
}
.archive-school-tab .-i.-selected .-area {
  color: #299AD6;
}
.archive-school-tab .-i.-none  .-area {
  opacity: .5;
  cursor: auto;
}
.archive-school-tab .-schools {
  /* margin-top: 20px; */
  padding-top: .5em;
  padding-bottom: .5em;
}
.archive-school-tab .-schools li {
  display: inline-block;
  padding: .75em 0 .75em .5em;
}
.archive-school-tab .-schools li:not(:last-child)::after {
  content: "｜";
  margin-left: .5em;
}
.archive-school-tab .-schools a,
.archive-school-tab .-schools span {
  text-decoration: underline;
}
.archive-school-tab .-schools a {
  color: #299AD6;
}
@media screen and (min-width: 768px) {
  .archive-school-tab .-pctb-schools {
    margin: 1em 0;
  }
  .archive-school-tab .pctb-tile-7 {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }
.archive-school-tab .-i.-selected .-area {
  border-bottom: 4px solid #299AD6;
}
  

}
@media screen and (max-width: 767px) {
  .archive-school-tab .-area {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background-image: url(../images/fpgvBNWzLHmF.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 1em center;
  }
  .archive-school-tab .-i.-selected .-area {
    border-bottom-color: #299AD6;
    background-image: url(../images/vTgZNEFFN7Jk.png);
  }
  
}

/* ------------------------------------------------
   archive school modal
*/
.archive-school-modal .-h {
  font-weight: bold;
  text-align: center;
}
.archive-school-modal .-fig iframe {
  width: 100%;
  border: 0;
}
.archive-school-modal .-fig .-no-map {
  background: #EEE;
  text-align: center;
}
.archive-school-modal .-cnt > * {
  border-bottom: 1px solid #EEE;
  padding: .5em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .archive-school-modal .-fig iframe,
  .archive-school-modal .-fig .-no-map {
    height: 400px;
  }
  .archive-school-modal .-fig .-no-map {
    line-height: 400px;
  }
  .archive-school-modal .-h {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .archive-school-modal .-cnt {
    margin-top: 15px;
  }
  
}
@media screen and (max-width: 767px) {
  .archive-school-modal .-container {
    max-height: 60%;
  }
  .archive-school-modal .-fig iframe,
  .archive-school-modal .-fig .-no-map {
    height: 200px;
  }
  .archive-school-modal .-fig .-no-map {
    line-height: 200px;
  }
  .archive-school-modal .-h {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .archive-school-modal .-cnt {
    margin-top: 10px;
    font-size: 13px;
  }
}


