@charset "utf-8";
body {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background: #FAFAFA;
	color: #212121;
}
a {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:visited {
	color: inherit;
}
a:active {
	color: inherit;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.hiddenBox {
	display: none;
}
.caution {
	color: #BF2000;
}
.error {
	color: red;
}
/*------HEADER------*/
.mdl-layout__container {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
}
#mainHeader {
	background: #FFF;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	line-height: 56px;
	height: 56px;
}
#mainHeader h1 {
	float: left;
}
.mdl-layout__drawer-button {
	display: block;
	height: 48px;
	width: 48px;
	border: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	font-size: 26px;
	line-height: 50px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 4px;
	color: #FFF;
	float: right;
}
.mdl-layout__drawer-button i {
	color: #3F51B5;
}
.mdl-layout__drawer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 240px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	box-sizing: border-box;
	border-right: 1px solid #E0E0E0;
	background: #FAFAFA;
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	will-change: transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	color: #424242;
	overflow: visible;
	overflow-y: auto;
	z-index: 10;
}
.mdl-layout__drawer.is-visible {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.mdl-layout__obfuscator {
	background-color: rgba(0, 0, 0, 0);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	visibility: hidden;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.mdl-layout__drawer.is-visible~.mdl-layout__obfuscator {
	background-color: rgba(0,0,0,.5);
	visibility: visible;
}
.mdl-layout__drawer a {
	display: block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 40px;
	margin: 0;
	color: #757575;
	font-weight: 500;
	font-size: 13px;
}
.mdl-layout__drawer a:hover {
	background-color: #E0E0E0;
}
.mdl-layout__drawer span {
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .02em;
	font-weight: 400;
	box-sizing: border-box;
	line-height: 64px;
	padding-left: 40px;
}
/*------ GLOBAL ------*/
.mainWrapper {
	width: 96%;
	margin: 0 2%;
	position: relative;
}
article {
	position: relative;
	margin: 56px 0 0;
	padding: 30px 0;
}
article section {
	background: #FFF;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
article h2 {
	font-size: 20px;
	color: #FFF;
	background: #3F51B5;
	padding: 15px;
	position: relative;
}
.mdlBtn a {
	display: inline-block;
	width: 50px;
	height: 24px;
	padding: 13px 0;
	background: #F57F17;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	border-radius: 100%;
	color: #FFF;
	font-size: 24px;
	text-align: center;
}
.mdlBtn p {
	color: #9A9A9A;
	font-size: 11px;
	margin-top: 5px;
}
.inline_text {
	text-align: center;
	color: #F57F17;
	margin-bottom: 20px;
}
.inline_btn {
	text-align: center;
	color: #F57F17;
	margin: 10px 0 20px;
}
.inline_btn i {
	font-size: 16px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.infoList a {
	display: block;
	padding: 10px 45px 10px 15px;
	position: relative;
}
.infoList li {
	border-top: 1px solid #DDD;
}
.inforList li:first-child {
	border-top: none;
}
.infoList a i {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
	color: #9A9A9A;
	font-size: 16px;
}
.infoList a dd {
	font-size: 11px;
	color: #9A9A9A;
}
.infoList table {
	width: 100%;
}
.two_col {
	margin: 10px 0;
	width: 100%;
}
.two_col th {
	font-weight: 600;
	padding: 15px;
	text-align: left;
	vertical-align: top;
}
.two_col th sup {
	color: #F57F17;
	margin-left: 3px;
}
.two_col td {
	color: #757575;
	padding: 15px;
	vertical-align: middle;
}
.two_col tr {
	border-top: 1px solid #E6E6E6;
}
.two_col tr:first-child {
	border-top: none;
}
.two_col td input[type="text"] {
	height: 25px;
	width: 100%;
	border: 1px solid #E6E6E6;
	padding: 0;
}
.two_col td input[type="password"] {
	height: 25px;
	width: 100%;
	border: 1px solid #E6E6E6;
	padding: 0;
}
.two_col td textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #E6E6E6;
}
.two_col td select {
	min-width: 55px;
	margin: 5px 5px 5px 0;
	height: 25px;
	border: 1px solid #E6E6E6;
}
.checkboxList li {
	margin: 15px;
	color: #9A9A9A;
}
.checkboxList input[type="checkbox"] {
	display: none;
}
.checkboxList input[type="checkbox"] + span:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: url("/javax.faces.resource/images/ico_uncheck.png.xhtml?ln=default&v=1_1_1") center center no-repeat;
	background-size: 16px 16px;
	cursor: pointer;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}
.checkboxList input[type="checkbox"]:checked + span:before {
	background: url("/javax.faces.resource/images/ico_checked.png.xhtml?ln=default&v=1_1_1") center center no-repeat;
	background-size: 16px 16px;
}
.checkboxList input[type="checkbox"]:checked+ span {
	color: #F57F17;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}
.mdl-radio {
	display: block;
	margin: 5px 0;
}
.mdl-radio {
	display: none;
}
.mdl-radio input + span:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: url("/javax.faces.resource/images/ico_radio.png.xhtml?ln=default&v=1_1_1") center center no-repeat;
	background-size: 16px 16px;
	cursor: pointer;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}
.mdl-radio input:checked + span:before {
	background: url("/javax.faces.resource/images/ico_radio_selected.png.xhtml?ln=default&v=1_1_1") center center no-repeat;
	background-size: 16px 16px;
}
.mdl-radio input:checked + span {
	color: #F57F17;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}
/*----- S01 TOP -----*/
#s01 #topIntro p {
	padding: 15px;
}
#s01 #topIntro div.center {
	background: url("/javax.faces.resource/images/s01_intro.jpg.xhtml?ln=default&v=1_1_1") no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 10% 0;
}
#s01 .registerLink {
	display: block;
	color: #0091EA;
	font-weight: 600;
	border-top: 1px solid #DDD;
}
#s01 .registerLink a {
	display: block;
	padding: 15px;
	box-sizing: border-box;
}
#s01 .registerLink a span {
	margin: 0 10px;
}
#s01 .registerLink a i.grey {
	color: #9A9A9A;
}
#s01 .searchBtn {
	position: absolute;
	right: 15px;
	top: 25px;
}
/*----- S02 -----*/
.spreformatted {
	white-space: pre-wrap;
}
#s02 ul {
    width: 210px;
    margin: 0 auto;
}
#s02 .mdlBtn{
	float: left;
	margin: 0 20px;
}
/*----- S03 -----*/
.nonCollapse {
	border-collapse: separate;
}
.paddingLeftOnly td {
	padding: 0 15px 0 0;;
}
.paddingBottomOnly td {
	padding: 0 0 15px 0;;
}
#s03 ul {
    width: 210px;
    margin: 0 auto;
}
#s03 .mdlBtn{
	float: left;
	margin: 0 20px;
}
/*----- S04 -----*/
#s04 ul {
    width: 210px;
    margin: 0 auto;
}
#s04 .mdlBtn{
	float: left;
	margin: 0 20px;
}
/*----- S06 -----*/
#s06 .registerLink {
	display: block;
	color: #0091EA;
	font-weight: 600;
	border-top: 1px solid #DDD;
}
#s06 section p.center {
	margin: 20px 0;
	font-weight: 600;
}
#s06 .registerLink a {
	display: block;
	padding: 15px;
	box-sizing: border-box;
}
#s06 .registerLink a span {
	margin: 0 10px;
}
#s06 .registerLink a i.grey {
	color: #9A9A9A;
}
#s06 .reminder {
	color: #9A9A9A;
	font-size: 11px;
	margin-top: 5px;
}
/*----- S09 & s10-----*/
.offerBlock .hgroup{
	background: #F57F17;
	color: #FFF;
	padding: 10px 0;
}
.offerBlock h3 {
	font-size: 16px;
	padding: 0 15px;
	line-height: 1.5em;
}
.offerBlock h4 {
	font-size: 11px;
	font-weight: 400;
	padding: 0 15px;
}
.offerBlock .deadlineBlock {
	color: #F57F17;
	padding: 20px 15px;
	position: relative;
}
.offerBlock .deadlineBlock p {
	font-style: italic;
}
.offerBlock .deadlineBlock i {
	color: #F57F17;
	cursor: pointer;
	display: block;
	width: 40px;
	height: 59px;
	line-height: 59px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.offerBlock .itemList {
	position: absolute;
	background: #FFF;
	color: #757575;
	right: 10px;
	bottom: 50px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	border-radius: 3px;
	padding: 10px 0;
	width: 0;
	height: 0;
	overflow: hidden;
	 -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
	    will-change: transform;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.offerBlock .itemList.is-visible {
	width: 140px;
	height: 105px;
	transform: scale(1);
	-webkit-transform: scale(1);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.offerBlock .itemList a {
	display: block;
	padding: 8px 15px;
	width: 110px;
}
#s10 .offerBlock .itemList.is-visible {
	height: 70px;
}
/*----- S33 -----*/
#s33 section p {
	margin: 20px 15px;
}
#s33 table th {
	text-align: center;
}
#s33 tr {
	border: none;
}
/*----- S34 -----*/
#s34 section p {
	margin: 20px 15px;
}
/*----- FOOTER -----*/
footer#mainFooter {
	position: relative;
	background: #333;
	color: #9A9A9A;
}
#mainFooter #language {
	text-align: center;
	background: #424242;
	line-height: 1;
}
#mainFooter #language ul {
	display: inline-block;
}
#mainFooter #language li {
	float: left;
}
#mainFooter #language .active {
	color: #FF9800;
}
#mainFooter #language li a {
	display: block;
	padding: 5px 15px;
	line-height: 1.2;
}
#mainFooter #remoteNav a {
	display: block;
	clear: both;
	padding: 8px 2%;
}
#mainFooter #remoteNav i {
	float: right;
}
.copyright {
	color: #9A9A9A;
	text-align: center;
	font-size: 11px;
	padding: 5px 15px;
}
#mainFooter .copyright {
	border-top: 1px solid #424242;
	margin-top: 10px;
}
/****** 9月16日から追加分　*****/
/*----- S04 -----*/
#s04 section p {
	margin: 20px 15px;
    font-style: italic;
}
/*----- S05 -----*/
#s05 section p {
	margin: 20px 15px;
}
/*----- S11 -----*/
#s11 section p.center{
	color:#FF9800;
	margin-bottom: 20px;
	font-style:italic;
}
#s11 ul{
	width: 180px;
	margin: 0 auto;
}
#s11 .mdlBtn{
	float: left;
	margin: 0 20px;
}
/*----- S09, s10 -----*/
.registerLink {
	display: block;
	color: #F57F17;
	font-weight: 600;
}
.registerLink a {
	display: block;
	padding: 0px 0 0px 0px;
	box-sizing: border-box;
}
.registerLink a span {
	margin: 0 10px;
}
.registerLink a i.grey {
	color: #9A9A9A;
}
/*----- S12 -----*/
#s12 section p {
	margin: 20px 15px;
}
/****** 9月17日　*****/
/*---- S13 -----*/
#s13 .checkboxList {
    width: 255px;
    margin: 0 auto 20px;
}
#s13 .checkboxList li a{
	color: #212121;
	font-weight: bold;
}
#s13 .checkboxList li sup{
	color:#F57F17;
}
#s13 ul {
    width: 210px;
    margin: 0 auto;
}
#s13 .mdlBtn{
	float: left;
	margin: 0 20px;
}
/*---- S14 ----*/
#s14 ul {
    width: 210px;
    margin: 0 auto;
}
#s14 .mdlBtn{
	float: left;
	margin: 0 20px;
}
/*---- S15 -----*/
#s15 section p {
    margin: 20px 15px;
}
/****** 9月18日　*****/
img{
	height: auto;
}
/*---- S16 S31 S32 -----*/
#s16 section h3,
#s31 section h3,
#s32 section h3 {
    margin: 20px 15px 5px;
	font-size: 16px;
	font-weight: 600;
}
#s16 section p,
#s31 section p,
#s32 section p {
    margin: 0 15px 20px;
}
#s32 section h2{
	margin-bottom: 20px;
}
#s31 section p.center,
#s32 section p.center{
    color: #F57F17;
}
#s31 section p.center i,
#s32 section p.center i{
    margin-top: 3px;
}
/*---- S17 -----*/
#s17 h3{
    font-size: 16px;
    color: #F57F17;
    padding: 20px 15px 0 15px;
    line-height: 1.5em;
}
#s17 ul {
    width: 210px;
    margin: 0 auto;
}
#s17 .mdlBtn{
	float: left;
	margin: 0 20px;
}

/*---- S18 -----*/
#s18 th{
    font-size: 16px;
    color: #F57F17;
}
#s18 h3{
	color: #212121;
}
#s18 td a{
    color: #F57F17;
}
#s18 td a i{
	position: relative;
	top: 7px;
	margin-left: 5px;
}

/*---- S19 -----*/
#s19 section p,
#s35 section p{
	padding: 20px 15px;
}


