@charset "utf-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #454545;
	font-size: 95%;
	line-height: 1.8;
	background: #f2f2f2;
}

a:link,
a:visited {
	color: #4040ff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #4040ff;
	text-decoration: none;
}

a[href="tel:"]





/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

	body {
		font-size: 100%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	}



}
/* 1000pixel end */






/* -- Add Styles ------------------------------------------- */

/* Fonts Setting  */
@font-face {
    font-family: 'AudiTypeV02-ExtendedBold';
	src: url("../fonts/AudiTypeV02-ExtendedBold.eot?") format('eot'),
       url("../fonts/AudiTypeV02-ExtendedBold.woff") format('woff'),
       url("../fonts/AudiTypeV02-ExtendedBold.otf")  format('opentype');
}

@font-face {
    font-family: 'AudiTypeV02';
    font-weight: bold;
	src: url("../fonts/AudiTypeV02-Bold.eot?") format('eot'),
       url("../fonts/AudiTypeV02-Bold.woff") format('woff'),
       url("../fonts/AudiTypeV02-Bold.otf")  format('opentype');
}

@font-face {
    font-family: 'AudiTypeV02';
    font-weight: normal;
	src: url("../fonts/AudiTypeV02-Normal.eot?") format('eot'),
       url("../fonts/AudiTypeV02-Normal.woff") format('woff'),
       url("../fonts/AudiTypeV02-Normal.otf")  format('opentype');
}


/* Contyainer  */
.container{
	width:98%;
	max-width: 1200px;
	margin: 0 auto;
}



/* Header  */
header{
	padding: 2rem 0;
	border-top: #4c4c4c solid 2rem;
}

header h1{
	font-weight: bold;
	font-size: 3rem;
	font-family: 'AudiTypeV02-ExtendedBold';
}

header .date{
	margin-top: 1rem;
	font-family: 'AudiFonts';
	font-weight: bold;
}

header .date br{
	display: none;
}


@media screen and ( max-width: 768px ) {
	header h1{
		font-size: 2rem;
	}

	header .date br{
		display: block;
	}
}

/* 4Rings Logo */
header .haslogo .logo {
	float: right;
	margin-left: 20px;
	flex-shrink: 0;
}

header .haslogo .logo img {
	width: auto;
	height: 57px;
}

@media screen and ( max-width: 768px ) {
	header .haslogo .logo img {
		height: 40px;
	}
}

.page-thanks header .haslogo .logo img {
	height: 40px;
}

/* END 4Rings Logo */

h2{
	margin: 4rem 0 20px 0;
	padding-bottom: 10px;
	font-family: 'AudiFonts',sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	border-bottom: 1px solid #4c4c4c;
}


.notes{
	margin-top: 20px;
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #4c4c4c;
}


/* Footer  */

footer{
	padding:1rem .5rem;
	background-color: #4c4c4c;
	text-align: center;
	color:#fff;
}

footer address{
	margin: 0;
}


/* Form Setting  */
form#mail_form {
	margin-bottom: 6rem;
}

form#mail_form dl dt span{
	font-family: 'AudiFonts';
}




.privacyBox {
	padding: 0px 20px 30px;
	width: calc(100% - 0px);
	height: 300px;
	overflow-y: scroll;
	margin-bottom: 20px;
	background: #fff;
	font-size: 90%;
	border: 1px solid #ddd;
}

.privacyBox .privacyBox_ttl {
	margin-top: 1rem;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
}

.privacyBox .sub_ttl {
	margin: 30px 0px 15px 0px;
	font-size: 120%;
	padding: 2px 0px 2px 8px;
	border-bottom: 1px solid #4c4c4c;
	font-weight: bold;
}

.privacyBox p {
	margin-bottom: 10px;
}

.privacyBox ul.ulbox {
	margin-bottom: 10px;
}

.privacyBox ul.ulbox li {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

.privacyBox ul.ulbox li.disc {
	list-style-type: disc;
}

.privacyBox::-webkit-scrollbar {
	height: 5px;
}

.privacyBox::-webkit-scrollbar-track {
	background: #ddd;
}

.privacyBox::-webkit-scrollbar-thumb {
	background: #4c4c4c;
}

.course_image {
	margin-bottom: 10px;
}

.hide_pc {
	display: none;
}


.hide_sp {
	display: block;
}



@media screen and ( max-width: 768px )  {
	.hide_pc {
		display: block;
	}
	.hide_sp {
		display: none;
	}
}

/* 完了画面 */
#thanks,
#thanks body{
	height: 100%;
	margin: 0;
}


#thanks .wrapper{
	height: calc(100% - 4rem);
}

#thanks .notes{
	margin-bottom: 6rem;
}



.errBox{
	margin-top: 20px;
	padding: 1rem;
	border:1px solid #d9534f;
	color:#d9534f;
	background-color: #fff;
}


.confirm h2 + p,
.confirm .notes{
	display: none;
}



#event_end .conts-body{
	min-height: 800px
}


@media screen and ( max-width: 768px ) {
	#event_end .conts-body{
		min-height: 500px
	}
}




/* Add Styles */

.campaign_content{
	margin: 3rem auto;
}

.campaign_content h3{
	margin-bottom: .5rem;
	padding: .7rem .4rem .4rem .7rem;
	border-top: 1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
	border-left: 4px solid #4c4c4c;
	font-weight: bold;
	font-size: 1.2rem;
	background: #fff;
}

.campaign_content p + h3{
	margin-top: 2rem;
}



.campaign_content ul{
	list-style-type: none;
}



dl dd.prize label,
dl dd.hope label{
	display: block;
}


.prize-a{
	display: none;
	padding: 1rem;
	background: #eee;
}


dl dd.prize .prize-a label{
	display: inline-block;
	margin-right: 10px;
}



.page-thanks h1{
	font-size: 2rem;
}




.course_ttl{background: #dddddd; padding: 5px 10px;font-weight: bold; margin-top: 20px; margin-bottom: 5px;}
.ttl_del{text-decoration: line-through;}
.ttl_del_txt{color: #d43f3a; font-weight: bold;}




.course_image img {
    width: 100%;
    height: 100%;
}

.display_none {
    display: none;
}







