@charset "UTF-8";

/*				reset
====================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;

}

html { font-size: 62.5%;}
/*@media only screen and (max-width: 1400px) { html { font-size: calc(100vw / 140);}}
@media only screen and (max-width: 782px) { html { font-size: calc(100vw / 140);}}*/

/* PCでは1400px固定表示 */
body.Device-PC { min-width: 1400px;}
/* スマホでは拡縮 
@media only screen and (max-width: 1400px) { html { font-size: calc(100vw / 140);}}
*/
sup.supText {
	vertical-align: top;
	position: relative;
	top: 0.2em;
}
body {
  line-height: 1;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* footer {
  height: 24rem;
} */

a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}
a:hover { text-decoration: underline;}
a:visited { color: #fff;}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.inline-block { display: inline-block;}
/*div:before, div:after, ul:before, ul:after, dl:before, dl:after, dd:before, dd:after {
  content: "";
  display: table;
}

div:after, ul:after, dl:after, dd:after {
  clear: both;
}

div, ul, dl, dd {
  zoom: 1;
}
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

img { vertical-align:top;}

*, *::before, *::after {
    box-sizing: content-box;
}
*, *::before, *::after {
    box-sizing: content-box;
}


/* ------ form ------ */
body.Device-PC input[type='checkbox'] { transform:scale(1.5); border: none;}
/*
input {
	line-height: normal;
}
input::placeholder {
  color: #202020;
}*/

/* IE */
/*
input:-ms-input-placeholder {
  color: #202020;
}*/

/* Edge */
/*
input::-ms-input-placeholder {
  color: #202020;
}
input:focus::placeholder {
  color: #9c9c9c;
}*/

/* IE */
/*
input:focus:-ms-input-placeholder {
  color: #9c9c9c;
}*/

/* Edge */
/*
input:focus::-ms-input-placeholder {
  color: #9c9c9c;
}*/

/*
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	border: 0;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	text-transform: uppercase;
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
	appearance: none;
    box-sizing: border-box;
}
@media only screen and (max-width: 782px) {
	button,
	button[disabled]:hover,
	button[disabled]:focus,
	input[type="button"],
	input[type="button"][disabled]:hover,
	input[type="button"][disabled]:focus,
	input[type="reset"],
	input[type="reset"][disabled]:hover,
	input[type="reset"][disabled]:focus,
	input[type="submit"],
	input[type="submit"][disabled]:hover,
	input[type="submit"][disabled]:focus {
		
	}
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	animation: flash 1s ease;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #fff;
	border: none;
	border-radius: 3px;

	padding: 0.5em 0.5em 0.5em 0.5em;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.8rem;
    border: #d2d2d2 1px solid;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #F7FBFE;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

select {
	font-size: 1.6rem;
	background: #fff;
	border: none;
	border-radius: 3px;
	color: #686868;
	padding: 0em 0.5em;
	width: 100%;
	box-sizing: border-box;
	border-top:#fff 0.4em solid;
	border-bottom:#fff 0.4em solid;
}

.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 0;
    position: relative;
    border-radius: 2px;
	background: #ffffff;
}

.cp_ipselect select {
	width: 100%;
	padding-right: 1rem;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl02 { border: 1px solid #d2d2d2;}

.cp_ipselect::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect select {
	padding: 0.5em 38px 0.5em 0.5em;
	color: #424242;
}
*/
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #fff;
	background: #0b0136;
	background: -moz-linear-gradient(top,  #0e3297 0%, #0b0136 100%);
	background: -webkit-linear-gradient(top,  #0e3297 0%,#0b0136 100%);
	background: linear-gradient(to bottom,  #0e3297 0%,#0b0136 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e3297', endColorstr='#0b0136',GradientType=0 );
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
	/* min-height: 125vh; */
}
body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/bg_body.png") repeat-x right top / 17.7rem 64.6rem;
    z-index: 1;
}
body::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 2rem;
    background: url("../img/bg_body_rightTop.png") no-repeat right top  / 42rem 26rem;
    z-index: 2;
}
#body {
    position: relative;
    z-index: 4;
}
.sp { display: none;}
.inner { width:140rem; margin-left:auto; margin-right:auto; position: relative; max-width: 96%;}
.inner_n { width:128rem; margin-left:auto; margin-right:auto; position: relative; max-width: 96%;}

