@charset "utf-8";
/* CSS Document */
html{
	scroll-behavior: smooth;
}
main {
	background: url(<?php echo $assetUrl ?>/stapre_kaishi/images/240531/bg_blue.jpg) no-repeat fixed center bottom;
	background-size:cover;
	width: 100%;
	margin:0;
	/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
	font-size: 18px;
	letter-spacing: 0.08em;
	color: #333;
}
.bg_w20 {
	padding: 0 20px;
}
.pc-only { display: block !important; margin:auto;}
.sp-only { display: none !important; }

.pc_stapre { display: block !important; margin:auto;}
.sp_stapre { display: none !important; }
 
@media only screen and (max-width: 750px) {
    .pc_stapre { display: none !important; }
    .sp_stapre { display: block !important; }
}

.btm10 {margin-bottom:10px;}
.btm20 {margin-bottom:20px;}
.btm30 {margin-bottom:30px;}
.btm40 {margin-bottom:40px;}
.btm60 {margin-bottom:60px;}
.btm80 {margin-bottom:80px;}
.center {margin: 0 auto; text-align: center;}
.col-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.col-around{
	display: flex;
	justify-content:space-around;
	align-items: center;
}
.col-start{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.col-center{
	display: flex;
	justify-content:center;
	align-items: center;
}
.col-end{
	display: flex;
	justify-content:flex-end;
	align-items: center;
}
.float-like{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.fluid{
	max-width: 100%;
	height: auto;
}
.col-reverse{
	flex-direction: row-reverse;
}
.back {
    width: 40px;
    margin: 16px;
	position: relative;
}
.back a {
    display: block;
}
.flex_txt {
	width: 62%;
	text-align: left;
	padding: 0 10px;
	margin-bottom: 40px;
}
.flex_img {
	width: 38%;
	padding: 0 10px;
	margin-bottom: 40px;
}

.bg_bl {
	align-items: center;
    background: #f4fbfa;
    padding: 50px;
}
.border_bl {
	align-items: center;
    background: fff;
	border: 2px solid #dcf3ef;
    padding: 50px;
}



/*---- テキストの装飾 ----*/
.kome {
    list-style: none;
    padding-left: 1.5em;
    margin-left: 0.5em;
	font-size: 14px;
	color: #444;
}
.kome li{
    text-indent: -1.5em;
}
.chusyaku{
	display: block;
	font-size: 0.7em;
	padding-top: 10px;
}
.star {
	color: yellow;
}
.bold_ye {
    padding: 2px;
    color: #fff596;
    font-weight: bold;
    font-size: 1.3em;
    text-shadow:
           1px 1px 0px #000, -1px -1px 0px #000,
          -1px 1px 0px #000,  1px -1px 0px #000,
           1px 0px 0px #000, -1px  0px 0px #000,
           0px 1px 0px #000,  0px -1px 0px #000;
    margin: 0;
}
.bold_pk {
	color: #ee5799;
    font-weight: bold;
    font-size: 1.1em;
}
.marker_ye{
	background: linear-gradient(transparent 60%, #fff596 60%);
	font-size: 1.2em;
	font-weight: bold;
}
.marker_pk {
	background: linear-gradient(transparent 60%, #ffeef2 60%);
	font-weight: bold;
	color: #f45b8b;
}
.bold_pk_marker_ye {
    padding: 2px;
    color: #ee5799;
    font-weight: bold;
    font-size: 1.3em;
	background: linear-gradient(transparent 60%, #fff596 60%);
}
.cwrap {
	max-width: 1200px;
	margin:0 auto;
}
.contents_box {
	background:#fff;
	/*display:flex;
	flex-wrap: wrap;
	max-width:100%;*/
	/*border: 3px solid #fff0f8;*/
	margin:0 auto 60px;
	border-radius:12px;
	padding:60px;
	/*justify-content:space-between;*/
	box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
	display: block;
	position: relative;
}
.contents_box img {
	width: 100%;
}
.contents_box video {
	width:100%;
}
.back img {
    width: 100%;
}
/*画面みぎした固定ボタン、*/
.go_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
}
.go_top .btn, .go_top a.btn, .go_top button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	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;
	letter-spacing: 0.1em;
	color: #30A864;
	border-radius: 0.5rem;
}
.go_top a.btn--circle {
	width: 60px;
	height: 60px;
	padding: 0;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.go_top a.btn--circle i {
	font-size: 150%;
	line-height: 60px;
	-webkit-transition: all .3s;
	transition: all .3s;
	letter-spacing: 0;
}
.go_top a.btn--circle:hover i {
	line-height: 55px;
}
.c-btn {
	cursor: pointer;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-btn {
  background: #e56382;
  border: 2px solid #ba4365;
  border-radius: 500px;
  color: #fff !important;
  display: block;
  font-weight: bold;
	font-size: 1.6em;
  max-width: 700px;
  padding: 15px 40px;
  text-align: center;
	margin: 0 auto 100px;
	
}
.c-btn.press {
  box-shadow: 0 4px 0 #ba4365;
}
.c-btn.press:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.c-btn span {
	display: block;
	line-height:1.6;
	color: #8e3557;
	font-size: 0.5em;
}






/*全体
----------------------------------------------------*/
.cwrap {
	font-family: "FOT-筑紫A丸ゴシック Std R", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #333;
	line-height: 1.6;
	letter-spacing: 0.08em;
	background: #fff;
	padding:0 15px 0 15px;
}
.cwrap a {
	text-decoration: none;
	color: #44ab9f;
}
.cwrap a:hover {
	opacity: 0.8;
}
.cwrap p {
	margin-bottom: 20px;
	line-height: 1.7;
}
.cwrap img {
	max-width: 100%;
	height: auto;
}
.cwrap hr {
	display: block;
	border-bottom: 8px dotted #eee;
	width: 80%;
	margin: 0 auto 20px;
	padding: 0 20px;
}
.cwrap ul li, .cwrap ol li {
	list-style: none;
}
.cwrap a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.cwrap .content_box {
	max-width: 1200px;
	margin: 0 auto 80px;
	padding: 0 24px;
}
.cwrap .center{
	text-align: center;
	margin: 0 auto;
}
.cwrap h2 {
	background: #eaf5f9;
	border-left: solid 10px #6cb9b3;
	padding: 1rem 1.5rem 0.75rem;
}
.cwrap h3 {
	display: inline-block;
	background: #6cb9b3;
	border-radius: 4px;
	padding: 12px 12px 3px;
	color: #fff;
	font-weight: bold;
	
}
.cwrap h4 {
	font-weight: bold;
}

/*メインビジュアル
----------------------------------------------------*/
.mv_txt {
	background: #6cb9b3;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto -30px !important;

}
.mv_attention img {

}
/*リード文
----------------------------------------------------*/
.lead_box {
	background: #fff;
	padding: 30px 20px 50px
}
.lead_box .gamen img {
	max-width: 700px !important;
}

/*保護者の方へ
----------------------------------------------------*/
.feature_box .catchcopy {
	position: relative;
}
.feature_box .catchcopy .baloon {
	position: absolute;
	top: -148px;
	right: 50px;
	width: 200px;
}














/*コンテスト結果のボックス
----------------------------------------------------*/

.bg_ye{
	background: #FFFBDC;
}
.contests_box {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 60px 20px 80px;
	margin: 0 auto;
	text-align: center;
}
.contests_title {
	position: relative;
	padding: 0 65px;
	margin-bottom: 60px;
	text-align: center;
	color: #7A95D7;
	font-size: 32px;
}
.contests_title .flg_l {
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	width: 24%;
	height: auto;
	z-index: 100;
}
.contests_title .flg_r {
	position: absolute;
	top: calc(50% - 20px);
	right: 0;
	width: 24%;
	height: auto;
	z-index: 100;
}
.sub-title01 {
	font-size: 26px;
	color: #7A95D7;
	margin-bottom: 0 !important;
}
.ribbon1 {
	display: inline-block;
	position: relative;
	height: 70px;
	line-height: 85px;
	text-align: center;
	padding: 0 40px;
	font-size: 30px;
	background: #7A95D7;
	color: #FFF;
	box-sizing: border-box;
}
.ribbon1:before, .ribbon1:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 100;
}
.ribbon1:before {
	top: 0;
	left: -1px;
	border-width: 35px 0px 35px 15px;
	border-color: transparent transparent transparent #FFFBDC;
	border-style: solid;
}
.ribbon1:after {
	top: 0;
	right: -1px;
	border-width: 35px 15px 35px 0px;
	border-color: transparent #FFFBDC transparent transparent;
	border-style: solid;
}

/*日本語タイピング部門の表
----------------------------------------------------*/
 

.tbl-r02 {
	margin: 0 auto 40px;
	background: #fff;
}
.tbl-r02 th, .tbl-r02 td {
	width: 20%;
	border: solid 1px #d7d7d7;
}
.tbl-r02 th {
  color: #6a9f9f;
  padding: 10px;
}
.tbl-r02 td {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.tbl-r02 .medal00 th {
	width: 5%;
	background: #fbfbfb;
}
.tbl-r02 .tbl_head {
	background: #eaf5f9;
}
@media screen and (max-width: 640px) {
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.tbl-r02, .tbl-r02 tbody {
		display: block;
		width: 100%;
	}
	.tbl-r02 tr, .tbl-r02 th, .tbl-r02 td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	.tbl-r02 .tbl-r02_td {
		display: block;
		width: 100%;
	}
	.tbl-r02 .tbl_head {
		font-size: 14px;
		/*display: none !important;*/
	}
	.tbl-r02 .medal01 img, .tbl-r02 .medal02 img, .tbl-r02 .medal03 img {
		width: 40%;
	}
	.tbl-r02 .medal01 td, .tbl-r02 .medal02 td,.tbl-r02 .medal03 td {
	font-size: 16px;
	}
	/*表*/
	.tbl-r02 th, .tbl-r02 td {
		padding: 5px 10px;
		font-size: 13px;
	}
	.tbl-r02 .medal00 th {
		width: 100%;
	}
}


/*アルファベット部門の表
----------------------------------------------------*/
.bg_gr{
	background: #e8fbfa;
}
.sub-title02 {
	font-size: 24px;
	font-weight: bold;
	color: #5abcc8;
	
}
.ribbon2 {
	display: inline-block;
	position: relative;
	height: 70px;
	line-height: 85px;
	text-align: center;
	padding: 0 40px;
	font-size: 30px;
	background: #5abcc8;
	color: #FFF;
	box-sizing: border-box;
}
.ribbon2:before, .ribbon2:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 100;
}
.ribbon2:before {
	top: 0;
	left: -1px;
	border-width: 35px 0px 35px 15px;
	border-color: transparent transparent transparent #e8fbfa;
	border-style: solid;
}
.ribbon2:after {
	top: 0;
	right: -1px;
	border-width: 35px 15px 35px 0px;
	border-color: transparent #e8fbfa transparent transparent;
	border-style: solid;
}	
.qr img {
	width: 60%;
	text-align: center;
}



/*タブレット
----------------------------------------------------*/
@media screen and (max-width: 768px) {
	.bg_w20 {
		padding: 0 26px;
	}
	.contents_box {
		padding:18px;
	}

	.lead_box {
		padding: 0 0 28px;
	}
	.lead_box div {
		font-size: 0.9em;
	}

	.lead_box ul {
		padding: 0;
	}
	.contests_box {
		padding: 20px 20px 60px;
	}
	.contests_title {
		margin-bottom: 40px;
		font-size: 22px;
	}
	.sub-title01 {
		font-size: 20px;
	}
	.ribbon1 {
		line-height: inherit;
		padding: 0 40px;
		font-size: 21px;
	}
	.contests_title .flg_r {
    right: -51px;
    width: 28%;
	}
	.contests_title .flg_l {
    left: -51px;
    width: 28%;
	}
	.ribbon2 {
		line-height: inherit;
    padding: 0 40px;
    font-size: 20px;
	}
	.tb01 .medal01, .tb01 .medal02, .tb01 .medal03 {
		text-align: center;
		border: 0px solid #fff;
	}
	.tbl-r01 td, .tbl-r02 td {
		text-align: left;
	}
	.tbl-r01 td:before {
		width: 100%;
		color: #333;
		content: attr(data-label);
		/*padding: 0px 10px;
		background-color: #f5f5f5;*/
		margin: 4px 10px 0 0;
		float: left;
		/*display: flex;*/
		font-size: 12px;
  }
	.tbl-r02 td:before {
		width: 100%;
		color: #333;
		content: attr(data-label);
		/*padding: 0px 10px;
		background-color: #f5f5f5;*/
		margin: 4px 10px 0 0;
		float: left;
		/*display: flex;*/
		font-size: 12px;
  }
	.tbl-r02 tr:last-child {
		border-bottom: solid 1px #ccc;
	}
}

@media screen and (orientation: portrait){
	body { width: 100%;}
	/*
	.pc-only { display: none !important; }
	.sp-only { display: block !important; }
	*/
	.info { width:100%}
	.box {width:100%;}  
	div.half-child {width:100%;} 
}

/*スマホ
----------------------------------------------------*/
@media screen and (max-width: 480px) {
	.pc-only { display: none !important; }
	.sp-only { display: block !important; }
	.btm10 {margin-bottom:5px;}
	.btm20 {margin-bottom:10px;}
	.btm30 {margin-bottom:15px;}
	.btm40 {margin-bottom:20px;}
	.btm60 {margin-bottom:30px;}
	.btm80 {margin-bottom:40px;}
	.cwrap a.anchor {
		display: block;
		padding-top: 10px;
		margin-top: -50px;
	}
	/*---- フレックスボックス ----*/
	.col-between, .col-around, .col-start, .col-center, .col-end, .float-like {
		display: block;
	}
	.flex_txt{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.flex_img{
		width: 80%;
		margin: 0 auto 20px;
		padding: 0;
	}
	/*---- テキストの装飾 ----*/
	.kome {
		font-size: 0.8em;
		text-align: left;
		line-height: 1.6;
	}
	.under {
		font-size: 1.1em;
	}
	.strong_pink {
		font-size: 1.1em;
	}
	.bg_w20 {
		padding: 0 26px;
	}
	.contents_box {
		background:#fff;
		margin:0 auto 60px;
		padding:18px;
	}
	
	.cwrap {
		font-size: 14px;
		font-weight: 500;
	}
	.cwrap p {
		text-align: left;
		font-size: 13px;
		line-height: 1.7em;
		margin-bottom: 20px;
	}
	.cwrap h2 {
		font-size: 1.1em;
		text-align: left;
		padding: 0.5rem 0.3rem;
	}
	.cwrap h3 {
		margin-bottom: 20px;
	}
	.lead_box {
		padding: 0 0 28px;
		text-align: center;
	}

	.lead_box .taisyo_txt p {
		text-align: center !important;
		margin: 0 0 60px 0;
	}
	
	.contests_box {
		padding: 10px 0 0;
		margin: 0 auto;
		text-align: center;
	}
	.contests_title .flg_l {
		position: absolute;
		top: calc(50% - 20px);
		left: -49px;
		width: 28%;
	}
	.contests_title .flg_r {
		right: -49px;
		width: 28%;
	}
	.contests_title {
		padding: 0 6px;
		margin-bottom: 28px;
	}
	.ribbon1 {
		font-size: 19px;
	}
	.sub-title01, .sub-title02 {
		font-size: 16px !important;
		font-weight: bold;
	}
	.ribbon2 {
		font-size: 19px;
	}
	.bg_bl {
		padding: 20px;
	}
	.border_bl {
		padding: 20px;
	}
	.c-btn {
		font-size: 1.1em;
		max-width: 700px;
		padding: 12px 8px;
		margin: 0 auto 60px;
		border-radius: 8px;
	}
	.c-btn span {
		display: block;
		line-height:1.6;
		font-size: 0.5em;
	}
	.feature_box {
		padding: 0 0 28px;
		text-align: center;
	}
	
	.feature_box .catchcopy .baloon {
		top: -102px;
		right: 5px;
		width: 98px;
	}
	
}