@charset "utf-8";
/* -------------------------------------------------------------
	font-size Setting
	8px  :  57.1%		17px : 121.4%
	9px  :  64.3%		18px : 128.6%
	10px :  71.4%		19px : 135.7%
	11px :  78.6%		20px : 142.9%
	12px :  85.7%		22px : 157.1%
	13px :  92.9%		24px : 171.4%
	14px :   100%		26px : 185.7%
	15px : 107.1%		28px :   200%
	16px : 114.3%		30px : 214.3%
			  		    32px : 228.6%
---------------------------------------------------------------------- */
#contentsExam {
	font-size:14px;
}
#ContentsSection {
	line-height: 1.6;
}
#ContentsSection #Contents {
	margin: 0 auto;
	text-align: left;
	_zoom: 1;
}
#Contents:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
/**** ƒ{ƒ^ƒ“   ****/
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    width:150px;
    height:40px;
    font-size: 114.3%;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(#4991CE 0%, #67ceff 100%);
    background-image: linear-gradient(#4991CE 0%, #67ceff 100%);
    transition: .4s;
    border:none;
    cursor: pointer;
}

.square_btn:hover{
    background-image: -webkit-linear-gradient(#ccdbfb 0%, #67ceff 70%);
    background-image: linear-gradient(#ccdbfb 0%, #67ceff 70%);
}
.square_btn_reg{
    display: inline-block;
    padding: 0.5em 1em;
    width:150px;
    height:40px;
    font-size: 114.3%;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(#ce4985 0%, #ff67b4 100%);
    background-image: linear-gradient(#ce4985 0%, #ff67b4 100%);
    transition: .4s;
    border:none;
    cursor: pointer;
}

.square_btn_reg:hover{
    background-image: -webkit-linear-gradient(#fde8f2 0%, #ff67b4 70%);
    background-image: linear-gradient(#fde8f2 0%, #ff67b4 70%);
}

.square_btn_back{
    display: inline-block;
    padding: 0.5em 1em;
    width:150px;
    height:40px;
    font-size: 114.3%;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(#9da1a8 0%, #c6c8cb 100%);
    background-image: linear-gradient(#9da1a8 0%, #c6c8cb 100%);
    transition: .4s;
    border:none;
    cursor: pointer;
}

.square_btn_back:hover{
    background-image: -webkit-linear-gradient(#c4c7ce 0%, #c4c7ce 70%);
    background-image: linear-gradient(#c4c7ce 0%, #c4c7ce 70%);
}
.btn-auto{
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 85.7%;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(#9da1a8 0%, #c6c8cb 100%);
    background-image: linear-gradient(#9da1a8 0%, #c6c8cb 100%);
    transition: .4s;
    border:none;
    cursor: pointer;
}

.btn-auto:hover{
    background-image: -webkit-linear-gradient(#c4c7ce 0%, #c4c7ce 70%);
    background-image: linear-gradient(#c4c7ce 0%, #c4c7ce 70%);
}

.square_btn_mini{
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 85.7%;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(#4991CE 0%, #67ceff 100%);
    background-image: linear-gradient(#4991CE 0%, #67ceff 100%);
    transition: .4s;
    border:none;
    cursor: pointer;
}

.square_btn_mini:hover{
    background-image: -webkit-linear-gradient(#ccdbfb 0%, #67ceff 70%);
    background-image: linear-gradient(#ccdbfb 0%, #67ceff 70%);
}
.square_btn_reg_mini{
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 85.7%;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(#ce4985 0%, #ff67b4 100%);
    background-image: linear-gradient(#ce4985 0%, #ff67b4 100%);
    transition: .4s;
    border:none;
    cursor: pointer;
}

.square_btn_reg_mini:hover{
    background-image: -webkit-linear-gradient(#fde8f2 0%, #ff67b4 70%);
    background-image: linear-gradient(#fde8f2 0%, #ff67b4 70%);
}

.square_btn_back_mini{
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 85.7%;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(#9da1a8 0%, #c6c8cb 100%);
    background-image: linear-gradient(#9da1a8 0%, #c6c8cb 100%);
    transition: .4s;
    border:none;
    cursor: pointer;
}

.square_btn_back_mini:hover{
    background-image: -webkit-linear-gradient(#c4c7ce 0%, #c4c7ce 70%);
    background-image: linear-gradient(#c4c7ce 0%, #c4c7ce 70%);
}

#Article {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
}
.section {
	overflow: hidden;
	_zoom:1;
}
.section:after,
.sectionLower:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.section .section {
	margin-bottom: 20px;
}
.sectionLower {
	margin: 30px 0;
}
.sectionLower .section {
	margin: 0 0 30px;
}
.mB5 {
    margin-bottom: 5px !important;
}
.sectionLower .section p {
    line-height: 2;
    margin-bottom: 20px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    empty-cells: show;
    border: 1px solid #ADC5BD;
    width: 100%;
}
th {
    text-align: left;
    background: #f4f4f4;
}
th, td {
    font-size: 85.7%;
    vertical-align: middle;
}


.regTable {
    border: none;
    border-collapse: inherit;
    margin-bottom: 10px;
}
.regTable th, .regTable td {
    border: none;
    font-size: 100%;
}
.regTable th {
    background-color: #FFF;
    color: #333;
    font-weight: bold;
    word-break: break-all;
}
.regTable th .required {
    background: #C66868;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFF;
    display: block;
    font-size: 85.7%;
    font-weight: normal;
    line-height: 1.3;
    padding: 2px 4px 0;
}
.regTable td ul.radiotype02, .regTable td ul.radiotype03 {
    overflow: hidden;
    _zoom: 1;
    font-size: 120%;
}
.infoTable {
    border: none;
    border-collapse: inherit;
    border-top: dotted 1px #939393;
    margin-bottom: 10px;
}
.infoTable th, .infoTable td {
    border: none;
    font-size: 100%;
    border-bottom: dotted 1px #939393;
}
.infoTable th {
    background-color: #FFF;
    color: #333;
    font-weight: bold;
    word-break: break-all;
    border-right: 1px dotted #939393;
    
}
.infoTable th .required {
    background: #C66868;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFF;
    display: block;
    font-size: 85.7%;
    font-weight: normal;
    line-height: 1.3;
    padding: 2px 4px 0;
}
.infoTable td ul.radiotype02, .infoTable td ul.radiotype03 {
    overflow: hidden;
    _zoom: 1;
}

.privacy {
    border-bottom: dotted 1px #939393;
    padding: 5px 0 15px;
}
.privacy dt {
    margin-bottom: 5px;
}
.formBtn {
    text-align: center;
    padding: 30px 0 15px;
}
.ssl {
    text-align: center;
    font-size: 85.7%;
}
.sectionLower .section p {
    line-height: 2;
    margin-bottom: 20px;
}
input, select {
    font-size: 99%;
    vertical-align: middle;
}
.infoTable td ul.radiotype01 li input[type=radio], .infoTable td ul.radiotype02 li input[type=radio], .infoTable td ul.radiotype03 li input[type=radio], .infoTable td ul.radiotype04 li input[type=radio] {
    position: relative;
    margin: -0.2em 5px 0 0;
}
input[type="text"], input[type="password"], textarea, select {
    outline: none;
}
.infoTable .error {
    background: #FADADA !important;
}
.w15 {
	width:15%;
}
#zip01, #zip02{
	width:25%;
}

@media screen and (min-width: 980px)  {
	#Contents {
	    padding: 0 30px 30px;
	    width: 920px;
	}
	#ArticleInner {
	    margin: 30px 0 0;
	}
	#Article #ArticleInner {
	    width: 670px;
	    float: none;
	    margin: 30px auto 0;
	}
	.sectionTop {
	    margin: 20px 0 30px;
	}
	th, td {
	    padding: 10px;
	}
	.infoTable th {
	    border-right: 1px dotted #939393;
	    padding: 15px 10px 15px 0;
	    width: 159px;
	}
	.infoTable th .required {
	    float: right;
	    margin: 3px 0 0 5px;
	}
	.infoTable td {
	    padding: 15px 0 15px 20px;
	    width: 480px;
	}
	.infoTable input[type="text"], .infoTable input[type="password"], .infoTable textarea {
	    background: #F9FAFB;
	}
	.infoTable input[type="text"], .infoTable input[type="password"], .infoTable textarea {
	    border: 1px solid #CCC;
	    padding: 6px;
	    width: 420px;
	}
	.infoTable input.inputType02 {
	    width: 200px;
	}

	.sp_br {
		display: none;
	}
}

@media screen and (max-width: 979px) and (min-width: 520px) {
	body {
	    min-width: 100%;
		line-height: 1;
	}
	.header_inner {
	    width: 100%;
	    margin: 0 auto 20px auto;
	}
	.footer_inner {
	    width: 100%;
	    height: auto;
	    margin: 0 auto;
	    text-align: left;
	    position: relative;
	}
	#Contents {
		padding: 0 10px 30px;
	}
	#Article #ArticleInner {
		float: right;
	}
	.section {
		margin-bottom: 20px;
	}
	.blockList4 .imgBox .icontxt {
		font-size: 71.4%;
	}
	.blockList4 .imgBox .icon img {
		height: auto;
		width: 100%;
	}	.sectionTop {
	    margin: 20px 0 30px;
	}
	#Article #ArticleInner {
	    float: none;
	    margin: 30px auto 0;
	    width: 670px;
	}
	.infoTable td {
	    padding: 15px 0 15px 4%;
	    width: 71%;
	}
	.infoTable th .required {
	    float: right;
	    margin: 3px 0 0 5px;
	}
	.infoTable input[type=text], .infoTable input[type="password"], .infoTable textarea {
	    border: 1px solid #CCC;
	    padding: 6px 1.2%;
	    width: 96%;
	}

	@media screen and (min-width: 700px)
	tablet.css:559
	#Article #ArticleInner {
	    width: 72.82608%;
	}
	@media screen and (max-width: 689px) and (min-width: 520px){
		#Article #ArticleInner {
		    width: auto;
		}

	}
	.infoTable input[type=text] .w15{
		width:15%;
	}
	#zip01, #zip02{
		width:25%;
	}

}
@media screen and (max-width: 519px){
	body {
	    min-width: 100%;
		line-height: 1;
	}
	.head_logo {
	    width: 100%;
	    float: left;
	}
	.head_logo .label {
	}
	.head_logo a {
	    width: 60%;
		-moz-background-size:contain ;
		background-size:contain ;
	}
	.header_inner {
	    width: 100%;
	    margin: 0 auto 20px auto;
	}
	.head_navi {
	    width: 100%;
	    float: right;
	    padding-top: 20px;
	}
	.footer_inner {
	    width: 100%;
	    height:200px;
	}
	#footer {
	    height: 200px;
	}
	.footer_copy {
	    width: 100%;
	}
	.sectionLower .section {
	    margin: 0 0 20px;
	}
	.sectionLower .section p {
	    margin: 0 0 15px;
	}
	.infoTable td {
	    padding: 15px 0 15px 4%;
	    width: 71%;
	}
	.sectionLower .section p {
    	margin: 0 0 15px;
	}

	#ArticleInner {
		margin: 15px 10px 0;
	}
	#Article #ArticleInner {
	    width: auto;
	}
	.infoTable th .required {
	    margin: 0 5px 5px 0;
	    width: 2.2em;
	}
	.infoTable th {
	    border-right: 1px dotted #939393;
	    padding: 15px 2% 15px 0;
	    width: 23%;
	}
	.h-LtoBlack {
		background: #333;
		background: -moz-linear-gradient(top,  #333 0%, #000000 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#000000));
		background: -webkit-linear-gradient(top,  #333 0%,#000000 100%);
		background: linear-gradient(to bottom,  #333 0%,#000000 100%);
		color: #fff;
		font-size: 128.6%;
		font-weight: normal;
		line-height: 1.25;
		margin: 0 !important;
		padding: 14px 10px 10px 20px;
		position: relative;
	}
	.h-LtoBlack:before {
		background: #93D2DA;
		content: "";
		display: block;
		height: 23px;
		left: 10px;
		position: absolute;
		top: 10px;
		width: 4px;
	}
	.h-MtoS a:before {
		display: none;
	}
	.w15 {
		width:50%;
	}
	.infoTable input[type=text] .w15{
		width:70%;
	}
	#zip01, #zip02{
		width:30%;
	}

}
.h-LtoL {
    color: #333;
    font-size: 200%;
    font-weight: normal;
    margin-bottom: 15px;
}
h2 {
    font-size: 114.3%;
    font-weight: 600;
    letter-spacing: .2em;
    margin: 0px 0px 25px 0px;
    padding: 8px 20px 10px 20px;
    color: #222;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    border-bottom: 4px solid #003959;
}
.lead_title {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .2em;
    color: #000;
    border-left: 5px solid #4991CE;
    padding-left: 10px;
}
.lead_title_line {
    border-bottom: #555 solid 1.5px;
    height: 5px;
    margin-bottom: 20px;
}