
/*----------------------------------
	共通スタイル
------------------------------------*/

body,
html {
	/*background-color: #07296b;*/
	/*padding: 34px 60px 0;*/
	color: #40220f;
	font-size: 19px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

section{
	margin: 0;
	padding: 3.6rem 0;
	border-radius: 10px;
	background-color: #fff;
	/*box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);*/
}

h1 {
	display: none;
}

h2 {
	font-weight: bold;
	color: #07296b;
	font-size: 55px;
}

h3 {
	font-weight: bold;
}

hr{
	border-top: 2px dotted #000;
}

a:link{
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor:pointer;
}

/*--------- 強調/色 スタイル ---------*/

.red{
	color: #d70000;
}

.yellow{
	color: #fffc00;
}

/*--------- ハイライト アニメーション ---------*/

.marker-animation.active{
	background-position: -100% .5em;
}
.marker-animation {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 253, 99, 1) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 253, 99, 1) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 253, 99, 1) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 253, 99, 1) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255, 253, 99, 1) 50%);
	background-repeat: repeat-x;
	background-size: 200% .8em;
	background-position: 0 .5em;
	transition: all 2s ease;
	font-weight: bold;
}

/*--------- アイコン ---------*/

.fa-angle-down{
	margin-left: 3px;
}

.fa-caret-right{
	margin-right: 7px;
}

.fa-up-right-from-square{
	margin-left: 7px;
}

.fa-list-check{
	margin-right: 15px;
}

/*--------- ボタン ---------*/

.btn,
a.btn,
button.btn {
	position: relative;
	padding: 1rem 2.7rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 0.5rem;
}

a.btn--red {
	color: #fff;
	background-color: #d60000;
	border-bottom: 7px solid #9f0000;
}

a.btn--red:hover {
	margin-top: 5px;
	color: #fff;
	background: #d60000;
	border-bottom: 2px solid #9f0000;
}

a.btn--orange {
	color: #fff;
	background-color: #ee781f;
	border-bottom: 7px solid #b55a15;
}

a.btn--orange:hover {
	margin-top: 5px;
	color: #fff;
	background: #ee781f;
	border-bottom: 2px solid #b55a15;
}

a.btn--green {
	color: #fff;
	background-color: #008a71;
	border-bottom: 8px solid #005c4c;
}

a.btn--green:hover {
	margin-top: 5px;
	color: #fff;
	background: #008a71;
	border-bottom: 3px solid #005c4c;
}

a.btn--blue {
	color: #fff;
	background-color: #0081CC;
	border-bottom: 8px solid #00639d;
}

a.btn--blue:hover {
	margin-top: 5px;
	color: #fff;
	background: #0081CC;
	border-bottom: 3px solid #00639d;
}

a.btn--navy {
	color: #fff;
	background-color: #07296b;
	border-bottom: 8px solid #02163d;
}

a.btn--navy:hover {
	margin-top: 5px;
	color: #fff;
	background: #07296b;
	border-bottom: 3px solid #02163d;
}


/* 資料請求 */
.request .btn,
a.request.btn,
button.request.btn {
	font-size:30px;
	padding: 22px 0 14px;
	display: block;
}

/* 講座・受講料金案内 */
.popup-btn{
	font-size: 0.9rem;
	padding: 10px 15px 10px 16px;
	margin-left: 15px;
	background-color: #07296b;
	color: #fff;
	transition: 0.5s;
	cursor: pointer;
}

.popup-btn:hover {
	opacity: 0.7;
}

