@charset "utf-8";

.animation{
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

.keyframe{
    animation-name: anim_sc;
    transform: scale(0.85,0.85);
}

@keyframes anim_sc {
    100% {
        transform: scale(1,1);    
    }
}

.slick-slide{
	outline:none;
}

.mv{
	text-align:center;
	position:relative;
	height:770px;
	background:url(../img/mv_bg.jpg) no-repeat center center;
	background-size:cover;
}

.mv h1{
	padding:65px 10px 0 0;
	position:relative;
	z-index:2;
}

.mv .txt{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:0;
}

.area01{
	background:url(../img/area01_bg.jpg) no-repeat top center #020202;
	text-align:center;
	padding:240px 20px 30px 20px;
	position:relative;
}

.area01 .txtbox{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:-170px;
}

.area01 .txt{
	font-size:27px;
	line-height:1.8em;
	color:#fff;
	padding:0 0 80px 0;
}

.area01 .btn01{
	position:absolute;
	bottom:50px;
	left:0;
	box-sizing:border-box;
	text-align:right;
	width:calc(50% - 80px);
	padding:0 80px 0 0;
	background:url(../img/area01_btn01_bg.png) no-repeat right center;
}

.area01 .btn02{
	position:absolute;
	bottom:50px;
	text-align:left;
	right:0;
	box-sizing:border-box;
	width: calc(100% / 12 * 6 - 80px);
	padding:0 0 0 80px;
	background:url(../img/area01_btn02_bg.png) no-repeat left center;
}

.area02{
	background:url(../img/area02_bg.jpg) no-repeat top center;
	background-size:cover;
	padding:70px 20px;
}

.area02 h2{
	text-align:center;
	padding:0 0 20px 0;
}

.area02 .box{
	width:860px;
	margin:0 auto;
}

.area02 .txt{
	font-size:24px;
	color:#fff;
	text-align:justify;
	line-height:2em;
}

.area02 .txt span{
	color:#fef611;
}

.area02 h3{
	font-size:24px;
	color:#d9d8d8;
	padding:55px 0 30px 30px;
	line-height:1.4em;
	font-weight:normal;
}

.slidebox{
	display:flex;
	justify-content:space-between;
	position:relative;
}

.slide01{
	width:554px;
	height:322px;
	margin:30px 0 0 0;
	position:relative;
}

.slide01 .slider{
	position:absolute;
	top:0;
	left:59px;
	width: 435px;
    padding: 19px 0 0 4px;
	margin:0 auto;
}

.slide02{
	width:180px;
	height:363px;
	position:relative;
}

.slide02 .slider{
	position:absolute;
	width: 157px;
    padding: 10px 0 0 0;
	left:12px;
	top:0;
}

.slidebox .arrow{
	position:absolute;
	top:138px;
	right:235px;
}

.area03{
	padding:110px 20px 120px 20px;
	background:#1462ac;
}

.area03 .box{
	width:970px;
	margin:0 auto;
	color:#fff;
	position:relative;
}

.area03 .box .box_in{
	display:flex;
	justify-content:center;
	align-items:center;
}

.area03 h2{
	font-weight:normal;
	font-size:46px;
	line-height:1.8em;
	font-weight:500;
}

.area03 h2 span{
	display:inline-block;
	padding:0 35px 5px 0;
	border-bottom:2px solid #fcdd44;
}

.area03 .img{
	padding:22px 0 0 0;
}

.area03 .txt{
	padding:40px 0 0 0;
	font-size:24px;
	color:#fff;
	line-height:1.8em;
}

.area04{
	text-align:center;
}

.area04 .bg{
	height:550px;
	background:url(../img/area04_bg01.jpg) no-repeat top center;
	background-size:cover;
}

.area04 .box{
	background:#e81660;
	padding:70px 20px 290px 20px;
}

.area04 .box h2{
	margin-top:-390px;
	line-height:0;
}

.area04 .box_in{
	width:980px;
	margin:0 auto;
	color:#fff;
	position:relative;
	z-index:2;
}

.area04 .titbox{
	padding:25px 20px;
	background:#161616;
}

.area04 .box_in .mintit{
	font-size:13px;
	color:#857421;
	padding:0 0 15px 0;
}

.area04 .box_in h3{
	font-size:32px;
	line-height:1.4em;
	font-weight:500;
}

.area04 .box_in h3 span{
	font-size:16px;
	display:block;
}

.area04 .box_in .graphbox{
	background:#232323;
	padding:0 0 40px 0;
	position:relative;
}

.area04 .box_in .graphbox:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -85px;
	border: 85px solid transparent;
	border-top: 40px solid #232323;
}

