/*
Theme Name: キャリア教育ラボ
Theme URI: http://html5reset.org
Description: キャリア教育ラボのテーマ
Author: Monkey Do! + @ckhicks
Author URI: http://monkeydo.biz
Version: 2.0
License: BSD 2-Clause
License URI: http://opensource.org/licenses/bsd-license.php
*/

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
	font-size: 13px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
p {
	line-height: 1.5;
    font-size: 13px;
}
#page .section-inner p,.post p,.infobox {
	line-height: 2.15;
    font-size: 17px;
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {
	color: #333;
}

a {
	color: #000;
}
a:hover {
	opacity: .7;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{
	background: #fcd700;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #fcd700;
	color: #fff;
	text-shadow: none;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
	-webkit-tap-highlight-color: #fcd700;
}

ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic; font-weight: bold;
}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {
	color:#a9a9a9;
}
textarea:-moz-placeholder {
	color:#a9a9a9;
}

/*
 * common-------------------------------------------------------------------------------------------common*
 */
.sp-none {
  display: block;
}
.pc-none {
  display: none;
}
.center{text-align:center;}

/*
 * button-------------------------------------------------------------------------------------------button*
 */
.mod-button {
  width: 448px;
  background: #000;
  color: #fff;
  font-weight: bold;
  line-height: 62px;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
}
.mod-button:after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url('assets/images/common/arrow-right.png');
	background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.mod-button:hover {
  color: #fff;
}

.mod-button.is-small {
  width: 350px;
  line-height: 36px;
  font-size: 15px;
}
.mod-button.is-small:after {
  right: 16px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
}

.mod-button.is-wide {
  width: 726px;
  line-height: 94px;
  font-size: 20px;
}
.mod-button.is-wide:after {
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

/*
 * cassette-------------------------------------------------------------------------------------------cassette*
 */
.mod-article-cassette {
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #000;
}
a.mod-article-cassette:hover {
  color: #457abc;;
}
.mod-article-cassette .cassette-cell {
  display: table-cell;
  vertical-align: top;
}
.mod-article-cassette .cassette-cell.is-image {
  width: 160px;
  max-height: 160px;
  overflow: hidden;
}
.mod-article-cassette .cassette-cell.is-image img {
  width: 100%;
	height: auto;
}
.mod-article-cassette .cassette-cell.is-description {
  padding: 5px 0 0 15px;
}
.mod-article-cassette .cassette-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.mod-article-cassette .cassette-text {
  font-size: 13px;
}
.mod-article-cassette .catname{
	font-size: 10px;
    background-color: #51aee2;
    color: #fff;
    border: 1px solid;
    display: inline-block;
    padding: 1px 5px;}


/*
 * slick-------------------------------------------------------------------------------------------slick*
 */
.slick-dots {
  display: none !important;
}
.ly-hero .hero-list .slick-list .slick-track .hero-item {
  height: 360px;
}


/*
 * wrapper-------------------------------------------------------------------------------------------wrapper*
 */
.ly-wrapper {
  width: 100%;
  min-width: 1000px;
  position: relative;
}
.ly-wrapper.is-fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
}


/*
 * header-------------------------------------------------------------------------------------------header*
 */
.ly-global-header {
  width: 100%;
  position: relative;
  z-index: 3;
}
.ly-global-header .header {
  background: #fff;
  border-bottom: 6px solid #b8def3;
}
.ly-global-header .header-inner {
  width: 100%;
  max-width: 1200px;
  height: 85px;
  margin: 0 auto;
  padding: 0 20px;
}
.ly-global-header .header-inner:after {
  content: '';
  display: table;
  clear: both;
}
.ly-global-header .header-logo {
  float: left;
  line-height: 0;
  padding: 10px 0;
}
.ly-global-header a.header-logo:hover {
	color: #000;
}
.ly-global-header a.header-logo h1,.ly-global-header a.header-logo .h1 {
  display: inline-block;
  width: 500px;
}
.ly-global-header a.header-logo .by {
	display: inline-block;
	width: 50%;
	margin-left: 2%;
	font-size: 14px;
	vertical-align: top;
	margin-top: 22px;
}
.ly-global-header a.header-logo .sub {
	font-weight: normal;
	margin-top: 3px;
}
.ly-global-header .header-logo img {
	display: inline-block;
  width: 46%;
}
.ly-global-header .header-action-menu {
  float: right;
  padding-top: 18px;
}
.ly-global-header .header-under-menu {
  width: 100%;
  background: #021265;
}
.ly-global-header .header-menu-list {
  width: 100%;
  height: 45px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.ly-global-header .header-menu-list:after {
  content: '';
  display: table;
  clear: both;
}
.ly-global-header .header-menu-list li {
  float: left;
  position: relative;
}
.ly-global-header .menu-list-inner {
  display: block;
  padding: 0 25px 0 50px;
  color: #fff;
  text-align: center;
  position: relative;
  height: 100%;
  line-height: 45px;
  background: #021265;
}
.ly-global-header .menu-list-inner:after {
  position: absolute;
  top: -13px;
  right: -15px;
  width: 30px;
  height: 60px;
  content: '';
  background: #021265;
  border-right: 1px solid rgba(255,255,255,0.8);
  transform: rotate(30deg);
  z-index: 1;
}
.ly-global-header .menu-list-inner:hover {
  background: #6572b9;
  opacity: 1;
}
.ly-global-header .menu-list-inner:hover:after {
  background: #6572b9;
}
.ly-global-header .menu-text {
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}
.ly-global-header .menu-text.is-en {
  font-family: 'Oswald', sans-serif;
}

.ly-global-header .header-menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #021265;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('assets/images/common/icon_menu.png');
  transition: all .2s ease-in-out;
  display: none;
}
.ly-global-header .header-menu-btn.is-open {
  background-image: url('assets/images/common/icon_menu_close.png');
}

