@charset "UTF-8";

/*
 Share Style <
-------------------------------------------------
*/

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

html, body{
	margin:0;
	padding:0;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
    font-family: "Rounded Mplus 1c";
     font-size: 170%;
	 font-weight:700;
}
#page li{
	list-style-type:none;
}

/* #page p,#page dt,#page dl{
	font-size:0.9em;
	line-height:1.6em;
	text-align:left;
}

#page li{
	list-style-type:none;
	line-height:1.5em;
	margin:0;
}

#page ul{margin:0;} */
#page img{
	border:0;
	max-width: 100%;
	height: auto;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe,
.embed-container object,
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*---------------------------------

	#page

---------------------------------*/
#page{
	margin:0;
	padding:0;
}

/*---------------------------------

	#announcersMainContentsArea

---------------------------------*/
#announcersMainContentsArea{
	background-color: #4bb9d8;
	padding: 50px 0;
}
#announcersMainContentsArea h1{
	text-align: center;
	padding: 10px 20px 60px;
}
#announcersMainContentsArea h1 img{
	width: auto;
	max-width: 100%;
	height: auto;
}
#announcersMainContentsArea ul{
	max-width: 1300px;
	width: 98%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#announcersMainContentsArea ul li{
	
	list-style-type:none;
	line-height:1.5em;
	margin:0;
	opacity: 0;
	width: 18.3%;
	margin-right: 2%;
	margin-bottom:20px;
	position: relative;
}
#announcersMainContentsArea ul li.beginner::before{
	content: "";
	display: block;
	background: url(../images/icon/beginner.png) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 25px;
	left: 25px;
	width: 50px;
	height: 40px;
	z-index: 100;
}
#announcersMainContentsArea ul li:nth-child(5n){
	margin-right: 0;
}
#announcersMainContentsArea ul li a{
	text-decoration: none;
	display: block;
	transition: 0.5s;
	transform: translateY(0);
	color: #000;
}
#announcersMainContentsArea ul li a:hover{
	transform: translateY(-8px);
	color: #fff;
}
#announcersMainContentsArea ul li img{
	border-radius: 20px;
	transition: 0.5s;
}
#announcersMainContentsArea ul li a:hover img{
	box-shadow: 0 0 10px #167b97;
}
#announcersMainContentsArea ul li p{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
#announcersMainContentsArea ul li p span{
	font-size: 1rem;
	display: block;
	line-height: 0.6;
}
#announcersMainContentsArea ul li p rt{
	font-size: 0.9rem;
	line-height: 0.6;
	margin-bottom: -8px;
}
.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
	from {
	opacity: 0;
	transform: translateY(100px);
	}

	to {
	opacity: 1;
	transform: translateY(0);
	}
}

@media screen and (max-width: 1200px) {
	#announcersMainContentsArea ul{
		width: 90%;
	}
	#announcersMainContentsArea ul li p{
		font-size:2.5vw;
	}
	#announcersMainContentsArea ul li p span{
		font-size:1vw;
	}
	#announcersMainContentsArea ul li p rt{
		font-size: 0.6rem;
		margin-bottom: -3px;
	}
}
@media screen and (max-width: 700px) {
	#announcersMainContentsArea{
		padding: 30px 0;
	}
	#announcersMainContentsArea h1{
		padding: 30px 20px 50px;
	}
	#announcersMainContentsArea ul{
		width: 95%;
	}
	#announcersMainContentsArea ul li:nth-child(5n){
		margin-right: 3%;
	}
	#announcersMainContentsArea ul li{
		width: 31.3%;
		margin-right: 3%;
		margin-bottom:15px;
	}
	#announcersMainContentsArea ul li p{
		font-size:3.7vw;
		padding: 3px 5px;
	}
	#announcersMainContentsArea ul li p span{
		font-size:1.8vw;
	}
	#announcersMainContentsArea ul li p rt{
		font-size: 0.45rem;
		line-height: 0.6;
		margin-bottom: -3px;
	}
	#announcersMainContentsArea ul li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 450px) {
	#announcersMainContentsArea{
		padding: 20px 0;
	}
	#announcersMainContentsArea h1{
		padding: 20px 20px 30px;
	}
	#announcersMainContentsArea ul li p{
		font-size:4vw;
	}
	#announcersMainContentsArea ul li p span{
		font-size:2vw;
	}
}