.area04 .box_in .graphbox h4{
	color:#f2d231;
	font-size:28px;
	line-height:1.6em;
	font-weight:700;
	padding:30px 0 3px 0;
	margin:0 0 0 90px;
	position:relative;
	border-bottom:2px solid #f2d231;
	display:inline-block;
}

.area04 .box_in .graphbox h4:after{
	content:"";
	position:absolute;
	left:-85px;
	top:25px;
	width:60px;
	height:68px;
	background:url(../img/area04_ico.png) no-repeat top center;
}

.area04 .box_in .graphbox span{
	font-size:50px;
}

.area04 .box_in .graphbox span.border{
	font-size:28px;
}

.area04 .box_in .graphbox .subtxt{
	font-size:25px;
	line-height:1.6em;
	padding:10px 0 30px 0;
}

.area04 .box_in .graphbox dl dt{
	font-size:34px;
	line-height:1.4em;
	padding:20px 0 10px 0;
}

.area04 .box_in .graphbox dl .txt{
	font-size:24px;
	line-height:1.6em;
}

.area04 .box_in .graphbox dl .kome{
	font-size:13px;
	line-height:1.8em;
	padding:5px 0 0 0;
}

.area04 .box_in .success{
	padding:60px 20px 30px 20px;
	background:url(../img/area04_bg02.jpg) no-repeat top center;
	background-size:cover;
}

.area04 .box_in .success p{
	font-size:36px;
	line-height:1.6em;
}

.area04 .box_in .success p span{
	color:#fcdd44;
}

.area04 .box_in .success p span.big{
	font-size:68px;
}

.area05{
	text-align:center;
	position:relative;
	background:url(../img/area05_mainbg.png) no-repeat top center;
	background-size:cover;
	color:#fff;
}

.area05 h2{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:-200px;
	z-index:2;
}

.area05 .box01{
	position:relative;
}

.area05 .box01{
	padding:170px 20px 80px 20px;
	position:relative;
}

.area05 .bg{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:#1e80dc;
    mix-blend-mode: multiply;
}

.area05 .box02 .bg{
	background:#e7155f;
}

.area05 .box03 .bg{
	background:#fcdd44;
}

.area05 .box01:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -45px;
	border: 45px solid transparent;
	border-top: 35px solid #1c77cd;
	z-index:2;
}

.area05 .box02:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -45px;
	border: 45px solid transparent;
	border-top: 35px solid #e7155f;
	z-index:2;
}

.area05 .box01 .titbox{
	display:flex;
	justify-content:center;
}

.area05 .box01 .sub{
	font-size:65px;
	line-height:1.1em;
	color:#fff600;
}

.area05 h3{
	font-size:70px;
	line-height:1.2em;
	font-weight:500;
}

.area05 h3 span{
	color:#fff600;
}

.area05 .box01 h3 span.big{
	font-size:120px;
	display:inline-block;
	margin:0 -20px;
}

.area05 .box01 .txt{
	font-size:33px;
	line-height:1.6em;
	padding:10px 0 0 0;
}

.area05 .box01 .txt02{
	font-size:26px;
	line-height:1.8em;
	padding:30px 0 0 0;
	position:relative;
	z-index:2;
}

.area05 .box02{
	padding:110px 20px 100px 20px;
	position:relative;
}

.area05 .txtbox{
	position:relative;
	z-index:2;
}

.area05 .box02 .txt{
	font-size:26px;
	line-height:1.8em;
	padding:30px 0 30px 0;
}

.area05 .box02 .txt02{
	font-size:20px;
	line-height:1.8em;
	padding:40px 0 0 0;
}

.area05 .box03{
	padding:100px 20px 180px 20px;
	position:relative;
	color:#464646;
}

.area05 .box03 .txtbox{
	display:flex;
	justify-content:center;
	align-items:center;
}

.area05 .box03 .txtbox .txt{
	order:2;
}

