@charset "utf-8";
/* CSS Document */

/* =======================================================================
	ヘッダー <header>~</header>内部
   ======================================================================= */
header {
	width:100%;
	height: 85px;
	background-image: url(../img/img_scd2_header_sita.png);
	z-index:1000;
	position: fixed;
	top: 0;
	left:0;
}

#page-top {
	z-index: 1000;
	position: fixed;
	display: none ;
}
/* 装飾 */
#page-top a {
	background-color: #041c5a;
	border: 2px #fbf4e2 solid;
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

/* マーク */
#page-top a:after {
	transition: all .1s;
	position: absolute;
	top:40%;
	right:17px;
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	border-top: 2px solid #fbf4e2;
	border-right: 2px solid #fbf4e2;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* マウスオーバー */
#page-top a:hover {
	opacity: 0.7
}

/* =======================================================================
	全体(ページ全体の共通設定)
   ======================================================================= */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* リストマーカー非表示（表示する場合は個別に設定） */
	list-style: none;
}

body {
	user-select: none;
	/* スマホ回転対策 */
	-webkit-text-size-adjust: 100%;
	/* iphoneX対策 */
	background-color: #fff;
}

img {
	/* 画像枠線非表示（IE対策・表示する場合は個別に設定） */
	border: none;
}

header,main,footer {
	/* iPhoneX対策 */
	/* セーフエリア制御 */
	padding-right: constant(safe-area-inset-right);
	padding-left: constant(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	padding-left: env(safe-area-inset-left);
}

/* ------------------------------------------------------------------
	文字設定
   ------------------------------------------------------------------ */

body,body a {
	font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #575757;
	font-size: 15px;
	letter-spacing: 0.7px;
	line-height: 26px;
	text-decoration: none;
}
  /* =======================================================================
	メイン <main>~</main>内部
   ======================================================================= */

main {
	width: 100%;
	/* <main>タグにブロック属性付与（IE対策） */
	display: block;
	/* 高さの最低値 */

	/*背景*/
	background-color: #f3d2c1;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.sec-st-pre-reg span{
	color: #011d52;
}
.sec-st-faq span{
	color: #5a1c04;
}

.anchor{
	display: block;
}
.qa-qa{
	color: #041c5a;
}
.qa-any{
	color: #041c5a;
}
.qa-title{ 
	color: #fff;
}
.qa-cate{
	color: #5a1c04;
}
.qa-q{
	position: relative;
}
.qa-a{
	position: relative;
}
.qa-q:before{
	position: absolute;
	background: url(../img/img_scd2_qa_q.png) no-repeat 0 0;
}
.qa-a:before{
	position: absolute;
	background: url(../img/img_scd2_qa_a.png) no-repeat 0 0;
}

.nav-list-qa h2{
	color: #5a1c04;
}

/* ------------------------------------------------------------------
	hover
   ------------------------------------------------------------------ */

a img:hover {
	opacity: 0.7;
}
a span:hover {
	opacity: 0.7;
}

/* ------------------------------------------------------------------
	セクション
   ------------------------------------------------------------------ */

.section iframe {
	display: block;
	margin: 0 auto;
}

.sec-st-end img {
	width: 100%;
	vertical-align: bottom;
}

/* =======================================================================
	フッター <footer>~</footer>内部
   ======================================================================= */
footer {
/* 高さの最低値 */
	min-height: 60vh;
	color: #fff;
	background-color: #7781cb;
}

.sec-link {
	z-index: 500;
}

.foot-other-logo div{
	display: table-cell;
}

.foot-other-logo img{
	padding: 0.8vw;
}



.foot-last-moji a{
	color: #fff;
}

