@charset "UTF-8";
body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial,helvetica,clean,sans-serif, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 15px;
  line-height: 1.6;
  color: #222;
	background: #fff;
	font-weight: 500;
  letter-spacing: 0.05em;
  border-top: 5px solid #006633;
}
a {
  color: #222;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
p {
	word-wrap: break-word;
	font-weight: 500;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
#content p {
  line-height: 1.9;
}
.pagetop {
  cursor: pointer;
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
}
.pagetop:hover {
  opacity: .6;
}
.cf:after {
  display: block;
  content: "";
  clear: both;
}
.d_sp {
  display: none!important;
}
/* レイアウト */
#content {
  margin: 0 auto;
  width: 1100px;
  max-width: 92%;
}
/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}
.fade-in-up {  transform: translate(0, 50px);}
.fade-in-down {  transform: translate(0, -50px);}
.fade-in-left {  transform: translate(-50px, 0);}
.fade-in-right {  transform: translate(50px, 0);}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
/*
       01. header
========================================================================== */
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
  width: 1100px;
	max-width: 94%;
  padding: 45px 0 30px;
}
header .header_left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 53%;
}
header .header_right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 42%;
}
header .logo {
  width: 30%;
	margin: -30px 8% 0 0;
}
header .logo a {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 88px;
  background: url("../images/common/logo.png") no-repeat 0 0;
  background-size: contain;
}
header .sunflare-academy {
  display: block;
  overflow: hidden;
  width: 38%;
  height: 0;
  padding-top: 38px;
  background: url("../images/common/logo_sunflare.png") no-repeat 0 0;
  background-size: contain;
}
/* gnav */
header nav.gnav {
	width: 60%;
}
header nav.gnav > ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header nav.gnav li a {
	color: #222;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
}
header nav.gnav li a span:first-child {
	display: block;
	margin-bottom: 0.3em;
	font-weight: bold;
	font-size: 110%;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
header nav.gnav li a span:last-child {
	display: block;
	color: #006633;
	font-size: 80%;
}
header nav.gnav li a:hover {
	opacity: 1;
}
header nav.gnav li a:hover span:first-child,
#class header nav.gnav li.nav_class a span:first-child,
#column header nav.gnav li.nav_column a span:first-child,
#path header nav.gnav li.nav_path a span:first-child {
	background: linear-gradient(transparent 70%, #fffa6f 60%);
}
/* search_form */
header .search_form {
	padding: 5px 16px;
	width: 54%;
  box-sizing: border-box;
	border-radius: 30px;
	border: 2px solid #006633;
}
header .search_form form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}
header .search_form input,
header .search_form input:focus {
	width: 80%;
	border: none;
	outline: none;
	margin: 0!important;
	height: 1.6em!important;
	background: none!important;
}
header .search_form button.gsc-search-button {
  display: inline-block;
	width: 23px;
	height: 23px;
  background: url("../images/common/ic_search.png") no-repeat 0 0;
  background-size: contain;
	padding: 0;
	border: none;
}
header .search_form .gsc-search-button svg,
header .search_form .gsc-clear-button {
  display: none;
}
header .search_form .gsc-input-box {
	border: none;
}
header .search_form .gsib_a,
header .search_form .gsc-control-cse {
	padding: 0;
}

/*
     03. footer
========================================================================== */
footer {
	margin-top: 120px;
  padding: 40px 0 30px;
  background: #006633;
  width: 100%;
}
footer .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
  width: 900px;
  max-width: 94%;
  margin: 0 auto 40px;
}
footer .footer_left {
  width: 50%;
}
footer .footer_left .f_logo a {
	display: block;
	margin-bottom: 20px;
  overflow: hidden;
	width: 142px;
	height: 0;
	padding-top: 70px;
  background: url("../images/common/logo_wh.png") no-repeat 0 0;
  background-size: contain;
}
footer .footer_left .f_sitemap ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
footer .footer_left .f_sitemap ul li a {
	color: #fff;
	display: inline-block;
	line-height: 1;
	font-weight: bold;
  font-size: 90%;
}
footer .footer_left .f_sitemap ul li:not(:last-child) a {
	margin-right: 0.8em;
	padding-right: 0.8em;
	border-right: 1px solid #fff;
}
footer .footer_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
  width: 50%;
}
footer .footer_right a {
	margin-left: 10px;
  width: 47%;
}
footer .copy {
	text-align: center;
	color: #fff;
  font-size: 80%;
}
/*
     04. top
 ========================================================================== */
