@charset "UTF-8";
/*
* LITALICOジュニア
* main.css
*
* @date 2016-05-29
*/
html,
body {
	height: 100%;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

pre,
textarea {
	overflow: auto;
}

[hidden],
audio:not([controls]),
template {
	display: none;
}

details,
main,
summary {
	display: block;
}

main {
	margin-top: 194px;
}
@media screen and (max-width: 768px) {
	main {
		margin-top: 0;
	}
}

input[type=number] {
	width: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

progress {
	display: inline-block;
}

small {
	font-size: 75%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline; 
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	border: 0; 
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	min-height: 1.5em;
	color: inherit;
	font-family: inherit; 
	font-weight: inherit;
	font-style: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; 

	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0; 
	border: 0;
}

input {
	line-height: normal;
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
}

ol,
ul {
	list-style: none;
}

select {
	   -moz-appearance: none;
	-webkit-appearance: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

fieldset {
	border: 0;
}

html {
	font-size: 16px;
}

body {
	background-color: #fff;
	word-wrap: break-word; 
	color: #555;
	font-family: "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;

	-webkit-font-smoothing: antialiased;
	        font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: underline; 
	color: #555;
}

a:hover,
a:active {
	text-decoration: none;
}

a[href^="tel:"] {
	cursor: text; 
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	a[href^="tel:"] {
		text-decoration: underline;
	}
}

::-moz-selection {
	background-color: #e9463f;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #e9463f;
	color: #fff;
	text-shadow: none;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	overflow: hidden;
	clip: rect(0 0 0 0);
	position: absolute;
	margin: -1px;
	padding: 0;
	border: 0;
	width: 1px; 
	height: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	overflow: visible;
	clip: auto;
	position: static;
	margin: 0;
	width: auto; 
	height: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.l-columnWrapper:before,
.l-article_tab_nav:before,
.clearfix:after,
.l-columnWrapper:after,
.l-article_tab_nav:after {
	content: " ";
	display: table;
}

.clearfix:after,
.l-columnWrapper:after,
.l-article_tab_nav:after {
	clear: both;
}

.clearfix,
.l-columnWrapper,
.l-article_tab_nav {
	*zoom: 1;
}

.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.align-center {
	text-align: center !important;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.visible-sp,
img.visible-sp {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.hidden-sp {
		display: none !important;
	}
	.visible-sp {
		display: block !important;
	}
	br.visible-sp {
		display: inline !important;
	}
	img.visible-sp {
		display: inline-block !important;
	}
}

iframe[name="google_conversion_frame"],
img[height="1"][width="1"][border="0"] {
	position: absolute;
	z-index: -1; 
	bottom: 0;
}

/* --------------------------------
Base
-------------------------------- */
html {
	font-size: 62.5%;
}

body {
	min-width: 1200px;
	font-size: inherit;
}
@media screen and (max-width: 768px) {
	body {
		min-width: 320px;
	}
}

.js-responsiveImg {
	visibility: hidden;
}
@media screen and (max-width: 768px) {
	.js-responsiveImg {
		visibility: visible;
	}
}

.js-copyguard {
	display: inline-block; 
	position: relative;
	width: 100%;
	height: 100%;
}
.js-copyguard img.copyguard {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

/* --------------------------------
Components
-------------------------------- */
.l-container {
	margin: 0 auto; 
	width: 1120px;
}
@media screen and (max-width: 768px) {
	.l-container {
		width: auto;
	}
}

.c-arw {
	display: inline-block;
	position: relative;
	padding-left: 16px;
	text-decoration: none;
}
.globalNav .c-arw .sub {
	font-size: 1.3rem;
	display: block;
	margin-top: 4px;
}
.c-arw:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2px;
	margin: auto 0;
	border-top: 3px solid #555;
	border-right: 3px solid #555;
	width: 9px;
	height: 9px;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); 
	-webkit-transform: rotate(45deg); 
	    -ms-transform: rotate(45deg); 
	        transform: rotate(45deg);
}
a:hover .c-arw:before {
	-webkit-transform: translateX(2px) rotate(45deg);
	    -ms-transform: translateX(2px) rotate(45deg);
	        transform: translateX(2px) rotate(45deg);
}
a[target="_blank"] .c-arw {
	padding-right: 24px;
}
a[target="_blank"] .c-arw:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 16px; 
	background-image: url(/assets/img/common/sprite-common.png);
	background-position: 0px -42px;
}
a[target="_blank"] .c-arw.c-arw-right:before {
	display: none;
}
@media screen and (max-width: 768px) {
	a[target="_blank"] .c-arw:after {
		width: 15px;
		height: 13px;
		background-image: url(/assets/img/common/sprite-common.png);
		background-position: -25px 0px;
		background-size: 40px 29px;
	}
}
.c-arw.c-arw-small:before {
	border-top-width: 2px;
	border-right-width: 2px; 
	width: 7px;
	height: 7px;
}
.c-arw.c-arw-right {
	padding-right: 18px; 
	padding-left: 0;
}
.c-arw.c-arw-right:before {
	right: 3px; 
	left: auto;
}
.c-arw.c-arw-down:before {
	bottom: 5px;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.c-btn {
	display: inline-block;
	position: relative;
	padding: 0.75em 1.75em 0.75em 1.5em;
	background: #e9463f;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: inherit;
	font-weight: bold;
}
.c-btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 11px;
	bottom: 0;
	margin: auto 0;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	width: 9px;
	height: 9px;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); 
	-webkit-transform: rotate(45deg); 
	    -ms-transform: rotate(45deg); 
	        transform: rotate(45deg);
}
.c-btn:hover {
	opacity: 0.7;
}
.c-btn:hover:after {
	-webkit-transform: translateX(2px) rotate(45deg);
	    -ms-transform: translateX(2px) rotate(45deg);
	        transform: translateX(2px) rotate(45deg);
}
.c-btn[target="_blank"] {
	padding-right: 2.75em;
}
.c-btn[target="_blank"]:after {
	right: 0;
	border: 0;
	width: 44px;
	height: 44px;
	-webkit-transition: none;
	        transition: none; 
	-webkit-transform: none; 
	    -ms-transform: none; 
	        transform: none;
	background: url(../img/common/btn_ico_blank.png) no-repeat;
}
a:hover .c-btn:after {
	-webkit-transform: translateX(2px) rotate(45deg);
	    -ms-transform: translateX(2px) rotate(45deg);
	        transform: translateX(2px) rotate(45deg);
}

.c-arw-txtLink {
	display: block;
	position: relative;
	padding: 0 0 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.85;
}
.c-arw-txtLink:after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	margin: auto 0;
	border-top: 3px solid #e9463f;
	border-right: 3px solid #e9463f;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.c-article_index {
	margin: 0 auto;
	width: 678px;
}
@media screen and (max-width: 768px) {
	.c-article_index {
		width: 290px;
	}
}
.c-article_index .article_index_inner {
	margin: -15px -15px;
}
@media screen and (max-width: 768px) {
	.c-article_index .article_index_inner {
		margin: -7px -7px;
	}
}
.c-article_index .article_index_item {
	float: left;
	margin: 15px 15px;
	width: 206px;
}
@media screen and (max-width: 768px) {
	.c-article_index .article_index_item {
		margin: 7px 7px;
		width: 137px;
	}
}
@media screen and (max-width: 768px) {
	.c-article_index .article_index_item:nth-child(even) {
		float: right !important;
	}
}
.c-article_index .article_index_item a {
	display: block;
	overflow: hidden; 
	position: relative;
	padding: 4px;
	background: #e8dad1;
	text-decoration: none;
}
.c-article_index .article_index_item a:hover {
	opacity: 0.7;
}
.c-article_index .article_index_item .item_inner {
	display: table;
	width: 100%;
	height: 198px;
	background: url(../img/common/bg_repeat_beige.png);
}
@media screen and (max-width: 768px) {
	.c-article_index .article_index_item .item_inner {
		height: 129px;
		background: url(../img/common/bg_repeat_beige.png);
		background-size: 50px auto;
	}
}
.c-article_index .article_index_item .item_inner:before {
	content: "";
	position: absolute;
	z-index: 1; 
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 768px) {
	.c-article_index .article_index_item .item_inner:before {
		width: 45px;
		height: 45px;
	}
}
.c-article_index .article_index_item .item_inner:after {
	content: "";
	position: absolute;
	z-index: 2; 
	bottom: 22px;
	left: 50%;
	margin: 0 0 0 -16px;
	width: 32px;
	height: 32px;
	background: url(../img/common/article_index_arrow.png) no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.c-article_index .article_index_item .item_inner:after {
		bottom: 17px;
		margin-left: -10px;
		width: 20px;
		height: 20px;
	}
}
.c-article_index .article_index_item .item_h {
	display: table-cell;
	position: relative;
	z-index: 2; 
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.c-article_index .article_index_item .item_h {
		font-size: 1.2rem;
		line-height: 1.42;
	}
}
.c-article_index .article_index_item .item_h_case {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 50px 0 0;
	width: 99px;
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.c-article_index .article_index_item .item_h_case {
		padding: 3px 35px 0 0;
		width: 65px;
		height: 65px;
		font-size: 0.7rem;
	}
}
.c-article_index .article_index_item .item_h_case > span {
	display: block;
	margin: 2px 0 0;
	font-size: 27px;
	font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
	.c-article_index .article_index_item .item_h_case > span {
		font-size: 1.8rem;
	}
}
.c-article_index.subCategoryIndex {
	margin-top: 35px;
}
@media screen and (max-width: 768px) {
	.c-article_index.subCategoryIndex {
		margin-top: 10px;
		padding: 55px 0 0;
	}
}
.c-article_index.subCategoryIndex .item_inner {
	height: 198px;
}
@media screen and (max-width: 768px) {
	.c-article_index.subCategoryIndex .item_inner {
		height: 129px;
	}
}
.c-article_index.subCategoryIndex .item_inner:before {
	width: 103px;
	height: 103px;
}
@media screen and (max-width: 768px) {
	.c-article_index.subCategoryIndex .item_inner:before {
		width: 65px;
		height: 65px;
	}
}
.c-article_index.subCategoryIndex .item_inner:after {
	bottom: 27px;
}
@media screen and (max-width: 768px) {
	.c-article_index.subCategoryIndex .item_inner:after {
		bottom: 20px;
	}
}
.c-article_index.localIndex {
	margin-top: 50px;
	margin-bottom: 100px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.c-article_index.localIndex {
		margin-top: 25px;
		margin-bottom: 45px;
		width: 290px;
	}
}
.c-article_index.localIndex .article_index_inner {
	margin: -14px -14px;
}
@media screen and (max-width: 768px) {
	.c-article_index.localIndex .article_index_inner {
		margin: -7px -7px;
	}
}
.c-article_index.localIndex .article_index_item {
	margin: 14px 14px;
	width: 254px;
}
@media screen and (max-width: 768px) {
	.c-article_index.localIndex .article_index_item {
		margin: 7px 7px;
		width: 137px;
	}
}
.c-article_index.localIndex .item_inner {
	height: 64px;
}
@media screen and (max-width: 768px) {
	.c-article_index.localIndex .item_inner {
		height: 130px;
	}
}
.c-article_index.localIndex .item_inner:before {
	width: 70px;
	height: 72px;
}
@media screen and (max-width: 768px) {
	.c-article_index.localIndex .item_inner:before {
		width: 65px;
		height: 65px;
	}
}
.c-article_index.localIndex .item_inner:after {
	left: 217px;
	margin-left: 0;
	width: 24px;
	height: 24px;
}
@media screen and (max-width: 768px) {
	.c-article_index.localIndex .item_inner:after {
		bottom: 17px;
		left: 50%;
		margin-left: -10px;
		width: 20px;
		height: 20px;
	}
}
.c-article_index.localIndex .item_h {
	padding-left: 80px;
	text-align: left; 
	font-size: 15px; 
	font-size: 1.5rem;
	line-height: 1.46;
}
@media screen and (max-width: 768px) {
	.c-article_index.localIndex .item_h {
		padding-left: 0;
		text-align: center;
		font-size: 1.2rem;
	}
}
.c-article_index.localIndex .item_h_case {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 0 0 0;
	width: 45px;
	text-align: center; 
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.c-article_index.localIndex .item_h_case {
		padding: 3px 35px 0 0;
		width: 65px;
		font-size: 0.7rem;
	}
}
.c-article_index.localIndex .item_h_case > span {
	display: block;
	margin: 2px 0 0;
	font-size: 27px;
	font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
	.c-article_index.localIndex .item_h_case > span {
		font-size: 1.8rem;
	}
}
.c-article_index.imgIndex {
	width: 100%;
}
.c-article_index.imgIndex .article_index_inner {
	margin: 0 -13px;
}
@media screen and (max-width: 768px) {
	.c-article_index.imgIndex .article_index_inner {
		position: relative;
		margin: 0 auto;
		width: 290px;
	}
}
.c-article_index.imgIndex .article_index_item {
	margin: 0 13px;
	width: 255px;
}
@media screen and (max-width: 768px) {
	.c-article_index.imgIndex .article_index_item {
		margin: 0;
		width: 137px;
	}
}
@media screen and (max-width: 768px) {
	.c-article_index.imgIndex .article_index_item:nth-child(n+3) {
		margin-top: 15px;
	}
}
.c-article_index.imgIndex .item_inner {
	display: block;
	padding-bottom: 60px; 
	height: auto;
}
@media screen and (max-width: 768px) {
	.c-article_index.imgIndex .item_inner {
		padding-bottom: 40px;
	}
}
.c-article_index.imgIndex .item_inner:before {
	width: 31px;
	height: 31px;
	background: url(../img/common/article_index_item_img_bg_l.png) no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.c-article_index.imgIndex .item_inner:before {
		width: 22px;
		height: 22px;
	}
}
.c-article_index.imgIndex .item_img {
	position: relative;
	top: -4px;
	right: -4px;
	left: -4px;
	width: 255px;
}
@media screen and (max-width: 768px) {
	.c-article_index.imgIndex .item_img {
		width: 137px;
	}
}
.c-article_index.imgIndex .item_h {
	display: block;
	margin: 13px 0 0;
}
@media screen and (max-width: 768px) {
	.c-article_index.imgIndex .item_h {
		margin-top: 6px;
	}
	.c-article_index.imgIndex .item_h br {
		display: none;
	}
}
.c-article_index.imgIndex .item_txt {
	margin: 10px 25px 0; 
	font-size: 14px; 
	font-size: 1.4rem;
	line-height: 1.57143;
}
@media screen and (max-width: 768px) {
	.c-article_index.imgIndex .item_txt {
		margin: 4px 10px 0;
		font-size: 1.2rem;
		line-height: 1.41667;
	}
}

.c-icon_txt {
	display: inline-block;
	padding: 0 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.c-icon_txt {
		font-size: 1.1rem;
	}
}
.c-icon_txt.is-red {
	background: #e64849;
}

.c-article_localNav .nav_list {
	text-align: center;
	letter-spacing: -3px;
}
@media screen and (max-width: 768px) {
	.c-article_localNav .nav_list {
		margin: 0 15px; 
		height: auto;
	}
}

.c-article_localNav .list_item {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle; 
	letter-spacing: normal;
}
@media screen and (max-width: 768px) {
	.c-article_localNav .list_item {
		display: block;
		float: left;
		margin: 0;
		width: 47.24138%;
	}
	.c-article_localNav .list_item:nth-child(2n) {
		float: right;
	}
	.c-article_localNav .list_item:nth-child(n+3) {
		margin-top: 15px;
	}
}
.c-article_localNav .list_item a {
	padding: 0 37px 0 27px;
	height: 40px;
	background: #f8e19f;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold; 
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.c-article_localNav .list_item a {
		padding: 0;
		width: 100%;
		height: 35px;
		font-size: 1.1rem;
	}
}
.c-article_localNav .list_item a span {
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.c-article_localNav .list_item a span {
		left: -10px;
	}
}
.c-article_localNav .list_item .c-arw.c-arw-down:before {
	right: 10px;
}

.c-voice {
	position: relative;
	padding: 40px;
	width: 390px;
	background: url(../img/common/voice_bg_t.png) no-repeat left top, url(../img/common/voice_bg_b.png) no-repeat left bottom, url(../img/common/voice_bg_m.png) repeat-y;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.c-voice {
		margin: 0 auto;
		padding: 25px 30px 30px;
		width: 290px !important;
	}
}

.c-newsList {
	position: relative;
	padding: 7px 7px;
	background: #e8dacf;
}
@media screen and (max-width: 768px) {
	.c-newsList {
		margin: 0 15px;
	}
}
.c-newsList:before {
	content: "";
	display: block;
	position: absolute;
	top: -50px;
	right: 53px;
	width: 73px;
	height: 50px;
	background: url(../img/personality/hattatsu/common/hattatsu_newslist_img.png) no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.c-newsList:before {
		display: none;
	}
}
.c-newsList .newsList_inner {
	padding: 20px 40px 40px;
	background: #fff;
}
@media screen and (max-width: 768px) {
	.c-newsList .newsList_inner {
		padding: 0 0 20px;
	}
}
.c-newsList .newsList_item {
	display: table;
	padding: 20px 0;
	border-bottom: #a7a099 1px dotted;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
}
@media screen and (max-width: 768px) {
	.c-newsList .newsList_item {
		display: block;
		padding: 15px 0;
		font-size: 1.3rem;
	}
}
.c-newsList .newsList_item.c-arw:before {
	display: none;
}
@media screen and (max-width: 768px) {
	.c-newsList .newsList_item.c-arw:before {
		display: block;
		right: 15px; 
		left: auto;
	}
}
.c-newsList .newsList_item .item_date {
	display: table-cell;
	width: 120px;
	color: #e9463f;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.c-newsList .newsList_item .item_date {
		display: block;
		padding: 0 15px;
	}
}
.c-newsList .newsList_item .item_txt {
	display: table-cell;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.c-newsList .newsList_item .item_txt {
		display: block;
		padding: 0 35px 0 15px;
	}
}
.c-newsList .article_btn {
	margin: 30px 0 0;
	text-align: center; 
	font-size: 17px; 
	font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
	.c-newsList .article_btn {
		margin: 20px auto 0;
	}
}
.c-newsList .article_btn a {
	width: 500px;
}
@media screen and (max-width: 768px) {
	.c-newsList .article_btn a {
		padding-top: 0.6em;
		padding-bottom: 0.6em; 
		width: 246px;
	}
}