/* 講座・キャンペーン */
.popup-btn.c-red{background-color: #d60000;}


/* モーダル Closeボタン */
.close-btn{
	padding: 10px 40px;
	background-color: #07296b;
	color: #fff;
	transition: 0.5s;
	cursor: pointer;
}

.close-btn:hover {
	opacity: 0.7;
}

/* 誘導ボタン */
.guidance{
	padding: 35px 0 45px;
	background-color: #ffffe6;
	border-top: 2px solid #07296b;
	border-bottom: 2px solid #07296b;
}

.guidance h2{
	font-size: 45px;
}

/*--------- 大枠 ---------*/

.wrapper {
	overflow-x:hidden;
}

/*--------- テーブル ---------*/

.wrapper .table{
	text-align: center;
}

.wrapper .table-bordered td{
	border: 1px solid #b3b3b3;
}

.wrapper .table th{
	border: 1px solid #b3b3b3;
	background-color: #3a63ae;
	color: #fff;
	vertical-align: middle;
	padding:0.5rem;
}

.wrapper .table td{
	padding:0.6rem 1rem;
	vertical-align: middle;
	background-color: #fff;
}

.wrapper .table a{
	color: #fff;
}

.wrapper .table .td-adj{
	padding: 25px 0;
}

.wrapper .table .tbl-bg{
	background-color: #f2f9ff;
}

.wrapper .table td.full{
	position: relative;
	z-index: 1;
	padding: 0.6em 3em 0.6em 1em;
	text-indent: 2em;
	color: #999;
}
.wrapper .table td.full::after{
	content: "満席";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 1em;
	color: #d40915;
	background: rgba(255,13,28,0.15);
}

/*--------- モーダル ---------*/

.modal-header{
	border: none;
}

.modal-content .modal-title{
	margin: 0 auto;
	text-align: center;
	font-size: 37px;
}

.modal-content{
	padding: 2.3rem 5rem 1.9rem;
}

.modal-body p{
	line-height: 36px;
	margin: 0;
	padding: 0.3rem 0;
}

.modal-footer{
	margin: 0 auto;
	border: none;
}

/*----------------------------------
	Header
------------------------------------*/

.header .top-heading {
	font-size: 65px;
	color: #D60001;
	margin: 40px auto 20px;
	display: inline-block;
	position: relative;
	letter-spacing: 0.09rem;
	font-family: 'Zen Kurenaido', sans-serif;
}

/*.top-heading:before,
.top-heading:after{
	content: '';
	position: absolute;
	left: -1.5em;
	bottom: 0.5em;
	width: 1.4em;
	height: 5px;
	background: #D60001;
	transform: rotate(45deg);
}

.top-heading:after{
	left: inherit;
	right:-1.2em;
	transform: rotate(-45deg);
}*/

.header .header-content {
	border-radius: 10px;
	background-color: #fff;
	margin-left:auto;
	margin-right: auto;
}

.header .header-content img{
	width: 100%;
	height: auto;
	display: block;
}

.miracle-logo {
	margin-top: -120px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.logo-sub{
	position: absolute;
	top: 1em;
	right: 12%;
	width: 15.5%;
}
.logo-free{
	position: absolute;
	top: 0.6em;
	left: 10%;
	width: 15.5%;
}

.header p{
	text-align: center;
	padding: 0 4.5rem 1.4rem;
	line-height: 48px;
	font-size: 23px;
	margin: 0;
}

.start{
	width: 800px;
	margin: 30px auto 15px;
}

.txt-sub.sakura{
	position: relative;
	color: #ff6e85;
	border: 5px dotted #ff6e85;
	min-width: 65%;
	text-align: center;
	font-size: 1.5em;
}
.txt-sub.sakura::before,.txt-sub.sakura::after{
	content: "";
	position: absolute;
	background: transparent url('../images/header/sakura.svg') no-repeat center / contain;
	width: 2.3em;
	height: 1.5em;
	display: block;
}
.txt-sub.sakura::before{
	top: -0.5em;
	left: -0.5em;
}
.txt-sub.sakura::after{
	bottom: -0.5em;
	right: -0.5em;
	transform: rotate(180deg);
}

.header .txt-sub{
	color: #07296b;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	margin: 40px auto 20px;
	border: 3px solid #07296b;
	font-size:29px;
}

.main-ttl{
	margin: 30px auto 15px;
	text-align: center;
	font-weight: 600;
}

.main-ttl .txt-frame-v1{
	border: 3px solid #07296b;
	padding: 10px;
	line-height: 90px;
	font-size: 2.5em;
	color:  #07296b;
}

.main-ttl .txt-frame-v2{
	border: 3px solid #07296b;
	padding: 10px;
	line-height: 90px;
	font-size: 2.5em;
	color:  #07296b;
	background-color: #fffc00;
}

.header .txt-box{
	color: #027918;
	font-weight: bold;
	padding: 20px 0 0;
	text-align: center;
	/*margin: 30px 0 20px;*/
	border: 3px solid #027918;
	border-radius: 5px;
}

.header .txt-box-v1{
	color: #00a6b1;
	font-weight: bold;
	padding: 20px 0 0;
	text-align: center;
	/*margin: 30px 0 20px;*/
	border: 3px solid #00a6b1;
	border-radius: 5px;
}

.header .txt-box-v2{
	color: #e3007f;
	font-weight: bold;
	padding: 26px 30px;
	text-align: center;
	border: 3px solid #e3007f;
	border-radius: 5px;
}

.header .txt-box-v2 ol{
	text-align: left;
	margin-top: 21px;
	margin-bottom: 0;
	line-height: 35px;
}

.header .b-txt{
	font-size:45px;
	text-align: center;
	font-weight: bold;
}

.header h3{
	margin: 0;
	font-size:34px;
	/*text-decoration: 3px underline wavy #1771cd;*/
	text-underline-offset: 10px;
}

.header .day{
	display: block;
	margin: 3px 0;
}

.header .gakunen{
	display: block;
	margin: 6px 0;
	line-height: 25px;
}

.header .atten{
	display: block;
	margin: 6px 0 9px;
	line-height: 22px;
	font-size:19px;
}

.header .muryo{
	background-color: #d60000;
	color: #fff;
	margin: 12px 0;
	padding: 5px 20px;
	font-size:23px;
}

.header .link a{
	color: #fff;
	background-color: #027918;
	display: block;
	font-size:23px;
	padding: 10px 0 7px;
	margin-top: 13px;
}

.header .link-v1 a{
	color: #fff;
	background-color: #00a6b1;
	display: block;
	font-size:23px;
	padding: 10px 0 7px;
	margin-top: 13px;
}

.header .link-v2 a{
	color: #fff;
	background-color: #e3007f;
	display: block;
	font-size:23px;
	padding: 7px 0 3px;
	margin-top: 13px;
}

.header .ribbon {
	display: inline-block;
	position: absolute;
	top: -20px;/*top: -20px;*/
	left: -5px;
	padding: 6px 13px 6px 15px;
	font-size: 20px;
	color: #FFF;
	background: #d60000;
}

.header .ribbon:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 11px transparent;
	border-right: solid 20px #a70000;
}

.header .img-item{
	object-fit: cover;
}

.header .adj{
	margin-top: 2.5rem !important;
}

@media (max-width:599px){
	.header .adj{
		margin-top: 1rem !important;
	}
}

/*----------------------------------
	ページ内リンク
------------------------------------*/

#nav-link{
	display: flex;
	justify-content: center;
	/*border: 4px solid #07296b;*/
	padding: 23px 0;
	border-radius: 5px;
}

