@charset "utf-8";
/* CSS Document */

body {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	background: url("../images/backimg.png"), #001339;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	color: #FFF;
}

a:link {
	color: #005BAC;
	text-decoration: none;
}

a:hover {
	color: #53B9EE;
}

.h5 {
	font-size: 1rem;
}

.md-cm {
	margin: 20px;
}

.mainct {
	background-color:rgba(255,255,255,0.9);
	border-radius:20px;
	color: #231f20;
}

.copy1 {
	font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
	font-size: 1.2rem;
}

.copy2 {
	border-bottom: dashed 2px #005BAC;
	padding:0 0 20px 0;
	font-weight: bold;
	color:#333;
}

.mainct .h2cap {
	color: #005BAC;
	border-bottom: dashed 2px #005BAC;
	padding: 15px 10px;
	margin: 0 0 20px 0;
}

.mainct .h3cap {
	color: #005BAC;
	border-bottom: solid 1px #005BAC;
	padding: 10px;
	margin: 0 0 20px 0;
}

.pr-img {
	transform: rotate( 25deg );
	margin: 0 0 0 30px;
}

.text-red {
	color: #C70025;
}

.text-pname {
	color: #005BAC;
}

.oubo-m a {
	border: solid 1px #005BAC;
	border-radius: 5px;
	background: rgba(255,255,255,0.8);
	padding: 15px;
	display: block;
	font-weight: bold;
}

.oubo-or {
	border: solid 1px #005BAC;
	border-radius: 5px;
	background: #005BAC;
	color: #FFF;
	padding: 15px;
	margin: 20px auto;
	width: 120px;
}

ol {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin-left:10px;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.8em 0.8em 30px;
}

ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background:transparent;
  color: #005BAC;
  font-weight:bold;
  font-size: 2rem;
  left: 0;
  top: 10px;
}

.oubo-no {
	
}


.quoimg {
	width: 60%;
}

.a-course {

}

.b-course {

}

.c-course {

}

.d-course {

}

.e-course {

}

.mname {
	background: #111;
	color: #FFF;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 0.5rem;
}



.quiz {
	background-color:#FFF;
	border: solid 1px #333;
	padding: 20px;
	border-radius: 5px;
}

.nagoyaopen {
	background: #C70025;
	color: #FFF;
	padding: 5px;
	font-size: 0.7rem;
}

.sns {
	background: #F7E7EB;
	padding: 20px;
	border-radius: 5px;
}

.sns h3 {
	padding: 20px;
	border-radius: 5px;
	background: rgba(255,255,255,0.5);
}

.sns h3, .sns h4 {
	color:#E72962;
}

.sns-li {
	margin: 0;
	padding: 0 0 0 20px;
}

.sns-li li {
	text-indent: -1em;
	list-style-type: none;
}

.reviewcp {
	background: #e5edf3;
	padding: 20px;
	border-radius: 5px;
}

.reviewcp h3 {
	padding: 20px;
	border-radius: 5px;
	background: rgba(255,255,255,0.5);
}

.reviewcp h3, .reviewcp h4 {
	color:#005bac;
}

.reviewcp li {
	text-indent: -1em;
	list-style-type: none;
}


.bt-sticky {
	position: sticky;
	bottom: 20px;
}

.btn-light:link, .btn-light:visited {
	color: #C70025;
	border: solid 1px #C70025;
}
.btn-light:hover, .btn-light:active {
	color: #F294A5;
}

.brand {
	background: #fff;
	padding: 10px;
	border-radius:10px;
}

.brand a {
	color: #333;
}

footer .dlogo {
	max-width: 60%;
	
}

.pcbr {
	display: none;
}

.spbr {
	display: inline-block;
}

/* インスタリンク */
.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  font-size: 1.5rem;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}

.x_btn {
  font-size: 1.5rem;/*文字サイズ*/
}

/* スクロールダウン */
/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置*/
	position:relative;
	left:50%;
	margin: 50px 0 0 0;
    /*全体の高さ*/
	height:50px;
	width: 30px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}


/* 下からフェードイン */

.fadeUptop{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.fadeInUpT{
opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

@media screen and (min-width: 768px) {
    /* 768px以上用（タブレット／スマートフォン用）の記述 */
	
	.h5 {
	font-size: 1.25rem;
}
	
	.pcbr {
	display: inline-block;
}
		.spbr {
	display: none;
}
	
	.mname {
	font-size: 1rem;
}
	
	.quoimg {
	width: 80%;
	}
	
.mainct .pcap img {
	width: auto;
}
	.copy1 {
	font-size: 2rem;
}

	.scrolldown1{
    display: none;
}
	.pr-img {
	width: auto;
	height: auto;
		transform: rotate( 0deg );
	margin: 0;
	}
	
	.oubo-or {
	margin: 0;
		width: auto;
}
	
}

@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}