.c-article_pickup {
	margin: 45px 0 0;
	background: url(../img/common/article_pickup_bg_r.png) no-repeat right top, url(../img/common/bg_repeat_beige.png);
}
@media screen and (max-width: 768px) {
	.c-article_pickup {
		margin: 30px auto 0;
		width: 290px;
		background: url(../img/common/article_pickup_bg_r_sp.png) no-repeat right top, url(../img/common/bg_repeat_beige.png);
		background-size: 155px auto, 50px auto;
	}
}
.c-article_pickup + .c-article_pickup {
	margin-top: 40px;
}
.c-article_pickup .column_img {
	position: relative;
	width: 349px;
}
@media screen and (max-width: 768px) {
	.c-article_pickup .column_img {
		width: auto;
	}
}
.c-article_pickup .column_img:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2; 
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	background: url(../img/common/article_index_item_img_bg_l.png) no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.c-article_pickup .column_img:before {
		width: 29px;
		height: 29px;
	}
}
.c-article_pickup .column_txt {
	padding: 25px 30px;
	width: 470px;
}
@media screen and (max-width: 768px) {
	.c-article_pickup .column_txt {
		padding: 15px 20px 40px;
		width: auto;
	}
	.c-article_pickup .column_txt .article_txt {
		padding: 0;
	}
}
.c-article_pickup .pickup_h {
	font-size: 20px;
	font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
	.c-article_pickup .pickup_h {
		font-size: 1.8rem;
	}
}
.c-article_pickup .article_txt {
	margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
	.c-article_pickup .article_txt {
		padding: 0;
	}
}
.c-article_pickup .article_btn {
	margin: 20px 0 0;
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
}
.c-article_pickup .article_btn .c-btn {
	padding: 0.75em 3.7em 0.75em 3.7em;
}
@media screen and (max-width: 768px) {
	.c-article_pickup .article_btn .c-btn {
		width: 250px;
	}
}

.l-article .article_header {
	position: relative;
	margin: 0 0 30px;
	padding: 21px 36px 15px;
	background: url(../img/common/article_header_bg_l.png) no-repeat left top, url(../img/common/article_header_bg_r.png) no-repeat right top;
	background-color: #f1ece9;
}
@media screen and (max-width: 768px) {
	.l-article .article_header {
		margin-bottom: 15px;
		padding: 17px 17px;
		background: url(../img/common/article_header_bg_r_sp.png) no-repeat right top, url(../img/common/article_header_bg_sp.png);
		background-size: 260px auto;
	}
}
.l-article .article_header_h {
	color: #555;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.28;
}
@media screen and (max-width: 768px) {
	.l-article .article_header_h {
		color: #fff;
		font-size: 1.9rem;
	}
}

.l-article .article_bigH {
	margin: 0 0 34px;
	padding: 0 0 0 30px;
	background: url(../img/common/article_bigh_ico.png) no-repeat;
	color: #e9463f; 
	font-size: 24px; 
	font-size: 2.4rem;
	line-height: 1.875;
}
@media screen and (max-width: 768px) {
	.l-article .article_bigH {
		margin: 0 15px 17px;
		padding-left: 22px;
		background: url(../img/common/article_h_ico_sp.png) repeat-y;
		background-size: 10px auto;
		font-size: 1.9rem;
		line-height: 1.21;
	}
}

.l-article .article_h {
	margin: 0 0 24px;
	padding: 0 0 0 20px;
	background: url(../img/common/article_h_ico.png) repeat-y;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.27;
}
@media screen and (max-width: 768px) {
	.l-article .article_h {
		margin: 0 15px 17px;
		padding-left: 12px;
		background: url(../img/common/article_h_ico_sp.png) repeat-y;
		background-size: 4px auto;
		font-size: 1.6rem;
	}
}

.l-article .article_subH {
	position: relative;
	padding: 0 0 0 25px;
	font-size: 16px;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.l-article .article_subH {
		margin: 0 15px;
		padding-left: 22px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
}
.l-article .article_subH:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(../img/common/article_subh_ico.png) no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.l-article .article_subH:before {
		top: 2px;
		width: 16px;
		height: 16px;
	}
}
.l-article .article_subH.is-noIcon {
	padding-left: 0;
}
.l-article .article_subH.is-noIcon:before {
	display: none;
}

