@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	Global CSS

++++++++++++++++++++++++++++++++++++++++ */

/* ----------------------------------------
	Common Settings
---------------------------------------- */

.sp { display: none; }


header {
	width: 100%;
	padding: 16px 0 18px;
	background: url(/3c/img/bg_header.jpg) repeat;
	position: fixed;
	z-index: 100;
}
header>div {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#logo {
	float: left;
	margin-right: 30px;
}
#sns {
	position: absolute;
	top: -7px;
	right: 0;
}
#sns li {
	float: left;
	margin-left: 15px;
}


/* ----------------------------------------
				form
---------------------------------------- */

#form>div {
	width: 615px;
	height: 70px;
	margin-left: 196px;
}
input[type="text"] {
    padding: 8px 12px;
	font-size: 13px;
    border: none;
}
input[type="submit"] {
	cursor: pointer;
}
input::placeholder {
	color: #c9caca;
}

#form #form1st {
	padding-top: 42px;
}
.ver2 #form #form1st,
.end #form #form1st {
	padding-top: 0;
}
#form #form1st form {
	background: url(/3c/img/form_1st.png) no-repeat;
}
#form #form1st input[type="text"] {
	width: 245px;
	margin: 36px 130px 0 85px;
}
#form #form2nd {
	padding-top: 15px;
}
#form #form2nd form {
	background: url(/3c/img/form_2nd.png) no-repeat;
}
#form #form2nd input[type="text"] {
	width: 455px;
	margin: 36px 5px 0 0;
}
#form .btn_answer {
	width: 121px;
	height: 39px;
	background: url("/3c/img/btn_answer.png") no-repeat;
	background-size: 100%;
	border: none;
	text-decoration: none;
}


/* ----------------------------------------
				contents
---------------------------------------- */

#contents {
	padding-top: 190px;
	position: relative;
}

#bg1 {
	background: url(/3c/img/bg_body_01.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 930px;
}
#bg2 {
	background: url(/3c/img/bg_body_02.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 900px;
}
#bg3 {
	background: url(/3c/img/bg_body_03.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 900px;
}
#bg4 {
	background: url(/3c/img/bg_body_04.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 900px;
}
#bg5 {
	background: url(/3c/img/bg_body_05.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 900px;
}
#bg6 {
	background: url(/3c/img/bg_body_06.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 1080px;
}
#bg7 {
	background: url(/3c/img/bg_body_01.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 730px;
}

article {
	width: 1200px;
	margin: 190px 0 0 -602px;
	position: absolute;
	top: 0;
	left: 50%;
}
article nav {
	position: absolute;
	top: 0;
	left: 188px;
}
article nav ul {
	width: 825px;
	position: fixed;
	z-index: 100;
}
article nav li {
	float: left;
}
article #kv {
	position: relative;	
}
article #kv a {
	position: absolute;
	bottom: 24px;
	right: 32px;	
}
article #bg_main_bottom {
	position: absolute;
	bottom: 0;
}
article>div {
	background: url(/3c/img/bg_main.png) repeat-y center;
    background-size: contain;
    background-position-y: 285px;
    padding: 0 0 162px;
}

article div>section {
	width: 1000px;
	margin: 0 auto 70px;
	text-align: center;
}
section#cmp,
section#exam,
section#about {
	margin: -285px auto 70px;
	padding: 285px 0 0;
}
section h2 {
	margin: 0 auto 30px;
}
section h3 {
	margin: 70px auto 30px;
}
section#cmp h2 {
	margin-top: 0;
}
section#exam #examarea {
	width: 840px;
	background: #fff;
	margin: -26px auto 0;
	padding: 50px 60px 85px;
	border-radius: 0 0 24px 24px;
}
section#exam #exam1st {
	padding-top: 83px;
	position: relative;
}
section#exam #exam1st .exam1mark {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
section#exam #exam1st .exam1txt {
	margin: 25px auto 40px;
}
section#exam #exam2nd_2 {
	padding-top: 83px;
	position: relative;
}
section#exam #exam2nd_2 a img {
	width: 267px;
}
section#exam #exam2nd_2 .exam2mark {
	position: absolute;
	top: 0;
	left: 160px;
	z-index: 1;
}
section#exam #exam2nd_2 .exam2txt {
	margin: 30px auto 0;
}
section#exam #exam2nd {
	margin-top: 50px;
}
section#exam h3+div {
	width: 960px;
	margin: 0 auto;
}
section#exam p {
	float: left;
	text-align: left;
	line-height: 19px;
}
section#exam .left {
	width: 430px;
	margin-right: 25px;
}
section#exam .right {
	width: 505px;
}
section#about div>div {
	float: left;
	text-align: left;
}
section#about .left {
	width: 430px;
	margin: 0 60px 0 25px;
}
section#about .right {
	width: 485px;
}
section#about h3 {
	margin-top: 0;
}
section#about .left p {
	margin: 15px 0;
}
section#about .right div>img {
	float: left;
}
section#about .right p {
	margin: 15px 0 0;
}
section#about .right #msg {
	border: 1px solid #fff;
	text-align: center;
	border-radius: 5px;
	padding: 30px 40px;
	margin-top: 35px;
}
section#about .right #msg p {
	text-align: left;
}
section#info {
	margin: 70px auto 0;
}
section#info div {
	float: left;
	text-align: left;
}
section#info .left {
	width: 325px;
	margin-right: 30px;
}
section#info .right {
	width: 645px;
	margin-top: 40px;
}
section#info div a img {
	margin: 15px 0;
}