#nav-link li{
	font-weight: bold;
	list-style: none;
}

#nav-link li a{
	color: #fff;
	padding:0 14px;
	text-decoration: none;
}

#nav-link li a::before{
	content:'▼';
	font-size:0.83rem;
	padding:0 6px 0 0;
	color: #FFFC02;
}

.nav-link {}
.nav-link a{
	display: inline-block;
	color:#ee2d7b;
	font-size:95%;
	text-decoration:none;
	position: relative;
	transition: .3s;
}
.nav-link a::after{
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
}
.nav-link a:hover::after{
	width: 100%;
}

#nav-link li.square a::before{content:'';}
#nav-link li.square a i{color: #FFFC02;}

/*----------------------------------
	box-common
------------------------------------*/

.box-common h2 {
	font-size: 43px;
	position: relative;
	padding-left: 50px;
	padding-bottom: 6px;
}

.box-common h2:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #07296b;
}

.box-common h2:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #07296b;
}

.box-common .t-sub{
	background-color: #07296b;
	font-size: 15px;
	padding: 6px 10px 7px 14px;
	color: #fff;
	position: relative;
	top: 28px;
	right: -10px;
	float: right;
	letter-spacing: 0.09em;
	z-index: 999;
}
.box-common .accordion_one .wrapper .table td{
	white-space: nowrap;
}