.ly-global-header .header-slider-screen {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #021265;
  z-index: 10;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-in-out;
}
.ly-global-header .header-slider-screen.is-open {
  height: 700px;
  height: calc(100vh - 50px);
}
.ly-global-header .header-slider-screen .screen-inner {
  padding: 10px 15px;
}
.ly-global-header .header-slider-screen .screen-menu-list li {
  text-align: left;
  padding: 12px 12px 10px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
.ly-global-header .header-slider-screen .screen-menu-list-inner {
  color: #fff;
  letter-spacing: 2px;
	display: block;
}
.ly-global-header .header-slider-screen .screen-menu-list-inner.is-en {
  font-family: 'Oswald', sans-serif;
}
.ly-hero .hero-list .hero-item{background:#fff !important;}


/*
 * footer-------------------------------------------------------------------------------------------footer*
 */
.ly-global-footer {
  width: 100%;
  background: #eee;
}
.ly-global-footer .footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 100px;
}
.ly-global-footer .footer-inner:after {
  content: '';
  display: table;
  clear: both;
}
.ly-global-footer .footer-content-block {
  float: left;
  margin-left: 50px;
  max-width: 250px;
}
.ly-global-footer .footer-content-block .footer-content-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}
.ly-global-footer .footer-menu-list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}
.ly-global-footer .footer-menu-list li .menu-list-inner {
  color: #000;
}
.ly-global-footer .footer-menu-list li a.menu-list-inner:hover {
  color: #457abc;
}
.ly-global-footer .footer-menu-list li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: '';
  width: 8px;
  height: 1px;
  background: #000;
}
.ly-global-footer .footer-menu-list li.second-layer {
  padding-left: 25px;
}
.ly-global-footer .footer-menu-list li.second-layer:before {
  left: 17px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.ly-global-footer .copy {
  float: right;
  padding-top: 140px;
  text-align: center;
  width: 250px;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
}

.page-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 76px;
  z-index: 5;
  cursor: pointer;
  line-height: 0;
  display: none;
}
.page-top-btn img {
  width: 100%;
}
.page-top-btn:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}

/*
 * main-------------------------------------------------------------------------------------------main*
 */
.ly-main.has-hero .ly-main-content-wrapper  {
  margin-top: -50px;
  padding-top: 50px;
}

/*
 * hero-------------------------------------------------------------------------------------------hero*
 */
.ly-hero {
  width: 100%;
  background: #b8def3;
}
.ly-hero .hero-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.ly-hero .hero-list {
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 18px 0 rgba(0,0,0,0.5);
}
.ly-hero .hero-list:after {
  content: '';
  display: table;
  clear: both;
}
.ly-hero .hero-list .hero-item {
  float: left;
  width: 25%;
  height: 180px;
  overflow: hidden;
  background: #666;
}
.ly-hero .hero-list .hero-item img {
	width: 100%;
	height: auto;
}
.ly-hero .hero-list .hero-item.is-first {
  width: 50%;
  height: 360px;
}
.ly-hero .hero-list .hero-anchor {
  display: block;
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ly-hero .hero-list .hero-item .content-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 85px;
  color: #fff;
  font-size: 17px;
  padding: 15px 12px 5px 15px;
  background: rgba(0,0,0,0.8);
}
.ly-hero .hero-list .hero-item.is-first .content-title {
  min-height: 110px;
  color: #fff;
  font-size: 22px;
  padding: 20px 12px 5px 15px;
}


/*
 * main content-------------------------------------------------------------------------------------------main content*
 */
.ly-main-content-wrapper {
  width: 100%;
  background: #fff;
}

.ly-main-content-wrapper p{
  font-size:17px;
}


/*
 * section-------------------------------------------------------------------------------------------section*
 */
.ly-section {
  width: 100%;
  background: #fff;
}
.section-inner {
  max-width: 1200px;
	margin: 0 auto;
}
.ly-section .section-inner {
  width: 100%;
  margin: 50px auto;
  padding: 0 20px;
}

.ly-section .section-heading {
  margin-bottom: 38px;
  text-align: center;
}
.ly-section .section-heading .main-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 15px;
  letter-spacing: 3px;
}
.ly-section .section-heading .main-title.is-en {
  font-family: 'Oswald', sans-serif;
}
.ly-section .section-heading .sub-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 2px;
}

.ly-section .section-sub-heading {
  font-size: 25px;
  color: #021265;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.ly-section .section-sub-heading .heading-inner {
  position: relative;
}
.ly-section .section-sub-heading .heading-inner:before {
  position: absolute;
  top: 50%;
  left: -135px;
  content: '';
  width: 115px;
  height: 1px;
  background: #021265;
}
.ly-section .section-sub-heading .heading-inner:after {
  position: absolute;
  top: 50%;
  right: -135px;
  content: '';
  width: 115px;
  height: 1px;
  background: #021265;
}

.ly-section .section-content {
  margin-bottom: 40px;
}

.ly-section .action-block {
  margin-bottom: 40px;
}

.ly-section .article-list:after {
  content: '';
  display: table;
  clear: both;
}
.ly-section .article-list.is-single li {
  margin-bottom: 20px;
}
.ly-section .article-list.is-single li:last-child {
  margin-bottom: 0;
}
.ly-section .article-list.is-multiple li {
  float: left;
  padding: 0 20px 0 0;
}
.ly-section .article-list.is-multiple.is-three-column li:nth-child(2n) {
  padding: 0 10px;
}
.ly-section .article-list.is-multiple.is-three-column li:nth-child(3n) {
  padding: 0 0 0 20px;
}
.ly-section .article-list.is-multiple.is-three-column li {
  width: calc(100% / 3);
}