/*---------------------------------

	#instagramArea

---------------------------------*/
#instagramArea{
	background: linear-gradient(to right, #ed6e9f 0%, #ec8b6b 100%);
	padding: 50px 0;
}
#instagramArea h2{
	color: #fff;
	text-align: center;
	font-size: 3rem;
	padding: 0 10px 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
#instagramArea ul{
	max-width: 1200px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}
#instagramArea ul li{
	list-style: none;
	margin-bottom: 1vw;
	width: 270px;
	height: 270px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	transition: 0.5s;
}
#instagramArea ul li:hover{
	opacity: 0.8;
	transform: translateY(-8px);
}
#instagramArea ul li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
#instagramArea .btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	text-decoration: none;
	width: 280px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}
#instagramArea .btn a::after {
	content: '→';
	position: absolute;
	top: 45%;
	right: 1em;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	color: #fff;
	transition: 0.5s;
}
#instagramArea .btn a:hover {
	background: #fff;
	color: #ed788e;
}
#instagramArea .btn a:hover::after {
	color: #ed788e;
}
@media screen and (max-width: 1200px) {
	#instagramArea{
		padding: 20px 0 50px;
	}
	#instagramArea h2{
		padding: 0 10px 30px;
	}
	#instagramArea ul{
		width: 95%;
		max-width: 900px;
		margin: 0 auto 20px;
		display: flex;
		justify-content: space-between;
	}
	#instagramArea ul li{
		list-style: none;
		margin-bottom: 1vw;
		width: 80px;
		height: 80px;
		position: relative;
		overflow: hidden;
		border-radius: 20px;
		padding: 6%;
		margin: 5px;
	}
	#instagramArea .btn{
		margin-top: 40px;
	}
}
@media screen and (max-width: 700px) {
	#instagramArea ul{
		width: 95%;
		max-width: 400px;
		margin: 0 auto 20px;
		flex-wrap: wrap;
	}
	#instagramArea ul li{
		width: 50px;
		height: 50px;
		padding: 16%;
		margin: 2%;
		margin-bottom: 15px;
	}
	#instagramArea .btn a {
		width: 200px;
		font-size: 0.75rem;
		padding: 1rem 2.5rem;
		position: relative;
		transition: 0.5s;
	}
	#instagramArea .btn a::after {
		top: 50%;
		right: 1em;
	}
}
@media screen and (max-width: 400px) {
	#instagramArea ul{
		width: 95%;
		max-width: 300px;
		margin: 0 auto 20px;
		flex-wrap: wrap;
	}
	#instagramArea ul li{
		width: 30px;
		height: 30px;
		padding: 17%;
		margin: 2%;
		margin-bottom: 15px;
	}
	#instagramArea .btn{
		margin-top: 30px;
	}
}

/*---------------------------------

	#youtubeArea

---------------------------------*/
#youtubeArea{
	background-color: #f0f0f0;
	padding: 70px 0;
}
#youtubeArea h2{
	text-align: center;
	padding: 0 0 30px;
	font-size: 3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
#youtubeArea #youtubeWrap{
	max-width: 800px;
	width: 95%;
	margin: 0 auto;
}
#youtubeArea h3{
	text-align: center;
	padding: 50px 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