.l-article .article_txt {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.85;
}
@media screen and (max-width: 768px) {
	.l-article .article_txt {
		padding: 0 15px;
		font-size: 1.3rem;
		line-height: 1.61;
	}
}
.l-article .article_txt strong {
	color: #e9463f;
}
.l-article .article_txt .point_up {
	color: #e9463f;
	font-weight:bold;
}
.l-article .article_note {
	margin: 15px 0 0;
	padding-left: 1em;
	text-indent: -1em; 
	font-size: 12px; 
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.l-article .article_note {
		margin: 15px 15px 0; 
		font-size: 1.0rem;
	}
}

.l-article .article_section {
	margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
	.l-article .article_section {
		margin-top: 40px;
	}
}

.l-article .article_block {
	margin: 20px 0 0;
}
.l-article .article_block .article_subH {
	margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
	.l-article .article_block .article_subH {
		margin: 0 15px 8px;
	}
}

.l-article .article_table {
	border: #e8dad1 7px solid;
	width: 100%;
	background: #fff;
	font-size: 16px;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.l-article .article_table {
		border: #e8dad1 5px solid;
		font-size: 1.3rem;
	}
}
.l-article .article_table tr:nth-child(odd) th,
.l-article .article_table tr:nth-child(odd) td {
	background: #fbf6f1;
}
.l-article .article_table th[scope="col"] {
	background: #e9dad1 !important;
	text-align: center;
}
.l-article .article_table th[scope="col"]:nth-child(n+2) {
	border-left: #fff 3px solid;
}
@media screen and (max-width: 768px) {
	.l-article .article_table th[scope="col"]:nth-child(n+2) {
		border-left: #fff 2px solid;
	}
}
.l-article .article_table tr:nth-child(n+3) th,
.l-article .article_table tr:nth-child(n+3) td {
	border-top: #e9dad1 3px solid;
}
@media screen and (max-width: 768px) {
	.l-article .article_table tr:nth-child(n+3) th,
	.l-article .article_table tr:nth-child(n+3) td {
		border-top: #e9dad1 2px solid;
	}
}
.l-article .article_table td {
	border-left: #e9dad1 3px solid;
}
.l-article .article_table.bg-green {
	border-color: #3aa675;
}
.l-article .article_table.bg-green tr:nth-child(odd) th,
.l-article .article_table.bg-green tr:nth-child(odd) td {
	background: #fff;
}
.l-article .article_table.bg-green th[scope="col"] {
	background: #3aa675 !important;
	color: #fff;
}
.l-article .article_table.bg-green tr:nth-child(n+3) th,
.l-article .article_table.bg-green tr:nth-child(n+3) td {
	border-color: #3aa675;
}
.l-article .article_table.bg-green td {
	border-color: #3aa675;
}
.l-article .article_table.bg-darkblue {
	border-color: #3950a0;
}
.l-article .article_table.bg-darkblue tr:nth-child(odd) th,
.l-article .article_table.bg-darkblue tr:nth-child(odd) td {
	background: #fff;
}
.l-article .article_table.bg-darkblue th[scope="col"] {
	background: #3950a0 !important;
	color: #fff;
}
.l-article .article_table.bg-darkblue tr:nth-child(n+3) th,
.l-article .article_table.bg-darkblue tr:nth-child(n+3) td {
	border-color: #3950a0;
}
.l-article .article_table.bg-darkblue td {
	border-color: #3950a0;
}

.l-article .article_btn .btn {
	padding: 70px 0 0;
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
	.l-article .article_btn .btn {
		padding: 35px 0 0;
	}
}

.l-article .article_btn .btn.subCategoryIndexBtn a {
	display: inline-block;
	position: relative;
	padding: 10px 50px;
	border: #754c98 3px solid;
	background: #fff;
	text-align: center;
	text-decoration: none; 
	color: #754c98;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.l-article .article_btn .btn.subCategoryIndexBtn a {
		padding: 8px 0;
		width: 290px;
		font-size: 1.4rem;
	}
}
.l-article .article_btn .btn.subCategoryIndexBtn a:before {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	width: 30px;
	height: 30px;
	background: url(../img/personality/problem/youji/btn_bg.png) no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.l-article .article_btn .btn.subCategoryIndexBtn a:before {
		width: 15px;
		height: 15px;
	}
}
.l-article .article_btn .btn.subCategoryIndexBtn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 19px;
	bottom: 0;
	margin: auto 0;
	border-top: 3px solid #754c98;
	border-right: 3px solid #754c98;
	width: 10px;
	height: 10px;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); 
	-webkit-transform: rotate(45deg); 
	    -ms-transform: rotate(45deg); 
	        transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.l-article .article_btn .btn.subCategoryIndexBtn a:after {
		right: 10px;
		border-top: 2px solid #754c98;
		border-right: 2px solid #754c98; 
		width: 8px;
		height: 8px;
	}
}

.l-article .article_btn .btn.subCategoryIndexBtn a:hover:after {
	-webkit-transform: translateX(2px) rotate(45deg);
	    -ms-transform: translateX(2px) rotate(45deg);
	        transform: translateX(2px) rotate(45deg);
}