.box-common h4 {
	background-color: #07296b;
	font-size: 25px;
	padding: 15px 0 10px 30px;
	color: #fff;
	margin: 0;
}

.box-common .txt-sub{
	font-size:26px;
	color: #07296b;
	font-weight: bold;
	line-height: 40px;
	padding: 25px 20px 15px 40px;
	display: block;
	margin: 0 auto 10px;
	border: 3px solid #07296b;
}

.box-common .txt-sub p{
	font-size:22px;
}

.box-common .info{
	background-color: #07296b;
	font-size: 21px;
	padding: 11px 17px;
	color: #fff;
	margin-top: 20px;
}

.box-common .txt-sub-v2{
	background-color: #fff;
	padding: 0 10px;
	color: #07296b;
	float: right;
}

.box-common .txt-sub-v3{
	background-color: #d60000;
	padding: 0 12px;
	color: #fff;
	float: right;
}

.box-common .txt-sub-v4{
	background-color: #07296b;
	padding: 5px 12px;
	margin-right: 10px;
	font-size: 0.9em;
	color: #fff;
}

.box-common .table td{
	white-space: nowrap;
}

.heading {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #07296b;
	font-weight: 600;
	font-size: 35px;
}

.heading::before,
.heading::after {
	width: 3px;
	height: 40px;
	background-color: #07296b;
	content: '';
}

.heading::before {
	transform: rotate(-35deg);
	margin-right: 30px;
}

.heading::after {
	transform: rotate(35deg);
	margin-left: 25px;
}

.box-common .txt-box{
	color: #027918;
	font-weight: bold;
	padding: 15px 15px 18px;
	text-align: center;
	margin: 15px 0;
	border: 3px solid #027918;
	border-radius: 5px;
}

.box-common h3{
	margin: 0;
	font-size:35px;
	display: block;
	background-color: #027918;
	color: #fff;
	padding: 10px;
	line-height: 40px;
	border-radius: 3px;
}

.box-common .day{
	display: block;
	margin: 3px 0;
}

.box-common .gakunen{
	display: block;
	margin: 5px 0 10px;
	font-size:24px;
	line-height: 25px;
}

.box-common .atten{
	display: block;
	margin: 10px 0;
	line-height: 20px;
	font-size:19px;
}

.box-common .frame{
	background-color: #027918;
	color: #fff;
	padding: 5px 10px;
	font-size:18px;
	border-radius: 3px;
}

.box-common .summary{
	text-align: left;
	line-height: 35px;
}

.box-common .summary .atten{
	margin: 10px 0 0;
	line-height: 18px;
	font-size:13px;
}


/*----------------------------------
	box-one
------------------------------------*/

.box-one h2 {
	text-align: center;
}

.box-one h3 {
	text-align: center;
	font-size: 40px;
}

.box-one p{
	text-align: center;
}

.box-one .in-box-v1{
	background-color: #ee781f;
	border-radius: 10px;
	margin: 15px 0 0;
	padding: 15px 20px 0 30px;
	height: 110px;
}

.box-one .in-box-v1 span{
	color: #fff;
	font-size:25px;
	line-height: 40px;
}

.box-one .in-box-v1 img{
	width: 135px;
	margin-right: 17px;
	position: relative;
	top: -38px;
	float: left;
}

.box-one .txt-sub{
	font-size:25px;
	line-height: 55px;
	margin: -15px auto 15px;
	padding: 0;
	display: block;
	text-align: center;
}