#youtubeArea ul{
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#youtubeArea ul li{
	width: 32%;
	margin: 0 0 15px;
}
#youtubeArea ul li a{
	display: block;
	transition: 0.3s;
	transform: translateY(0);
}
#youtubeArea ul li a:hover{
	transform: translateY(-5px);
	opacity: 0.8;
}
#youtubeArea ul li img{
	max-width: 100%;
	width: auto;
	height: auto;
}
#youtubeArea .btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	text-decoration: none;
	width: 280px;
	margin: auto;
	padding: 1rem 5rem;
	font-weight: bold;
	color: #000;
	border: 2px solid #000;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}
#youtubeArea .btn a::before{
	content: '';
	background: url(../images/icon/youtube.png) no-repeat top left;
	position: absolute;
	top: 13px;
	left: 25px;
	width: 43px;
	height: 30px;
}
#youtubeArea .btn a::after {
	content: '→';
	position: absolute;
	top: 45%;
	right: 1em;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	color: #000;
	transition: 0.5s;
}
#youtubeArea .btn a:hover {
	background: #000;
	color: #fff;
}
#youtubeArea .btn a:hover::after {
	color: #fff;
}
@media screen and (max-width: 700px) {
	#youtubeArea{
		background-color: #f0f0f0;
		padding: 40px 0;
	}
	#youtubeArea .btn a {
		width: 200px;
		font-size: 0.75rem;
		padding: 1rem 2.5rem 1rem 3.5rem;
		position: relative;
		transition: 0.5s;
	}
	#youtubeArea .btn a::before{
		position: absolute;
		background-size: contain;
		top: 15px;
		left: 25px;
		width: 25px;
		height: 22px;
	}
	#youtubeArea .btn a::after {
		top: 50%;
	}
}

/*---------------------------------

	#subContentsArea

---------------------------------*/
#subContentsArea{
	padding: 70px 0;
	background-color: #fff;
}
#subContentsArea #subContentsWrap{
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#subContentsArea #subContentsWrap .contents{
	width: 48%;
	border: 5px solid #000;
	border-radius: 20px;
}
#subContentsArea #subContentsWrap .contents h2{
	padding: 30px 30px 10px;
	padding-left: 110px;
	position: relative;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
#subContentsArea #subContentsWrap .contents h2 a{
	color: #043358;
	transition: 0.3s;
}
#subContentsArea #subContentsWrap .contents h2 a:hover{
	color: #f23667;
}
#subContentsArea #subContentsWrap .contents h2::before{
	content: '';
	position: absolute;
	top: 20px;
	left: 30px;
	width: 60px;
	height: 60px;
	color: #fff;
	transition: 0.5s;
}
#subContentsArea #subContentsWrap .anapaper h2::before{
	background: url(../images/icon/icon01.png) no-repeat top left;
	width: 70px;
}
#subContentsArea #subContentsWrap .yomikikase h2::before{
	background: url(../images/icon/icon02.png) no-repeat top left;
	width: 67px;
}
#subContentsArea #subContentsWrap .contents p{
	padding:10px 30px 0;
}
#subContentsArea #subContentsWrap .contents p.news{
	font-weight: bold;
	color: #ff0000;
	font-size: 1rem;
}
#subContentsArea #subContentsWrap .contents .btn{
	text-align: center;
	padding: 20px 10px;
}
#subContentsArea #subContentsWrap .contents .btn a:hover{
	opacity: 0.8;
}

#subContentsArea ul.bannerArea{
	max-width: 1200px;
	width: 95%;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
}
#subContentsArea ul.bannerArea li{
	padding: 10px 0 0;
	margin-right: 2.5%;
	width: 23%;
	height: auto;
}
#subContentsArea ul.bannerArea li a{
	display: block;
	transition: 0.5s;
	transform: translateY(0);
}
#subContentsArea ul.bannerArea li a:hover{
	transform: translateY(-5px);
	opacity: 0.8;
}
#subContentsArea ul.bannerArea li:nth-child(4n){
	margin-right: 0;
}