/* ----------------------------------------
				popup
---------------------------------------- */

#inline-wrap, 
#inline-wrap2 {
    width: 76%;
    background: #fff;
	margin: 50px auto;
    padding: 58px 10%;
	border-radius: 24px;
	text-align: center;
}
#inline-wrap .popupTxt {
	margin: 43px auto 32px;
}
#inline-wrap2 .popupTxt {
	margin: 43px auto 70px;
}
#inline-wrap .popupClose:hover,
#inline-wrap2 .popupClose:hover {
	cursor: pointer;
}
.mfp-close-btn-in .mfp-close {
	display: none !important;
}
#inline-wrap2 .image {
	width: 750px;
	margin: auto;
	position: relative;
}
#inline-wrap2 .image #h1,
#inline-wrap2 .image #h2,
#inline-wrap2 .image #h3,
#inline-wrap2 .image #h4 {
	position: absolute;
	width: 40.5%;
	display: none;
    cursor: pointer;
}
#inline-wrap2 .image #h1 {
	top: 5.4%;
    left: 14%;
}
#inline-wrap2 .image #h2 {
	top: 15.8%;
    left: 23.5%;
}
#inline-wrap2 .image #h3 {
	top: 22.8%;
    right: 3.7%;
}
#inline-wrap2 .image #h4 {
	top: 33.1%;
    left: 4%;
}
#inline-wrap2 #h1_link,
#inline-wrap2 #h2_link,
#inline-wrap2 #h3_link,
#inline-wrap2 #h4_link {
	position: absolute;
    width: 8.5%;
    height: 2.222%;
    cursor: pointer;
}
#inline-wrap2 #h1_link {
    top: 12.8%;
    left: 42.5%;
}
#inline-wrap2 #h2_link {
    top: 19.8%;
    left: 18.3%;
}
#inline-wrap2 #h3_link {
	top: 27.4%;
    right: 40.7%;
}
#inline-wrap2 #h4_link {
	top: 31.9%;
    left: 23.5%;
}
@media (max-width: 1000px) {

	#inline-wrap2 {
		width: 87.2%;
    	padding: 58px 3.9%;
	}
	#inline-wrap2 .image {
		width: 100%;
	}
}
/* ----------------------------------------
				countdown
---------------------------------------- */

section#exam #exam2nd {
	position: relative;
}
#countdown {
    position: absolute;
    top: 193px;
    right: 242px;
}
.yycountdown-box {
    color: #060001;
    font-size: 76px;
    font-weight: 600;
    line-height: 1em;
	font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	-webkit-text-size-adjust: 100%;
	text-align: right;
}
.yycountdown-box>div {
	display: inline-block;
	width: 95px;
}
.yyc-hou {
	margin-left:  53px;
}
.yyc-min {
	margin-left: 23px;
}
.yyc-sec,
.yyc-day-text,
.yyc-hou-text,
.yyc-min-text,
.yyc-sec-text {
	display: none !important;
}


/* ----------------------------------------
				footer
---------------------------------------- */

footer {
	background: #e4005a;
	text-align: center;
	padding: 12px 0;
}

#page_top {
    position: fixed;
    bottom: 192px;
    left: 50%;
    margin-left: 480px;
}


/* ----------------------------------------
				sub
---------------------------------------- */

.sub article>div {
	background-position-y: 0%;
}
.step {
	margin: 66px auto 88px;
}

.cptop {
	margin: 75px auto;
}

.hsac {
	position: relative;
}
.hsac a {
	position: absolute;
	bottom: 66px;
	right: 162px;
}

.step0 #page_top {
    bottom: 232px;
}
.step0 .cptop {
	margin: 105px auto 155px;
}
.step0 section {
    padding-bottom: 90px;
}

.step1 #bg5 {
	height: 340px;
}

.step3 #bg5 {
	height: 372px;
}
.step3 #page_top {
    bottom: 255px;
}
.step3 .entry {
	margin: 70px auto 90px;
}
.step3 .step {
	margin: 60px auto 120px;
}
.step3 section {
    padding: 20px 0 33px;
}
.step2_3 #bg4 {
	height: 570px;
}

.step2_4 article>div {
    padding-bottom: 40px;
}

/* ----------------------------------------
				end
---------------------------------------- */

.end article {
	margin-top: 250px;
}
.end article>div {
    background-position-y: 0;
}
.end #bg7 {
	height: 950px;
}
.end #formend {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 17px;
}
.end #present {
	width: 1152px;
}
.end section#info .right {
	margin-top: 75px;
}
.end section#info .right p {
	margin-top: 10px;
}
.end_sub .step2_4 article>div {
	padding-top: 100px;
}

.end_sub #end {
	margin: 0 auto 130px;
}
.end_sub #present {
	width: 1152px;
    margin: 0 -76px;
}
.end_sub #toplink {
	margin: 100px auto 0;
}
.end_sub #toplink {
	margin: 100px auto 20px;
}
.end_sub #bg4 {
	height: 600px;
}

@media (max-device-width: 1200px) and (min-width: 768px) {
	
	header,
	#contents {
		min-width: 1200px;
	}
	article {
		top: 0;
		left: 0;
		margin-left: 0;
	}
}