.area05 .box03 h3 span{
	color:#e7155f;
}

.area05 .box03 .txtbox .kome{
	padding:25px 0 0 0;
	line-height:2em;
}

@media screen and (max-width: 1200px) {
.area05 .box01 .sub {
    font-size: 45px;
}	
	
.area05 h3{
	font-size:50px;
}

.area05 .box01 h3 span.big {
    font-size: 100px;
    margin: 0 -10px;
}

.area05 .box03 .txtbox .kome{
	font-size:14px;
}

.area05 .box01 .txt{
    font-size: 26px;
}
}

.contact{
	padding:0 0 110px 0;
	background:url(../img/contact_bg.jpg);
	color:#fff;
}

.contact .support{
	width:980px;
	margin:0 auto;
	border:4px solid #e7155f;
	box-sizing:border-box;
	border-radius:15px;
	background:#fff;
	padding:30px 0;
	position:relative;
	top:-70px;
	z-index:3;
}

.contact .support:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -45px;
	border: 45px solid transparent;
	border-top: 40px solid #e7155f;
	z-index:2;
}

.contact .support dl{
	width:850px;
	margin:0 auto;
	background:url(../img/contact_img.jpg) no-repeat right top;
}

.contact .support dl dt{
	font-size:14px;
	color:#f56b35;
	padding:0 0 10px 0;
}

.contact .support dl dd.tit{
	font-size:34px;
	color:#464646;
	padding:0 0 10px 0;
	line-height:1.4em;
}

.contact .support dl dd.txt{
	font-size:20px;
	color:#464646;
	padding:0 0 5px 0;
	line-height:1.4em;
}

.contact .support dl dd.txt02{
	font-size:15px;
	color:#000000;
	line-height:1.4em;
}

.contact .box{
	width:800px;
	background:#0c0c0c;
	padding:100px 0 70px 0;
	border-radius:50px;
	margin:0 auto;
	position:relative;
}

.contact h2{
	font-size:26px;
	text-align:center;
	line-height:1.6em;
	padding:0 0 10px 0;
	font-weight:normal;
}

.contact .sub{
	font-size:14px;
	padding:0 0 50px 0;
	text-align:center;
}

.formbox{
	width:650px;
	margin:0 auto;
}

.contact .box dl{
	padding:0 0 50px 0;
}

.contact .box dl dt{
	display:table-cell;
	vertical-align:middle;
	width:195px;
	text-align:right;
	font-size:17px;
	box-sizing:border-box;
	padding:0 20px 0 0;
}

.contact .box dl.free dt{
	vertical-align:top;
	padding:5px 20px 0 0;
}

.contact .box dl dt.hissu:before{
	content:"必須";
	font-size:10px;
	background:#e7155f;
	padding:0 5px;
	line-height:20px;
	height:20px;
	position:relative;
	top:-2px;
	margin:0 8px 0 0;
	display:inline-block;
	border-radius:5px;
}

.contact .box dl dd{
	display:table-cell;
	vertical-align:middle;
	width:430px;
}

.contact .kome{
	padding:25px 0 0 0;
}

input[type=text],
input[type=email],
textarea{
    font-size : 16px;
    border : none;
	background:#fff;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
	padding:10px;
	border-radius:5px;
	width:100%;
	box-sizing:border-box;
    font-family:"Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #464646;
}

textarea{
    height: 200px !important;
    width: 100% !important;
}


.btn{
	padding:30px 0 30px 0;
	text-align:center;
}

input[type="submit"]{
	width:240px;
	text-align:center;
	padding:15px 0;
	border-radius:80px;
	background:#a1a4a7;
	margin:0 auto;
	transition: all 0.3s;
	border:none;
	display:block;
	font-size:24px;
	cursor:pointer;
	color:#333333;
	transition: all 0.3s;
    font-family:"Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 700;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

input[type="submit"]:hover{
	background:#fff;
	color:#1b1b1b;
}


.thanks .content{
	padding:100px 0 100px 0;
	background: url(../img/contact_bg.jpg);
	color:#fff;
}

.thanks .txt{
	font-size:18px;
	padding:40px 0 0 0;
	font-weight:bold;
	text-align:center;
}

.thanks h1{
	font-size: 30px;
	font-weight:bold;
	text-align:center;
	line-height:1.6em;
}

.thanks .thank_txt{
	font-size:18px;
	text-align:center;
	line-height:2em;
	padding:0 0 20px 0;
}

.thanks .thank_txt span{
	font-size:16px;
}

.mfp_thanks{
	text-align:center;
	padding:0 0 50px 0;
}

.thanks .btn a{
	width:200px;
	text-align:center;
	padding:10px 0;
	border-radius:100px;
	background:#e1f3fe;
	margin:0 auto 100px;
	display:block;
	font-weight:bold;
	transition: all 0.3s;
}

.thanks .btn a:hover{
    transform: translateY(-5px);
}

div#mfp_thanks {
	color:#fff;
}