.ly-section .interview-area {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.ly-section .interview-area .interview-cell {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.ly-section .interview-area .mod-button {
	margin: 40px auto 0;
}
.ly-section .interview-area .interview-cell.is-left {
  padding-right: 15px;
}
.ly-section .interview-area .interview-cell.is-right {
  padding-left: 15px;
}

.ly-section .example-block {
  padding: 25px 30px 30px;
  background: #b8def3;
}
.ly-section .example-block .example-heading {
  margin-bottom: 20px;
  color: #021265;
}
.ly-section .example-block .example-heading .main-title {
  line-height: 1em;
  letter-spacing: 1px;
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
.ly-section .example-block .example-heading .sub-title {
  line-height: 1em;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}

.ly-section .ad-area:after {
  content: '';
  display: table;
  clear: both;
}
.ly-section .ad-area .banner-block {
  float: right;
  width: 640px;
}
.ly-section .ad-area .banner-block a {
  display: block;
}
.ly-section .ad-area .banner-block img {
  width: 100%;
}
.ly-section .ad-area .link-list  {
  float: left;
  width: 550px;
}
.ly-section .ad-area .link-list li {
  border-bottom: 1px solid #000;
}
.ly-section .ad-area .link-list li:last-child {
  border-bottom: 0;
}
.ly-section .ad-area .link-list .link-list-inner {
  display: block;
  padding: 60px 0;
  color: #000;
  letter-spacing: 2px;
}
.ly-section .ad-area .link-list a.link-list-inner:hover {
  color: #457abc;
}
@media screen and (max-width: 1200px) {
  .ly-section .ad-area .banner-block {
    width: 52%;
  }
  .ly-section .ad-area .link-list  {
    width: 45%;
  }
  .ly-section .ad-area .link-list .link-list-inner {
    padding: 11% 0;
  }
	.ly-section .interview-area .mod-button {
		margin: 20px auto 0;
	}
}


/*
 * sub info-------------------------------------------------------------------------------------------sub info*
 */
.ly-sub-info {
  width: 100%;
  margin-top: 50px;
  background: #021265;
}
.ly-sub-info .sub-info-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 100px;
}
.ly-sub-info .sub-info-block {
  background: #fff;
  padding: 40px;
}
.ly-sub-info .sub-info-heading {
  color: #021265;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}
.ly-sub-info .sub-info-content .content-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}
.ly-sub-info .sub-info-content .content-text {
  line-height: 1.7em;
}
.ly-sub-info .mod-button {
	margin-top: 30px;
}

/* ====================================================================================================
 * SP
 =================================================================================================== */
@media screen and (max-width:1000px) {

  /*
   * common-------------------------------------------------------------------------------------------*
   */
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }


  /*
   * button-------------------------------------------------------------------------------------------*
   */
  .mod-button {
    width: 100%;
    line-height: 1.5em;
    padding: 14px 30px 12px;
  }
  .mod-button:after {
    right: 15px;
  }

  .mod-button.is-wide {
    width: 100%;
    line-height: 1.5em;
    font-size: 15px;
  }
  .mod-button.is-wide:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }


  /*
   * cassette-------------------------------------------------------------------------------------------*
   */
  .mod-article-cassette .cassette-cell.is-image {
    width: 80px;
    max-height: 80px;
  }
  .mod-article-cassette .cassette-cell.is-description {
    padding: 0 0 0 10px;
  }
  .mod-article-cassette .cassette-title {
    font-size: 15px;
    margin-bottom: 2px;
  }
  .mod-article-cassette .cassette-text {
    font-size: 13px;
  }


  /*
   * slick-------------------------------------------------------------------------------------------*
   */
  .slick-dots {
    display: block !important;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .slick-dots li {
    display: inline-block;
    margin-left: 10px;
  }
  .slick-dots li button {
    color: transparent;
    background: #999;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    outline: none;
    border: 0;
    font-size: 0;
    line-height: 0;
  }
  .slick-dots li.slick-active button {
    background: #000;
  }
  .slick-list {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.4);
  }
  .ly-hero .hero-list .slick-list .slick-track .hero-item {
    height: calc(62vw - 25px);
    max-height: 360px;
  }


  /*
   * wrapper-------------------------------------------------------------------------------------------*
   */
  .ly-wrapper {
    min-width: 100%;
  }


  /*
   * header-------------------------------------------------------------------------------------------*
   */
  .ly-global-header .header {
    position: relative;
    border-bottom: none;
  }
  .ly-global-header a.header-logo .sub{text-align: center}
  @media screen and (max-width:324px) {
	.ly-global-header a.header-logo .sub{font-size:12px;}
}
  .ly-global-header .header-inner {
    max-width: 100%;
    height: auto;
    padding: 0;
  }
  .ly-global-header .header-logo {
    float: none;
    padding: 8px 0 0;
  }
	.ly-global-header a.header-logo h1,.ly-global-header a.header-logo .h1 {
		width: 270px;
		margin: 0 auto;
		display: block;
		padding-top: 10px;
		text-align: center
	}
	.ly-global-header .header-logo img {
		width: 65%;
	}
	.ly-global-header a.header-logo .by {
		font-size: 13px;
    width: 100%;
    display: block;
    margin: 0px;
    text-align: center;
	}
  @media screen and (max-width:324px) {
	.ly-global-header a.header-logo .by {font-size:12px;}
}
  .ly-global-header .header-action-menu {
    display: none;
  }
  .ly-global-header .header-under-menu {
    display: none;
  }
  .ly-global-header .header-menu-btn {
    display: block;
  }


  /*
   * footer-------------------------------------------------------------------------------------------*
   */
  .ly-global-footer .footer-inner {
    max-width: 100%;
    padding: 30px 10px 20px;
  }
  .ly-global-footer .footer-content-block {
    float: left;
    margin-left: 0;
    padding: 0 5px;
    width: 50%;
  }
  .ly-global-footer .footer-menu-list li {
    padding-left: 12px;
    font-size: 12px;
  }
  .ly-global-footer .footer-menu-list li:before {
    width: 6px;
  }
  .ly-global-footer .footer-menu-list li.second-layer {
    padding-left: 18px;
  }
  .ly-global-footer .footer-menu-list li.second-layer:before {
    left: 12px;
  }
  .ly-global-footer .copy {
    padding-top: 30px;
    width: 100%;
  }

  .page-top-btn {
    bottom: 0;
    right: 0;
    width: 38px;
  }
  .page-top-btn:hover {
    opacity: 1;
  }


  /*
   * hero-------------------------------------------------------------------------------------------*
   */
  .ly-hero .hero-inner {
    max-width: 100%;
    padding: 15px 15px 0;
    height: 70vw;
    max-height: 400px;
    overflow: hidden;
  }
  .ly-hero .hero-list {
    width: 100%;
    height: 62vw;
    max-height: 385px;
    padding-bottom: 25px;
    /* overflow: hidden; */
    box-shadow: none;
  }
  .ly-hero .hero-list .hero-item {
    width: 100%;
    height: 60vw;
    max-height: 360px;
  }
  .ly-hero .hero-list .hero-item.is-first {
    width: 100%;
    height: 60vw;
    max-height: 360px;
  }
  .ly-hero .hero-list .hero-item .content-title {
    min-height: 70px;
    font-size: 16px;
    padding: 10px 20px 5px;
  }
  .ly-hero .hero-list .hero-item.is-first .content-title {
    min-height: 70px;
    font-size: 16px;
    padding: 10px 10px 5px 10px;
  }


  /*
   * main content-------------------------------------------------------------------------------------------*
   */
  .ly-main-content-wrapper {
    margin-top: -60px;
    padding-top: 30px;
  }


  /*
   * section-------------------------------------------------------------------------------------------*
   */
  .ly-section .section-inner {
    max-width: 100%;
    margin: 20px auto;
    padding: 0;
  }

  .ly-section .section-heading {
    margin-bottom: 15px;
    text-align: left;
    padding: 0 15px;
  }
  .ly-section .section-heading .main-title {
    font-size: 26px;
    margin-bottom: 0;
    display: inline-block;
  }
  .ly-section .section-heading .sub-title {
    font-size: 12px;
    display: inline-block;
    padding-left: 5px;
  }

  .ly-section .section-sub-heading {
    font-size: 17px;
    margin-bottom: 18px;
    text-align: left;
    overflow: hidden;
    padding: 0 15px;
  }
  .ly-section .section-sub-heading .heading-inner:before {
    content: none;
  }
  .ly-section .section-sub-heading .heading-inner:after {
    right: -92vw;
    width: 90vw;
  }

  .ly-section .section-content {
    margin-bottom: 15px;
    padding: 0 15px;
  }

  .ly-section .section-content.is-full-screen {
    padding: 0;
  }

  .ly-section .action-block {
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .ly-section .article-list.is-single li {
    margin-bottom: 15px;
  }
  .ly-section .article-list.is-multiple li {
    float: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .ly-section .article-list.is-multiple.is-three-column li:nth-child(2n) {
    padding: 0;
  }
  .ly-section .article-list.is-multiple.is-three-column li:nth-child(3n) {
    padding: 0;
  }
  .ly-section .article-list.is-multiple.is-three-column li {
    width: 100%;
  }
  .ly-section .article-list.is-multiple li:last-child {
    margin-bottom: 0;
  }

  .ly-section .interview-area {
    display: block;
  }
  .ly-section .interview-area .interview-cell {
    display: block;
    width: 100%;
  }
  .ly-section .interview-area .interview-cell.is-left {
    padding-right: 0;
  }
  .ly-section .interview-area .interview-cell.is-right {
    padding-left: 0;
  }

  .ly-section .example-block {
    padding: 18px 15px;
    margin-bottom: 15px;
  }
  .ly-section .example-block .example-heading {
    margin-bottom: 15px;
  }
  .ly-section .example-block .example-heading .main-title {
    font-size: 26px;
  }
  .ly-section .example-block .example-heading .sub-title {
    font-size: 12px;
  }

  .ly-section .ad-area .banner-block {
    float: none;
    width: 100%;
    margin: 25px 0 10px;
  }
  .ly-section .ad-area .link-list  {
    float: none;
    width: 100%;
  }
  .ly-section .ad-area .link-list li {
    border-bottom: none;
  }
  .ly-section .ad-area .link-list .link-list-inner {
    padding: 8px 0;
  }

  /*
   * sub info-------------------------------------------------------------------------------------------*
   */
  .ly-sub-info {
    margin-top: 30px;
  }
  .ly-sub-info .sub-info-inner {
    max-width: 100%;
    padding: 20px 15px;
  }
  .ly-sub-info .sub-info-block {
    padding: 15px;
  }
  .ly-sub-info .sub-info-heading {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .ly-sub-info .sub-info-content .content-title {
    font-size: 16px;
    margin-bottom: 12px;
    text-align: center;
  }
  .ly-sub-info .sub-info-content .content-text {
    line-height: 1.6em;
  }

}



/* LP------------------------------------------------------------------------------------*/

/*
 * intro
 */
.ly-section.is-intro {
  background-color: #b8def3;
  background-image: url('assets/images/landing/screen_1.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  box-shadow: 0 0 35px 1px rgba(0,0,0,0.5);
  position: relative;
  z-index: 2;
}
.ly-section.is-intro .section-inner {
  margin: 0 auto;
}
.ly-section.is-intro .section-inner:after {
  content: '';
  display: table;
  clear: both;
}
.ly-section.is-intro .intro-block {
  float: right;
  padding-top: 40px;
  min-width: 670px;
	width: 75%;
}
.ly-section.is-intro .intro-block .intro-sub-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3em;
}
.ly-section.is-intro .intro-block .intro-main-title {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2em;
  color: #021265;
}
.ly-section.is-intro .intro-block .intro-em-title {
  font-size: 72px;
}
.ly-section.is-intro .intro-block .intro-text {
  line-height: 1.7em;
  width: 820px;
  font-size:17px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .ly-section.is-intro .intro-block {
    width: 66vw;
    padding-top: 3vw;
  }
  .ly-section.is-intro .intro-block .intro-sub-title {
    font-size: 2.7vw;
  }
  .ly-section.is-intro .intro-block .intro-main-title {
    font-size: 4.8vw;
  }
  .ly-section.is-intro .intro-block .intro-em-title {
    font-size: 5vw;
  }
  .ly-section.is-intro .intro-block .intro-text {
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  .ly-section.is-intro .intro-block {
    width: 670px;
    padding-top: 30px;
  }
  .ly-section.is-intro .intro-block .intro-sub-title {
    font-size: 28px;
  }
  .ly-section.is-intro .intro-block .intro-main-title {
    font-size: 48px;
  }
  .ly-section.is-intro .intro-block .intro-em-title {
    font-size: 50px;
  }
}


/*
 * about
 */
.ly-section.is-about {
  background-color: #fff;
  background-image: url('assets/images/landing/screen_2.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  box-shadow: 0 0 35px 1px rgba(0,0,0,0.5);
  position: relative;
  z-index: 1;
  min-height: 390px;
}
.ly-section.is-about .section-inner {
  margin: 0 auto;
  padding: 70px 0;
}
.ly-section.is-about .section-heading {
  margin-bottom: 20px;
  color: #021265;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 2px;
}
.ly-section.is-about .section-heading .em-text {
  font-size: 60px;
  font-family: 'Oswald', sans-serif;
}
.ly-section.is-about .section-content {
  margin: 0;
}
.ly-section.is-about .about-text {
  width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .ly-section.is-about {
    background-size: cover;
  }
}


/*
 * ask
 */
.ly-section.is-ask {
  background: #021265;
  position: relative;
}
.ly-section.is-ask:after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  margin-left: -85px;
  border-top: 60px solid #021265;
  border-right: 85px solid transparent;
  border-left: 85px solid transparent;
}
.ly-section.is-ask .section-inner {
  margin: 0 auto;
  padding: 70px 30px 75px;
}
.ly-section.is-ask .section-content {
  margin: 0;
}
.ly-section.is-ask .ask-list {
  width: 100%;
  max-width: 1140px;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  padding: 0 20px;
}
.ly-section.is-ask .ask-list li {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  height: 460px;
}
.ly-section.is-ask .ask-list li:nth-child(even) {
  vertical-align: bottom;
}
.ly-section.is-ask .ask-list .mod-round-block {
  width: 280px;
  height: 280px;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  position: relative;
  margin-left: -15px;
}
.ly-section.is-ask .ask-list .mod-round-block .bg-number {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64%;
  height: 64%;
  margin-top: -33%;
  margin-left: -40%;
  font-family: 'Oswald', sans-serif;
  color: #b8def3;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  font-size: 200px;
  line-height: 1em;
}
.ly-section.is-ask .ask-list .mod-round-block .round-title {
  text-align: center;
  margin-bottom: 55px;
}
.ly-section.is-ask .ask-list .mod-round-block .round-text {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .ly-section.is-ask .ask-list li {
    height: 520px;
  }
  .ly-section.is-ask .ask-list .mod-round-block {
    margin-left: -15%;
  }
}


/*
 * help
 */
.ly-section.is-help .section-inner {
  margin: 80px auto 0;
}
.ly-section.is-help .section-content {
  margin: 0;
}
.ly-section.is-help .section-heading .main-title {
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 15px;
  position: relative;
  color: #021265;
  display: inline-block;
}
.ly-section.is-help .section-heading .main-title:before {
  position: absolute;
  bottom: -15px;
  left: -85px;
  content: '';
  width: 80px;
  height: 80px;
  background-image: url('assets/images/landing/title_ornament_left.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.ly-section.is-help .section-heading .main-title:after {
  position: absolute;
  bottom: -15px;
  right: -85px;
  content: '';
  width: 80px;
  height: 80px;
  background-image: url('assets/images/landing/title_ornament_right.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.ly-section.is-help .about-material-block {
  background: #eee;
  padding: 40px 60px 50px;
  margin: 0 auto;
  max-width: 1060px;
}
.ly-section.is-help .about-material-block .about-material-title {
  width: 80%;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  background: #000;
  margin: 0 auto 30px;
  border-radius: 23px;
}
.ly-section.is-help .about-material-block .about-material-text {
  font-size: 18px;
  text-align: center;
  line-height: 2em;
}

.about-material-text a{text-decoration: underline;}


/*
 * how to
 */
.ly-section.is-howto .section-inner {
  margin: 30px auto 50px;
}
.ly-section.is-howto .section-heading {
  margin-bottom: 20px;
}
.ly-section.is-howto .section-content {
  margin: 0;
}
.ly-section.is-howto .howto-block {
  padding: 0 60px;
  margin: 0 auto;
  max-width: 1060px;
}
.ly-section.is-howto .howto-block .howto-title {
  text-align: center;
  color: #021265;
  font-size: 24px;
  margin-bottom: 30px;
}
.ly-section.is-howto .howto-block .howto-images {
  text-align: center;
  margin-bottom: 30px;
}
.ly-section.is-howto .howto-block .howto-images .image-cell {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
}
.ly-section.is-howto .howto-block .howto-text {
  line-height: 2em;
}

/*
 * grow
 */
.ly-section.is-grow {
  background: #00abeb;
}
.ly-section.is-grow .section-inner {
  margin: 0 auto;
  padding: 70px 20px 80px;
  max-width: 1200px;
}
.ly-section.is-grow .section-heading {
  margin-bottom: 60px;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1em;
}
.ly-section.is-grow .section-heading .sub-text {
  font-size: 24px;
}
.ly-section.is-grow .section-content {
  margin: 0;
}
.ly-section.is-grow .grow-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.ly-section.is-grow .grow-list li {
  display: table-cell;
  vertical-align: top;
  width: calc(100% / 3);
  padding-right: 20px;
}
.ly-section.is-grow .grow-list li:last-child {
  padding-right: 0;
}
.ly-section.is-grow .grow-list-inner {
  background: #fff;
  padding: 35px 30px;
  min-height: 250px;
  width: 100%;
  box-shadow: 0 1px 15px 0 rgba(0,0,0,0.3);
}
.ly-section.is-grow .grow-title {
  text-align: center;
  font-size: 24px;
  color: #021265;
  margin-bottom: 30px;
}
.ly-section.is-grow .grow-text {
  color: #021265;
}
@media screen and (max-width: 1200px) {
  .ly-section.is-grow .section-heading {
    font-size: 4.6vw;
  }
  .ly-section.is-grow .section-heading .sub-text {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 1000px) {
  .ly-section.is-grow .section-heading {
    font-size: 45px;
  }
  .ly-section.is-grow .section-heading .sub-text {
    font-size: 20px;
  }
}

/*
 * detail
 */
.ly-section.is-detail {
  background: #b8def3;
}
.ly-section.is-detail .section-inner {
  margin: 0 auto;
  padding: 60px 20px 35px;
  max-width: 1200px;
}
.ly-section.is-detail .section-heading {
  margin-bottom: 40px;
  color: #021265;
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
}
.ly-section.is-detail .section-content {
  margin: 0;
}
.ly-section.is-detail .detail-list li {
  background: #fff;
  padding: 40px 80px;
  margin-bottom: 40px;
}
.ly-section.is-detail .detail-list .detail-title {
  width: 450px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  background: #000;
  margin: 0 auto 40px;
  border-radius: 23px;
}
.ly-section.is-detail .detail-list .detail-content {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.ly-section.is-detail .detail-list .detail-cell {
  display: table-cell;
  vertical-align: top;
}
.ly-section.is-detail .detail-list .detail-cell.is-image {
  width: 200px;
}
.ly-section.is-detail .detail-list .detail-cell.is-image img {
  width: 100%;
}
.ly-section.is-detail .detail-list .detail-cell.is-text {
  padding-left: 35px;
  line-height: 2em;
}
.ly-section.is-detail .action-block {
  margin-top: 60px;
}


/* ================================================================================
 * SP
 =============================================================================== */
@media screen and (max-width:780px) {

  /*
   * main content
   */
  #page-id-lp .ly-main-content-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  
  /*
   * intro
   */
  .ly-section.is-intro {
    background-position: left -150px top;
    background-size: cover;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    height: auto;
  }
  .ly-section.is-intro .intro-block {
    padding: 20px 10px 10px 80px;
    min-width: 100%;
    width: 100%;
  }
  .ly-section.is-intro .intro-block .intro-sub-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ly-section.is-intro .intro-block .intro-main-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .ly-section.is-intro .intro-block .intro-em-title {
    font-size: 28px;
  }
  .ly-section.is-intro .intro-block .intro-text {
    line-height: 1.4em;
    font-size: 13px;
  }


  /*
   * about
   */
  .ly-section.is-about {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    min-height: auto;
  }
  .ly-section.is-about .section-inner {
    padding: 20px 0;
  }
  .ly-section.is-about .section-heading {
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
  }
  .ly-section.is-about .section-heading .em-text {
    font-size: 26px;
  }
  .ly-section.is-about .about-text {
    width: 100%;
  }


  /*
   * ask
   */
  .ly-section.is-ask:after {
    bottom: -32px;
    margin-left: -60px;
    border-top: 35px solid #021265;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
  }
  .ly-section.is-ask .section-inner {
    padding: 20px 0;
  }
  .ly-section.is-ask .section-heading {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .ly-section.is-ask .section-heading img {
    width: 100%;
  }
  .ly-section.is-ask .ask-list {
    display: block;
    padding: 0;
    text-align: center;
  }
  .ly-section.is-ask .ask-list li {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .ly-section.is-ask .ask-list .mod-round-block {
    width: 280px;
    height: 280px;
    margin: 0 auto;
  }
  .ly-section.is-ask .ask-list .mod-round-block .bg-number {
    font-size: 180px;
  }
  .ly-section.is-ask .ask-list .mod-round-block .round-title {
    width: 80px;
    margin: 0 auto 45px;
  }
  .ly-section.is-ask .ask-list .mod-round-block .round-title img {
    width: 100%;
  }
  .ly-section.is-ask .ask-list .mod-round-block .round-text {
    font-size: 16px;
  }


  /*
   * help
   */
  .ly-section.is-help .section-inner {
    margin: 40px auto 0;
  }
  .ly-section.is-help .section-heading {
    text-align: center;
  }
  .ly-section.is-help .section-heading .main-title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .ly-section.is-help .section-heading .main-title:before {
    bottom: -5px;
    left: -50px;
    width: 50px;
    height: 50px;
  }
  .ly-section.is-help .section-heading .main-title:after {
    bottom: -5px;
    right: -50px;
    width: 50px;
    height: 50px;
  }
  .ly-section.is-help .about-material-block {
    background: #eee;
    padding: 20px 15px;
  }
  .ly-section.is-help .about-material-block .about-material-title {
    width: 250px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    margin: 0 auto 15px;
    border-radius: 17px;
  }
  .ly-section.is-help .about-material-block .about-material-text {
    font-size: 15px;
    text-align: left;
    line-height: 1.5em;
  }


  /*
   * how to
   */
  .ly-section.is-howto .section-inner {
    margin: 20px auto;
  }
  .ly-section.is-howto .section-heading {
    margin: 0 auto 10px;
    width: 160px;
  }
  .ly-section.is-howto .section-heading img {
    width: 100%;
  }
  .ly-section.is-howto .howto-block {
    padding: 0;
  }
  .ly-section.is-howto .howto-block .howto-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .ly-section.is-howto .howto-block .howto-images {
    margin-bottom: 15px;
  }
  .ly-section.is-howto .howto-block .howto-images .image-cell {
    width: 280px;
    margin: 0 auto;
  }
  .ly-section.is-howto .howto-block .howto-images .image-cell img {
    width: 100%;
  }
  .ly-section.is-howto .howto-block .howto-text {
    line-height: 1.5em;
  }


  /*
   * grow
   */
  .ly-section.is-grow .section-inner {
    margin: 0 auto;
    padding: 20px 0;
  }
  .ly-section.is-grow .section-heading {
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
  }
  .ly-section.is-grow .section-heading .sub-text {
    font-size: 14px;
  }
  .ly-section.is-grow .grow-list {
    display: block;
  }
  .ly-section.is-grow .grow-list li {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .ly-section.is-grow .grow-list-inner {
    padding: 15px;
    min-height: auto;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);
  }
  .ly-section.is-grow .grow-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  /*
   * detail
   */
  .ly-section.is-detail .section-inner {
    padding: 20px 0;
  }
  .ly-section.is-detail .section-heading {
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
  }
  .ly-section.is-detail .detail-list li {
    padding: 15px;
    margin-bottom: 15px;
  }
  .ly-section.is-detail .detail-list .detail-title {
    width: 250px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    margin: 0 auto 15px;
    border-radius: 17px;
  }
	.ly-section.is-detail .detail-list .detail-cell {
		display: inline-block;
	}
  .ly-section.is-detail .detail-list .detail-cell.is-image {
    width: 50%;
		display: block;
		margin: 0 auto 10px;
  }
  .ly-section.is-detail .detail-list .detail-cell.is-text {
    padding-left: 15px;
    line-height: 1.5em;
  }
  .ly-section.is-detail .action-block {
    margin-top: 20px;
  }

}

/* ================================================================================
 * iPad
 =============================================================================== */
 @media screen and (min-width:680px) and (max-width:780px) {
  /*
   * intro
   */
  .ly-section.is-intro {
    background-position: left top;
    background-size: contain;
  }
  .ly-section.is-intro .intro-block {
    padding: 30px 30px 30px 240px;
  }

  /*
   * ask
   */
  .ly-section.is-ask .ask-list li {
    width: 45%;
    margin-bottom: 20px;
  }

  /*
   * howto
   */
  .ly-section.is-howto .howto-block .howto-images .image-cell {
    margin: 0 10px;
  }

}

/* ================================================================================
 * under iPhone 5SE
 =============================================================================== */
 @media screen and (max-width:340px) {
  /*
   * intro
   */
  .ly-section.is-intro {
    background-position: left -200px top;
  }
  .ly-section.is-intro .intro-block {
    padding: 20px 10px 10px 90px;
  }
}

/* サイドバー------------------------------------------------------------------------------------*/
#sidebar {
	position: absolute;
	width: 20%;
	top: 0;
	right: 0;
	margin-right: 2%;
}
#sidebar a {
	color: inherit;
}
#sidebar .side-block {
	margin-bottom: 40px;
}
#sidebar .ttl {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #000;
	padding: 15px 0;
	position: relative;
  height:54px;
}
#sidebar .ttl::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 54px solid transparent;
	border-right: 40px solid #b8def3;
}
#sidebar ul li {
	width: 100%;
	display: block;
	margin: 10px 0;
}
#sidebar ul.article li {
	border-bottom: 1px solid #b7b7b7;
	padding: 10px 0;
}
#sidebar ul.category {
	font-weight: bold;
}
#sidebar img { max-width: 100%; }

@media screen and (max-width: 1000px) {
	#sidebar {
		position: relative;
		width: 100%;
		right: 0;
		margin: 30px 0;
	}
}
/* 一覧------------------------------------------------------------------------------------*/
section.top {
	background-color: #b8def3;
	padding: 40px 0;
	margin-bottom: 40px;
}
#page-id-list h1,
#page h1,#page-id-list .h1,
#page .h1 {
	text-align: center;
	font-size: 40px;
}
#page-id-list h2 {
	font-size: 15px;
	margin-bottom: 5px;
}
#page-id-list section.main {
	position: relative;
}
#page-id-list .section-inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#page-id-list .list {
	width: 75%;
	min-height: 1350px;
}
#page-id-list .list li {
	display: inline-block;
	    width: 32%;
	vertical-align: top;
	margin-bottom: 30px;
}
#page-id-list .list li:nth-child(odd) {
	margin-right: 1%;
}
#page-id-list .right {
	display: inline-block;
	/*width: 50%;*/
	vertical-align: top;
}
#page-id-list .left {
	display: inline-block;