img { max-width: 100%;}
p { margin-top:1em;}

@keyframes flash {
	 0% { opacity: 1; }
    10% { opacity: 0.6; }
	100% { opacity: 1; }
}
.flash:hover{ animation: flash 1s 1 ease; text-decoration: none;}

.flash{
  width:10rem
}

@keyframes bright {
	 0% { filter: brightness(115%); }
	100% { filter: brightness(100%); }
}
.bright:hover{ animation: bright 1s 1 ease; text-decoration: none;}

.inline-block {
	display: inline-block;
}

@media only screen and (max-width: 782px) {
	.pc { display: none;}
	.sp { display: block;}
	span.sp { display: inline;}
}

.header {
    display: flex;
    justify-content: space-between;
}

.header-inner{
  max-width: 80rem;
  min-width: 75rem;
  display: flex;
  align-items: center;
}

.epbLogo {
    padding: 1rem 0 0 1rem;
    min-width: 150px;
}
.epbLogo img {width: 18rem;}
.rightTop {
    display: flex;
    justify-content: flex-end;
}
.rightTop a {
    display: block;
    height: 2.7rem;
    line-height: 2.7rem;
    font-weight: bold;
    font-size: 1.35rem;
}
.readme a {
    padding: 0 3rem;
    background: url("../img/icon_note.png") no-repeat left 50% / 2.4rem auto;
}
.langBtn a {
    display: block;
    text-align: center; 
    width: 11rem; 
    border-bottom-left-radius: 1rem; 
    background: #3f4040; 
    color: #908f8f;
    transition: all 0.5s ease;
}
.langBtn.on a { background: #c0185b; color: #fff;}
.langBtn:last-of-type a { border-bottom-left-radius: 0px;}
.langBtn a:hover { text-decoration: none;}
.langBtn:not(.on) a:hover { background: #71304a; color: #fff;}

@media only screen and (max-width: 782px) {
    body.Device-SP .rightTop a {
        display: block;
        height: 6rem;
        line-height: 6.5rem;
        font-size: 3rem;
    }
    body.Device-SP .langBtn a { width: 22rem; }
    body.Device-SP .readme a {
        padding: 0 5rem;
        background: url("../img/icon_note.png") no-repeat left 50% / 4rem auto;
    }
}


.rightBtm {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
    font-size: 1.1rem;
}
.rightBtm li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3rem;
}
.rightBtm .date {
    margin-left: 0.5rem;
    padding-left: 3rem;
    background: url("../img/icon_utc.png") no-repeat left 50% / 2.2rem 2.2rem;
    line-height: 3rem;
    height: 3rem;
    display: inline-block;
}
.rightBtm .jst .date { background: url("../img/icon_jst.png") no-repeat left 50% / 2.6rem 1.9rem;}
.rightBtm .time {
    font-size: 1.98rem;
    font-weight: bold;
    display: inline-block;
    height: 2.7rem;
    margin-left: 0.9rem;
    position: relative;
}
.rightBtm .time::after {
    content: ".";
    position: absolute;
    right: -0.8rem;
    bottom: 0;
    height: 3rem;
    animation: timedot 1s linear infinite;
}
@keyframes timedot {
    0% { opacity: 0; }
    49% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 1; }
}

@media only screen and (max-width: 782px) {
    body.Device-SP .rightBtm { font-size: 2.2rem; margin-top: 3rem;}
    body.Device-SP .rightBtm .time {font-size: 3.5rem;}
}