.g-recaptcha {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 300px;
    padding: 30px 0 0 0;
}

input:disabled {
    opacity: 0.5;
    pointer-events: none;
}
@media screen and (max-width: 800px) {
.mv{
	height:auto;
	background:none;
}

.mv h1{
	padding:0;
}

.mv .txt{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:44%;
	z-index:99;
}

.area01{
	background:url(../img/area01_bg.jpg) no-repeat center center #020202;
	background-size:800px;
	padding:0 20px 30px 20px;
}

.area01 .txtbox{
	z-index:2;
	position:relative;
	margin:-5% -20px 0 -20px;
	top:0;
	z-index:2;
	padding:0 0 40px 0;
}

.area01 .txt{
	font-size:18px;
	line-height:1.8em;
	padding:0 0 80px 0;
}

.area01 h3{
	margin:0 -20px;
}

.area01 .btn{
	padding:0;
}

.area01 .btn01{
	width:50%;
	bottom:30px;
	padding:0;
	background:none;
}

.area01 .btn02{
	bottom:50px;
	bottom:30px;
	width:50%;
	padding:0;
	background:none;
}

.area02{
	padding:30px 20px;
}

.area02 h2{
	text-align:center;
	padding:0 0 20px 0;
}

.area02 .box{
	width:100%;
}

.area02 .txt{
	font-size:17px;
	line-height:2em;
}

.area02 h3{
	font-size:18px;
	padding:30px 0 30px 0;
	text-align:center;
}

.slide01{
	width:65%;
	height:auto;
	margin:20px 0 0 0;
}

.slide01 .slider{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	box-sizing:border-box;
    padding: 3% 10.5% 0 11%;
	margin:0 auto;
}

.slide02{
	width:34%;
	height:auto;
}

.slide02 .slider{
	position:absolute;
	width: 100%;
	box-sizing:border-box;
    padding: 5% 6% 0 6.5%;
	left:0;
	top:0;
}

.slidebox .arrow{
	position:absolute;
	right:auto;
	left:30%;
	bottom:15%;
	top:auto;
}

.area03{
	padding:60px 20px 60px 20px;
}

.area03 .box{
	width:100%;
}

.area03 .box .box_in{
	display:block;
}

.area03 h2{
	font-size:24px;
	margin-left:-20px;
}

.area03 h2 span{
	display:inline-block;
	padding:0 0 5px 20px;
	border-bottom:1px solid #fcdd44;
}

.area03 h2 span.sptxt{
	border-bottom:none;
}

.area03 .img{
	padding:20px 0 0 0;
	text-align:center;
}

.area03 .txt{
	padding:20px 0 0 0;
	font-size:16px;
	line-height:1.8em;
}

.area04 .bg{
	height:300px;
	background:url(../img/area04_bg01.jpg) no-repeat top center;
	background-size:cover;
}

.area04 .box{
	padding:10px 20px 150px 20px;
}

.area04 .box h2{
	margin-top:-30%;
	line-height:0;
}

.area04 .box_in{
	width:100%;
}

.area04 .titbox{
	padding:25px 20px;
}

.area04 .box_in .mintit{
	font-size:13px;
	padding:0 0 10px 0;
}

.area04 .box_in h3{
	font-size:20px;
}

.area04 .box_in h3 span{
	font-size:14px;
	padding:5px 0 0 0;
}

.area04 .box_in .graphbox{
	padding:0 20px 30px 20px;
}

.area04 .box_in .graphbox:before {
	margin-left: -50px;
	border: 50px solid transparent;
	border-top: 30px solid #232323;
}

.area04 .box_in .graphbox h4{
	font-size:20px;
	padding:80px 0 3px 0;
	margin:0 0 0 0;
	position:relative;
	border-bottom:none;
	display:inline-block;
}

.area04 .box_in .graphbox h4:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:30px;
	width:40px;
	height:50px;
	background:url(../img/area04_ico.png) no-repeat top center;
	background-size:40px;
}

