@charset "UTF-8";

/* ---------------------------------------------------
 base layout
--------------------------------------------------- */
html, body{
	height: 100%;
}

body {
	min-width: 980px;
	background: #FFF;
	color: #000;
	font-family: Verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
	html, body{
		height: auto;
	}
	#step {
	    box-sizing: border-box;
	    overflow: hidden;
	}
	body {
		min-width: 100%;
		font-size: 13px;
		/* line-height: 1.5; */
	}
}/* --- media 700px以下 --- */

a,
a:visited {
	color: #000;
	text-decoration: none;
}

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

/* --- media 700px以下 --- */
@media (max-width: 700px) {
	html body #faq {
    width: 100%;
	}
	html .tac .courseLinkPC span{
		font-size:1.1em;
	}
	html body #step img{
    width: 150%;
    margin-left: -25%;
    margin-right: -25%;
    max-width: 150%;
	}
	.logo img{
		max-height:30px;
		width:auto;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	html .title img+span{
    top: 7vw;
    font-size:1.3em;
	}
	#step .title img+span{
    top: 12vw;
	}
}/* --- media 700px以下 --- */

.greyBox {
	background: #eee;
}



/* ----------------------------------------
 container
---------------------------------------- */
.layoutWrapper {
	height:auto;
	min-height:100%;
}

.layoutInner {
	width: 800px;
	margin: 0 auto;
}

#contents {
	/*padding-top: 108px;
	padding-bottom: 336px;*/
}

#main {
	/*padding-top: 40px;
	padding-bottom: 70px;*/
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
	.layoutWrapper {
		margin-bottom: 0;
	}

	.layoutInner {
		width: auto;
		margin: 0;
		padding: 0 10px;
	}

	#contents {
		padding-top: 60px;
		padding-bottom: 0;
	}

	#main {
		padding-top: 20px;
		padding-bottom: 30px;
	}
}/* --- media 700px以下 --- */



/* ----------------------------------------
 header (PC)
---------------------------------------- */
#header {
	background: #FFF;
	overflow: hidden;
	padding: 12px 0 14px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}

#header * {
	color: #0074be;
}

#header .logo {
	float: left;
	margin-top: 5px;
}

#header .naviArea {
	float: right;
}

#header .naviArea ul {
	overflow: hidden;
	margin-top: 0;
}

#header .naviArea ul li {
	float: left;
	line-height: 1.2;
}

#header .otherService {
	float: right;
	margin-top: 3px;
}

#header .otherService span {
	display: inline-block;
	margin-right: 5px;
	font-size: 11px;
}

#header .otherService span:first-child {
	color: #000;
	    margin-right: 0;
}

#header .otherService span a {
	text-decoration: underline;
}
#header .otherService span a:hover {
	text-decoration: none;
}

#header .otherService .otherTop {
        background: #FFED00 url("../images/header_arrow02.png") 8px center no-repeat;
        padding: 2px 8px 2px 18px;
        font-size: 11px;
        color: #000;
        border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#header .otherService .otherTop a {
        text-decoration: none;
}
#header .otherService .otherTop a:hover {
        text-decoration: underline;
}

/* sub navi */
#header .subNavi {
	float: right;
	margin-right: 7px;
	margin-bottom: 16px;
}

#header .subNavi li a {
	display: block;
	font-size: 12px;
	padding-left: 8px;
	margin-left: 15px;
}

#header .subNavi .logout {
	background: url("../images/header_arrow02.png") 8px center no-repeat;
	color: #000;
	padding: 6px 8px 5px 18px;
}

#header .subNavi .newMember {
	background: #62b7d3 url("../images/header_arrow01.png") 8px center no-repeat;
	padding: 6px 8px 5px 18px;
	color: #FFF;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#header .subNavi .mypage {
	background: #096db1 url("../images/header_arrow01.png") 8px center no-repeat;
	padding: 6px 8px 5px 18px;
	color: #FFF;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#header .subNavi .contact {
	background: #DDD url("../images/header_arrow02.png") 8px center no-repeat;
	color: #000;
	padding: 6px 8px 5px 18px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* global navi */
#header .globalNavi {
	clear: both;
}

#header .globalNavi li {
	font-size: 15px;
	padding-left: 18px;
}

#header .globalNavi li:first-child {
	background: none;
	padding-left: 0;
}

#header .globalNavi li a {
	display: block;
	padding: 0 7px;
}

#header .layoutInner {
	width: 980px;
}

/* ----------------------------------------
 header (SP)
---------------------------------------- */
#spHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	z-index: 9999;
	background: url("../images/header_sp_bg01.png") center bottom no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#spHeader .logo {
	text-align: center;
	margin-top: 9px;
	margin-right: 10px;
}

