@charset "utf-8";


/* CSS Document */
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a:hover {
	opacity: 0.7;
}
.error {
	color: #F00;
	font-weight: bold;
}
#ContentWrap {
	background: url(../img/bg.png) repeat;
	border-top: solid 6px #a580b9;
	border-bottom: solid 6px #a580b9;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 26px;
	overflow: hidden;
}
#ContentWrap a, #ContentWrap img, #SubMitBtn {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#Content {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#Content h1 {
	margin: 31px auto 0 auto;
	display: inline-block;
}
#Content #MainVisial {
	width: 960px;
	height: 580px;
	padding: 46px 0 0 0;
	margin: 25px 0 0 0;
	position: relative;
	background: url(../img/main_visial_bg.png) no-repeat left 46px;
}
#Content #MainVisial .ttl {
	position: absolute;
	top: 0;
	left: 53px;
}
#Content #MainVisial .detail {
	position: absolute;
	bottom: -40px;
	right: 16px;
	width: 350px;
	height: 350px;
}
#Content #MainVisial .detail {
	display: block;
}
#Content #MainVisial .detail span {
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
	-webkit-animation: arrow 1.5s infinite;
	-moz-animation: arrow 1.5s infinite;
	animation: arrow 1.5s infinite;
}



@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	    filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		filter: alpha(opacity=1);
	}
	100% {
		-webkit-transform: translate(0px, 15px);
		opacity: 0;
	    filter: alpha(opacity=0);
	}
}
}

@-moz-keyframes arrow {
	0% {
		-moz-transform: translate(0, 0);
		opacity: 0;
	    filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		filter: alpha(opacity=1);
	}
	100% {
		-moz-transform: translate(0px, 15px);
		opacity: 0;
	    filter: alpha(opacity=1);
	}
}
}

@keyframes arrow {
0% {
	transform: translate(0, 0);
	opacity: 0;
	filter: alpha(opacity=0);
}
50% {
	opacity: 1;
	filter: alpha(opacity=1);
}
100% {
	transform: translate(0px, 15px);
	opacity: 0;
	filter: alpha(opacity=0);
}
}

@-ms-keyframes arrow {
	0% {
		-ms-transform: translate(0, 0);
		opacity: 0;
	    filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		filter: alpha(opacity=1);
	}
	100% {
		-ms-transform: translate(0px, 15px);
		opacity: 0;
	    filter: alpha(opacity=1);
	}
}

#Content #MainVisial .enquete {
position: absolute;
bottom: -40px;
left: 337px;
}
#Content #MainVisial .present {
position: absolute;
bottom: -40px;
left: 63px;
}
.oubobtn {
margin: 30px 0 60px 0;
text-align: center;
}
.oubobtn .btn {
margin: 20px 0 0 0;
}
#DetailSec01 {
width: 960px;
margin-top: 80px;
position: relative;
padding: 0 10px;
text-align: left;
}
#DetailSec01 > div {
display: inline-block;
vertical-align: top;
}
#DetailSec01 .txt01 {
margin-right: 19px;
width:190px;
}
#DetailSec01 .txt02 {
padding-top: 36px;
font-size: 15px;
line-height: 26px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
width:368px;
}
#DetailSec01 .txt03 {
margin-left:-13px;
padding-top: 24px;
width: 373px;
}


/*----------------------------------------
 プレゼントキャンペーン部分
 ----------------------------------------*/

#PresentPlan{
	margin-top: 80px;
	font-size: 14px;
	line-height: 1.75;
}


#PresentPlan h2{
	background: url(../img/h2_present_bg.png) top center no-repeat;
	padding-top: 60px;
	margin:0 auto 50px;
	font-size: 15px;
	font-weight: bold;
}

#PresentPlan .plandetail .btn{
	margin:0 auto 60px;
	position: relative;
	width: 432px;
	height: 138px;
}