/*width: 48%;*/
	margin-right: 1%;
}
#page-id-list .left img {
	width: 100%;
	height: auto;
}
/* ページ送り-----------------------------------------------*/
#page-id-list .wp-pagenavi {
	text-align: center;
	margin: 30px 0;
}
#page-id-list .wp-pagenavi a,
#page-id-list .wp-pagenavi span {
	border: none;
	padding : 0 15px;
	margin: 0 3px;
}
#page-id-list .wp-pagenavi a:hover,
#page-id-list .wp-pagenavi span.current {
	padding: 13px 15px;
	border-radius: 50%;
	color: #fff;
	background: #000;
}
#page-id-list .wp-pagenavi a.previouspostslink:hover,
#page-id-list .wp-pagenavi a.nextpostslink:hover {
	background-color: inherit;
	color: inherit;
}

@media screen and (max-width: 1000px) {
	#page-id-list h1,
	#page h1,#page-id-list .h1,
  #page .h1 {
		font-size: 26px;
	}
	section.top {
		padding: 50px 0 20px;
	}
	#page-id-list .list {
		width: 100%;
		min-height: inherit;
	}
	#page-id-list .list li {
		width: 100%;
		vertical-align: top;
	}
	#page-id-list .list li:nth-child(odd) {
		margin-right: 0;
	}
	#page-id-list .left {
		width: 30%;
	}
	#page-id-list .right {
		width: 67%;
	}
	#page-id-list .section-inner {
		padding: 0 2%;
	}
	#page-id-list .wp-pagenavi {
		margin: 20px 0 80px;
	}
}