.area04 .box_in .graphbox span{
	font-size:35px;
}

.area04 .box_in .graphbox span.border{
	font-size:20px;
	border-bottom:1px solid #f2d231;
}

.area04 .box_in .graphbox .subtxt{
	font-size:18px;
	line-height:1.6em;
	padding:10px 0 30px 0;
}

.area04 .box_in .graphbox dl dt{
	font-size:20px;
	line-height:1.4em;
	padding:20px 0 10px 0;
}

.area04 .box_in .graphbox dl .txt{
	font-size:16px;
	line-height:1.6em;
}

.area04 .box_in .graphbox dl .kome{
	font-size:12px;
	line-height:1.8em;
	padding:5px 0 0 0;
}

.area04 .box_in .success{
	padding:60px 20px 30px 20px;
	background:url(../img/sp/area04_bg02.jpg) no-repeat top center;
	background-size:cover;
}

.area04 .box_in .success p{
	font-size:22px;
	line-height:2em;
}

.area04 .box_in .success p span.big{
	font-size:40px;
}

.area05{
	background:url(../img/area05_mainbg.png) no-repeat top center;
	background-size:cover;
}

.area05 h2{
	width:180px;
	margin:0 auto;
	top:-90px;
}

.area05 .box01{
	position:relative;
}

.area05 .box01{
	padding:160px 20px 60px 20px;
	position:relative;
}

.area05 .box01:before {
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 25px solid #1c77cd;
	z-index:2;
}

.area05 .box02:before {
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 25px solid #e7155f;
	z-index:2;
}

.area05 .box01 .titbox{
	display:block;
}

.area05 .box01 .sub{
	font-size:34px;
	padding:0 0 10px 0;
}

.area05 h3{
	font-size:36px;
	line-height:1.6em;
}

.area05 .box01 h3 span.big{
	font-size:80px;
	display:inline-block;
	margin:0 -5px;
}

.area05 .box01 .txt{
	font-size:20px;
	padding:10px 0 30px 0;
	font-weight:normal;
}

.area05 .box01 .txt02{
	font-size:18px;
	line-height:1.8em;
	padding:20px 0 0 0;
	text-align:left;
}

.area05 .box02{
	padding:80px 20px 60px 20px;
}

.area05 .box02 .txt{
	font-size:18px;
	line-height:1.8em;
	padding:20px 0 20px 0;
}

.area05 .box02 .txt02{
	font-size:16px;
	line-height:1.8em;
	padding:30px 0 0 0;
}

.area05 .box03{
	padding:60px 20px 120px 20px;
}

.area05 .box03 .txtbox{
	display:block;
}

.area05 .box03 .txtbox .kome li{
	padding:0 0 0 1em;
	text-indent:-1em;
	margin:0;
	text-align:left;
}


.contact{
	padding:0 20px 60px 20px;
}

.contact .support{
	width:100%;
	border:3px solid #e7155f;
	padding:20px;
	top:-60px;
}

.contact .support:before {
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 30px solid #e7155f;
}

.contact .support dl{
	width:100%;
	margin:0 auto;
	background:url(../img/contact_img.jpg) no-repeat right top;
	background-size:50%;
}

.contact .support dl dt{
	font-size:13px;
	padding:10px 0 20px 0;
}