#PresentPlan .plandetail .btn a span{
	position: absolute;
	width: 25px;
	height: 24px;
	top:50%;
	margin-top: -12px;
	right: 29px;
	z-index: 999;
}

@-webkit-keyframes arrow_btn {
	0% {
		-webkit-transform: translate(-12px, 0);
		opacity: 0;
	    filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		filter: alpha(opacity=1);
	}
	100% {
		-webkit-transform: translate(12px, 0);
		opacity: 0;
	    filter: alpha(opacity=0);
	}
}

@-moz-keyframes arrow_btn {
	0% {
		-moz-transform: translate(-12px, 0);
		opacity: 0;
	    filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		filter: alpha(opacity=1);
	}
	100% {
		-moz-transform: translate(12px, 0);
		opacity: 0;
	    filter: alpha(opacity=0);
	}
}

@keyframes arrow_btn {
	0% {
		transform: translate(-12px, 0);
		opacity: 0;
	    filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		filter: alpha(opacity=1);
	}
	100% {
		transform: translate(12px, 0);
		opacity: 0;
	    filter: alpha(opacity=0);
	}
}

@-ms-keyframes arrow_btn {
	0% {
		-ms-transform: translate(-12px, 0);
		opacity: 0;
	    filter: alpha(opacity=0);
	}
	50% {
		opacity: 1;
		filter: alpha(opacity=1);
	}
	100% {
		-ms-transform: translate(12px, 0);
		opacity: 0;
	    filter: alpha(opacity=0);
	}
}


#PresentPlan .plandetail .btn a:hover span{
	-ms-animation: arrow_btn 1.5s infinite;
	-webkit-animation: arrow_btn 1.5s infinite;
	-moz-animation: arrow_btn 1.5s infinite;
	animation: arrow_btn 1.5s infinite;
}




#PresentPlan h2:after{
	content: "";
	background: #A580B9;
	display: block;
	width: 60px;
	height: 4px;
	margin: 30px auto;
}

#PresentPlan h3{
	font-size: 20px;
}

#PresentPlan h4{
	margin-top: 30px;
}
#PresentPlan p{
	margin-top: 50px;
}

#PresentPlan strong{
font-weight: bold;
}

#PresentPlan > .box{
	margin-top: 80px;
}



/*--タブ部分追加--*/
#PresentPlan #campaign_outline{
	margin: 68px auto 0;	
}

#PresentPlan #campaign_outline .tab{
	margin-bottom: 40px;
	display: inline-block;
	cursor: pointer;
	position:relative;
}

#PresentPlan #campaign_outline .tab:after{
	content: "";
	position: absolute;
	background: url(../img/campaign_outline_icon.png) top left no-repeat;
	width: 29px;
	height: 20px;
	top:50%;
	margin-top:-10px;
	right: 31px;
	/*-webkit-transition: all .1s ease-in;
	   -moz-transition: all .1s ease-in;
	    -ms-transition: all .1s ease-in;
	     -o-transition: all .1s ease-in;
	        transition: all .1s ease-in;*/
}


#PresentPlan #campaign_outline .tab.active:after{
	content: "";
	position: absolute;
	background: url(../img/campaign_outline_icon.png) top left no-repeat;
	width: 29px;
	height: 20px;
	top:50%;
	margin-top:-10px;
	right: 31px;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#PresentPlan #campaign_outline .hideArea{
	background: #fff;
	padding: 55px 0;
}

#PresentPlan .campaign{
	/*background: #EFE8E4;*/
	padding:40px 50px 33px;
	box-sizing: border-box;
	width: 940px;
}

#PresentPlan .campaign h3{
	margin-bottom: 30px;
}

#PresentPlan .campaign ul{
	display: table;
}

#PresentPlan .campaign li{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#PresentPlan .campaign li:after{
	content: "";
	background: url(../img/icn_campaign_arrow.png) top center no-repeat;
	width: 123px;
	display: block;
	position: absolute;
	
}

