@charset "utf-8";
/* CSS Document */
#HeaderNavi li#NavMaker a {
	color: #ff5b0b;
}
p#SiteCopy {
	font-size: 13px;
	margin: 0px;
	color: #333;
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 70px;
}
#H1Wrapper {
	width: 100%;
	height: 120px;
	background-image: -moz-linear-gradient( 0deg, rgb(246,139,29) 0%, rgb(247,129,85) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(246,139,29) 0%, rgb(247,129,85) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(246,139,29) 0%, rgb(247,129,85) 100%);
	overflow: hidden
}
#H1Wrapper h1 {
	width: 940px;
	margin: 0 auto;
	font-size: 34px;
	color: #fff;
	padding:10px 0px 0px
}
#H1Wrapper h1 span {
    font-size: 15px;
}
h2.blue_title {
	font-size: 38px;
	color: #4472c4;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 70px;
	margin-top: 0px;
	text-align: center;
	position: relative
}
h2.blue_title:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	background-color: #4472c4;
}



#JundoWrapper {
	width: 100%;
	background: url(../img/challenge_bg.jpg) center top no-repeat #f1f6fa;
	background-size: 1920px auto;
}
#Jundo {
	width: 960px;
	padding: 100px 0;
	margin: 0 auto;
}
#Jundo h2 {
	font-size: 44px;
	position: relative;
	margin-top: 0px;
}
#Jundo p, #Policy p, #Jundo p, #Goteian p {
	font-size: 16px;
	margin-bottom: 25px;
}
#Jundo p span {
	color: #fe7720;
	font-weight: bold
}
span.blue_b {
	color: #4472c4;
	font-weight: bold
}
#Jundo h2:after {
	content: "";
	position: absolute;
	width: 110px;
	height: 1px;
	bottom: -10px;
	left: 0;
	background-color: #fe7720;
}
#Jundo h2 span {
	color: #fe7720;
	font-size: 57px;
}
#Jundobg {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#JundoTestWrapper {
	width: 100%;
	background: #4472c4;
	height: 1000px;
	overflow: hidden
}
#JundoTest {
	text-align: center;
	position: absolute;
	z-index: 100;
	width: 940px;
	left: 50%;
	margin-left: -470px;
	margin-top: -50px;
	background: #fff;
	padding: 50px 20px;
	border-top: 3px solid #4472c4;
}
#JundoTest h3 {
	width: 560px;
	font-size: 30px;
	margin: 0 auto 70px;
	position: relative
}
#JundoTest h3:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	bottom: 15px;
	left: 0;
	background-color: #4472c4;
}
#JundoTest h3:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	bottom: 15px;
	right: 0;
	background-color: #4472c4;
}
#JundoTest dt {
	color: #4472c4;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 20px;
}
#JundoTest dd {
	margin-left: 0px;
	margin-bottom: 30px;
}

#Setsumei {
	width: 100%;
	background: #eeeff3;
	padding: 30px;
	margin-top:40px;
	text-align: left
}
#Setsumei dt {
	color: #4472c4;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	border-left: 4px solid #4472c4;
	padding: 5px 5px 5px 10px;
}
#Setsumei dd {
	padding: 0px;
	margin: 0;
}
#Setsumei dd p {
	margin-bottom: 20px;
}
#Setsumei dd p span {
	color: #4472c4;
	font-weight: bold
}
#PolicyWrapper {
	width: 100%;
	background: url(../img/policy_bg.jpg) center top no-repeat #f1f6fa;
	background-size: cover;
}
#Policy {
	width: 960px;
	padding: 50px 0 70px;
	margin: 0 auto;
}

#Policy h2 {
	margin-bottom: 50px;
}


#Goteian {
	width: 960px;
	padding: 70px 0 100px;
	background: url(../img/goteian_bg.jpg) 600px 120px no-repeat;
	margin: 0 auto;
}

#Goteian p {
	width: 610px;
}
#TsuyomiWrapper {
	width: 100%;
	background: #f6fafd;
}
#Tsuyomi {
	width: 960px;
	padding:70px 0;
	margin: 0 auto;
}
#Tsuyomi p {
	font-size: 17px;
	margin-bottom: 30px;
	text-align: center
}

@media screen and (max-width: 767px) {
	
p#SiteCopy {
	font-size: 11px;
	margin: 0px;
	color: #333;
	position: absolute;
	z-index: 10;
	top: -1px;
	left: 6px;
}
	
#H1Wrapper {
	height: 100px;
}	

	
#H1Wrapper h1 {
	width: 100%;
	font-size:22px;
	padding-top: 0px;
	padding-left: 8px;
	margin-top: 20px;
}	

#H1Wrapper h1 span {
	font-size: 14px;
	font-weight: normal;	
}

	
h2,h2.blue_title{
	font-size: 22px;

}


#JundoWrapper {
	width: 100%;
	background: url(../img/challenge_bg.jpg) center top no-repeat #f1f6fa;
	background-size: 140% auto;
}
	
	
#Jundo {
	width: 96%;
}

#Jundo h2 {
	font-size: 24px;
}

#Jundo h2 span {
	font-size: 36px;
}


#Jundo h2:after {
	content: "";
	position: absolute;
	width: 110px;
	height: 1px;
	bottom: -10px;
	left: 0;
	background-color: #fe7720;
}

#JundoTestWrapper {
	height: auto;
}


#JundoTest {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-top: 40px;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-right: auto;
	height: auto;
	margin-bottom: 0px;
	position: static;
}

#JundoTest h3 {
	width: 96%;
	font-size: 20px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#JundoTest h3:before {
	content: "";
	position: absolute;
	width: 32px;
	height: 1px;
	bottom: 10px;
	left: 0;
	background-color: #4472c4;
}
#JundoTest h3:after {
	content: "";
	position: absolute;
	width: 32px;
	height: 1px;
	bottom: 10px;
	right: 0;
	background-color: #4472c4;
}


#JundoTest dt {
	font-size: 16px;
}


#JundoTest dl dd img{
	height: auto;
	width: 100%;
	}
	
#JundoTest p{
	text-align: left;
	}
	
#Setsumei {
	width: 100%;
	background: #eeeff3;
	padding: 12px;
	margin-top:40px;
	text-align: left;
	margin-bottom: 40px;
}

#PolicyWrapper {
	background-size: 240% auto;
}
	
#Policy {
	width: 96%;
}

#Goteian h2.blue_title {
	font-size: 22px;
	margin-bottom: 170px;	
}

#Goteian {
	width: 96%;
	margin: 0 auto;
	background-image: url(../img/goteian_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 23%;
	background-size:auto 140px;
}
#Goteian p {
	width: 100%;
}

#Tsuyomi {
	width: 96%;
}

#Tsuyomi p {
	text-align: left
}


}
