@charset "utf-8";
/* ------------------------------------
	* normalize
* ------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
img {
	border: 0;
	max-width: 100%;
}

.pc{
	display: none;
}

.footCopy{
	color: #fff;
	background: #333;
	font-size: 10px;
	padding: 10px;
	text-align: center;
}
/* add base */

body {
	overflow-x: hidden;
	background: #fff;
	margin: 0;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
}
ul, ol {
	list-style: none;
}
ul, ol, dl, p ,h1{
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
}
a:link, a:visited {
	color:#333;
	text-decoration: none;
}
a:hover, a:active {
	color:#333;
	text-decoration: none;
}

/* general
----------------------------------- */
/* clearfix */
.cfx { *zoom: 1; }
.cfx:before, .cfx:after {
	content: "";
	display: table;
}
.cfx:after { clear: both; }
/* 共通 */
.txt_center{ text-align: center; }
.wsnw { white-space:nowrap; }
.pdb_10{ padding-bottom: 10px; }
.mgt_10{ margin-top:10px; }
.mgt_20{ margin-top:20px; }
.mgb_10{ margin-bottom:10px; }
.mgb_20{ margin-bottom:20px; }
.mgb_25{ margin-bottom: 25px; }
.txt_size_22{ font-size: 22px !important; }
.txt_size_30{ font-size: 30px; }
.red{ color: red; }
a.a_deco{
	text-decoration: underline;
	color: #1c11db;
	font-size: 17px;
}

/* ------------------------------------
	* メインコンテンツ
* ------------------------------------ */
#wrapper{
	background: #eee;
	background-size: contain;
	max-width: 700px;
	margin: 0 auto;
}
.contents{
	padding: 5%;
}
.textArea{
	color: #23343d;
	background: #ffffff;
	border-radius: 10px;
	padding: 8% 5%;
	font-size: 	3.75vw;
	margin: 0 0 30px;
	font-weight: bold;
	letter-spacing: 2px;
}
.textArea_big{
	font-size: 5vw;
}
.textArea_sub{
	font-size: 	3.125vw;
	margin-top: 10px;
}
.textArea_day{
	font-size: 	3.75vw;
	margin: 10px 0;
}
/* ------------------------------------
	* btn
* ------------------------------------ */
.mod-btn-main {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 80%;
	margin: 20px auto;
}
.mod-btn-main a {
	color: #ffffff;
	display: block;
	padding: 12px;
	background-color: #333;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.mod-btn-regist a {
	background-color: #cc0033;
}
.mod-btn-main .btn-inner {
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	display: block;
	position: relative;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
}
.mod-btn-main .btn-inner::after {
	margin-top: -4px !important;
	right: 10px !important;
}

/*-----------------------クエリ---------------------*/
@media screen and (min-width: 769px) {
	.totop {
		width: 70%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 641px) {
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
	.textArea {
    border-radius: 20px;
    padding: 30px;
    font-size: 18px;
	}
	.textArea_big{
		font-size: 	24px;
	}
	.textArea_sub{
		font-size: 	16px;
	}
	.textArea_day{
		font-size: 	16px;
	}
}