#PresentPlan .teacher dl{
	display: table;
	padding: 33px 60px 65px;
}

#PresentPlan .teacher dt,
#PresentPlan .teacher dd{
	display: table-cell;
	vertical-align: middle;
}

#PresentPlan .teacher dd{
	text-align: left;
	padding-left: 60px;
}

#PresentPlan .application dl{
	text-align: left;
	display: table;
	padding: 0 150px;
	width: 760px;
	
}

#PresentPlan .application dt,
#PresentPlan .application dd{
	display: table-cell;
	vertical-align: top;
	
}

#PresentPlan .application dl + dl{
	margin-top: 15px;
}
#PresentPlan .application dt{
	font-weight: bold;
	width: 100px;
	text-align: right;
}

#PresentPlan .application dd{
	padding-left: 60px;	
}

#PresentPlan .application .btn{
	margin-top: 60px;
	margin-bottom: 0;
}

#PresentPlan .application .btn > span{
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

/*#DetailSec02{
	width:810px;
	margin:50px auto 66px auto;
	background:url(../img/detailsec02_bg.png) repeat-y;
	position:relative;
	font-size:13px;
	line-height:21px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0px 30px;
}
#DetailSec02:before{
	content:url(../img/detailsec02_bg_top.png);
	position:absolute;
	top:-35px;
	left:0;
}
#DetailSec02:after{
	content:url(../img/detailsec02_bg_bottom.png);
	position:absolute;
	bottom:-36px;
	left:0;
}
#DetailSec02 h2{
	text-align:center;
}
#DetailSec02 .data{
	text-align:center;
	margin:10px 0 0 0;

}
#DetailSec02 .txt01{
	margin:20px 0 0 0;
	padding:0 0 0 0;
}
#DetailSec02 .txt01 dl{
	position:relative;
}
#DetailSec02 .txt01 dl dt{
	font-size:17px;
	line-height:34px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#DetailSec02 .txt01 dl dt span{
	color:#ec6290;
	margin-right:5px;
}
#DetailSec02 .txt01 dl.present01{
	background:url(../img/present_bg.png) no-repeat 376px top;
}
#DetailSec02 .txt01 dl.present01:before{
	content:url(../img/present01.png);
	position:absolute;
	top:0;
	left:-135px;
}
#DetailSec02 .txt01 dl.present02{
	margin:36px 0 0 0;
}
#DetailSec02 .txt01 dl.present02:before{
	content:url(../img/present02.png);
	position:absolute;
	top:0;
	left:-135px;
}*/
#ShindanBtn {
text-align: center;
padding-top: 60px;
margin: 15px 0 40px 0;
/*border-top: solid 4px #a580b9;*/
}
#ShindanBtn img:hover {
opacity: 0.7;
cursor: pointer;
}