/* 記事------------------------------------------------------------------------------------*/
#page-id-article h1,#page-id-article .h1 {
	font-size: 30px;
}
#page-id-article h2 {
	padding: 30px 0 10px 0;
	border-bottom: 2px solid #929292;
	margin: 20px 0;
	font-size: 22px;
}
#page-id-article h3 {
	font-size: 18px;
	padding-left: 10px;
	border-left: 5px solid #999;
	margin: 40px 0 10px;
}
#page-id-article h4 {
	font-size: 16px;
	margin: 40px 0 10px;
}
#page-id-article img {
	max-width: 100%;
	height: auto;
}
.aligncenter{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.bread {
	background-color: #b8def3;
	margin-bottom: 30px;
	padding: 20px 0;
}
#page-id-list .bread,#page .bread{
  background-color: #b8def3;
    margin-bottom: 00px;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}
.bread .bread-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3%;
}
.bread li {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.bread li::after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
  right: 5px;
}
.bread li:last-child::after {
	content: none;
}
.bread .cat-name {
	padding: 20px 0 10px;
	font-size: 1.2rem;
	font-weight: bold;
}
#page-id-article .section-inner {
	position: relative;
	margin: 0 auto;
	padding: 0 3%;
}
#page-id-article .section-inner .content {
	width: 75%;
	min-height: 1350px;
}
#page-id-article .section-inner .content img {
	max-width: 100%;
	height: auto;
}
#page-id-article .post a {
	color: #555;
	text-decoration: underline;
}
#page-id-article .post .title {
	border-bottom: 2px solid #000;
	margin-bottom: 30px;
}
#page-id-article .post .date {
	padding: 10px 0;
	color: #848484;
}