/* menu button icon */
#spHeader .menuBtn {
	position: absolute;
	top: 15px;
	right: 12px;
	width: 25px;
	height: 17px;
	text-indent: -9999px;
}

#spHeader .menuBtn a,
#spHeader .menuBtn span,
#spHeader .menuBtn a:before,
#spHeader .menuBtn a:after {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

#spHeader .menuBtn span,
#spHeader .menuBtn a:before,
#spHeader .menuBtn a:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}
#spHeader .menuBtn a:before {
	top: 0;
}
#spHeader .menuBtn span {
	top: 8px;
}
#spHeader .menuBtn a:after {
	bottom: 0;
}

/* CLOSE button */
#spHeader .menuBtn.active a:before {
	-webkit-transform: translateY(8px) rotate(-315deg);
	transform: translateY(8px) rotate(-315deg);
}
#spHeader .menuBtn.active span {
	opacity: 0;
}
#spHeader .menuBtn.active a:after {
	-webkit-transform: translateY(-8px) rotate(315deg);
	transform: translateY(-8px) rotate(315deg);
}

/* http://www.nxworld.net/tips/12-css-hamburger-menu-active-effect.html */

/* slide menu */
#spNavi {
	display: none;
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 9000;
	/* background: #0074be; */
	background: rgba(0,116,190,0.9);
	padding-top: 30px;
}

#spNavi ul li {
	border-top: 1px solid #94c5e5;
	position: relative;
	/* text-align: center; */
}

#spNavi ul li:after {
	color: #fff;
	font-size: 16px;
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -13px;
}

#spNavi .spSubNavi .spLogout:after {
	content: "\f08b";
	font-size: 16px;
	top: 21px;
}
#spNavi .spSubNavi .spLogin:after {
	content: "\f090";
	font-size: 16px;
	top: 21px;
}
#spNavi .spSubNavi .spMypage:after {
	content: "\f2ba";
	font-size: 16px;
	top: 21px;
}
#spNavi .spSubNavi .spContact:after {
	content: "\f003";
	font-size: 14px;
	top: 23px;
}

#spNavi .spSubNavi .spNewMember:after {
	content: "\f040";
	font-size: 14px;
	top: 23px;
}

#spNavi p {
	    background: #b6d9f0;
    padding: 5px 20px;
}

#spNavi .spOtherService li:after {
	content: "\f2d2";
	font-size: 14px;
	top: 23px;
}

#spNavi ul li a {
	display: block;
	color: #fff;
	font-size: 13px;
	/* font-weight: bold; */
	padding: 10px 20px;
}

#spNavi .spSubNavi {
	width: 100%;
	display: box;
    display: -webkit-box;
    display: -moz-box;
}

#spNavi .spSubNavi li {
	-webkit-box-flex: 1;　/* Safari,Google Chrome用 */
    -moz-box-flex: 1;　/* Firefox用 */
    border-right: 1px solid
}

.breadcrumbs {
	margin-top: 96px;
}
@media (max-width: 700px) {
	.breadcrumbs {
		margin-top: 17px;
	}
}

/* breadcrumbs */
.breadcrumbs li {
	display: inline;
	font-size: 13px;
}

.breadcrumbs li:before {
	content: " > ";
}

.breadcrumbs li:first-child:before {
	content:"";
}

.breadcrumbs li a {
	color: #000;
	text-decoration: underline;
}

.breadcrumbs li a:hover {
	text-decoration: none;
}



/* ----------------------------------------
 footer
---------------------------------------- */
#footer {
	text-align: center;
	background: #EEE;
	font-size: 12px;
	margin-top: 50px;
	color: #000;
}

#footer .inner {
	padding: 30px;
}

#footer .banner {
	margin-bottom: 35px;
}

#footer .banner li {
	display: inline-block;
	margin: 0 8px;
}

#footer .otherService {
	margin-bottom: 40px;
}

#footer .otherService span {
	display: inline-block;
	margin-top: 10px;
}

#footer .otherService a {
	color: #0071C0;
	text-decoration: underline;
}

#footer .otherService a:hover {
	text-decoration: none;
}

#footer .otherService .otherTop {
        background: #FFED00;
        padding: 3px 10px 3px 10px;
        color: #000;
        border-radius: 5px;
        text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#footer .otherService .otherTop a {
        text-decoration: none;
}
#footer .otherService .otherTop a:hover {
        text-decoration: underline;
}

#footer .text {
	margin-top: 10px;
	margin-bottom: 30px;
}

#footer .footerNavi li {
	display: inline-block;
	padding: 0 15px;
	line-height: 1.2;
}

#footer .footerNavi li {
	border-right: 1px solid #000;
}

#footer .footerNavi li:last-child {
	border-right: none;
}