@media screen and (max-width: 700px) {
	#subContentsArea{
		padding: 30px 0;
		background-color: #fff;
	}
	#subContentsArea #subContentsWrap{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-between;
	}
	#subContentsArea #subContentsWrap .contents{
		width: auto;
		border: 5px solid #000;
		border-radius: 20px;
		margin-bottom: 20px;
		padding: 0 0 20px;
	}
	#subContentsArea #subContentsWrap .contents h2{
		font-size: 1.4rem;
	}
	#subContentsArea #subContentsWrap .contents .btn{
		padding: 20px 20px 0;
	}

	#subContentsArea ul.bannerArea{
		max-width: 500px;
		width: 95%;
		margin: 10px auto;
	}
	#subContentsArea ul.bannerArea li{
		padding: 10px 0 0;
		margin-right: 5%;
		width: 47%;
		height: auto;
	}
	#subContentsArea ul.bannerArea li:nth-child(4n){
		margin-right: auto;
	}
	#subContentsArea ul.bannerArea li:nth-child(2n){
		margin-right: 0;
	}
}

/*---------------------------------

	＊アナウンサーズプロフィール
	#profileHeadArea

---------------------------------*/
#profileHeadArea{
	background-color: #4bb9d8;
	background: linear-gradient(#4bb9d8 60%, #fff 40%);
	padding: 50px 0 50px;
}
#profileHeadArea h1{
	text-align: center;
	padding: 0 0 30px;
	max-width: 100%;
}
#profileHeadArea #nameArea{
	display: flex;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0 0;
}
#profileHeadArea #nameArea .photo{
	width: 45%;
	padding: 20px;
	position: relative;
}
#profileHeadArea #nameArea .photo .snsarea{
	position: relative;
}

#profileHeadArea #nameArea .photo #snslink{
	position: absolute;
	bottom: -50px;
}
#profileHeadArea #nameArea .photo #snslink ul{
	display: flex;
}
#profileHeadArea #nameArea .photo #snslink ul li{
	width: 45px;
	height: 45px;
	padding:0 10px 0 0;
	list-style-type:none;
}
#profileHeadArea #nameArea .photo #snslink ul li img{
	border-radius: 0;
}

#profileHeadArea #nameArea .photo img{
	border-radius: 20px;
	max-width: 100%;
	height: auto;
}
#profileHeadArea #nameArea .name{
	width: 55%;
}
#profileHeadArea #nameArea h2{
	font-size: 5rem;
	padding: 100px 50px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
#profileHeadArea #nameArea h2 rt{
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0 0 -10px;
}
#profileHeadArea #nameArea .tantou{
	padding: 130px 50px 0;
}
#profileHeadArea #nameArea .tantou h3{
	background-color: #dc3b64;
	color: #fff;
	padding: 4px 20px;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	border-radius: 100px;
	display: inline-block;
}
#profileHeadArea #nameArea .tantou ul{
	padding: 10px 0;
	margin: 0 10px;
}
#profileHeadArea #nameArea .tantou ul li{
	list-style-type:none;
	line-height:1.5em;
	margin:0;
	border-bottom: 3px solid #000;
	padding: 10px 5px 0;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
#profileHeadArea #nameArea .tantou ul li a{
	text-decoration: none;
	color: #000;
}
#profileHeadArea #nameArea .tantou ul li a:hover{
	color: #dc3b64;
}