.contact .support dl dd.tit{
	font-size:18px;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.contact .support dl dd.txt{
	font-size:14px;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.contact .support dl dd.txt02{
	font-size:13px;
	padding:20px 0 0 0;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.contact .box{
	width:100%;
	padding:60px 0 60px 0;
	border-radius:30px;
}

.contact h2{
	font-size:22px;
	text-align:center;
	line-height:1.6em;
	padding:0 0 10px 0;
	font-weight:normal;
}

.contact .sub{
	font-size:14px;
	padding:0 0 50px 0;
	text-align:center;
}

.formbox{
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}

.contact .box dl{
	padding:0 0 30px 0;
}

.contact .box dl dt{
	display:block;
	width:auto;
	text-align:left;
	font-size:16px;
	padding:0 0 10px 0;
}

.contact .box dl dt.hissu:before{
	top:-1px;
}

.contact .box dl dd{
	display:block;
	width:100%;
}

.contact .box dl.free dt {
    vertical-align: top;
    padding: 0 0 10px 0;
}

.btn{
	padding:30px 0 30px 0;
	text-align:center;
}

input[type="submit"]{
	width:200px;
	padding:10px 0;
	font-size:18px;
}

.thanks .content{
	padding:0 20px 80px 20px;
	text-align:center;
}

.thanks .txt{
	display:inline-block;
	font-size:16px;
	padding:30px 0 0 0;
	font-weight:bold;
	text-align:left;
}

.thanks h1{
	font-size: 20px;
	font-weight:700;
	line-height:1.6em;
}

.thanks .thank_txt{
	font-size:16px;
	text-align:left;
	padding:0 0 20px 0;
}

.thanks .thank_txt span{
	font-size:14px;
	display:block;
	text-align:center;
}

.mfp_thanks{
	text-align:center;
	padding:100px 0 0 0;
}

.thanks .btn a{
	width:200px;
	text-align:center;
	padding:10px 0;
	border-radius:100px;
	background:#e1f3fe;
	margin:0 auto;
	display:block;
	font-weight:bold;
	transition: all 0.3s;
}

.thanks .btn a:hover{
    transform: translateY(-5px);
}
}


.Calendar_txt dt{ 
	padding:40px 0 0 0;
	text-align:center;
	font-size:24px;
	line-height:1.8em;
}

.Calendar_txt dd{ 
	padding:30px 0 40px 0;
	text-align:center;
	font-size:16px;
}

.Calendar_btn{ 
	width:600px;
	margin:0 auto 120px;
}

.Calendar_btn a{ 
	display:block;
	text-align:center;
	font-size:24px;
	color:#fff;
	padding:20px 0;
	border-bottom:5px solid #05a21a;
	background:#31b242;
	border-radius:5px;
	transition: all 0.3s;
}

.Calendar_btn a:hover{ 
	border-bottom:5px solid #31b242;
	background:#05a21a;
}

@media screen and (max-width: 800px) {
.Calendar_txt dt{ 
	padding:30px 0 0 0;
	text-align:left;
	font-size:18px;
}

.Calendar_txt dd{ 
	padding:20px 0 40px 0;
	text-align:left;
	font-size:16px;
}

.Calendar_btn{ 
	width:300px;
	margin:0 auto 60px;
}

.Calendar_btn a{ 
	display:block;
	text-align:center;
	font-size:18px;
	color:#fff;
	padding:15px 0;
	border-bottom:3px solid #05a21a;
	background:#31b242;
	border-radius:5px;
	transition: all 0.3s;
}

.Calendar_btn a:hover{ 
	border-bottom:3px solid #05a21a;
	background:#31b242;
}

}

.check{
	text-align:center;
}

.check input[type="checkbox"] {
  height: 20px;
  width: 20px;
  position: relative;
  top:-2px;
  margin:0 10px 0 0;
}




@media screen and (max-width: 800px) {
.simetxt{
	text-align:center;
	color:#F00;
	font-weight:bold;
	font-size:24px;
	padding:30px 20px 0 20px;
}
}



#privacy{
    background: #eaeaea;
	color:#000;
    margin: 20px auto 0;
    padding: 10px;
	width:600px;
	height:65px;
    border: .82px solid #eee;
    border-radius: 6px;
    overflow: auto;
	font-size:10px;
}

#privacy h3{
	font-size:14px;
}

#privacy h4{
	font-size:12px;
}

#privacy p{
	padding:0 0 20px 0;
}

.contact .kome{
	padding:20px 0 0 0;
	text-align:center;
}


@media screen and (max-width: 800px) {
.contact .kome{
	padding:20px 0 0 0;
	font-size:13px;
}

.check input[type="checkbox"] {
    height: 15px;
    width: 15px;
    position: relative;
    top: -2px;
    margin: 0 10px 0 0;
}

#privacy{
	width:100%;
	height:100px;
	box-sizing:border-box;
}

}