.box-one .txt-sub-v2{
	font-size:40px;
	color: #ee781f;
	font-weight: bold;
	line-height: 57px;
	padding: 0;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

/* 4つのポイント */
.box-one .in-box-v2{
	background-color: #3a63ae;
	color: #fff;
	border-radius: 10px;
	margin-top: 30px;
	padding-right: 13px;
	height: 82px;
}

.box-one .in-box-v2 span{
	font-size:24px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.box-one .in-box-v2 img{
	width: 82px;
	margin: 0 10px 0 15px;
	position: relative;
	top: -10px;
}

/* 詳細はこちらボタン*/
.box-one .in-box-v2 .btn-detail {
	font-size: 18px;
	padding: 8px 10px 8px 15px;
	background: #fff;
	color: #2d5398;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	transition: 0.5s;
	font-weight: bold;
	margin-top: 19px;
	float: right;
}

.box-one .in-box-v2 .btn-detail:hover {
	opacity: 0.6 ;
}


/*----------------------------------
	box-two
------------------------------------*/

.box-two h2 {
	font-size: 43px;
	position: relative;
	padding-left: 50px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.box-two h2:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #07296b;
}

.box-two h2:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #07296b;
}

.box-two .t-sub{
	background-color: #07296b;
	font-size: 15px;
	padding: 6px 10px 7px 14px;
	color: #fff;
	position: relative;
	top: 28px;
	right: -10px;
	float: right;
	letter-spacing: 0.09em;
	z-index: 999;
}

.box-two h3 {
	position: relative;
	top: 8px;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
}

/* 4つのポイント */
.box-two .in-box-v2{
	background-color: #3a63ae;
	color: #fff;
	border-radius: 10px;
	margin: 35px 0 20px;
	padding-right: 20px;
	height: 82px;
}

.box-two .in-box-v2 span{
	font-size:27px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.box-two .in-box-v2 img{
	width: 82px;
	margin: 0 13px 0 25px;
	position: relative;
	top: -10px;
}

.box-two .point-box p{
	line-height: 37px;
}

.box-two .point-box .point-txt{
	font-weight: bold;
	background-color: #e86d1a;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	display: block;
	text-align: center;
	margin-top: 10px;
	line-height: 25px;
}

/* 学習の流れ */
.box-two .in-box-v3{
	background-color: #008a71;
	color: #fff;
	border-radius: 10px;
	margin: 35px 0 20px;
	padding-right: 20px;
	height: 82px;
}

.box-two .in-box-v3 span{
	font-size:27px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.box-two .in-box-v3 img{
	width: 95px;
	margin: 0 13px 0 25px;
	position: relative;
	top: -12px;
}


/*----------------------------------
	box-three
------------------------------------*/

.box-three h2 {
	font-size: 43px;
	position: relative;
	padding-left: 50px;
	padding-bottom: 6px;
}

.box-three h2:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #07296b;
}

.box-three  h2:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #07296b;
}

.box-three .t-sub{
	background-color: #07296b;
	font-size: 15px;
	padding: 6px 10px 7px 14px;
	color: #fff;
	position: relative;
	top: 28px;
	right: -10px;
	float: right;
	letter-spacing: 0.09em;
	z-index: 999;
}
.box-three .accordion_one .wrapper .table td{
	white-space: nowrap;
}

.box-three h3 {
	background-color: #07296b;
	font-size: 25px;
	padding: 15px 0 10px 30px;
	color: #fff;
	margin: 0;
}

.box-three .txt-sub{
	font-size:26px;
	color: #07296b;
	font-weight: bold;
	line-height: 40px;
	padding: 20px 20px 20px 40px;
	display: block;
	margin: 45px auto 10px;
	border: 3px solid #07296b;
}

.box-three .txt-sub-v2{
	font-size:23px;
	color: #07296b;
	font-weight: bold;
	line-height: 35px;
	padding: 40px 40px 20px;
	display: block;
	margin: 0px auto 10px;
	border: 3px solid #07296b;
}

#place{
	margin-top: 40px;
}

.box-three .info{
	background-color: #07296b;
	font-size: 21px;
	padding: 11px 17px;
	color: #fff;
	margin-top: 20px;
}

/*----------------------------------
	box-four
------------------------------------*/

.box-four h2 {
	font-size: 43px;
	position: relative;
	padding-left: 50px;
	padding-bottom: 6px;
}