#top .kv_slider {
	overflow: hidden;
}
#top .kv_slider .kv_cont {
	padding: 70px 0;
	background-image: url("../images/common/bg_dot.png");
	background-size: 9px;
}
#top .kv_slider .kv_class {
	background-color: #e5f3ec;
}
#top .kv_slider .kv_column {
	background-color: #e2eefb;
}
#top .kv_slider .kv_path {
	background-color: #f9e9eb;
}
#top .kv_slider .kv_cont a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 0 auto;
	width: 980px;
	max-width: 94%;
}
#top .kv_slider .kv_cont a > img {
	width: 47%;
}
#top .kv_slider .kv_cont a .txt_area {
	width: 45%;
}
#top .kv_slider .kv_cont a .txt_area .kv_ttl {
	margin-bottom: 20px;
	font-size: 360%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
#top .kv_slider .kv_cont a .txt_area p {
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}
#top .kv_slider .kv_cont a .txt_area .read {
	position: relative;
	margin-top: 30px;
	text-align: right;
	line-height: 1;
	padding-right: 45px;
}
#top .kv_slider .kv_cont a .txt_area .read::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: -0.4em;
	width: 34px;
	height: 30px;
	background: url("../images/common/ic_arrow01_gr.png") no-repeat 0 50%;
	background-size: contain;
}
#top .kv_slider .kv_column a .txt_area .read::after {
	background: url("../images/common/ic_arrow01_bl.png") no-repeat 0 50%;
	background-size: contain;
}
#top .kv_slider .kv_path a .txt_area .read::after {
	background: url("../images/common/ic_arrow01_rd.png") no-repeat 0 50%;
	background-size: contain;
}
#top .slick-prev {
	overflow: hidden;
	left: 15px;
	width: 22px;
	height: 0;
	padding-top: 41px;
	background: url("../images/common/ic_arrow_l.png") no-repeat 0 50%;
	background-size: contain;
	z-index: 10;
}
#top .slick-next {
	overflow: hidden;
	right: 15px;
	width: 22px;
	height: 0;
	padding-top: 41px;
	background: url("../images/common/ic_arrow_r.png") no-repeat 0 50%;
	background-size: contain;
	z-index: 10;
}
/* content */
#top #content {
	padding-top: 40px;
}
#top #content section {
	margin-bottom: 80px;
}
#top #content section .cont_ttl {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 240%;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.4;
	background:linear-gradient(transparent 70%, #fffa6f 60%);
}
#top .btn_show {
	display: block;
	margin: 0 auto;
	padding: 1em;
	width: 420px;
	background: #006633;
	text-align: center;
	border-radius: 40px;
}
#top .btn_show p {
	position: relative;
	display: inline-block;
	padding-right: 45px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 120%;
}
#top .btn_show p::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: -0.4em;
	width: 34px;
	height: 30px;
	background: url("../images/common/ic_arrow01_wh.png") no-repeat 0 50%;
	background-size: contain;
}
#top #c_column .article_wrap .article_cont .txt_area,
#column .article_wrap .article_cont .txt_area {
	border-left-color: #105fb2;
}
#top #c_column .btn_show {
	background: #105fb2;
}
#top #c_path .article_wrap .article_cont,
#path .article_wrap .article_cont {
	width: 47.3%;
}
#top #c_path .article_wrap .article_cont .thumb:before,
#path .article_wrap .article_cont .thumb:before {
	padding-top: 64%;
}
#top #c_path .article_wrap .article_cont .txt_area,
#path .article_wrap .article_cont .txt_area {
	border-left-color: #e54658;
}
#top #content #c_column {
	margin-bottom: 120px;
}
/* c_path */
#top #c_path {
	padding: 50px 50px 0;
	border-radius: 30px;
	border: 8px solid #f9e3e5;
}
#top #c_path .path_ttl {
	display: block;
	position: absolute;
	top: -1.2em;
	left: 5%;
	padding: 10px 15px;
	margin-bottom: 30px;
	font-size: 200%;
	color: #e54658;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
	background: #fff;
}
#top #c_path #new_essay {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 3em;
  border-radius: 4px;
}
#top #c_path #new_essay .ttl_area {
	width: 20%;
}
#top #c_path #new_essay .list_area {
	width: 75%;
}
#top #c_path .list_area ul li {
	padding: 0.8em;
	border-bottom: 1px dotted #ccc;
}
#top #c_path .list_area ul li:first-child {
	padding-top: 0.4em;
}
#top #c_path .list_area ul li a .essay_ttl:hover {
	text-decoration: underline;
}
#top #c_path .list_area .essay_date  {
	margin-left: 1.2em;
	font-size: 0.8rem;
	color: #666;
}
#top #c_path #new_essay .new_essay_note {
	margin-top: 25px;
	font-size: 80%;
	text-align: right;
	line-height: 1.6;
	color: #666;
}