/* ------------------------
header
------------------------ */
.l-header {
	position: fixed;
	top: 0;
	z-index: 10001;
	width: 100%;
	height: 194px;
}
@media screen and (orientation: landscape) {
	.l-header {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.l-header {
		position: relative;
	}
}
.l-header .bar {
	border-bottom: 4px solid #e9463f;
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s ease;
	        transition: transform 0.3s ease; 
	background: #fff;
}
.l-header .l-container {
	position: relative;
	height: 190px;
}
@media screen and (max-width: 768px) {
	.l-header {
		height: 74px;
	}
	.l-header .bar {
		position: fixed;
		top: 0;
		left: 0;
	}
	.l-header.is-hidden .bar {
		-webkit-transform: translateY(-100%);
		    -ms-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
	.l-header .l-container {
		height: 70px;
	}
}

.header_logo {
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 130px;
	height: 77px;
}
.header_logo a {
	display: block;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.header_logo {
		top: 10px;
		width: 90px;
		height: 50px;
	}
}

.header_catch {
	float: left;
	padding: 36px 0 0;
}
@media screen and (max-width: 768px) {
	.header_catch {
		display: none;
	}
}

.header_catch_copy {
	width: 35em;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.66667;
}

.header_catch_nav {
	overflow: hidden;
	margin: 8px 0 0;
}

.header_catch_nav_item {
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
.header_catch_nav_item:not(:first-child) {
	padding-left: 24px;
}

.header_utility {
	float: right;
	padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
	.header_utility {
		display: none;
	}
}

.header_utility_btn {
	overflow: hidden;
}

.header_utility_btn_item {
	float: left;
	background: #fddc56;
	color: #555;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold; 
	line-height: 1.14;
}
.header_utility_btn_item:not(:last-child) {
	margin-right: 10px;
}
.header_utility_btn_item a {
	display: block;
	position: relative;
	padding: 10px 32px 10px 23px;
	text-decoration: none; 
	color: inherit;
}
.header_utility_btn_item a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	margin: auto 0; 
	width: 37px;
	height: 37px;
}
.header_utility_btn_item a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 11px;
	bottom: 0;
	margin: auto 0;
	border-top: 3px solid #e9463f;
	border-right: 3px solid #e9463f;
	width: 9px;
	height: 9px;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); 
	-webkit-transform: rotate(45deg); 
	    -ms-transform: rotate(45deg); 
	        transform: rotate(45deg);
}
.header_utility_btn_item a:hover {
	opacity: 0.7;
}
.header_utility_btn_item a:hover:after {
	-webkit-transform: translateX(2px) rotate(45deg);
	    -ms-transform: translateX(2px) rotate(45deg);
	        transform: translateX(2px) rotate(45deg);
}
.header_utility_btn_item a:hover[target="_blank"]:after {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
.header_utility_btn_item a[target="_blank"]:after {
	right: 0;
	bottom: 0;
	border: 0;
	width: 40px;
	height: 40px;
	-webkit-transition: none;
	        transition: none; 
	-webkit-transform: none; 
	    -ms-transform: none; 
	        transform: none;
	background: url(../img/common/btn_ico_blank_red.png) no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.header_utility_btn_item a[target="_blank"]:after {
		right: 10px;
	}
}
.header_utility_btn_item a span {
	color: #e9463f;
}
.header_utility_btn_item.school {
	width: 185px;
}
.header_utility_btn_item.school a {
	text-align: center;
}
.header_utility_btn_item.contact {
	background: #36aa72;
}
.header_utility_btn_item.contact a {
	padding-right: 80px;
	padding-left: 20px;
	text-align: center;
	color: #fff;
}
.header_utility_btn_item.contact a:before {
	/*background: url(../img/common/header_utility_ico_contact.png) no-repeat;*/
}
.header_utility_btn_item.contact a[target="_blank"]:after {
	background: url(../img/common/btn_ico_blank.png) no-repeat;
	background-size: 100% auto;
}
.header_utility_btn_item.contact span {
	display: block;
	position: absolute;
	top: 0;
	right: 38px;
	bottom: 0;
	margin: auto;
	padding: 11px 0;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	background: #fff;
	text-align: center;
	color: #e9463f;
	font-size: 14px;
	line-height: 1;
}

/* ------------------------
globalNav-pc
------------------------ */
.l-globalNav-pc {
	position: absolute;
	bottom: 0;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.l-globalNav-pc {
		display: none;
	}
}
.l-globalNav-pc .globalNav_item {
	float: left;
	width: 160px;
	height: 56px;
	background: url(../img/common/globalnav_dot.png) no-repeat left center;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.l-globalNav-pc .globalNav_item.category-01 {
	width: 166px;
}
.l-globalNav-pc .globalNav_item.category-02 {
	width: 160px;
}
.l-globalNav-pc .globalNav_item.category-03 {
	width: 168px;
}
.l-globalNav-pc .globalNav_item.category-04 {
	width: 152px;
}
.l-globalNav-pc .globalNav_item.category-05 {
	width: 170px;
}
.l-globalNav-pc .globalNav_item.category-06 {
	width: 152px;
}
.l-globalNav-pc .globalNav_item.category-07 {
	width: 152px;
}
.l-globalNav-pc .globalNav_item:last-child {
	background: url(../img/common/globalnav_dot.png) no-repeat left center, url(../img/common/globalnav_dot.png) no-repeat right center;
}
.l-globalNav-pc .globalNav_item > a {
	display: table;
	position: relative;
	z-index: 10002;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); 
	text-decoration: none;
	color: inherit;
}
.l-globalNav-pc .globalNav_item > a .label {
	display: table-cell;
	position: relative;
	z-index: 2;
	text-align: center; 
	vertical-align: middle;
}
.l-globalNav-pc .globalNav_item > a:before {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.l-globalNav-pc .globalNav_item .globalNav_item_child {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 10001;
	top: 0;
	left: 0;
	padding: 85px 0 0;
	width: 620px;
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-globalNav-pc .globalNav_item.shugakugo .globalNav_item_child {
  width: 760px;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 65px;
	left: 293px;
	width: 25px;
	height: 20px;
	background: url(../img/common/globalnav_child_arw.png) no-repeat;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .container {
	display: table;
	position: relative;
	z-index: 1;
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .col-01,
.l-globalNav-pc .globalNav_item .globalNav_item_child .col-02 {
	display: table-cell;
	vertical-align: top;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .col-01 {
	width: 328px;
	background: url(../img/common/bg_repeat_darkbeige.png);
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .col-02 {
	padding: 14px 33px 24px; 
	width: 292px;
}
.l-globalNav-pc .globalNav_item.shugakugo .globalNav_item_child .col-02 {
  width: 370px;
}
.l-globalNav-pc .globalNav_item.shugakugo .globalNav_item_child .col-02 li {
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .content {
	padding: 30px 0;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .h {
	text-align: center;
	color: #e9463f;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .desc {
	position: relative;
	margin: 30px 39px 0;
	color: #555;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .desc:before {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -43px;
	width: 86px;
	height: 2px;
	background: #e9463f;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .nav_item {
	background: url(../img/common/globalnav_child_dot.png) repeat-x left bottom;
	font-size: 16px;
	font-size: 1.6rem;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .nav_items {
	padding: 15px 20px;
	background: url(../img/common/globalnav_child_dot.png) repeat-x left bottom;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .nav_items:last-child {
	background: none;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .nav_items .nav_items_ttl {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .nav_items .nav_items_list {
	
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .nav_items .nav_items_list li {
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .nav_items .nav_items_list.col2 {
  margin-bottom: -10px;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .nav_items .nav_items_list.col2 li {
	float: left;
	margin-right: 20px;
}
.l-globalNav-pc .globalNav_item.shugakugo .globalNav_item_child .nav_items .nav_items_list.col2 li:nth-child(3n) {
  margin-right: 0;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .nav_items .nav_items_list.col2 li a .c-arw {
	padding-left: 12px;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .nav_items .nav_items_list li .c-arw:before {
	width: 7px;
	height: 7px;
	border-top-width: 2px;
	border-right-width: 2px;
}
.l-globalNav-pc .globalNav_item .globalNav_item_child .nav_item a {
	display: block;
	padding: 15px 0;
	text-decoration: none;
}
.l-globalNav-pc .globalNav_item.category-01 > a:before {
	background: url(../img/common/globalnav_01_bg.png) no-repeat;
}
.l-globalNav-pc .globalNav_item.category-02 > a:before {
	background: url(../img/common/globalnav_02_bg.png) no-repeat;
}
.l-globalNav-pc .globalNav_item.category-03 > a:before {
	background: url(../img/common/globalnav_03_bg.png) no-repeat;
}
.l-globalNav-pc .globalNav_item.category-04 > a:before {
	background: url(../img/common/globalnav_04_bg.png) no-repeat;
}
.l-globalNav-pc .globalNav_item.category-05 > a:before {
	background: url(../img/common/globalnav_05_bg.png) no-repeat;
}
.l-globalNav-pc .globalNav_item.category-06 > a:before {
	background: url(../img/common/globalnav_06_bg.png) no-repeat;
}
.l-globalNav-pc .globalNav_item.category-07 > a:before {
	background: url(../img/common/globalnav_07_bg.png) no-repeat;
}
.l-globalNav-pc .globalNav_item.category-01 > a:before,
.l-globalNav-pc .globalNav_item.category-02 > a:before,
.l-globalNav-pc .globalNav_item.category-03 > a:before,
.l-globalNav-pc .globalNav_item.category-04 > a:before,
.l-globalNav-pc .globalNav_item.category-05 > a:before,
.l-globalNav-pc .globalNav_item.category-06 > a:before,
.l-globalNav-pc .globalNav_item.category-07 > a:before {
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.category-personality .l-globalNav-pc .globalNav_item.category-01 > a,
.category-about .l-globalNav-pc .globalNav_item.category-02 > a,
.category-youji .l-globalNav-pc .globalNav_item.category-03 > a,
.category-shugakugo .l-globalNav-pc .globalNav_item.category-04 > a,
.category-parent-service .l-globalNav-pc .globalNav_item.category-05 > a,
.category-experience-program .l-globalNav-pc .globalNav_item.category-06 > a,
.school .l-globalNav-pc .globalNav_item.category-07 > a {
	color: #fff;
}
.category-personality .l-globalNav-pc .globalNav_item.category-01 > a:before,
.category-about .l-globalNav-pc .globalNav_item.category-02 > a:before,
.category-youji .l-globalNav-pc .globalNav_item.category-03 > a:before,
.category-shugakugo .l-globalNav-pc .globalNav_item.category-04 > a:before,
.category-parent-service .l-globalNav-pc .globalNav_item.category-05 > a:before,
.category-experience-program .l-globalNav-pc .globalNav_item.category-06 > a:before,
.school .l-globalNav-pc .globalNav_item.category-07 > a:before {
	opacity: 1;
}
.category-personality .l-globalNav-pc .globalNav_item.category-01 > a .label,
.category-about .l-globalNav-pc .globalNav_item.category-02 > a .label,
.category-youji .l-globalNav-pc .globalNav_item.category-03 > a .label,
.category-shugakugo .l-globalNav-pc .globalNav_item.category-04 > a .label,
.category-parent-service .l-globalNav-pc .globalNav_item.category-05 > a .label,
.category-experience-program .l-globalNav-pc .globalNav_item.category-06 > a .label,
.school .l-globalNav-pc .globalNav_item.category-07 > a .label {
	padding-left: 10px;
}
.l-globalNav-pc .globalNav_item.category-01 .globalNav_item_child,
.l-globalNav-pc .globalNav_item.category-02 .globalNav_item_child {
	left: 0;
}
.l-globalNav-pc .globalNav_item.category-01 .globalNav_item_child:before {
	left: 80px;
}
.l-globalNav-pc .globalNav_item.category-02 .globalNav_item_child:before {
	left: 227px;
}
.l-globalNav-pc .globalNav_item.category-03 .globalNav_item_child {
	left: 100px;
}
.l-globalNav-pc .globalNav_item.category-04 .globalNav_item_child {
	right: 95px;
	left: auto;
}
.l-globalNav-pc .globalNav_item.category-05 .globalNav_item_child {
	right: 0;
	left: auto;
}
.l-globalNav-pc .globalNav_item.category-05 .globalNav_item_child:before {
	left: 370px;
}
.l-globalNav-pc .globalNav_item.category-06 .globalNav_item_child {
	right: 0;
	left: auto;
}
.l-globalNav-pc .globalNav_item.category-06 .globalNav_item_child:before {
	left: 528px;
}
.l-globalNav-pc .globalNav_item.category-07 .globalNav_item_child {
	right: 82px;
	left: auto;
}
.l-globalNav-pc .globalNav_item:hover > a,
.l-globalNav-pc .globalNav_item.is-current > a {
	color: rgba(85, 85, 85, 0.7);
}
.l-globalNav-pc .globalNav_item:hover .globalNav_item_child {
	visibility: visible;
	opacity: 1;
}

/* headerOverlay ------------ */
.l-headerOverlay {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); 
	background: rgba(238, 232, 227, 0.75);
}
.view-headerOverlay .l-headerOverlay {
	visibility: visible;
	opacity: 1;
}

/* ------------------------
drawer
------------------------ */
.l-drawer {
	position: fixed;
	z-index: 10003;
	top: 0;
	bottom: 0;
	left: 0;
	width: 253px;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateX(-320px) translate3d(0, 0, 0);
	        transform: translateX(-320px) translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
	.l-drawer {
		display: none;
	}
}
.view-drawerOverlay {
	overflow: hidden;
}
.view-drawerOverlay .l-drawer {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.l-drawer .container {
	overflow: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 253px;
	background: #fff; 

	-webkit-overflow-scrolling: touch;
}

.isLtIE10 .l-drawer {
	left: -320px;
	-webkit-transform: none !important;
	    -ms-transform: none !important;
	        transform: none !important;
}
.isLtIE10 .l-drawer .container {
	box-sizing: content-box;
}

.isLtIE10 .view-drawerOverlay .l-drawer {
	left: 0;
}

.drawer_close-head {
	position: absolute;
	top: 0;
	right: -67px;
}

.l-globalNav-sp .globalNav_item {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.l-globalNav-sp .globalNav_item .parent {
	display: block;
	position: relative;
	padding: 14px 36px 14px 25px;
}
.l-globalNav-sp .globalNav_item a {
	display: block;
	position: relative;
	padding: 14px 17px 14px 25px;
	text-decoration: none;
}
.l-globalNav-sp .globalNav_item a .c-arw {
	display: block;
}
.l-globalNav-sp .globalNav_item > a .c-arw:before {
	border-color: #e9463f; 
	width: 11px;
	height: 11px;
}
.l-globalNav-sp .globalNav_item .parent_ico {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0; 
	width: 45px;
}
.l-globalNav-sp .globalNav_item .parent_ico:before,
.l-globalNav-sp .globalNav_item .parent_ico:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 15px;
	height: 3px;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); 
	background: #e9463f;
}
.l-globalNav-sp .globalNav_item .parent_ico:after {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.l-globalNav-sp .childNav .parent_ico:before,
.l-globalNav-sp .childNav .parent_ico:after {
	width: 13px !important;
	background: #555 !important;
}
.l-globalNav-sp .parent.is-open .parent_ico:after {
	-webkit-transform: scaleY(0.1) rotate(90deg);
	    -ms-transform: scaleY(0.1) rotate(90deg);
	        transform: scaleY(0.1) rotate(90deg);
}
.l-globalNav-sp .globalNav_item .childNav {
	display: none;
	background: #ede6df;
	font-size: 13px;
	font-size: 1.3rem;
}
.l-globalNav-sp .globalNav_item .childNav .nav_item {
	border-top: 1px dotted #ccc;
}
.l-globalNav-sp .globalNav_item .childNav .childNav {
	background: #f9f7f4;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}
.l-globalNav-sp .globalNav_item .childNav .childNav a {
	padding-left: 40px;
	text-decoration: underline;
}

.drawer_utility {
	padding: 0 10px;
}

.drawer_utility_btn_item {
	margin: 15px 0;
	background: #fddc56;
	color: #555;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold; 
	line-height: 1.14;
}
.drawer_utility_btn_item a {
	display: block;
	position: relative;
	padding: 14px 23px;
	text-align: center; 
	text-decoration: none;
	color: inherit;
}
.drawer_utility_btn_item a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 9px;
	margin: auto 0; 
	width: 37px;
	height: 37px;
}
.drawer_utility_btn_item a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 11px;
	bottom: 0;
	margin: auto 0;
	border-top: 3px solid #e9463f;
	border-right: 3px solid #e9463f;
	width: 9px;
	height: 9px;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); 
	-webkit-transform: rotate(45deg); 
	    -ms-transform: rotate(45deg); 
	        transform: rotate(45deg);
}
.drawer_utility_btn_item a[target="_blank"]:after {
	right: 0;
	bottom: 0;
	border: 0;
	width: 40px;
	height: 40px;
	-webkit-transition: none;
	        transition: none; 
	-webkit-transform: none; 
	    -ms-transform: none; 
	        transform: none;
	background: url(../img/common/btn_ico_blank_red.png) no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.drawer_utility_btn_item a[target="_blank"]:after {
		right: 0;
	}
}
.drawer_utility_btn_item.contact {
	margin-bottom: 10px;
	background: #36aa72;
	line-height: 1.21;
}
.drawer_utility_btn_item.contact a {
	padding: 12px 60px 12px 5px;
	color: #fff;
}
.drawer_utility_btn_item.contact a:before {
	left: 0;
	width: 34px;
	height: 34px;
	/*background: url(../img/common/header_utility_ico_contact.png) no-repeat;*/
	background-size: 100% auto;
}
.drawer_utility_btn_item.contact a[target="_blank"]:after {
	background: url(../img/common/btn_ico_blank.png) no-repeat;
	background-size: 100% auto;
}
.drawer_utility_btn_item.contact span {
	display: block;
	position: absolute;
	top: 0;
	right: 34px;
	bottom: 0;
	margin: auto;
	padding: 10px 0;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	background: #fff;
	text-align: center;
	color: #e9463f;
	font-size: 12px;
	line-height: 1;
}
.drawer_utility_btn_item.school {
	margin-top: 10px;
}

.drawer_gridNav {
	display: table;
	width: 100%;
	border-collapse: collapse;
	background: #f7f3ee;
}
.drawer_gridNav .nav {
	display: table-row;
}
.drawer_gridNav .nav_item {
	display: table-cell;
	border-top: 1px solid #cccbca;
	border-bottom: 1px solid #cccbca;
	width: 50%;
	font-size: 11px;
	font-size: 1.1rem;
}
.drawer_gridNav .nav_item:not(:first-child) {
	border-left: 1px solid #cccbca;
}
.drawer_gridNav .nav_item a {
	display: block;
	padding: 15px 0;
	text-align: center; 
	text-decoration: none;
}

.drawer_btn_home {
	border-bottom: 1px solid #cdcdcd;
}

.drawer_footerNav {
	padding: 8px 25px;
}
.drawer_footerNav .nav_item {
	margin: 18px 0;
	font-size: 11px;
	font-size: 1.1rem;
}

.drawer_sns_list {
	display: table;
	width: 100%;
}

.drawer_sns_list_item {
	display: table-cell;
	width: 50%;
}
.drawer_sns_list_item.facebook {
	background: #3e59ab;
}
.drawer_sns_list_item.twitter {
	background: #55acee;
}
.drawer_sns_list_item a {
	display: block;
	text-align: center;
}

.drawer_close-foot {
	padding: 12px 0;
	text-align: center;
}

.l-drawerOverlay {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 10002;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); 
	background: rgba(89, 89, 89, 0.75);
}
.view-drawerOverlay .l-drawerOverlay {
	visibility: visible;
	opacity: 1;
}

/* ------------------------
header sp menu
------------------------ */
.header_hamburger {
	position: absolute;
	top: 10px;
	left: 4px;
}
@media screen and (min-width: 769px) {
	.header_hamburger {
		display: none;
	}
}

.header_contact {
	position: absolute;
	top: 10px;
	right: 12px;
}
@media screen and (min-width: 769px) {
	.header_contact {
		display: none;
	}
}

/* ------------------------
main
------------------------ */
.l-categoryHeader {
	height: 160px;
	background: #eee;
}
@media screen and (max-width: 768px) {
	.l-categoryHeader {
		display: none;
	}
}
.l-categoryHeader .l-container {
	display: table;
	height: 100%;
}

.categoryHeader_h {
	display: table-cell;
	padding: 0 30px;
	vertical-align: middle;
	font-size: 32px;
	font-size: 3.2rem;
}
.l-categoryHeader .categoryHeader_h {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.l-categoryHeader {
		border-bottom: 1px solid #ebebeb; 
		height: 50px;
	}
	.categoryHeader_h {
		text-align: center;
		font-size: 1.8rem;
	}
}

.l-breadcrumb {
	overflow: hidden;
	margin: 20px 0;
}

.breadcrumb_list {
	overflow: hidden;
	font-size: 12px;
	font-size: 1.2rem;
}

.breadcrumb_list_item {
	float: left;
	padding: 0 18px;
	background: url(../img/common/breadcrumb_arw.png) no-repeat left center;
}
.breadcrumb_list_item.home {
	padding-left: 21px;
	background-image: url(../img/common/breadcrumb_ico_home.png);
}

.snsBtn {
	float: right;
}

.snsBtn_list {
	overflow: hidden;
}

.snsBtn_list_item {
	float: left;
	padding-left: 5px; 
	min-height: 20px;
}

@media screen and (max-width: 768px) {
	.l-breadcrumb {
		display: none;
	}
}

/* ------------------------
pageBody
------------------------ */
.l-pageBody {
	background: url(../img/common/pagebody_bg.png) repeat-y center top;
}
@media screen and (max-width: 768px) {
	.l-pageBody {
		background: url(../img/common/pagebody_bg_sp.png) repeat-y;
		background-size: 100% auto;
	}
}
.l-pageBody:after {
	content: "";
	display: block;
	clear: both;
}
.l-pageBody.pageBody-single {
	background: url(../img/common/pagebody_bg_single.png) repeat-y center top;
}

.l-pageBody_main {
	float: right;
	width: 820px;
}
.pageBody-single .l-pageBody_main {
	float: none;
	margin: 0 auto;
}

.l-pageBody_sidebar {
	float: left;
	width: 240px;
}

@media screen and (max-width: 768px) {
	.l-pageBody_main {
		float: none;
		width: 100%;
	}
	.l-pageBody_sidebar {
		display: none;
	}
}

/* ------------------------
localNav
------------------------ */
.l-sidebar_localNav {
	margin-top: -1px;
	padding: 1px 7px 12px;
	background: url(../img/common/localnav_bg_head.jpg) no-repeat, url(../img/common/localnav_bg_foot.jpg) no-repeat left bottom, url(../img/common/bg_repeat.jpg);
}
.l-sidebar_localNav .categoryTitle {
	display: table;
	height: 80px;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.22222;
}
.l-sidebar_localNav .categoryTitle .label {
	display: table-cell;
	padding: 2px 0 0 60px;
	background: none no-repeat left center; 
	vertical-align: middle;
}
.l-sidebar_localNav .categoryTitle.category-01 .label {
	background-image: url(../img/common/localnav_01_bg.png);
}
.l-sidebar_localNav .categoryTitle.category-02 .label {
	background-image: url(../img/common/localnav_02_bg.png);
}
.l-sidebar_localNav .categoryTitle.category-03 .label {
	background-image: url(../img/common/localnav_03_bg.png);
}
.l-sidebar_localNav .categoryTitle.category-04 .label {
	background-image: url(../img/common/localnav_04_bg.png);
}
.l-sidebar_localNav .categoryTitle.category-05 .label {
	background-image: url(../img/common/localnav_05_bg.png);
}
.l-sidebar_localNav .categoryTitle.category-06 .label {
	background-image: url(../img/common/localnav_06_bg.png);
}
.l-sidebar_localNav .categoryTitle.category-07 .label {
	background-image: url(../img/common/localnav_07_bg.png);
}
.l-sidebar_localNav .categoryTitle.category-other .label {
	padding-left: 20px;
}
.l-sidebar_localNav .localNav_item {
	background: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42857;
}
	.l-sidebar_localNav .localNav_item span.sub {
		font-size: 12px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
.l-sidebar_localNav .localNav_item:not(:last-child) {
	border-bottom: 2px solid #ccc;
}
.l-sidebar_localNav .localNav_item .parent {
	display: block;
	position: relative;
	padding: 21px 36px 21px 20px;
	cursor: pointer;
	-webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.l-sidebar_localNav .localNav_item .parent:hover {
	color: #e9463f;
}
.l-sidebar_localNav .localNav_item a {
	display: block;
	position: relative;
	padding: 21px 17px 21px 20px;
	text-decoration: none;
}
.l-sidebar_localNav .localNav_item a .c-arw {
	display: block;
}
.l-sidebar_localNav .localNav_item > a .c-arw:before {
	border-color: #e9463f; 
	width: 11px;
	height: 11px;
}
.l-sidebar_localNav .localNav_item .parent_ico {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0; 
	width: 45px;
}
.l-sidebar_localNav .localNav_item .parent_ico:before,
.l-sidebar_localNav .localNav_item .parent_ico:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 15px;
	height: 3px;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); 
	background: #e9463f;
}
.l-sidebar_localNav .localNav_item .parent_ico:after {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.l-sidebar_localNav .parent.is-open .parent_ico:after {
	-webkit-transform: scaleY(0.1) rotate(90deg);
	    -ms-transform: scaleY(0.1) rotate(90deg);
	        transform: scaleY(0.1) rotate(90deg);
}
.l-sidebar_localNav .localNav_item .childNav {
	display: none;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.53846;
}
.l-sidebar_localNav .localNav_item .childNav .nav_item {
	position: relative;
}
.l-sidebar_localNav .localNav_item .childNav .nav_item:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	left: 20px;
	height: 1px;
	background: url(../img/common/localnav_dot.png) repeat-x;
}
.l-sidebar_localNav .localNav_item .childNav .nav_item:first-child:before {
	right: 0;
	left: 0;
}
.l-sidebar_localNav .localNav_item .childNav a {
	padding-left: 30px;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); 
	text-decoration: underline;
	color: inherit;
}
.l-sidebar_localNav .localNav_item .childNav a:hover {
	text-decoration: none; 
	color: #e9463f;
}
.l-sidebar_localNav .localNav_item.is-current .parent,
.l-sidebar_localNav .localNav_item.is-current > a {
	background-color: #eadfd8;
	color: #e9463f;
	font-weight: bold;
}
.l-sidebar_localNav .localNav_item.is-current .childNav {
	display: block;
}
.l-sidebar_localNav .localNav_item.is-current .childNav .nav_item {
	background-color: #f1ece9;
}

/* --------------------------------
columnWrapper
-------------------------------- */
.l-columnWrapper .l-column.is-left {
	float: left;
}

.l-columnWrapper .l-column.is-right {
	float: right;
}

@media screen and (max-width: 768px) {
	.l-columnWrapper .l-column.is-left,
	.l-columnWrapper .l-column.is-right {
		float: none;
	}
}

/* ------------------------
tab
------------------------ */
.l-article_tab_nav {
	position: relative;
}
@media screen and (max-width: 768px) {
	.l-article_tab_nav {
		margin: 0 15px;
	}
}
.l-article_tab_nav .tab_nav_item {
	width: 400px;
}
@media screen and (max-width: 768px) {
	.l-article_tab_nav .tab_nav_item {
		width: 47%;
	}
}
.l-article_tab_nav .tab_nav_item:nth-child(1) {
	float: left;
}
.l-article_tab_nav .tab_nav_item:nth-child(2) {
	float: right;
}
.l-article_tab_nav .tab_nav_item .item_inner {
	position: relative;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.l-article_tab_nav .tab_nav_item .item_inner {
		text-align: left;
	}
}
.l-article_tab_nav .tab_nav_item .item_inner:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}
@media screen and (max-width: 768px) {
	.l-article_tab_nav .tab_nav_item .item_inner:before {
		width: 25px;
		height: 25px;
	}
}
.l-article_tab_nav .tab_nav_item.is-current {
	background: #fff !important;
}
.l-article_tab_nav .tab_nav_item.is-current:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 424px;
	height: 4px;
}
@media screen and (max-width: 768px) {
	.l-article_tab_nav .tab_nav_item.is-current:after {
		width: 53%;
		height: 2px;
	}
}
.l-article_tab_nav .tab_nav_item.is-current .item_inner:before {
	top: -4px; 
	left: -4px;
}
@media screen and (max-width: 768px) {
	.l-article_tab_nav .tab_nav_item.is-current .item_inner:before {
		top: -2px; 
		left: -2px;
	}
}
.l-article_tab_nav .tab_nav_item.is-youji {
	background: #c9f2cd;
}
.l-article_tab_nav .tab_nav_item.is-youji .item_inner {
	background: url(../img/flow/taiken/index/youji_tab_01_img.png) no-repeat 65px 50%;
}
@media screen and (max-width: 768px) {
	.l-article_tab_nav .tab_nav_item.is-youji .item_inner {
		background-position: 8% 14px; 
		background-size: 22px auto;
	}
}
.l-article_tab_nav .tab_nav_item.is-youji .item_inner:before {
	background: url(../img/flow/taiken/index/youji_article_h_bg_l.png) no-repeat;
	background-size: 100% auto;
}
.l-article_tab_nav .tab_nav_item.is-youji.is-current:after {
	right: 0;
	background: #36aa72;
}
.l-article_tab_nav .tab_nav_item.is-youji.is-current .item_inner {
	border-top: #36aa72 4px solid; 
	border-right: #36aa72 4px solid;
	border-left: #36aa72 4px solid;
}
@media screen and (max-width: 768px) {
	.l-article_tab_nav .tab_nav_item.is-youji.is-current .item_inner {
		border-width: 2px;
	}
}
.l-article_tab_nav .tab_nav_item.is-shugakugo {
	background: #cde5ff;
}
.l-article_tab_nav .tab_nav_item.is-shugakugo .item_inner {
	background: url(../img/flow/taiken/index/shugakugo_tab_01_img.png) no-repeat 75px 50%;
}
@media screen and (max-width: 768px) {
	.l-article_tab_nav .tab_nav_item.is-shugakugo .item_inner {
		background-position: 8% 14px; 
		background-size: 22px auto;
	}
}
.l-article_tab_nav .tab_nav_item.is-shugakugo .item_inner:before {
	background: url(../img/flow/taiken/index/shugakugo_article_h_bg_l.png) no-repeat;
	background-size: 100% auto;
}
.l-article_tab_nav .tab_nav_item.is-shugakugo.is-current:after {
	left: 0;
	background: #3950a0;
}
.l-article_tab_nav .tab_nav_item.is-shugakugo.is-current .item_inner {
	border-top: #3950a0 4px solid; 
	border-right: #3950a0 4px solid;
	border-left: #3950a0 4px solid;
}
@media screen and (max-width: 768px) {
	.l-article_tab_nav .tab_nav_item.is-shugakugo.is-current .item_inner {
		border-width: 2px;
	}
}

.l-article_tab_body {
	display: none;
}
.l-article_tab_body.is-current {
	display: block;
}

/* ------------------------
accordion
------------------------ */
.l-accordion_container .parent {
	position: relative;
}
.l-accordion_container .parent.is-open .parent_ico:after {
	-webkit-transform: scaleY(0.1) rotate(90deg);
	    -ms-transform: scaleY(0.1) rotate(90deg);
	        transform: scaleY(0.1) rotate(90deg);
}

.l-accordion_container .parent_ico {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0; 
	width: 24px;
}
@media screen and (max-width: 768px) {
	.l-accordion_container .parent_ico {
		width: 15px;
	}
}
.l-accordion_container .parent_ico:before,
.l-accordion_container .parent_ico:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 24px;
	height: 4px;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); 
	background: #e9463f;
}
@media screen and (max-width: 768px) {
	.l-accordion_container .parent_ico:before,
	.l-accordion_container .parent_ico:after {
		width: 15px;
		height: 2px;
	}
}
.l-accordion_container .parent_ico:after {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.l-accordion_container .childBlock {
	display: none;
}

/* ------------------------
contactus
------------------------ */
.contactUs {
	margin: 100px auto;
	padding: 58px 0 0;
	width: 820px;
	height: 283px;
	background: url(../img/common/contactus_bg.png) no-repeat center center;
	background-size: cover;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.contactUs {
		margin-top: 50px;
	}
}
.contactUs.parent-service {
	height: 250px;
	background: url(../img/common/contactus_bg_long.png) no-repeat center center;
	background-size: cover;
}
.contactUs.parent-service.ps-index {
	height: 290px;
	padding-top: 23px;
}
	.contactUs.parent-service.ps-index .contactUs_txt {
		margin-top: 15px;
	}

.contactUs_lead {
	display: inline-block;
	position: relative;
	padding: 0 6px 0 14px;
	color: #fddc56;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.contactUs_lead a {
	color: #fddc56;
}
.contactUs_lead:before,
.contactUs_lead:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 18px;
	background: #fddc56;
}
.contactUs_lead:before {
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	-webkit-transform: rotate(-40deg);
	    -ms-transform: rotate(-40deg);
	        transform: rotate(-40deg);
}
.contactUs_lead:after {
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transform: rotate(40deg);
	    -ms-transform: rotate(40deg);
	        transform: rotate(40deg);
}
@media screen and (max-width: 768px) {
	.contactUs_lead {
		padding: 0 10px 0 18px;
	}
	.contactUs_lead:before,
	.contactUs_lead:after {
		height: 32px;
	}
	.contactUs_lead:before {
		top: 2px;
		-webkit-transform: rotate(-30deg);
		    -ms-transform: rotate(-30deg);
		        transform: rotate(-30deg);
	}
	.contactUs_lead:after {
		top: 2px;
		-webkit-transform: rotate(30deg);
		    -ms-transform: rotate(30deg);
		        transform: rotate(30deg);
	}
}

.contactUs_h {
	margin: 8px 0 0;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
}

.contactUs_btn {
	margin: 28px 0 0;
}
.contactUs_btn .btn {
	display: inline-block;
	position: relative;
	padding: 17px 94px 18px 90px;
	background: #fddc56;
	text-align: left;
	color: #555;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}
.contactUs_btn .btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 20px;
	width: 36px;
	height: 100%;
	background: url(../img/common/contactus_btn_ico.png) no-repeat;
	background-size: 100% auto;
}
.contactUs_btn .btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	margin: auto 0;
	border-top: 4px solid #e9463f;
	border-right: 4px solid #e9463f;
	width: 13px;
	height: 13px;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); 
	-webkit-transform: rotate(45deg); 
	    -ms-transform: rotate(45deg); 
	        transform: rotate(45deg);
}
.contactUs_btn .btn span {
	color: #e9463f;
}
.contactUs.partner .contactUs_btn .btn,
.contactUs.parent-service .contactUs_btn .btn {
	padding: 27px 75px 28px 90px;
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1;
}
.contactUs_btn a:hover {
	opacity: 0.9;
}
.contactUs_btn a:hover .btn:after {
	-webkit-transform: translateX(2px) rotate(45deg);
	    -ms-transform: translateX(2px) rotate(45deg);
	        transform: translateX(2px) rotate(45deg);
}
.contactUs_btn a[target="_blank"] .btn:after {
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto 0;
	border: 0;
	width: 44px;
	height: 44px;
	-webkit-transition: none;
	        transition: none; 
	-webkit-transform: none; 
	    -ms-transform: none; 
	        transform: none;
	background: url(../img/common/btn_ico_blank_red.png) no-repeat;
	background-size: 100% auto;
}
.contactUs_btn a[target="_blank"]:hover .btn:after {
	-webkit-transform: translateX(0) rotate(0);
	    -ms-transform: translateX(0) rotate(0);
	        transform: translateX(0) rotate(0);
}

@media screen and (max-width: 768px) {
	.contactUs {
		padding-top: 24px; 
		width: 100%;
		height: 207px;
	}
	.contactUs.parent-service {
		height: auto;
		padding: 30px 20px;
	}
	.contactUs_lead {
		font-size: 1.2rem;
	}
	.contactUs_h {
		margin-top: 12px;
		font-size: 1.6rem;
	}
	.contactUs_btn {
		margin-top: 12px;
	}
	.contactUs_btn .btn {
		padding: 8px 35px 8px 55px;
		font-size: 1.4rem;
		line-height: 1.14;
	}
	.contactUs_btn .btn:before {
		left: 15px;
		width: 18px;
	}
	.contactUs_btn .btn:after {
		right: 10px;
		border-top: 3px solid #e9463f;
		border-right: 3px solid #e9463f; 
		width: 9px;
		height: 9px;
	}
	.contactUs.partner .contactUs_btn .btn,
	.contactUs.parent-service .contactUs_btn .btn {
		padding: 16px 35px 14px 45px;
		font-size: 1.4rem;
		line-height: 1;
	}
	.contactUs_btn a[target="_blank"] .btn:after {
		right: 0;
	}
}

/* ------------------------
relatedContents
------------------------ */
.relatedContents {
	margin: 120px auto 0;
	padding: 47px 0;
	border-top: 7px solid #f1ece9;
	border-bottom: 7px solid #f1ece9; 
	width: 820px;
}

.relatedContents_header {
	margin: 0 0 27px;
	text-align: center;
}

.relatedContents_header_h {
	font-size: 24px;
	font-size: 2.4rem;
}
.relatedContents_header_h:before {
	content: "";
	display: inline-block;
	margin: 0 16px 0 0;
	width: 50px;
	height: 50px;
	background: url(../img/common/related_header_ico.png) no-repeat; 
	vertical-align: middle;
}

.relatedContents_list {
	overflow: hidden;
}

.relatedContents_list_item {
	float: left;
	width: 255px;
}
.relatedContents_list_item:not(:last-child) {
	margin-right: 27px;
}
.relatedContents_list_item a {
	display: block;
	text-decoration: none;
}
.relatedContents_list_item .item_body {
	padding: 16px 0 0;
}
.relatedContents_list_item .item_h {
	font-size: 16px;
	font-size: 1.6rem;
}
.relatedContents_list_item .item_desc {
	margin: 6px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.83333;
}

@media screen and (max-width: 768px) {
	.relatedContents {
		margin: 82px 0 0;
		padding: 0;
		border: 0; 
		width: 100%;
	}
	.relatedContents_header {
		margin-bottom: 0;
		padding: 10px 0;
		background: #f1ece9;
	}
	.relatedContents_header_h {
		display: inline-block;
		position: relative;
		padding: 0 0 0 65px;
		text-align: left;
		font-size: 1.8rem;
		line-height: 1.27778;
	}
	.relatedContents_header_h:before {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto 0;
	}
	.relatedContents_list_item {
		display: table;
		float: none;
		width: 100%;
	}
	.relatedContents_list_item:not(:first-child) {
		border-top: 1px solid #d6d6d6;
	}
	.relatedContents_list_item a {
		padding: 24px 24px;
	}
	.relatedContents_list_item .item_img,
	.relatedContents_list_item .item_body {
		display: table-cell;
		vertical-align: top;
	}
	.relatedContents_list_item .item_img {
		width: 73px;
	}
	.relatedContents_list_item .item_body {
		padding: 0 0 0 15px;
	}
	.relatedContents_list_item .item_h {
		margin-bottom: 0.4em;
		font-size: 1.3rem;
	}
	.relatedContents_list_item .item_desc {
		font-size: 1.3rem;
		line-height: 1.53846;
	}
}

/* ------------------------
footer
------------------------ */
.l-footer {
	position: relative;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.l-footer {
		position: relative;
		padding-bottom: 102px;
		background: #f6f6f6 url(../img/common/footer_bg_sp.png) no-repeat center bottom;
		background-size: 320px 64px;
	}
}

.footer_spNav {
	border-top: 1px solid #cdcdcd;
	background: #f7f3ee;
}
@media screen and (min-width: 769px) {
	.footer_spNav {
		display: none;
	}
}

.footer_spNav_item {
	border-bottom: 1px solid #cdcdcd;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.footer_spNav_item a {
	display: block;
	position: relative;
	padding: 14px 15px;
	text-decoration: none;
}
.footer_spNav_item a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto 0;
	border-top: 3px solid #e9463f;
	border-right: 3px solid #e9463f;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/* attention */
.footer_attention {
    width: 1120px;
    margin: 0 auto;
	padding: 30px 0 45px 300px;
	background: #fff;
}

.general-index .footer_attention, 
.category-experience-program .footer_attention, 
.category-sitemap .footer_attention, 
.category-season .footer_attention, 
.category-customer .footer_attention, 
.category-news .footer_attention, 
.category-qa .footer_attention, 
.category-404 .footer_attention {
    width: auto;
    margin: 0 auto;
	padding: 30px 0 45px;
}

.category-sitemap .footer_attention {
    margin: -100px auto 0;
}

@media screen and (max-width: 768px) {
	.footer_attention {
        width: 100%;
        margin: auto;
		padding: 30px 20px 35px;
	}

    .general-index .footer_attention, 
    .category-experience-program .footer_attention, 
    .category-sitemap .footer_attention, 
    .category-season .footer_attention, 
    .category-customer .footer_attention, 
    .category-news .footer_attention, 
    .category-qa .footer_attention, 
    .category-404 .footer_attention {
		padding: 30px 20px 35px;
    }

    .category-sitemap .footer_attention {
    margin: -50px auto 0;
    }
}

.footer_attention .attention_note {
	text-align: left; 
	font-size: 19.2px; 
	font-size: 1.2rem;
	line-height: 1.83;
}

.general-index .footer_attention .attention_note, 
.category-experience-program .footer_attention .attention_note, 
.category-sitemap .footer_attention .attention_note, 
.category-season .footer_attention .attention_note, 
.category-customer .footer_attention .attention_note, 
.category-news .footer_attention .attention_note, 
.category-qa .footer_attention .attention_note, 
.category-404 .footer_attention .attention_note {
    width: auto;
	text-align: center; 
}

@media screen and (max-width: 768px) {
	.footer_attention .attention_note {
		margin: 0 0 0 1em;
		text-align: left;
		text-indent: -1em;
		font-size: 1.1rem;
		line-height: 1.54;
	}

    .general-index .footer_attention .attention_note, 
    .category-experience-program .footer_attention .attention_note, 
    .category-sitemap .footer_attention .attention_note, 
    .category-season .footer_attention .attention_note, 
    .category-customer .footer_attention .attention_note, 
    .category-news .footer_attention .attention_note, 
    .category-qa .footer_attention .attention_note, 
    .category-404 .footer_attention .attention_note {
        text-align: left; 
    }

}

.footer_brand {
	border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
	.footer_brand {
		display: none;
	}
}
.footer_brand .l-container {
	padding: 30px 0;
}
.footer_brand .row {
	display: table;
	width: 100%;
}
.footer_brand .col {
	display: table-cell;
}
.footer_brand .col.col-01 {
	vertical-align: middle;
}
.footer_brand .col.col-02 {
	text-align: right; 
	vertical-align: bottom;
}

.footer_brand_logo .img,
.footer_brand_logo .copy {
	display: inline-block;
	vertical-align: middle;
}

.footer_brand_logo .img {
	padding: 0 0 2px 4px;
}

.footer_brand_logo .copy {
	margin: 0 0 0 26px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}

.footer_brand_sns_list {
	min-height: 20px;
	text-align: right;
	letter-spacing: -1em;
}

.footer_brand_sns_list_item {
	display: inline-block;
	vertical-align: top; 
	letter-spacing: normal;
}
.footer_brand_sns_list_item:not(:first-child) {
	margin-left: 12px;
}

.footer_brand_nav {
	float: right;
	margin: 18px 0 0;
}

.footer_brand_nav_item {
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
.footer_brand_nav_item:not(:first-child) {
	padding-left: 25px;
}
.footer_brand_nav_item a {
	display: block;
	position: relative;
	padding: 0 0 0 20px;
	-webkit-transition: opacity 0.2s ease;
	        transition: opacity 0.2s ease; 
	text-decoration: none;
}
.footer_brand_nav_item a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	border-top: 3px solid #555;
	border-right: 3px solid #555;
	width: 9px;
	height: 9px;
	-webkit-transition: -webkit-transform 0.2s ease;
	        transition: transform 0.2s ease; 
	-webkit-transform: rotate(45deg); 
	    -ms-transform: rotate(45deg); 
	        transform: rotate(45deg);
}
.footer_brand_nav_item a:hover {
	opacity: 0.7;
}
.footer_brand_nav_item a:hover:before {
	-webkit-transform: translateX(3px) rotate(45deg);
	    -ms-transform: translateX(3px) rotate(45deg);
	        transform: translateX(3px) rotate(45deg);
}
.footer_brand_nav_item a[target="_blank"] {
	padding-right: 24px;
}
.footer_brand_nav_item a[target="_blank"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 16px; 
	background-image: url(/assets/img/common/sprite-common.png);
	background-position: 0px -42px;
}
@media screen and (max-width: 768px) {
	.footer_brand_nav_item a[target="_blank"]:after {
		width: 15px;
		height: 13px;
		background-image: url(/assets/img/common/sprite-common.png);
		background-position: -25px 0px;
		background-size: 40px 29px;
	}
}

.footer_sitemap {
	background: #ece6d9;
}
@media screen and (max-width: 768px) {
	.footer_sitemap {
		display: none;
	}
}
.footer_sitemap .l-container {
	position: relative;
	padding: 50px 0 50px;
}
@media screen and (max-width: 768px) {
	.footer_sitemap .l-container {
		padding: 0;
	}
}

.footer_sitemap_col {
	float: left;
}
.footer_sitemap_col.col-01 {
	margin-right: 75px;
}

.footer_sitemap_nav.nav-01 .footer_sitemap_nav_item:not(:first-child) {
	margin-top: 22px;
}

.footer_sitemap_nav.nav-03 {
	margin-top: 24px;
}

.footer_sitemap_nav_item {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
.footer_sitemap_nav.nav-02 .footer_sitemap_nav_item,
.footer_sitemap_nav.nav-03 .footer_sitemap_nav_item {
	margin-bottom: 9px;
}
.footer_sitemap_nav_item a {
	text-decoration: none;
}
.footer_sitemap_nav_item .childNav {
	margin: 8px 0 0 18px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}
.footer_sitemap_nav_item .childNav li {
	margin: 4px 0 0;
}
	.footer_sitemap_nav_item .childNav li p {
		margin-top: 3px;
	}
	.footer_sitemap_nav_item .childNav li .nav_items_list {
		width: 260px;
    margin-left: 13px;
	}
	.footer_sitemap_nav_item .childNav li .nav_items_list li {
		float: left;
		margin-right: 12px;
	}
	.footer_sitemap_nav_item .childNav li .nav_items_list li:last-child {
		margin-right: 0;
	}
	.footer_sitemap_nav_item .childNav li .nav_items_list li .c-arw {
	}

.footer_sitemap_school {
	position: relative;
	float: right;
	border-left: 1px dotted #000;
	width: 481px;
	height: 340px;
	background: url(../img/common/footer_sitemap_school_map.png) no-repeat right top;
}

.footer_sitemap_school_h {
	position: absolute;
	top: 0;
	left: 45px;
}

.footer_sitemap_school_area {
	position: absolute;
}
.footer_sitemap_school_area.area-kanto {
	top: 185px;
	right: 0;
}
.footer_sitemap_school_area.area-kansai {
	top: 226px;
	left: 65px;
}

.footer_sitemap_school_area_h {
	margin: 0 0 10px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}

.footer_sitemap_school_area_nav {
	margin: 0 0 1px;
	font-size: 12px;
	font-size: 1.2rem;
}

.pagetop {
	position: fixed;
	z-index: 9999;
	right: 40px;
	bottom: 40px;
	border-radius: 5px;
	width: 44px;
	height: 44px;
	-webkit-transition: opacity 0.2s ease;
	        transition: opacity 0.2s ease; 
	background: #e9463f;
	box-shadow: 0 0 0 1px #fff;
	cursor: pointer;
}
.pagetop.is-absoluted {
	position: absolute;
	bottom: auto;
}
.pagetop a {
	display: block;
	height: 100%;
	font-size: 0;
}
.pagetop a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	width: 12px;
	height: 12px;
	-webkit-transition: -webkit-transform 0.2s ease;
	        transition: transform 0.2s ease; 
	-webkit-transform: translateY(2px) rotate(-45deg); 
	    -ms-transform: translateY(2px) rotate(-45deg); 
	        transform: translateY(2px) rotate(-45deg);
}
@media screen and (min-width: 769px) {
	.pagetop:hover {
		opacity: 0.8;
	}
	.pagetop:hover a:before {
		-webkit-transform: translateY(0) rotate(-45deg);
		    -ms-transform: translateY(0) rotate(-45deg);
		        transform: translateY(0) rotate(-45deg);
	}
}
@media screen and (max-width: 768px) {
	.pagetop {
		position: absolute;
		right: 15px;
		bottom: 45px;
	}
}

.footer_corporate {
	background: #fff;
}
@media screen and (max-width: 768px) {
	.footer_corporate {
		display: none;
	}
}
.footer_corporate .l-container {
	position: relative;
	padding: 69px 0 133px;
}
.footer_corporate .footer_obj {
	position: absolute;
}
.footer_corporate .footer_obj.footer_obj-01 {
	bottom: 0;
	left: 39px;
}
.footer_corporate .footer_obj.footer_obj-02 {
	bottom: 0;
	left: 251px;
}
.footer_corporate .footer_obj.footer_obj-03 {
	bottom: 28px;
	left: 404px;
}
.footer_corporate .footer_obj.footer_obj-04 {
	bottom: 35px;
	left: 888px;
}
.footer_corporate .footer_obj.footer_obj-05 {
	bottom: -8px;
	left: 900px;
}

.footer_corporate_nav {
	float: left;
	margin: 0 49px 0 0;
}

.footer_corporate_nav_item {
	font-size: 14px;
	font-size: 1.4rem;
}
.footer_corporate_nav_item.item-bnr {
	margin-bottom: 32px;
}
.footer_corporate_nav_item small {
	font-size: 12px;
	font-size: 1.2rem;
}
.footer_corporate_nav_item .ico-blank {
	display: inline-block;
	margin: -8px 0 -7px 3px; 
	vertical-align: middle;
}

.footer_corporate_link {
	overflow: hidden;
	float: left;
	padding: 28px 80px;
	border: 1px solid #ddd;
	border-radius: 7px;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer_corporate_link_nav {
	float: left;
}
.footer_corporate_link_nav:not(:first-child) {
	margin-left: 64px;
}

.footer_corporate_link_nav_item:not(:first-child) {
	margin-top: 14px;
}

.l-copyright {
	padding: 23px 0;
	background: #e9463f;
	text-align: center;
	color: #fff;
	font-size: 11px;
}
.l-copyright small {
	font-size: inherit;
}
@media screen and (max-width: 768px) {
	.l-copyright {
		padding: 16px 0;
		font-size: 10px;
	}
}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

#breadcrumb {
  background: #ece6d9;
  position:relative;
  padding: 30px 0 0;
  z-index: 1;
  margin-bottom: -20px;
}

@media screen and (max-width:768px) {
	#breadcrumb .l-container {
		padding: 0;
	}
	#breadcrumb {
	  background: #fff;
	  padding: 20px;
	  margin-bottom: 0;
	}
}

/* ---------------------
体験授業への導線
--------------------- */
.taikenbox.nomb {
	margin-bottom: -60px;
}
.taikenbox.youji-course {
	margin-top: 60px;
}
.taikenbox .c-article_pickup.sizeS {
}
.taikenbox .c-article_pickup.sizeS .l-column.is-left {
	width: 150px;
}
.taikenbox .c-article_pickup.sizeS .column_txt {
	width: 660px;
	padding: 10px 10px 5px;
}

.taikenbox .c-article_pickup.sizeS .article_btn {
	text-align: left;
	margin-top: 0px;
}
	.taikenbox .c-article_pickup.sizeS .article_btn .c-arw-txtLink {
		font-size: 13px;
		font-size: 1.3rem;
	}
.taikenbox .c-article_pickup.sizeS .pickup_h {
	font-size: 14px;
	font-size: 1.4rem;
}
.taikenbox .c-article_pickup.sizeS .article_txt {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top: 5px;
}
@media screen and (max-width:768px) {
.taikenbox.nomb {
	margin-bottom: -30px;
}
.taikenbox.youji-course {
	margin-top: 0;
}
.taikenbox .c-article_pickup.sizeS {
	width: auto;
	margin: 30px 15px 0;
}
.taikenbox .c-article_pickup.sizeS .column_img:before {
	width: 15px;
	height: 15px;
	top: 10px;
	left: 10px;
}
.taikenbox .c-article_pickup.sizeS .l-column.is-left {
	width: 30%;
	float: left;
	padding: 10px 0 0 10px;
}
.taikenbox .c-article_pickup.sizeS .column_txt {
	display: inline;
}
.taikenbox .c-article_pickup.sizeS .pickup_h {
	font-size: 14px;
	font-size: 1.4rem;
	width: 68%;
	float: right;
}
.taikenbox .c-article_pickup.sizeS .article_txt {
	clear: both;
	font-size: 12px;
	padding: 10px 10px 0;
}
.c-article_pickup.sizeS .article_btn {
	margin-left: 15px;
	margin-top: 5px;
}
.taikenbox .c-article_pickup .pickup_h {
	font-size: 1.4rem;
}
.taikenbox .c-article_pickup .article_btn {
	text-align: left;
	margin-top: 10px;
}
}

/* ---------------------
プランリスト
--------------------- */

.course_purpose_list {
	margin: 15px -10px 0 0;
}
@media screen and (max-width: 768px) {
	.course_purpose_list {
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		padding: 0 9px 0 15px;
		width: 320px;
		background-image: none;
	}

	.page-index .course_purpose_list {
		background-image: none;
	}
}

.course_purpose_list:after {
	content: "";
	clear: both;
	display: block;
}

.course_purpose_list_item {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	width: 156px;
	height: 66px;
	background: #fff;
}
.page-index .course_purpose_list_item {
	height: 96px;
}
@media screen and (max-width: 768px) {
	.course_purpose_list_item {
		margin-top: 6px;
		margin-right: 0;
		padding-right: 6px;
		width: 50%;
		height: 66px;
	}
	.page-index .course_purpose_list_item {
		height: 78px;
	}
}
@media screen and (max-width: 768px) {
	.page-index .course_purpose_list_shugakugo .course_purpose_list_item:last-child {
		padding-right: 0;
		width: 290px;
		height: 54px;
	}
}
.course_purpose_list_item a {
	position: relative;
	display: block;
	padding: 21px 0 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/course_list_bg.png) 0 0 no-repeat;
	background-size: 100% auto;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	transition: opacity 0.1s linear;
}
.course_purpose_list_item a:hover {
	opacity: 0.7;
}
.page-index .course_purpose_list_item a {
	padding-top: 18px;
	background-image: url(../img/common/course_list_bg_index.png);
	font-size: 18px;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.course_purpose_list_item a {
		padding-top: 22px;
		font-size: 1.4rem;
		background-image: url(../img/common/course_list_bg_sp.png);
	}
	.page-index .course_purpose_list_item a {
		padding-top: 18px;
		background-image: url(../img/common/course_list_bg_index_sp.png);
		font-size: 1.2rem;
	}
}
.course_purpose_list_item a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 33px;
	background: url(../img/common/course_list_ico_01.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.course_purpose_list_shugakugo .course_purpose_list_item a:before {
	background-image: url(../img/common/course_list_ico_02.png);
}
@media screen and (max-width: 768px) {
	.course_purpose_list_item a:before {
		width: 25px;
		height: 26px;
	}
}
.page-index .course_purpose_list_shugakugo .course_purpose_list_item:last-child a{
	padding-top: 25px;
}
.course_purpose_list_shugakugo .course_purpose_list_item:last-child a span{
	margin-right: 14px;
}
.page-index .course_purpose_list_shugakugo .course_purpose_list_item:last-child a span{
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	.page-index .course_purpose_list_shugakugo .course_purpose_list_item:last-child a {
		padding-top: 15px;
		background-image: url(../img/common/course_list_bg_l_sp.png);
	}
}
.page-index .course_purpose_list_youji .course_purpose_list_item:first-child a {
	padding-left: 0.25em;
	letter-spacing: -0.15em;
}

.course_purpose_list_youji .course_purpose_list_item a {
	color: #36aa72;
}
.course_purpose_list_shugakugo .course_purpose_list_item a {
	color: #3950a0;
}
.page-index .course_purpose_list_item a > span {
	font-size: 26px;
	font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
	.page-index .course_purpose_list_item a > span {
		font-size: 1.8rem;
	}
}
.page-index .course_purpose_list_shugakugo .course_purpose_list_item:last-child a > span {
	font-size: 18px;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.page-index .course_purpose_list_shugakugo .course_purpose_list_item:last-child a > span {
		font-size: 1.4rem;
	}
}

/* ---------------------
お子さまに合わせたプラン・指導事例
--------------------- */
.case_problem .case_problem_header_h_spaced:before {
	margin-right: 10px;
}

.case_lesson_case_detail_list {
	margin: 37px -5px 0;
}
@media screen and (max-width: 768px) {
	.case_lesson_case_detail_list {
		margin: 25px 0 0;
	}
}
.case_lesson_case_detail_list:after {
	content: "";
	clear: both;
	display: block;
}
.case_lesson_case_detail_list > li {
	float: left;
	position: relative;
	margin-left: 59px;
	width: 340px;
}
@media screen and (max-width: 768px) {
	.case_lesson_case_detail_list > li {
		margin-top: 48px;
		margin-left: 0;
		width: auto;
	}
}
.case_lesson_case_detail_list > li:first-child {
	margin-left: 0;
}
@media screen and (max-width: 768px) {
	.case_lesson_case_detail_list > li:first-child {
		margin-top: 0;
	}
}
.case_lesson_case_detail_list > li + li:before {
	content: "";
	position: absolute;
	top: 193px;
	left: -47px;
	width: 35px;
	height: 34px;
	background: url(../img/common/case_lesson_case_detail_list_ico.png) 0 0 no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.case_lesson_case_detail_list > li + li:before {
		top: -38px;
		left: 0;
		right: 0;
		margin: auto;
		width: 28px;
		height: 28px;
	}
}
.case_lesson_case_detail_list dt {
	position: relative;
	margin: 0 0 19px;
	padding: 16px 0 0;
	height: 86px;
	background: url(../img/common/bg_repeat.jpg) 0 0 repeat;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}
.case_lesson_case_detail_list dt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	background: url(../img/youji/guidance_case/common/case_lesson_point_bg.png) no-repeat;
	background-size: 100% auto;
}
.case_lesson_case_detail_list dt:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
	margin: auto;
	width: 18px;
	height: 19px;
	background: url(../img/common/case_lesson_case_detail_list_bg.png) no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.case_lesson_case_detail_list dt {
		padding-top: 13px;
		height: 64px;
		font-size: 1.2rem;
		line-height: 2.1rem;
	}
}
.case_lesson_case_detail_list dt strong {
	font-size: 21px;
	font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
	.case_lesson_case_detail_list dt strong {
		font-size: 1.8rem;
	}
}
.case_lesson_case_detail_list dd {
	margin-top: -10px;
	padding: 25px 30px 30px;
	background: #fff;
}
@media screen and (max-width: 768px) {
	.case_lesson_case_detail_list dd {
		padding: 15px;
		height: auto;
	}
}
.case_lesson_case_detail_list dd .article_txt {
	line-height: 23px;
	line-height: 2.3rem;
}
@media screen and (max-width: 768px) {
	.case_lesson_case_detail_list dd .article_txt {
		padding-left: 0;
		padding-right: 0;
		line-height: 2.1rem;
	}
}
.case_lesson_case_detail_btn {
	margin: 16px 0 0;
}
.case_lesson_case_detail_btn a {
	display: block;
	padding: 13px 10px;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	background: #fddc56;
}
@media screen and (max-width: 768px) {
	.case_lesson_case_detail_btn a {
		padding: 10px;
	}
}
.case_lesson_case_detail_btn a .c-arw {
	display: block;
	text-decoration: none;
}
.h-navi-content {
	background-color: #fff;
	padding: 25px 70px;
	border: 7px solid #f1edea;
	position: relative;
}
.h-navi-content:before {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
}
.h-navi-content.hattatsu {
	margin-top: 120px;
}
.h-navi-content.hattatsu:before {
	background-image: url(../img/common/img_navi_char_hattatsu.png);
	width: 91px;
	height: 60px;
	top: -67px;
	left: 30px;
}
.h-navi-content.school {
	margin-top: 130px;
}
.school-index .h-navi-content.school {
	margin-top: -35px;
}
.h-navi-content.school:before {
	background-image: url(../img/common/img_navi_char_school.png);
	width: 125px;
	height: 66px;
	top: -73px;
	left: 30px;
}
	.h-navi-content .ttl {
		text-align: center;
		color: #e9463f;
		font-size: 1.8rem;
		margin-bottom: 25px;
	}
	.h-navi-content .article_txt {
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	.h-navi-content .article_btn {
		text-align: center;
	}
	.h-navi-content .c-btn {
		background: url(../img/common/btn_ico_blank_black.png) 98% center no-repeat #f1ece9;
		font-size: 1.5rem;
		color: #555;
		padding: 15px 0;
		display: inline-block;
		width: 500px;
	}
	.h-navi-content .c-btn:after {
		display: none;
	}
@media screen and (max-width: 768px) {
	.h-navi-content {
		padding: 15px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.h-navi-content.hattatsu {
		margin-top: 60px;
	}
	.h-navi-content.school,
	.school-index .h-navi-content.school {
		margin-top: 50px;
	}
	.h-navi-content.hattatsu:before {
		width: 60px;
		height: 40px;
		top: -46px;
		left: 15px;
		background-size: contain;
	}
	.h-navi-content.school:before {
		width: 80px;
		height: 45px;
		top: -49px;
		left: 15px;
		background-size: contain;
	}
	.h-navi-content .ttl {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.h-navi-content .article_txt {
		padding: 0;
		margin-bottom: 15px;
	}
	.h-navi-content .c-btn {
		width: 246px;
	}
}