@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Abel');
/*
font-family: 'Lato', sans-serif;
*/
/**
 *
 * global: サイト共通
 *
 */
/*--------------------------------------------------------------------------
	reset
---------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
ul,ol,li,dl,dt,dd{list-style-type:none;list-style-position:outside;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{text-decoration:none;}
img{vertical-align:top;border:0;image-rendering: optimizeQuality;-ms-interpolation-mode: bicubic;}
del{text-decoration:line-through;}
hr{display:block;height:0;border:0;margin:0;padding:0;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
em,strong{ font-weight: bold;}
input,select,textarea{margin:0;padding:0;vertical-align:baseline;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
main{display: block;}
/*--------------------------------------------------------------------------
	basic elements
---------------------------------------------------------------------------*/
html{
	overflow-y: scroll;
	font-size:62.5%;
}
body{
	background: #F0EEEC;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo",YuGothic,'游ゴシック',Sans-Serif;
	font-size:1.5rem;
	color: #32363a;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.05em;
	word-wrap: break-word;
}
a {
	color: #0c3752;
	outline:none;
	display:inline-block;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(12, 55, 82, 0.2);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
}
a::after,a::before,div::after,div::before{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover{
}
img {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px #ddd inset;
	color: #d42d26;
}
/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown{
   color: #aaa;
}
::-webkit-input-placeholder{
   color: #aaa;
}
:-moz-placeholder{
   color: #aaa;
}
::-moz-placeholder{
   color: #aaa;
}
:-ms-input-placeholder{
   color: #aaa;
}
table caption {
	font-weight: bold;
	font-size: 1.8rem;
	border-left: 4px solid #d42d26;
	border-bottom: 1px solid rgba(34,34,34,0.1);
	padding: 5px 0 10px 20px;
	text-align: left;
}
table th,
table td {
	border-bottom: 1px solid #ddd;
	padding: 15px 12px 15px 0;
}
table th{
	width: 20%;
	text-align: left;
}
table {
	width: 100%;
}
table a {
	color: #009999;
}
@media all and (max-width: 767px){
	table caption {
		font-size: 1.6rem;
		border-left: 2px solid #d42d26;
		padding: 4px 0 6px 10px;
		margin: 0 0 10px 0;
	}
	table th,
	table td {
		padding: 10px 10px 10px 0;
	}
	table.inline tr {
		display: block;
		width: 100%;
	}
	table.inline th,
	table.inline td {
		display: block;
		width: 100%;
		border-bottom: 1px solid rgba(34,34,34,0.1);
		padding: 10px 10px 10px 0;
	}
	table.inline th{
		margin: 0 0 12px 0;
	}
	table.inline td {
		border-bottom:none;
		padding:0;
	}
	table.inline tr td:last-child{
		margin: 0 0 10px 0;
	}
	table.inline {
		display: block;
		width: 100%;
	}
	a {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
}
/*----------------------------
	helper : layout
-----------------------------*/
.sp {
	display: none;
}
@media all and (max-width: 767px) {
	.sp {
		display: block;
	}
	img.sp{display: inline-block;}
	.pc {
		display: none;
	}
}
.center{
	text-align: center;
}
.centering {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.clear:after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
}
.shadow,
.shadows > li{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
}
.animate,
.animate *{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.image img {
	width: 100%;
	height: auto;
}
.image.fit img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.sample {
	background: #ccc;
	width: 100%;
	height: 80px;
}
/*----------------------------
	Layout
-----------------------------*/
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-betwee;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex.reverse {
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:row-reverse;
}
.flex.center {
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
/*----------------------------
	helper : link
-----------------------------*/
@media all and (max-width: 767px){

}
/*----------------------------
	helper : btn
-----------------------------*/
.submit-buttons{
	padding: 0 0 40px 0;
	margin:40px 0 0 0;
}
.submit-buttons .btn {
	padding: 20px 0;
}
.btn {
	padding:0;
	text-align:center;
}
.btn a,
.btn input {
	display: inline-block;
	width: 285px;
	height: 60px;
	text-align: center;
	text-decoration: none !important;
	line-height:60px;
	outline: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.8rem !important;
	-webkit-box-shadow: 0px 1px 4px 1px rgba(21,30,41,0.1);
	-moz-box-shadow: 0px 1px 4px 1px rgba(21,30,41,0.1);
	box-shadow: 0px 1px 4px 1px rgba(21,30,41,0.1);
}
.btn input {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
.btn a::before,
.btn a::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	border-radius: 30px;
}
.btn a,
.btn a::before,
.btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*normal*/
.btn a,
.btn input {
	position: relative;
	z-index: 2;
	color: #fff;
	line-height: 60px;
	border-radius: 30px;
	overflow: hidden;
	letter-spacing:1px;
	font-weight: bold;
	width: 390px;
	/*グラデーション*/
	background: rgb(20,212,203);
	background: -moz-linear-gradient(left, rgba(20,212,203,1) 0%, rgba(95,168,242,1) 100%);
	background: -webkit-linear-gradient(left, rgba(20,212,203,1) 0%,rgba(95,168,242,1) 100%);
	background: linear-gradient(to right, rgba(20,212,203,1) 0%,rgba(95,168,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14d4cb', endColorstr='#5fa8f2',GradientType=1 );
}
.btn a:hover,
.btn input:hover {
	color: #fff;
}
.btn input:hover {
	background: #32363a;
}
.btn a::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.btn a:hover::before {
	background:#32363a;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*white*/
.back{
    padding: 0;
    text-align: center;
}
.back a{
	position: relative;
    z-index: 2;
    color: #fff;
    line-height: 60px;
    border-radius: 30px;
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: bold;
	background: #fff;
	width: 100px;
	color: #888fa0;
	font-size: 1.8rem;
	-webkit-box-shadow: 0px 1px 4px 1px rgba(21,30,41,0.1);
-moz-box-shadow: 0px 1px 4px 1px rgba(21,30,41,0.1);
box-shadow: 0px 1px 4px 1px rgba(21,30,41,0.1);
}
.back a::after{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.back a, .back input{
	display: inline-block;
    width: 285px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 1.8rem !important;
	text-decoration: none !important;
}
.back a::after{
	position: absolute;
    z-index: -1;
    display: block;
    content: '';
    border-radius: 30px;
}
.back a:hover,
.back input:hover {
	color: #fff;
}
.back a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.back a:hover::after {
	background:#32363a;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.btn.anactive a,
.btn.anactive input{
	background: #d2d9e9 !important;
}
@media all and (max-width: 767px){
	.submit-buttons{
		margin: 0;
		padding: 0 0 20px 0;
	}
	.submit-buttons .btn {
		padding: 0 0 10px 0
	}
	.btn a,
	.btn input {
		display: inline-block;
		width: auto;
		min-width: 200px;
		padding: 0 15px;
		height: 35px;
		line-height: 35px;
		font-size: 1.2rem !important;

	}
	/*normal*/

	.back a,
	.back input {
		display: inline-block;
		width: auto;
		min-width: 150px;
		padding: 0 15px;
		height: 35px;
		line-height: 35px;
    	font-size: 1.2rem !important;
	}

	/* スマホアニメーション削除*/
	.btn a,
	.back a,
	.back.home a,
	a::after,
	a::before,
	a:hover{
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}

}

/*TOP画面に戻る*/
.submit-buttons .mainback {
	padding:20px 0;
	text-decoration: none !important;
}
.back.home a{
   color: #32363a;
	text-decoration: none !important;
}
.back.home a:hover{
	color:#fff;
}
.back.home a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/lower/ico-home.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: -5px 4px 0 0;
}

@media all and (max-width: 767px){
	.submit-buttons .mainback {
		padding:10px 0;
	}
	.back.home a,
	.back.home input {
		display: inline-block;
		width: 180px;
		min-width: 150px;
		padding: 0 15px;
		height: 35px;
		line-height: 35px;
    	font-size: 1.2rem !important;
	}
}

/*  big btn */
.btn.big a,
.btn.big input {
	width: 100%;
}

/*--------------------------------------------------------------------------
	table basic class
---------------------------------------------------------------------------*/
table.basic th,
table.basic td {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 5px 15px;
}
table.basic th {
	background: #888fa0;
	color: #fff;
	text-align: center;
}
table.basic td {
	background: #e7eef9;
}
table.basic td:first-child{
	text-align: center;
	vertical-align: middle;
}
table.basic th:last-child,
table.basic td:last-child{
	border-right: none;
}
@media all and (max-width: 767px) {
	table.basic th,
	table.basic td {
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		padding: 5px 15px;
	}
	table.basic th {
		background: #888fa0;
		color: #fff;
		text-align: center;
	}
	table.basic td {
		background: #e7eef9;
	}
	table.basic td:first-child{
		text-align: center;
		vertical-align: middle;
	}
	table.basic th:last-child,
	table.basic td:last-child{
		border-right: none;
	}
}
/*--------------------------------------------------------------------------
	helpアイコン
---------------------------------------------------------------------------*/
.help {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background: url(../images/beginnermark.png) no-repeat center center;
	background-size: 40%;
}

/*--------------------------------------------------------------------------
	外部リンク class
---------------------------------------------------------------------------*/
.link a[target=_blank]::after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/lower/ico-link.png) no-repeat;
	background-size: contain;
	vertical-align: text-top;
	margin: 1px 0 0 5px;
}
.link a[target=_blank].noicon::after {
	display: none;
}
@media all and (max-width: 767px){
	.link a[target=_blank]::after{
		width:8px;
		height:8px;
		margin: 1px 0 0 5px;
	}
}

/*--------------------------------------------------------------------------
	外部リンク class
---------------------------------------------------------------------------*/
.chara img {
	animation: bounce 1s ease-in-out infinite alternate;
}
@-webkit-keyframes bounce {
	0% {transform: translateY( -8px);}
  100% {transform: translateY( 0px);}
}

/*--------------------------------------------------------------------------
	簡易情報用class
---------------------------------------------------------------------------*/
#Page #Contents .content {
	padding: 0 5% 0 5%;
	margin: 20px 0;
	text-align: left;
}
#Page #Contents .content.inset,
#Page #Contents .inner .content{
	padding: 0 0 10px 0 !important;
}
#Page #Contents .content h2.balloon{
	display: inline-block !important;
    background: #32363a !important;
    padding: 10px 50px !important;
    border-radius: 40px !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 1.8rem !important;
    position: relative !important;
    z-index: 1 !important;
	height: auto !important;
	line-height: 1.5 !important;
	margin: 0 0 20px 0 !important;
}
#Page #Contents .content p{
	margin: 0 0 1em 0 !important;
	padding: 0 !important;
}
#Page #Contents .content .btn {
	padding: 10px 0 0 0 !important;
	margin: 0 !important;
}
@media all and (max-width: 767px){
	#Page #Contents .content h2.balloon{
		text-align: center !important;
		min-width: 100px !important;
		padding: 5px 20px !important;
		border-radius: 40px !important;
		font-size: 1rem !important;
		position: relative !important;
		z-index: 1 !important;
		line-height: 1.3 !important;
	}
	#Page #Contents .content p{
		font-size: 1.1rem!important;
		line-height: 1.75em !important;
		margin: 0 0 1em 0 !important;
	}
	#Page #Contents .content .btn {
		padding: 10px 0 0 0 !important;
		margin: 0 !important;
	}
}
/*--------------------------------------------------------------------------
	全てのコース・テーマを一覧で比較用class
---------------------------------------------------------------------------*/
.btn.btn_course{
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 0 15px;
}
.btn.btn_course a{
	width: 100%;
	background: #fff;
	color: #0c3752;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.btn.btn_course a span{
	content: '';
	background-image: url('../images/icon awesome-balance-scale.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5%;
	margin: auto;
}
.btn.btn_course a:hover{
	color: #fff;
}
@media screen and (min-width:768px){
	.btn.btn_course{
		margin-top: 30px;
		padding: 0;
	}
	.btn.btn_course a{
		height: 60px;
		line-height: 60px;
		max-width: 420px;
	}
}
/*---*/