.box-four h2:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #07296b;
}

.box-four  h2:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #07296b;
}

.box-four .t-sub{
	background-color: #07296b;
	font-size: 15px;
	padding: 6px 10px 7px 14px;
	color: #fff;
	position: relative;
	top: 28px;
	right: -10px;
	float: right;
	letter-spacing: 0.09em;
	z-index: 999;
}
.box-four .accordion_one .wrapper .table td{
	white-space: nowrap;
}

.box-four h3 {
	background-color: #07296b;
	font-size: 25px;
	padding: 15px 0 10px 30px;
	color: #fff;
	margin: 0;
}

.box-four .txt-sub{
	font-size:23px;
	color: #07296b;
	font-weight: bold;
	line-height: 39px;
	padding: 20px 20px 20px 40px;
	display: block;
	border: 3px solid #07296b;
}

.box-four .txt-sub-v2{
	font-size:21px;
	color: #07296b;
	font-weight: bold;
	line-height: 36px;
	padding: 25px 40px 30px;
	display: block;
	border: 3px solid #07296b;
	justify-content: center;
	align-items: center;
}

.box-four .info{
	background-color: #07296b;
	font-size: 21px;
	padding: 11px 17px;
	color: #fff;
	line-height: 60px;
}

/*----------------------------------
	footer
------------------------------------*/

footer .site-map{
	margin: 0 auto;
}

footer .site-map a{
	margin: 0 auto;
	color: #fff;
}

footer .site-map span{
	font-size: 17px;
	margin: 0 15px;

}

footer .Copyright p {
	text-align: center;
	margin: 15px 0 35px;
	color: #fff;
}

footer .Copyright a{
	color: #ee781f;
}

/*--------- トップへ戻る ---------*/

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 20px;
	bottom:30px;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
	from {
	opacity: 0;
	transform: translateY(150px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}

/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
	from {
	opacity: 1;
	transform: translateY(0);
	}
	to {
	opacity: 1;
	transform: translateY(150px);
	}
}

/*画像の切り替えと動き*/
#page-top a {
	/*aタグの形状*/
	display: block;
	width: 70px;
	height: 70px;
	color: #07296b;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	/*背景画像の指定*/
	background: url("../images/footer/pagetop-blue.svg") no-repeat center;
	background-size: contain;
}

#page-top.floatAnime a{
	width: 70px;
	height: 70px;
	/*背景画像の指定*/
	background: url("../images/footer/pagetop-blue.svg") no-repeat center;
	background-size: contain;
	/*アニメーションの指定*/
	animation: floatAnime 2s linear infinite;
	opacity: 0;
}

@keyframes floatAnime {
	0% { transform: translateX(0); opacity: 0; }
	25% { transform: translateX(-6px);opacity: 1; }
	50% { transform: translateX(0) }
	100% { transform: translateX(6px);opacity: 1; }
}

/*Page Topと書かれたテキストの位置*/
#page-top span{
	position: absolute;
	bottom: -25px;
	right: 15px;
}

/*--------- bottom nav ---------*/

#sp-fixed-menu{
	position: fixed;
	width: 100%;
	bottom: 0px;
	font-size: 0;
	z-index: 99;
	margin: 0;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
	display: flex;
	list-style: none;
	padding:0;
	margin:0;
	width:100%;
}

#sp-fixed-menu li{
	justify-content: center;
	align-items: center;
	width: 50%;
	padding:0;
	margin:0;
	font-size: 14px;
	border-right: 1px solid #fff;
}

#sp-fixed-menu .nav-1{
	background: #ee781f;
}

#sp-fixed-menu .nav-2{
	background: #0082dd;
}

#sp-fixed-menu .nav-3{
	background: #0082dd;
}

#sp-fixed-menu .nav-4{
	background: #d60000;
}

#sp-fixed-menu li:last-child{
	border: none;
}


/*ボタンを調整*/
#sp-fixed-menu li a{
	color: #fff;
	text-align: center;
	display:block;
	width: 100%;
	padding:20px;
}