/* ========FORM========== */
#Content #FormArea {
margin-top: 15px;
border-top: solid 4px #a580b9;
padding: 40px 0 0 0;
text-align: left;
}
#Content #FormArea .inner {
margin: 0 auto;
width: 725px;
}
#Content #FormArea .inner h2 {
text-align: center;
margin: 0 0 53px 0;
}
#Content #FormArea .inner table.section02, #Content #FormArea .inner table.section03, #Content #FormArea .inner table.section04 {
margin: 40px 0 0 0;
text-align: left !important;
}
#Content #FormArea .inner table thead tr th {
font-size: 17px;
line-height: 17px;
padding: 0 0 20px 0;
text-align: left;
}
#Content #FormArea .inner table thead tr th span {
color: #a580b9;
margin: 0 6px 0 0;
}
#Content #FormArea .inner table tbody th {
width: 490px;
vertical-align: top;
text-align: left;
}
#Content #FormArea .inner table tbody td {
line-height: 13px;
height: 36px;
vertical-align: top;
}
#Content #FormArea .inner .btn {
width: 381px;
margin: 27px auto 0 auto;
}
input#SubMitBtn {
border: 0px;
width: 381px;
height: 49px;
background: url(../img/submit.png) left top no-repeat;
cursor: pointer;
text-indent: -10000px;
margin: 0 auto 0 auto;
}
input#SubMitBtn:hover {
opacity: 0.7;
}
input#SubMitBtn:disabled {
display: none
}
input#age {
width: 22px;
font-size: 11px;
padding: 5px;
border: solid 1px #cecece;
border-radius: 3px;
margin-right: 10px;
}
select#prefectural {
font-size: 11px;
padding: 5px;
border: solid 1px #cecece;
border-radius: 3px;
}
input#NoType_01 {
margin: 0 5px 0 61px;
}
input#NoType_02 {
margin: 0 5px 0 22px;
}
input.radio {
margin-right: 5px;
}
#Footer {
padding: 15px 0;
background-color: #FFFFFF;
border-top: solid 1px #dcdcdc;
margin-top: 60px;
}
#Footer .inner {
width: 960px;
margin: 0 auto;
}
#Footer .logo {
float: right;
}
#Footer .copy {
margin: 23px 0 0 0;
float: left;
}
.answer {
padding: 47px 0 0 0;
font-family: "A-OTF A1明朝 Std", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
text-align: center;
color: #a580b9;
}
.answer h2 {
font-size: 24px;
margin: 0 auto 17px auto;
position: relative;
width: 222px;
font-weight: bold;
}
.answer h2:before {
content: url(../img/total_left.png);
position: absolute;
top: -12px;
left: -30px;
}
.answer h2:after {
content: url(../img/total_right.png);
position: absolute;
top: -12px;
right: -30px;
}
.answer .section01 .total {
font-size: 20px;
line-height: 53px;
font-weight: bold;
}
.answer .section01 span.point {
color: #a580b9;
font-size: 53px;
vertical-align: text-bottom;
margin: 0 5px;
}
.section02 .comment {
font-size: 13px;
line-height: 18px;
color: #000000;
margin: 33px 0 0 0;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section02 ul {
font-size: 22px;
text-align: center;
margin: 40px 0 0 0;
display: inline-block;
}
.section02 ul li {
float: left;
margin-left: 70px;
}
.section02 ul li:first-child {
margin-left: 0;
}
.section02 ul li dl dt {
font-size: 22px;
margin: 0 0 15px 0;
font-weight: bold;
}
.section02 ul li dl dd {
font-size: 16px;
font-weight: bold;
}
.section02 ul li dl dd span.point1, .section02 ul li dl dd span.point2, .section02 ul li dl dd span.point3 {
vertical-align: text-bottom;
font-size: 25px;
margin-right: 5px;
}
.section03 {
margin: 30px 0 0 0;
}
.section03 > p {
text-align: center;
background-color: #a580b9;
color: #FFFFFF;
padding-bottom: 5px;
}
.section03 ul {
background-color: #FFFFFF;
border: solid 1px #a580b9;
}
.section03 ul li {
width: 312px;
float: left;
border-left: dashed 1px #a580b9;
min-height: 248px;
}
.section03 ul li:first-child {
border-left: none;
}
.section03 ul li dl {
padding: 20px;
}
.section03 ul li dl dt {
font-size: 22px;
line-height: 15px;
min-height: 35px;
font-weight: bold;
}
.section03 ul li dl dt span {
font-size: 13px;
line-height: 13px;
}
.section03 ul li dl dd {
font-size: 16px;
margin-top: 15px;
font-weight: bold;
}
.section03 ul li dl dd span.point1, .section03 ul li dl dd span.point2, .section03 ul li dl dd span.point3 {
vertical-align: text-bottom;
font-size: 25px;
margin-right: 5px;
}
.section03 ul li dl dd.comment {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 13px;
line-height: 18px;
text-align: justify;
}
.hideArea {
display: none;
}