@charset "UTF-8";

/* Table Of Contents
---------------------------------------------------------------------------- 
General Elements
header
gNav
visual
topicPath
Q&A
footer
---------------------------------------------------------------------------- */


/*General Elements
---------------------------------------------------------------------------- */	
body{
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color:#333;
}
.mac body{
	font-size: 11px;
}
a{
	text-decoration:underline; 
	color: #2c6cd6;
	outline: none;
}
a:hover{
	text-decoration: none;
	opacity: 0.7; 
}


img{
	max-width: 100%;
}
.img_sp{
	display: none;
}

@media screen and (max-width:768px){
	img{
		width: 100%;
	}
	.img_pc{
		display: none;
	}
	.img_sp {
		display: inline;
	}
}
/*l-header
---------------------------------------------------------------------------- */
.l-header {
	background-image: url('../../images/img_back.png');
	background-size: cover;
	padding-bottom: 470px;
	/* overflow: hidden; */
	/* height: 800px; */
}
h1 {
	text-align: center;
}
.l-header-main{
	max-width: 1020px;
	margin: auto;
	/* margin-top: 10px; */
}
.l-header-content{
	position: relative;
	margin: 0 10px;
}
.l-header-content:before {
	content: "";
	display: block;
	padding-top: 42%;
}
.l-header-content-left{
	position: absolute;
	margin-left: 20%;
	width: 60%;
	z-index: 10;
	top: -39px;
}
.l-header-content-right{
	position: absolute;
	right:-187px;
	width: 73%;
	z-index: 1;
	top: -91px;
}
.l-header-content-txt {
	text-align: center;
	color: #fff;
	font-size: 15px;
	margin: 5px 0;
	line-height: 1.7;
	/* margin-right: 20%; */
	margin-top: 2%;
}

.img_head_sp {
	width: 100%;
	/* margin-left: 5%; */
	margin-bottom: 5%;
}
.img_line_btn {
	width: 80%;
	margin-left: 10%;
}
@media screen and (max-width:768px){
	.l-header {
		background-image: url(../..//images/img_back_sp.png);
		background-size: cover;
		padding-bottom: 170px;
		/* height: 450px; */
	}
	.l-header-content {
	    margin: 0;
	}
	.l-header-main,
	.l-header-content-left,
	.l-header-content-right{
		width: 100%;
	}
	.l-header-content:before {
		padding-top: 100%;
	}
	.l-header-content-left {
		position: absolute;
		z-index: 10;
		bottom: 0;
		margin-left: 0;
	}
	.img_head_sp {
		width: 95%;
		margin: 0 2.5% 4%;
	}
	.img_line_btn {
		width: 95%;
		margin-left: 2.5%;
	}
	h1 img.img_sp {
		width: 90%;
		margin-bottom: 5%;
	}
	.l-header-content {
		margin: 0;
	}
	.l-header-content-txt {
		margin: 2% auto 0;
	}
}


/* l-content
---------------------------------------------------------------------------- */
.l-content_top,
.l-content_center,
.l-content_bottom{
	border-bottom: 1px solid #c9c9c9;;
	margin-top: 50px;
}
.l-content_top_main,
.l-content_center_main,
.l-content_bottom_main{
	max-width: 980px;
	margin: auto;
}
.l-content-right {
	float: right;
	width: 48%;
	margin-right: 1%;
}
.l-content-left {
	float: left;
	width: 50%;
	margin-left: 1%;
}
.l-content-heading{
	margin: 50px 0 10px;
}
.l-content-txt {
	font-size: 16px;
	line-height: 1.8;
	margin: 20px 0 0;
}
.po-re{
	position: relative;
}
.po-ab{
	position: absolute;
	bottom: 0;
}

@media screen and (max-width:768px){
	.l-content_top, .l-content_center, .l-content_bottom {
		margin-top: 0;
	}
	.l-content_top_main,
	.l-content_center_main,
	.l-content_bottom_main{
		width: 100%;
	}
	.l-content-right {
		float: none;
		width: 90%;
		margin: auto;
		text-align: center;
	}
	.l-content-left {
		float: none;
		width: 90%;
		margin: auto;
		text-align: center;
	}
	img.girl_img {
		width: 80%;
		margin-top: 15%;
	}
	img.cap_img{
		width: 80%;
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.l-content-heading {
		margin: 10% 0 10%;
		width: 90%;
	}
	.last_txt{
		display: block;
	}
	.po-ab{
		position: static;
	}
}
/* l-qa
---------------------------------------------------------------------------- */
.l-qa{
	max-width: 780px;
	margin: auto;
	/* margin-bottom: 50px; */
}
.qa_ttl{
	color: #16408c;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
	margin-left: 1.3em;
	text-indent: -1.3em;
}
.qa_text{
	font-size: 22px;
	line-height: 30px;
}
.qa_line{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: visible;
	border-top: 3px dashed #16408c;
	margin: 25px 0;
}
@media screen and (max-width:768px){
	.l-qa{
		width: 90%;
		margin: 0 auto;
	}
	.qa_ttl-img{
		width: 80%;
	}
	.qa_ttl{
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 10px;
		margin-left: 1.1em;
		text-indent: -1.1em;
	}
	.qa_text{
		font-size: 17px;
		line-height: 27px;
	}
}

/* l-footer
---------------------------------------------------------------------------- */
.l-footer{
	max-width: 980px;
	margin: auto;
	margin-bottom: 100px;
}
.footer-ttl {
	margin: 100px 0 50px;
	text-align: center;
}

.l-footer-top,
.l-footer-center,
.l-footer-bottom{
	padding: 30px 0;
}
.l-footer-img{
	float:left;
	width: 50%;
}
.l-footer-img_friend{
	float:right;
	width: 45%;
}
.l-footer-txt{
	float: right;
	width: 45%;
	margin-top: 10px;
	font-size: 17px;
}
.l-footer-btn {
	 margin-top: 100px;
	display: block;
	text-align: center;
}
.l-footer-btn-txt {
	text-align: left;
	font-size: 13px;
	margin: 20px 0;
}

@media screen and (max-width:768px){
	.l-footer{
		width: 100%;
		    margin-bottom: 5%;
	}
	.footer-ttl {
		width: 80%;
		margin: 10% auto 5%;
}
	.l-footer-img {
		float: none;
		width: 100%;
	}
	.l-footer-txt {
		float: none;
		width: 100%;
		text-align: center;
	}
	p.l-footer-txt.img_sp {
		display: block;
	}
	.l-footer-btn {
		width: 90%;
		margin: 5% auto 0;
	}.l-footer-top, .l-footer-center, .l-footer-bottom {
		padding-top: 5%;
	}
	.l-content-txt,
	.l-footer-txt.img_sp{
		font-size: 14px;
		line-height: 1.8;
	}
}