#page-id-article a.mod-button {
	position: relative;
	margin: 20px 0;
	width: 100%;
	line-height: 70px;
}
.infobox {
	border: 1px dotted #b9b9b9;
	padding: 10px 20px;
	margin: 10px 0;
}
/* snsシェア*/
#page-id-article ul.share {
	margin: 20px 0;
}
#page-id-article ul.share li {
	width: 32%;
	display: inline-block;
	text-align: center;
	margin-right: 1%;
}
#page-id-article ul.share li:last-child {
	margin-right: 0;
}
#page-id-article ul.share li a {
	text-decoration: none;
	color: #fff;
	padding: 15px 0;
	display: block;
	position: relative;
}
#page-id-article ul.share li a i {
	position: absolute;
	font-size: 26px;
	left: 5%;
	top: 12px;
}
#page-id-article ul.share li.fb a {
	background-color: #3e5194;
}
#page-id-article ul.share li.twitter a {
	background-color: #60aaea;
}
#page-id-article ul.share li.line a {
	background-color: #01b901;
}
#page-id-article ul.share li.line a img {
	position: absolute;
	left: 4.5%;
	top: 12px;
  width: 30px;
}
#page-id-article ul.share li.line a::after {
	content: '';
	position: absolute;
	left: 5%;
	top: 12px;
	background: url(assets/images/common/line.png) no-repeat;
	width: 25px;
	height: 25px;
}