#footer .copyright {
	background: #000;
	color: #FFF!important;
	font-size: 10px;
	line-height: 1.2;
	padding: 7px;
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
	#footer {
		margin-top: 25px;
	}

	#footer .inner {
		padding: 20px 5px 40px;
	}

	#footer .banner {
		margin-bottom: 30px;
	}

	#footer .banner li {
		margin: 0 5px;
	}

	#footer .footerNavi li {
		padding: 0 15px;
	}

	#footer .copyright {
		padding: 7px;
	}
}/* --- media 700px以下 --- */

/* ---------------------------------------------------
 module
--------------------------------------------------- */

/* ----------------------------------------
 responsive
---------------------------------------- */
.pcOnly {
	display: block !important;
}
.spOnly {
	display: none !important;
}

@media (max-width: 700px) {
	.spOnly {
		display: block !important;
	}
	.pcOnly {
		display: none !important;
	}
}/* --- media 700px以下 --- */


/* ----------------------------------------
 text
---------------------------------------- */
.fontSerif {
	font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.textSpace p {
	margin-top: 1em;
}
.textSpace p:first-child {
	margin-top: 0;
}

span.wordwrap {
	white-space: nowrap;
}


/* --- media 700px以下 --- */
@media (max-width: 700px) {
	.spBrDelete br {
		display: none;
	}
}/* --- media 700px以下 --- */


/* ----------------------------------------
 list
---------------------------------------- */
.discList {
	margin-left: 1.4em;
}

.discList li {
	list-style-type: disc;
}

.numberList {
	margin-left: 1.8em;
}

.numberList li {
	list-style-type: decimal;
}

.note li {
	position: relative;
	padding-left: 1.2em;
}

.note li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}


/* ----------------------------------------
 text + image layout
---------------------------------------- */
.imageLayout {
	overflow: hidden;
}

.imageLayout .imageL {
	float: left;
	margin-right: 30px;
}

.imageLayout .imageR {
	float: right;
	margin-left: 30px;
}

.imageLayout .body {
	overflow: hidden;
}

@media (max-width: 700px) {
	.imageLayout .imageL {
		margin-right: 10px;
	}

	.imageLayout .imageR {
		margin-left: 10px;
	}

	.imageLayout .spCenter {
		float: none;
		text-align: center;
		margin: 0 0 15px 0;
	}
}/* media 700px以下 */

/* image list */
.imageList {
	overflow: hidden;
}

.imageList li {
	float: left;
}


/* ----------------------------------------
 button
---------------------------------------- */
/* link button */
.linkBtn {
	width: 220px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
}

.linkBtn a {
	display: block;
	border-radius: 20px;
}

.linkBtn a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
	.linkBtn {
		height: 35px;
		line-height: 35px;
	}

	.linkBtn a {
		border-radius: 17px;
	}
}/* --- media 700px以下 --- */


/* ----------------------------------------
 faq
---------------------------------------- */
#faq .accordion {
	background: #d9eaf5;
	margin-bottom: 10px;
}
@media (max-width: 700px) {
	#faq .accordion {
		    margin: 0 15px 12px;
	}
}/* --- media 700px以下 --- */

#faq .accordion.open {
	padding-bottom: 25px;
}

/* question */
#faq .accordion .question {
	font-size: 18px;
	padding: 25px 55px 25px 3.5em;
	position: relative;
	cursor: pointer;
}

#faq .accordion .question:after {
	content: '';
	display: block;
	background: url("../images/accordion_arrow_close.png") right center no-repeat;
	-webkit-background-size: 21px auto;
	background-size: 21px auto;
	width: 21px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -5px;
}

#faq .accordion.open .question:after {
	background-image: url("../images/accordion_arrow_open.png");
}

/* answer */
#faq .accordion .answer {
	display: none;
	font-size: 16px;
	line-height: 1.6;
	background: #fff;
	margin: 0 30px;
	padding: 20px;
	padding-left: 3.0em;
	position: relative;
}

/* icon */
#faq .accordion .question > span:first-child {
	color: #0074be;
	position: absolute;
	top: 25px;
	left: 30px;
}

#faq .accordion .answer > span:first-child {
	color: #df0024;
	position: absolute;
	top: 20px;
	left: 20px;
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
	#faq .accordion.open {
		padding-bottom: 15px;
	}

	/* question */
	#faq .accordion .question {
		font-size: 16px;
		padding: 15px 45px 15px 2.8em;
	}

	#faq .accordion .question:after {
		right: 15px;
	}

	/* answer */
	#faq .accordion .answer {
		font-size: 14px;
		margin: 0 15px;
		padding: 10px;
		padding-left: 2.6em;
	}

	/* icon */
	#faq .accordion .question > span:first-child {
		top: 15px;
		left: 15px;
		font-weight: bold;
	}

	#faq .accordion .answer > span:first-child {
		top: 10px;
		left: 10px;
		font-weight: bold;
	}
}/* --- media 700px以下 --- */