.gnav {
    display: flex;
    justify-content: center;
    height: 5rem;
    line-height: 5rem;
    margin: 2rem 0 0.5rem;
}
.gnav li {
    width: 28.5rem;
    max-width: 25%;
    height: 100%;
    position: relative;
}
.gnav li::after {
    content: "";
    height: 70%;
    width: 0.1rem;
    background: #4e54b1;
    left: 0;
    top: 15%;
    position: absolute;
}
.gnav li:first-child::after { display: none;}
.gnav li a {
    font-size: 1.8rem;
    display: block;
    width: 22.5rem;
    max-width: 90%;
    height: 100%;
    border-radius: 0.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    transition: all 0.5s ease;
}
@media only screen and (max-width: 782px) {
    body.Device-SP .gnav { height: 8rem; line-height: 8rem;}
    body.Device-SP .gnav li { width: 45rem;}
    body.Device-SP .gnav li a {
        font-size: 2.5rem;
        width: 30rem;
        white-space: nowrap;
        max-width: 97%;
    }
}
.gnav li.on a {background-color: #0f2b46;}
.gnav a:hover { text-decoration: none;}
.gnav li:not(.on) a:hover { background-color: rgba( 18, 1, 52, 0.6);}

.notice {
    padding: 1rem 1rem;
    border-radius: 1rem;
    border: #fff 0.1rem solid;
    box-sizing: border-box;
}
.notice h2 {
    font-size: 1.44rem;
    font-weight: bold;
}
.notice li {
    font-size: 1.3rem;
    margin-top: 0.9rem;
    line-height: 1.8rem;
}
@media only screen and (max-width: 782px) {
    body.Device-SP .notice h2 { font-size: 2.2rem;}
    body.Device-SP .notice li {line-height: 150%; font-size: 2.2rem;}
}


.bg_white { background: #fff; color: #000;}

.affiliated {
    display: flex;
    justify-content: center;
    padding: 1.5rem 0 1.5rem;
    background: #fff;
    color: #000;
}
.affiliated ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.affiliated li {
    margin: 0 2rem;
}

.affiliated img {
  width: 12rem;
}

.footerBtm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.5rem 5rem 5rem 5rem;
    /* position: fixed; *//*←絶対位置*/
    /* bottom: 0; */ /*下に固定*/
    /* width: 100%; */
    /* background: #0b0238; */
}
.footerBtm ul.left {
    display: flex;
    align-items: center;
}
.footerBtm ul.left li {
    line-height: 2.2rem;
    font-size: 1.4rem;
}
.footerBtm ul.left li.contact {
    background: url("../img/icon_contact.png") no-repeat left 50% / 2.5rem auto;
    padding: 0 1.5rem 0 3.5rem;
    height: 2.2rem;
}
.footerBtm ul.left li + li {
    padding-left: 1.5rem;
    position: relative;
}
.footerBtm ul.left li + li::before {
    content: '';
    width: 0.1rem;
    height: 1.4rem;
    background: #fff;
    position: absolute;
    left: 0;
    top: calc( 50% - 0.7rem);
}
.footerBtm .copy {
    margin: 0;
    text-align: right;
    font-size: 1.2rem;
}
@media only screen and (max-width: 782px) {
    body.Device-SP .footerBtm {
        justify-content: center;
        flex-direction: column;
        /* margin: 5rem 0; */
    }
    body.Device-SP .footerBtm ul.left li {
        line-height: 4.4rem;
        font-size: 3rem;
    }
    body.Device-SP .footerBtm ul.left li.contact {
        background: url("../img/icon_contact.png") no-repeat left 50% / 4rem auto;
        padding: 0 3rem 0 5.5rem;
        height: 4.4rem;
    }
    body.Device-SP .footerBtm ul.left li + li { padding-left: 3rem;}
    body.Device-SP .footerBtm ul.left li + li::before { height: 2.8rem; top: calc( 50% - 1.4rem);}
    body.Device-SP .footerBtm .copy { margin-top: 2rem; font-size: 2rem;}
}

.xdsoft_datetimepicker.xdsoft_dark { box-shadow: none;}

.link{
  color: #3e5fd6;
}

.link:visited {
  color: #13245e;
}