/* LINE@&FB */
.like_txt { font-size: 20px; }
#page-id-article .section-inner .content .sns_like.line {
  border: 1px solid #01b801;
  padding: 9.5px;
  background: #01b801;
  font-size: 18px;
  font-weight: bold;
}
#page-id-article .section-inner .content .sns_like.line span {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-id-article .section-inner .content .sns_like.line span img {
  max-width: 100%;
  height: 40px;
  padding-right: 10px;
}
#page-id-article .section-inner .content .sns_like.line .icon {
  max-width: 100%;
  height: 40px;
  position: absolute;
  left: 10px;
}
#page-id-article .section-inner .content .sns_like {
  text-align: center;
  padding: 6px;
  width: 49.7%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#page-id-article .section-inner .content .sns_like.fb {
  border: 1px solid #3e5194;
  background: #3e5194;
}
#page-id-article .section-inner .content .sns_like.fb .icon {
  position: absolute;
  left: 15px;
  top: 20%;
  font-size: 40px;
  color: #fff;
}
#page-id-article .section-inner .content .sns_like p {
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
}
#page-id-article .section-inner .content .sns_like.line span,
#page-id-article .section-inner .content .sns_like.fb p { color: #fff; }
#page-id-article .section-inner .content .sns_like.sp { display: none; }
@media screen and (max-width: 670px)  {
  .like_txt { font-size: 15px; }
  #page-id-article .section-inner .content .sns_like { width: 100%; }
  #page-id-article .section-inner .content .sns_like.sp {
    display: block;
    padding: 0!important;
  }
  #page-id-article .section-inner .content .sns_like.sp span { font-size: 14px; font-weight: normal; color: #333;}
  #page-id-article .section-inner .content .sns_like.line {
    border: none;
    background: none;
  }
  #page-id-article .section-inner .content .sns_like.pc { display: none; }
  #page-id-article .section-inner .content .sns_like p { font-size: 18px; }
}
@media screen and (max-width: 320px)  {
  #page-id-article .section-inner .content .sns_like { padding: 4px; }
  #page-id-article .section-inner .content .sns_like.fb .icon { top: 10%; }
  #page-id-article .section-inner .content .sns_like p { font-size: 14px; }
}