@media screen and (max-width: 1100px) {
	#profileHeadArea{
		padding: 50px 0 50px;
	}
	#profileHeadArea h1{
		padding:0 20px;
	}
	#profileHeadArea #nameArea{
		max-width: 1100px;
		margin: 0 auto;
		padding: 30px 0 0;
	}
	#profileHeadArea #nameArea .photo{
		width: 45%;
		padding: 20px;
	}
	#profileHeadArea #nameArea .photo img{
		border-radius: 20px;
		max-width: 100%;
		height: auto;
	}
	#profileHeadArea #nameArea .name{
		width: 55%;
	}
	#profileHeadArea #nameArea h2{
		font-size: 8vw;
		padding: 25% 20px 0;
	}
	#profileHeadArea #nameArea h2 span{
		font-size: 2.5vw;
	}
	#profileHeadArea #nameArea h2 rt{
		font-size: 2.5vw;
	}
	#profileHeadArea #nameArea .tantou{
		padding: 17% 20px 0;
	}
	#profileHeadArea #nameArea .tantou h3{
		padding: 5px 20px;
		font-size: 1.2rem;
	}
	#profileHeadArea #nameArea .tantou ul{
		padding: 0;
	}
	#profileHeadArea #nameArea .tantou ul li{
		text-decoration: none;
		font-size: 1.2rem;
		color: #000;
	}
}
@media screen and (max-width: 700px) {
	#profileHeadArea{
		background: linear-gradient(#4bb9d8 52%, #fff 48%);
	}
	#profileHeadArea{
		padding: 30px 0 30px;
	}
	#profileHeadArea #nameArea{
		padding: 10px 0 0;
	}
	#profileHeadArea #nameArea .photo{
		padding: 20px 10px 20px 20px;
	}
	#profileHeadArea #nameArea h2{
		font-size: 8vw;
		padding: 17% 10px 0;
	}
	#profileHeadArea #nameArea .tantou{
		padding: 15% 10px 0;
		min-height: 170px;
	}
	#profileHeadArea #nameArea .tantou h3{
		padding: 3px 20px;
		font-size: 0.9rem;
	}
	#profileHeadArea #nameArea .tantou ul li{
		font-size: 1rem;
	}

	#profileHeadArea #nameArea .photo #snslink{
		bottom: -35px;
	}
	#profileHeadArea #nameArea .photo #snslink ul li{
		width: 35px;
		height: 35px;
	}
}
@media screen and (max-width: 450px) {
	#profileHeadArea{
		background: linear-gradient(#4bb9d8 50%, #fff 50%);
	}
	#profileHeadArea #nameArea .photo{
		padding: 10px 10px 20px 10px;
	}
	#profileHeadArea #nameArea h2{
		padding: 18% 10px 0 0;
	}
	#profileHeadArea #nameArea h2 span{
		font-size: 3vw;
	}
	#profileHeadArea #nameArea h2 rt{
		font-size: 3vw;
		margin: 0 0 -6px;
	}
	#profileHeadArea #nameArea .tantou h3{
		padding: 3px 20px 4px;
		font-size: 0.6rem;
	}
	#profileHeadArea #nameArea .tantou{
		padding: 15% 10px 0 0;
		min-height: 130px;
	}
	#profileHeadArea #nameArea .tantou ul{
		margin: 0 5px;
	}
	#profileHeadArea #nameArea .tantou ul li{
		padding: 3px 5px 0;
		font-size: 0.7rem;
	}

	#profileHeadArea #nameArea .photo #snslink{
		bottom: -30px;
	}
	#profileHeadArea #nameArea .photo #snslink ul li{
		width: 30px;
		height: 30px;
	}
}