/*
     09. multi-class
========================================================================== */
/*****　画像　*****/
.img-border {
  padding: 4px;
  border: 1px solid #ccc;
  background: #fff;
}
.img-right {
  float: right;
  margin: 0 0 10px 15px;
}
.img-left {
  float: left;
  margin: 0 15px 10px 0;
}
.center {
  text-align: center;
}
.alignR {
  text-align: right !important;
}
.alignL {
  text-align: left !important;
}
.vAlignM {
  vertical-align: middle !important;
}
/*　見出し */
.ttl-low1 {
	margin-bottom: 20px;
	padding-bottom: 0.2em;
	font-size: 23px;
	font-weight: bold;
	border-bottom: 3px solid #006633;
}
.ttl-low1.ttl-low1-2 {
	border-bottom: 3px solid #105fb2;
}
.ttl-low1.ttl-low1-3 {
	border-bottom: 3px solid #e54658;
}
/*
.ttl-low2 {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
	background: linear-gradient(transparent 70%, #fffa6f 60%);
}
*/
.ttl-low2 {
	margin-bottom: 15px;
	padding: 0.5em;
	background: #f1f1f1;
	border-radius: 4px;
	border-left: 10px solid #006633;
	font-size: 21px;
	font-weight: bold;
}
.ttl-low2.ttl-low2-2 {
	border-left: 10px solid #105fb2;
}
.ttl-low2.ttl-low2-3 {
	border-left: 10px solid #e54658;
}
.ttl-low3 {
  font-size: 20px;
  padding-bottom: 0.2em;
  font-weight: bold;
}
.ttl-low3::before {
  content: '■';
  padding: 0 0.3em 0.2em 0;
  font-size: 70%;
  color: #006633;
}
.ttl-low3.ttl-low3-2::before {
  color: #105fb2;
}
.ttl-low3.ttl-low3-3::before {
  color: #e54658;
}
/* 記事一覧3列 */
.article_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.article_wrap .article_cont {
	margin: 0 0 50px 5%;
	width: 30%;
}
.article_wrap .article_cont:nth-child(3n+1) {
	margin-left: 0;
}
.article_wrap .article_cont .thumb {
	position: relative;
}
.article_wrap .article_cont .thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.article_wrap .article_cont .thumb img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.article_wrap .article_cont .txt_area {
	margin-top: 25px;
	padding-left: 20px;
	border-left: 4px solid #006633;
}
.article_wrap .article_cont .txt_area .article_ttl {
	margin-bottom: 0.3em;
	font-size: 120%;
	line-height: 1.4;
	letter-spacing: 0.08em;
	font-weight: bold;
}
.article_wrap .article_cont .txt_area p {
	font-size: 80%;
}
/* ボタン */
.btn_A {
	display: inline-block;
	border-radius: 30px;
	line-height: 1;
	padding: 0.6em 3.3em 0.6em 2.5em;
	font-size: 90%;
	color: #fff;
	text-align: center;
	background: #006633;
}
.btn_A span {
	position: relative;
	margin-left: -1em;
	font-weight: bold;
}
.btn_A span::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: -2em;
	top: -0.3em;
	width: 1.4em;
	height: 1.4em;
	background: url(../images/common/ic_arrow01_wh.png) no-repeat 0 50%;
	background-size: contain;
}
.btn_A.btn_bl {
	background: #105fb2;
}
.btn_A.btn_re {
	background: #e54658;
}
/*　テーブル */
.table-normal, .table-nocolor {
  width: 100%;
}
.table-normal th {
  background: #fff8e9;
  font-size: 15px;
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.table-normal td {
  background: #fff;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.table-nocolor th {
  background: #E2E2E2;
  color: #333;
  font-size: 15px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.table-nocolor td {
  background: #fff;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.table-nostyle th {
  padding: 6px 12px;
  vertical-align: middle;
}
.table-nostyle td {
  padding: 6px 12px;
  vertical-align: middle;
}
.tAlignL {
  text-align: left !important;
}
.tAlignC {
  text-align: center !important;
}
.tAlignR {
  text-align: right !important;
}
.tVAlignT {
  vertical-align: top !important;
}
.tVAlignM {
  vertical-align: middle !important;
}
.tVAlignB {
  vertical-align: bottom !important;
}
.tsub {
	vertical-align: sub;
	font-size: 70%;
}
.tsuper {
	vertical-align: super;
	font-size: 70%;
}
/* list */
.list-num li {
  list-style-type: decimal;
  list-style-position: inside;
}
.list-dot li {
  list-style: disc;
  margin-left: 1.5em;
}
.list-nostyle li {
  list-style: none;
}
/*　画像・レイアウト */
.img-column-wrap {
  position: relative;
  overflow: hidden;
}
.img-column {
  position: relative;
  left: 50%;
  float: left;
}
.img-column li {
  position: relative;
  float: left;
  left: -50%;
  margin-right: 10px;
}
.img-column.for-four li {
  margin-right: 6px;
}
.img-column.for-two li:nth-child(even), .img-column.for-three li:nth-child(3n), .img-column.for-four li:nth-child(4n) {
  margin-right: 0 !important;
}
.img-column li:last-child {
  margin-right: 0 !important;
}
.img-column.for-three .img-border, .img-column.for-four .img-border {
  padding: 3px;
}
/* img+textbox */
div.box-img-right {
  display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 0 auto;
	width: 100%;
}
.box-img-right .img {
  width: 490px;
}
.box-img-right img {
  width: 100%;
  height: auto;
}
div.box-img-left {
  display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}
.box-img-left .img {
  width: 490px;
}
.box-img-left img {
  width: 100%;
  height: auto;
}
.box-two-column .box-right {
  width: 48%;
  float: right;
}
.box-two-column .box-img-left {
  width: 48%;
  float: left;
}
.box-two-column .box-img-left img {
  width: 100%;
  height: auto;
}
.box-two-column .box-left {
  width: 48%;
  float: left;
}
.box-two-column .box-img-right {
  width: 48%;
  float: right;
}
.box-two-column .box-img-right img {
  width: 100%;
  height: auto;
}
.box-two-column-around {
  width: 100%;
}
.box-two-column-around .box-img-right {
  width: 48%;
  float: right;
}
.box-two-column-around .box-img-left {
  width: 48%;
  float: left;
}
.box-two-column-around .box-left {
  width: 570px;
  float: left;
}
.box-two-column-around .box-right {
  width: 570px;
  float: right;
}
/*****　テキスト *****/
.gothic {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial, helvetica, clean, sans-serif, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.p-link {
  color: #105fb2;
  text-decoration: underline;
  margin: 0 1px;
}
.nolink {
	color: #666;
	text-decoration: none;
	pointer-events: none;
}
.underline {
	text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.uline {
	border-bottom: 1px solid #222;
}
.ulined {
	border-bottom: 3px double #222;
}
.ulines {
	border-bottom: 1px dashed #222;
}
.gray {
  color: #808080;
}
.txt150 {
  font-size: 150%;
}
.txt130 {
  font-size: 130%;
}
.txt120 {
  font-size: 120%;
}
.txt110 {
  font-size: 110%;
}
.txt90 {
  font-size: 90%;
}
.txt80 {
  font-size: 80%;
}
.txt40 {
  font-size: 40%;
}
.or {
  color: #ffb200;
}
.re {
  color: #e54658;
}
.pk {
  color: #FD97FD;
}
.bl {
  color: #105fb2;
}
.gr {
  color: #006633;
}
.lead_txt {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
/*　box */
.box_A {
	padding: 1.5em;
	background: #f5f5f5;
}
.box_B {
	padding: 1.5em;
	background: #edf6f1;
}
/*　余白 */
.p10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
/* 画像ボタン */
.menu-btn li img {
  border: 1px solid #F2BC17;
}
.menu-btn .ttl {
  border-top: 1px solid #F2BC17;
  border-left: 1px solid #F2BC17;
  border-right: 1px solid #F2BC17;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 14px 0 12px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #F2BC17;
  font-size: 16px;
}
.menu-btn li a {
  display: block;
}
.img-column.menu-btn.for-two li:last-child {
  margin-left: 20px;
}
.detail-btn {
  text-align: right;
  font-size: 96%;
  text-decoration: underline;
  margin-top: 5px;
}
.detail-btn i.fa {
  color: #F2BC17;
}
.menu-btn2 .ttl {
  background: #61B4E5;
  color: #fff;
  border-color: #61B4E5;
}
.menu-btn2 li img {
  border-color: #61B4E5;
}
.menu-btn2 .detail-btn i.fa {
  color: #61B4E5;
}

@media screen and (max-width : 1024px) {
	#content {
    max-width: 94%;
	}
	#content main {
		width: 70%;
	}
	#top #content main > section {
		width: 48%;
	}
	#content .sidebar {
		width: 26%;
	}
	.sidebar .s_popular .popular_list li a .thumb {
		width: 80px;
		height: 80px;
	}
	.sidebar .s_popular .popular_list li a p {
   width : 65% ; /* IE8以下とAndroid4.3以下用フォールバック */
   width : -webkit-calc(100% - 90px) ;
   width : calc(100% - 90px) ;
	}
	header .logo a {
		width: 240px;
		padding-top: 30px;
	}
	header .sunflare-academy a {
		width: 140px;
		adding-top: 34px;
	}
	nav.gnav > ul {
		width: 300px;
		font-size: 90%;
	}
  footer .inner {
    max-width: 94%;
  }
	
}