/* 関連記事 */
.related-article {
	margin: 60px 0 20px;
}
.related-article a {
	color: #000;
}
.related-article .related {
	border-top: 2px solid;
	position: relative;
	margin-bottom: 40px;
}
.related-article .related p {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	background-color: #fff;
	top: -14px;
	padding-right: 10px;
}
.related-article li {
	display: inline-block;
	width: 49%;
	margin-bottom: 20px;
	vertical-align: top;
}
.related-article li:nth-child(odd) {
	margin-right: 1%;
}
.related-article .left {
	display: inline-block;
	width: 30%;
	height: auto;
	margin-right: 1%;
}
.related-article .left img {
	width: 100%;
	height: auto;
}
.related-article .right {
	display: inline-block;
	width: 68%;
	vertical-align: top;
}
.related-article .title {
	font-weight: bold;
}

@media screen and (max-width: 1000px)  {
	#page-id-article .section-inner .content {
		width: 100%;
		min-height: auto;
	}
	#page-id-article .section-inner,
	.bread .bread-inner {
		padding: 0 4%;
	}
	#page-id-article .section-inner .content a.btn::after {
		top: 40%;
	}
	.bread {
		font-size: 12px;
	}
	#page-id-article ul.share li {
		width: 100%;
		margin: 5px 0;
	}
	.related-article li {
		width: 100%;
	}
	.related-article li:nth-child(odd) {
		margin-right: 0;
	}
	.related-article .left {
		width: 25%;
	}
	.related-article .right {
		width: 72%;
	}
}
@media screen and (max-width: 780px)  {
	#page-id-article a.mod-button {
		line-height: 24px;
	}
	#page-id-article .section-inner .content img {
		max-width: 100%;
		height: auto;
	}
}

/* 固定ページ------------------------------------------------------------------------------------*/
#page {
	padding-bottom: 50px;
	min-height: 500px;
}
#page .section-inner {
	padding: 0 3%;
}
#page h2 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
	#page {
		min-height: 750px;
	}
	#page h2 {
		font-size: 20px;
	}
	#page .section-inner {
		padding: 0 10px;
	}
}

/* 問い合わせフォーム-----------------------------------------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="submit"],
input[type="email"],
select,
textarea {
	border: 1px solid #444;
	background: #fff;
}
textarea {
	width: 100%;
}
input[type="text"],
input[type="email"] {
	height: 40px;
	width: 100%;
}
input[type="submit"],
input[type="button"] {
	margin: 20px auto;
  width: 50%;
  background: #000;
  color: #fff;
  font-weight: bold;
  line-height: 62px;
  text-align: center;
  position: relative;
  display: block;
}
input[type="submit"]::after,
input[type="button"]::after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url('assets/images/common/arrow-right.png');
	background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: .7;
}
.form {
	width: 70%;
	margin: 0 auto;
}
.form th {
	text-align: left;
	width: 30%;
	padding: 10px 0;
}
.form td {
	width: 70%;
	padding: 10px 0;
}
.form .required {
	color: #da2525;
}
@media screen and (max-width: 780px) {
	#page .section-inner p,.post p,.infobox {
	line-height: 30px;
    font-size: 15px;
}
  #page .section-inner p img, .post p img, .infobox img{
    max-width:100% !important;
    height:auto;}
	.form {
		width: 90%;
	}
	.form th {
		margin: 20px 0 5px;
	}
	.form th,
	.form td {
		width: 100%;
		display: block;
		padding: 0;
	}
	input[type="submit"],
	input[type="button"] {
		width: 90%;
	}
}

/* 確認画面 */
.custom-wpcf7c-confirmed .form tr {
	border-bottom: 1px solid #999;
}
.custom-wpcf7c-confirmed .form th,
.custom-wpcf7c-confirmed .form td {
	padding: 20px 0;
}
.form .wpcf7c-conf {
	border: none;
	background-color: inherit !important;
}
@media screen and (max-width: 780px) {
	.custom-wpcf7c-confirmed .form th {
		padding: 0;
	}
	.custom-wpcf7c-confirmed .form td {
		padding: 0 0 10px 0;
	}
}

/* PBL/アクティブラーニング実践BOOK-----------------------------------------------------------------------------------*/
#pbl_bnr {
	margin: 3em 0;
}
#pbl_bnr .pc-pbl-bnr {
	display: block;
}
#pbl_bnr .sp-pbl-bnr {
	display: none;
}

@media screen and (max-width: 780px) {
	#pbl_bnr .pc-pbl-bnr {
	display: none;
	}
	#pbl_bnr .sp-pbl-bnr {
	display: block;
	}
}

.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}