/*---------------------------------

	#profileHeadArea

---------------------------------*/
#profileContentsArea{
	background-color: #e9e9e9;
	position: relative;
	padding-bottom: 50px;
}
#profileContentsArea h3{
	position: absolute;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 1.1rem;
	background-color: #e9e9e9;
	color: #818181;
	top:-30px;
	right: 30px;
	padding:5px 20px 20px;
	border-radius: 10px;
}
#profileContentsWrap{
	padding: 50px 20px;
	max-width: 1050px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#profileContentsWrap .profBox{
	width: 48%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px #bebebe;
}
#profileContentsWrap .profBox dl{
	padding: 30px;
}
#profileContentsWrap .profBox dl dt{
	color: #fff;
	padding:5px 10px;
	font-weight: bold;
}
#profileContentsWrap .profBox dl dd{
	padding:10px 10px;
}
#profileContentsWrap #profile dl dt{
	background-color: #4fc9eb;
	font-size: 1.1rem;
}
#profileContentsWrap #profile dl dd{
	font-size: 1rem;
}
#profileContentsWrap #faq dl dt{
	background-color: #f476b4;
	font-size: 0.9rem;
}
#profileContentsWrap #faq dl dt::before{
	content: "Q: ";
}
#profileContentsWrap #faq dl dd{
	line-height:1.6em;
	font-size: 0.85rem;
	padding-left: 1em;
	text-indent: -1em;
	margin:0 10px;
}
#profileContentsWrap #faq dl dd::before{
	content: "A: ";
	font-weight: bold;
	color: #f476b4;
}
@media screen and (max-width: 1100px) {
	#profileContentsWrap .profBox dl{
		padding:20px 15px;
	}
	#profileContentsWrap #profile dl dt{
		font-size: 0.9rem;
	}
	#profileContentsWrap #profile dl dd{
		font-size: 0.9rem;
	}
	#profileContentsWrap #faq dl dt{
		font-size: 0.8rem;
	}
	#profileContentsWrap #faq dl dd{
		font-size: 0.7rem;
	}
}
@media screen and (max-width: 700px) {
	#profileContentsWrap{
		padding: 50px 20px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#profileContentsArea h3{
		position: absolute;
		font-size: 0.9rem;
		top:-30px;
		right: 10px;
		padding:5px 20px 20px;
		border-radius: 10px;
	}
	#profileContentsWrap .profBox{
		width: 100%;
		background-color: #fff;
		border-radius: 20px;
		box-shadow: 0 0 10px #bebebe;
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 450px) {
	#profileContentsWrap{
		padding: 30px 20px 20px;
	}
}


/*---------------------------------

	#timeschedule

---------------------------------*/
#timeschedule{
	background-color: #33811b;
	padding: 70px 0 100px;
}
#timeschedule h3{
	text-align: center;
	padding-bottom: 30px;
}
#timeschedule table {
	max-width: 650px;
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#timeschedule table th {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	padding: 20px;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: left;
	color: #fff;
	border: solid 3px #fff;
	width: 150px;
}
#timeschedule table td {
	padding: 20px;
	background-color: #fff;
	border-bottom: 3px solid #33811b;
	color: #33811b;
}

#timeschedule table tr:last-child > td {
	border-bottom: 3px solid #fff;
}

#timeschedule table tr:first-child > td {
	border-top: 3px solid #fff;
}
@media screen and (max-width: 1100px) {
	#timeschedule h3{
		padding: 0 20px 30px;
	}
}
@media screen and (max-width: 700px) {
	#timeschedule table {
		width: 90%;
	}
	#timeschedule table td {
		font-size: 0.85rem;
	}
	#timeschedule table th {
		width: 100px;
		font-size: 1rem;
	}
}
@media screen and (max-width: 450px) {
	#timeschedule{
		padding: 40px 0 50px;
	}
	#timeschedule table th {
		padding: 10px;
		width: 80px;
		font-size: 1rem;
	}
	#timeschedule table th {
		padding: 10px;
	}
	#timeschedule table td {
		padding: 10px;
		font-size: 0.75rem;
	}
}

/*---------------------------------

	#backLink

---------------------------------*/
#backLink{
	background-color: #4bb9d8;
	padding: 100px 0;
}
#backLink .btn a {
	font-size: 1.5rem;
	display: block;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	text-decoration: none;
	max-width: 350px;
	margin: auto;
	padding: 20px 15px;
	font-weight: bold;
	color: #fff;
	border: 5px solid #fff;
	position: relative;
	transition: 0.5s;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}
#backLink .btn a:hover {
	background: #fff;
	color: #4bb9d8;
}
#backLink .btn a:hover::after {
	color: #4bb9d8;
}
@media screen and (max-width: 700px) {
	#backLink{
		padding: 50px 0;
	}
	#backLink .btn a {
		font-size: 1.1rem;
		max-width: 250px;
		border: 3px solid #fff;
		padding: 10px 10px 13px;
	}
}