/*-----------------------------------------------
	#general
-----------------------------------------------*/

#general {
	margin: 0;
	padding: 0;
}


/*-----------------------------------------------
	#flowdit
-----------------------------------------------*/

#flowdit {
	margin: 0 auto;
	padding: 90px 0;
	border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 991px) {
	#flowdit {
		padding: 30px 15px;
	}
}

#flowdit h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 218%;
	font-weight: 700;
	color: #1D5AA9;
	letter-spacing: 2px;
	line-height: 1.4em;
	margin-bottom: 30px;

}
@media screen and (max-width: 680px) {
	#flowdit h2 {
		font-size: 128%;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
}

#flowdit h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 168%;
	font-weight: 500;
	margin-bottom: 15px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#flowdit h3 {
		font-size: 114%;
		margin-bottom: 15px;
	}
}

#flowdit p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	text-align: left;
	line-height: 1.8em;
	color: #1D5AA9;
}
#flowdit p span {
	color: #CC0000;
}
#flowdit p.day {
	text-align: center;
	color: #0DB97A;
}
#flowdit p.day a:link{
	text-decoration:underline;
	color: #D20035;
}
#flowdit p.day a:visited {
	text-decoration:underline;
	color: #D20035;
}
#flowdit p.day a:hover{
	text-decoration:none;
	color: #1D5AA9;
}
#flowdit p.day a:active {
	text-decoration:underline;
	color: #D20035;
}
@media screen and (max-width: 680px) {
	#flowdit p {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}

#flowdit .flowdittxt {
	margin: 0 auto 60px auto;
	padding: 0;
	max-width: 1140px;
}
@media screen and (max-width: 991px) {
	#flowdit .flowdittxt {
		margin: 0 auto 30px auto;
	}
}

#flowdit .flowditarea {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
}
@media screen and (max-width: 991px) {
	#flowdit .flowditarea {
		margin: 0 auto;
	}
}

#flowdit .flowditul {
	margin: 30px auto 60px auto;
	padding: 0;
	list-style: none;
	display: flex;
    justify-content:center;
	align-items:center;
}
#flowdit .flowditul li {
	flex: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 500;
	text-align: center;
	line-height: 1.8em;
	color: #FFFFFF;
	margin: 0 60px 0 0;
	padding: 30px 0;
	background-color: #1D5AA9;
	border-radius: 15px;
}
#flowdit .flowditul li:last-child {
	margin: 0 0 0 0;
}
#flowdit .flowditul li span {
	color: #FFFFFF;
	font-weight: 500;
}
#flowdit .flowditul li p {
	text-align: center;
	color: #FFFFFF;
}
#flowdit .flowditul li img {
	width: 30%;
	margin: 30px 0 0 0;
}
#flowdit .arrow_r {
	position: relative;
	display: inline-block;
	padding-left: 0;
	color: #1D5AA9;
	text-decoration: none;
}
#flowdit .arrow_r:before {
  content: '';
  width: 30px;
  height: 30px;
  border: 0;
  border-top: solid 2px #1D5AA9;
  border-right: solid 2px #1D5AA9;
  position: absolute;
  top: 40%;
  left: -60px;
  margin-top: -2px;
  transform: rotate(45deg);
}
@media screen and (max-width: 680px) {
	#flowdit .flowditul {
		flex-flow: column wrap;
		margin: 15px auto 30px auto;
	}
	#flowdit .flowditul li {
		font-size: 88%;
		text-align: center;
		margin: 0 0 15px 0;
		padding: 15px 0;
	}
	#flowdit .flowditul li:last-child {
		margin: 0 0 0 0;
	}
	#flowdit .flowditul li img {
		margin: 10px 0 0 0;
	}
}


/*-----------------------------------------------
	#main
-----------------------------------------------*/

#main {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	}

#main.patch tr {
	display: flex;
}
#main.patch .preview tr {
	border-bottom: 1px solid #DDDDDD;
}
#main.patch tr th{
	width: 20%;
}
#main.patch .preview tr th {
	margin-left: 1em;
}
#main.patch .preview tr td {
	padding: 15px 0;
}
#main.patch tr td{
	flex: 1;
}
#main.patch input[type=radio] {
	width: 20px !important;
	/*height: 20px !important;*/
}

#main h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 218%;
	font-weight: 700;
	color: #1D5AA9;
	letter-spacing: 2px;
	line-height: 1.4em;
}
#main.patch h1, #main.patch-entry h1{
	font-size: 175%;
    color: #333333;
}
#main hr {
	display: block;
	height: 4px;
	border: 0;
	border-top: 4px solid #1D5AA9;
	margin: 2em 0;
	padding: 0;
}
.agreepolicyarea hr {
	display: block;
	height: 4px;
	border: 0;
	border-top: 4px solid #1D5AA9;
	margin: 2em 0;
	padding: 0;
}
.cancelpolicyarea.patch .noteHr{
	display: block;
	height: 4px;
	width: 100%;
	border: 0;
	border-top: 4px solid #1D5AA9;
	margin: 1em 0;
	padding: 0;
}
.cancelconfirmarea.patch .noteHr{
	display: block;
	height: 4px;
	width: 100%;
	border: 0;
	border-top: 4px solid #1D5AA9;
	margin: 1em 0;
	padding: 0;
}
.notesarea.patch .noteHr{
	display: block;
	height: 4px;
	width: 100%;
	border: 0;
	border-top: 4px solid #1D5AA9;
	margin: 1em 0;
	padding: 0;
}
@media screen and (max-width: 680px) {
	#main h1 {
		font-size: 128%;
		letter-spacing: 1px;
	}
	#main.patch h1, #main.patch-entry h1{
		font-size: 128%;
	}
}

#main h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 128%;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
	color: #1D5AA9;
	line-height: 1.6em;
	letter-spacing: 1px;
}
#main.patch-entry h3 {
	font-size: 100%;
	line-height: 24px;
	font-weight: 700;
	text-align: left;
	color: #333333;
}
.notesarea.patch .noteH3{
	margin-bottom: 40px;
	color: #333333;
	font-weight: 700;
}
@media screen and (max-width: 680px) {
	#main h3 {
		font-size: 114%;
		margin-bottom: 15px;
	}
}

#main h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	margin-bottom: 0px;
	text-align: left;
	color: #1D5AA9;
	line-height: 1.6em;
	letter-spacing: 1px;
	border-bottom: 1px solid #1D5AA9;
}
#main .content-wrapper{
	width: 86%;
	margin: 0 auto;
}
#main .attendarea.patch span {
	color: #CC0000;
}
#main .attendarea.patch h4 {
	border-bottom: 0px;
	color: #323232;
}
#main.patch-entry h4 {
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
	color: #1D5AA9;
	line-height: 23.17px;
	border-bottom: 0px;
}
#main.patch-entry .prompt {
	margin-left: 60px;
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: left;
	color: #E60024;
	line-height: 24px;
	border-bottom: 0px;
}
@media screen and (max-width: 991px) {
	#main.patch-entry .prompt {
	margin-left: 30px;
	}
}
@media screen and (max-width: 680px) {
	#main h4 {
		font-size: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	#main .message-box .errorMessage li {
		text-align: center !important;
	}
}
@media screen and (max-width: 991px) {
	#main.patch-entry h4 {
		margin: 0px 30px 0px 30px;
	}
	#main.patch-entry h4.app_confirm_h4{
		margin: revert;
	}
}

#main h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#main h5 {
		font-size: 88%;
		text-align: center;
		line-height: 1.6em;
	}
}
#main h5 a:link{
	text-decoration:none;
	color: #FFFFFF;
}
#main .textchange {
	text-decoration:none;
	color: #277ae5;
}
#main .textchange:hover{
	text-decoration:none;
	color: #277ae5;
}
#main.patch h5 a:visited {
	color: #277AE5;
}
#main h5 a:hover{
	text-decoration:none;
	color: #FFFFFF;
}
#main h5 a:active {
	text-decoration:none;
	color: #FFFFFF;
}

#main p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	text-align: left;
	line-height: 1.8em;
	color: #1D5AA9;
}
#main.patch-entry .confirm04 p {
	font-size: 100%;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 680px) {
	#main p {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}

#main p.password {
	margin-bottom: 30px;
}
#main p.account {
	margin-bottom: 30px;
}
#main p.nodata {
	text-align: center;
}
#main p.voucher {
	margin-bottom: 30px;
}
#main p.voucher span.attend {
	color: #CC0000;
}

#main .btn-entry {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	line-height: 1.6em;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 1px;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
	background: -webkit-linear-gradient(top left, #D20035, #FF3366, #FF4876);
	background: -o-linear-gradient(top left, #D20035, #FF3366, #FF4876);
	background: linear-gradient(to bottom right, #D20035, #FF3366, #FF4876);
}
#main .btn-entry-login {
	height: 48px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 700;
	line-height: 1.6em;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 4px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 15px auto 0 auto;
	max-width: 300px;
	padding: 10px 25px;
	color: #FFFFFF;
	transition: 0.3s ease-in-out;
	background: #277ae5;
}
#main .btn-entry-login:hover{
	background: #1565c0;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
#main .btn-entry-login2 {
    height: 48px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    font-weight: 700;
    line-height: 1.6em;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 4px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    background: #00a000;
}
#main .btn-entry-login2:hover{
    background: #006c00;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
#main .btn-entry-login.btn-my {
	width: 47%;
	height: 48px;
}
#main.patch .btn-entry{
	background: linear-gradient(to bottom right, #277AE5, #277AE5, #277AE5);
}

#main .btn-entry:hover {
    color: #CCCCCC;
	background: -webkit-linear-gradient(top left, #FF4876, #FF3366, #D20035);
	background: -o-linear-gradient(top left, #FF4876, #FF3366, #D20035);
	background: linear-gradient(to bottom right, #FF4876, #FF3366, #D20035);
}

@media screen and (max-width: 680px) {
	#main .btn-entry {
		padding: 10px 25px;
		font-size: 100%;
		max-width: auto;
	}
}

#main .btn-next {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	line-height: 1.6em;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 3px;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
	background: -webkit-linear-gradient(top left, #D20035, #FF3366, #FF4876);
	background: -o-linear-gradient(top left, #D20035, #FF3366, #FF4876);
	background: linear-gradient(to bottom right, #D20035, #FF3366, #FF4876);
}

#main .btn-next:hover {
    color: #CCCCCC;
	background: -webkit-linear-gradient(top left, #FF4876, #FF3366, #D20035);
	background: -o-linear-gradient(top left, #FF4876, #FF3366, #D20035);
	background: linear-gradient(to bottom right, #FF4876, #FF3366, #D20035);
}

@media screen and (max-width: 680px) {
	#main .btn-next {
		padding: 10px 25px;
		font-size: 100%;
		max-width: auto;
	}
}


#main .btn-back {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	line-height: 1.6em;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 3px;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
	background: -webkit-linear-gradient(top left, #333333, #999999, #CCCCCC);
	background: -o-linear-gradient(top left, #333333, #999999, #CCCCCC);
	background: linear-gradient(to bottom right, #333333, #999999, #CCCCCC);
}
#main .btn-back-passchange {
	width: 47%;
	height: 48px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 700;
	line-height: 1.6em;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 3px;
	border-radius: 4px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 15px auto 0 auto;
	max-width: 300px;
	padding: 10px 25px;
	color: #277ae5;
	transition: 0.3s ease-in-out;
	border: 2px solid #277ae5;
	border-color: #277AE5;
	background: linear-gradient(to bottom right, #FFFFFF, #FFFFFF, #FFFFFF);
}
#main .btn-back-passchange:hover{
	background: rgba(25, 118, 210, 0.04);
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
#main.patch .btn-back {
	border-color: #277AE5;
	background: linear-gradient(to bottom right, #FFFFFF, #FFFFFF, #FFFFFF);
}

#main .btn-back:hover {
    color: #CCCCCC;
	background: -webkit-linear-gradient(top left, #CCCCCC, #999999, #333333);
	background: -o-linear-gradient(top left, #CCCCCC, #999999, #333333);
	background: linear-gradient(to bottom right, #CCCCCC, #999999, #333333);
}

@media screen and (max-width: 680px) {
	#main .btn-back {
		padding: 10px 25px;
		font-size: 100%;
		max-width: auto;
	}
}

#main .btn-confirm {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	line-height: 1.6em;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 3px;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
	background: -webkit-linear-gradient(top left, #FF4000, #FF8000, #FFBF00);
	background: -o-linear-gradient(top left, #FF4000, #FF8000, #FFBF00);
	background: linear-gradient(to bottom right, #FF4000, #FF8000, #FFBF00);
}

#main .btn-confirm:hover {
    color: #CCCCCC;
	background: -webkit-linear-gradient(top left, #FFBF00, #FF8000, #FF4000);
	background: -o-linear-gradient(top left, #FFBF00, #FF8000, #FF4000);
	background: linear-gradient(to bottom right, #FFBF00, #FF8000, #FF4000);
}

@media screen and (max-width: 680px) {
	#main .btn-confirm {
		padding: 10px 25px;
		font-size: 100%;
		max-width: auto;
	}
}

#main .btn-end {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	line-height: 1.6em;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 3px;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
	background: -webkit-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
	background: -o-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
	background: linear-gradient(to bottom right, #5620A9, #1378B1, #0DB97A);
}

#main .btn-end:hover {
    color: #CCCCCC;
	background: -webkit-linear-gradient(top left, #0DB97A, #1378B1, #5620A9);
	background: -o-linear-gradient(top left, #0DB97A, #1378B1, #5620A9);
	background: linear-gradient(to bottom right, #0DB97A, #1378B1, #5620A9);
}

@media screen and (max-width: 680px) {
	#main .btn-end {
		padding: 10px 25px;
		font-size: 100%;
		max-width: auto;
	}
}
#main .btn-patch {
	width: 47%;
	height: 48px;
	font-weight: 700;
	padding: 14px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 100%;
	box-sizing: border-box;
}
#main .btn-back-patch{
	color: #277ae5;
	border: 2px solid #277ae5;
}
#main .btn-back-patch a{
	color: #277ae5;
}
#main .btn-back-patch:hover{
	background: rgba(25, 118, 210, 0.04);
}
.cancelconfirmarea .btn-back-patch{
	color: #277ae5;
	border: 2px solid #277ae5;
}
.cancelconfirmarea .btn-back-patch:hover{
	background: rgba(25, 118, 210, 0.04);
}

#main .btn-entry-patch{
	color: #ffffff;
	background: #277ae5;
}
.cancelconfirmarea.patch .btn-entry-patch{
	color: #ffffff;
	background: #277ae5;
}
#main .btn-entry-login a{
	color: #ffffff;
}
#main .btn-back-passchange a{
	color: #277ae5;
}
#main .btn-entry-patch a{
	color: #ffffff;
}
#main .btn-back-passchange a:hover{
	color: #277ae5;
}
#main .btn-entry-patch:hover{
	background: #1565c0;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.cancelconfirmarea.patch .btn-entry-patch:hover{
	background: #1565c0;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

#main .maindit {
	margin: 0 auto;
	padding: 60px 0 60px 0;
	max-width: 1140px;
}
#main.patch .maindit, #main.patch-entry .maindit {
	margin: 0 auto;
	padding: 2.1em 0;
	max-width: 1140px;
	width: 96%;
}
@media screen and (max-width: 991px) {
	#main .maindit {
		padding: 30px 0;
	}
}

#main .mainarea {
	margin: 0;
	padding: 60px 0 0 0;
	max-width: 1140px;
}
#main.patch .mainarea{
    padding: 0 0 0 0;
}
#main.patch-entry .mainarea {
	padding: 10px 60px 0 60px;
}
@media screen and (max-width: 991px) {
	#main .mainarea {
		margin: 0 auto;
		padding: 15px 10px 0 10px;
	}
}
@media screen and (max-width: 991px) {
	#main.patch-entry .mainarea {
		margin: 0px 30px 0px 30px;
		padding: 0 0 0 0;
	}
}
#main .entrytbl {
	margin: 0 auto 30px auto;
	padding: 0;
	width: 100%;
}
#main .entrytbl a:link{
	text-decoration:underline;
	color: #D20035;
}
#main.patch .entrytbl a:link{
    color: #277AE5;
}
#main.patch .entrytbl a:visited {
	color: #277AE5;
}
#main .entrytbl a:visited {
	text-decoration:underline;
	color: #D20035;
}
#main.patch-entry .entrytbl a:visited {
	text-decoration:underline;
	color: #277AE5;
}
#main .entrytbl a:hover{
	text-decoration:none;
	color: #D20035;
}
#main .entrytbl a:active {
	text-decoration:underline;
	color: #D20035;
}
#main .entrytbl th {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	text-align: left;
	line-height: 1.8em;
	color: #1D5AA9;
	word-break: keep-all;
	box-sizing: border-box;
	padding: 0px 30px 15px 0;
}
#main.patch .entrytbl th, #main.patch-entry .entrytbl th {
	white-space: nowrap;
    color: #333333;
	line-height: 1;
	display: flex;
	align-items: center;
	padding: 0px 0px 15px 0;
	font-size: 100%;
	font-weight: 700;
}
#main.patch .entrytbl.entrytbl-input th{
	align-items: flex-end;
}
#main.patch .entrytbl th .th_wrapper {
	margin-bottom: 0.62em;
}
#main.patch .entrytbl th .th_wrapper.line-two{
	margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	#main.patch .entrytbl th .th_wrapper {
		margin-bottom: 0;
	}
}
#main.patch .preview .entrytbl th{
	padding: 0 !important;
}
@media screen and (max-width: 991px) {
	#main.patch .entrytbl th.phone .th_wrapper {
		display: flex;
		align-items: flex-end;
	}
	#main.patch .entrytbl th.phone .telText{
		margin-left: 10px;
	}
}
#main.patch .entrytbl th.country {
	align-items: start;
	padding-top:15px;
}
#main .entrytbl th.thcenter {
	text-align: center;
}
#main .entrytbl th.account {
	width: 300px;
}
#main .entrytbl td {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	text-align: left;
	line-height: 1.8em;
	color: #1D5AA9;
	padding: 0px 0 15px 0;
}
#main.patch .entrytbl td, #main.patch-entry .entrytbl td {
    color: #323232;
	line-height: 2.6em;
	font-weight: 400;
	font-size: 100%;
}
#main .entrytbl td.text {
	font-size: 90%;
	line-height: 1.4em;
	font-weight: 400;
}
.telText{
	font-size: 90%;
	line-height: 21px;
	font-weight: 400;
}
.svg{
	margin-top: 3em;
	margin-bottom: 3em;
}
.statute{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	position: relative;
}
.patch-entry .statute{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	position: relative;
	float: left;
}
.patch-entry .statute.att{
	margin: 5px 0px 10px 0px;
}
@media screen and (max-width: 991px) {
	.patch-entry .statute {
		justify-content: left;
	}
}
.statute .wwerr{
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.radio-address-kind-wrapper .wwctrl {
	display: flex;
	align-items: center;
	justify-content: start;
}
.radio-address-kind-wrapper input {
	width: 20px !important;
	height: auto !important;
	margin-right:20px;
}
.radio-address-kind-wrapper label {
	width: 100px;
}
.radio-address-country-wrapper {
}
.radio-address-country-wrapper input {
	width: 20px !important;
	height: auto !important;
	margin-right:20px;
}
.radio-address-country-wrapper label {
	width: 100px;
}
.radio-address-country-wrapper .other-countrys {
	flex: 1;
	display: none;
	position: relative;
}
.worker td{
	position: relative;
}
.student td{
	position: relative;
}
.input-date-wrapper{
     display: block;
 }
.input-date-wrapper input {
    width: 15% !important;
}
.input-date-wrapper input:first-child {
	width: 20% !important;
}
.input-date-wrapper label {
	margin: 0 15px;
}
#main.patch .addressItem{
	display: flex;
	align-items: flex-end;
	justify-content: start;
	margin-bottom: 15px;
}
#main.patch .addressItem .title{
	margin-right: 20px;
	text-align: right;
	width: 170px;
	font-weight: 700;
	padding-bottom: 2px;
}
@media screen and (max-width: 991px) {
	#main.patch .addressItem .title{
		padding-bottom: 0;
	}
}
#main.patch .addressItem .title.ziptitle{
	line-height: 1.6;
	display: flex;
	justify-content: flex-end;
}
#main.patch .addressItem .title.ziptitle .title_text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
#main.patch .addressItem .title.ziptitle .title_tip{
	font-weight: 400;
	font-size: 90%;
	text-align: left;
}
#main.patch .addressItem .title.ziptitle .title_tip_phone{
	font-weight: 400;
	font-size: 90%;
	text-align: left;
	display: none;
}

#main.patch .completeArea{
	box-sizing: border-box;
	padding: 0 60px;
}
.address4jp input{
	width: 266px !important;
}
.prefecture{
	width: 266px !important;
	height: 2.8em;
}

#main.patch input::-webkit-input-placeholder, #main.patch-entry input::-webkit-input-placeholder{
	color: #AAAAAA;
	font-size: 100%;
	padding-left: 5px;
	font-weight: 400;
}
#main.patch input:-moz-placeholder, #main.patch-entry input:-moz-placeholder{
	color: #AAAAAA;
	font-size: 100%;
	padding-left: 5px;
	font-weight: 400;
}
#main.patch input::-moz-placeholder, #main.patch-entry input::-moz-placeholder{
	color: #AAAAAA;
	font-size: 100%;
	padding-left: 5px;
	font-weight: 400;
}
#main.patch input:-ms-input-placeholder, #main.patch-entry input:-ms-input-placeholder{
	color: #AAAAAA;
	font-size: 100%;
	padding-left: 5px;
	font-weight: 400;
}
#main.patch #birth-year::-webkit-input-placeholder, #main.patch #birth-month::-webkit-input-placeholder, #main.patch #birth-day::-webkit-input-placeholder{
	text-align: right;
	padding-right: 10px;
}
#main.patch #birth-year:-moz-placeholder, #main.patch #birth-month:-moz-placeholder, #main.patch #birth-day:-moz-placeholder{
	text-align: right;
	padding-right: 10px;
}
#main.patch #birth-year::-moz-placeholder, #main.patch #birth-month::-moz-placeholder, #main.patch #birth-day::-moz-placeholder{
	text-align: right;
	padding-right: 10px;
}
#main.patch #birth-year:-ms-input-placeholder, #main.patch #birth-month:-ms-input-placeholder, #main.patch #birth-day:-ms-input-placeholder{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#main.patch .selectPlaceholder{
	position: absolute;
	padding-left: 5px;
	color: #aaaaaa;
	font-weight: 400;
	font-size: 100%;
	pointer-events: none;
	bottom: 18px;
}
#main.patch .other-countrys  .selectPlaceholder{
	bottom: 0;
}
#main.patch .countryArea{
	display: flex;
	align-items: center;
}
@media screen and (max-width: 991px) {
	#main.patch tr {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 10px 0;
	}
	#main.patch .preview tr{
		flex-wrap: nowrap;
		margin: 0;
	}
	#main.patch tr th{
		width: 100%;
	}
	#main.patch .preview tr th{
		width: 40%;
	}
	#main.patch .entrytbl th {
		padding: 0 0  5px 0;
	}
	#main.patch .entrytbl th.country {
		padding-top:0px;
	}
	#main.patch .entrytbl td{
		padding: 0;
	}
	#main.patch .addressItem{
		flex-wrap: wrap;
		margin-bottom:2px;
	}
	#main.patch .addressItem .title{
		width: 100%;
		text-align: left;
		margin-left: 0;
	}
	#main.patch .addressItem .title.ziptitle{
		justify-content: flex-start;
	}
	#main.patch .addressItem .title.ziptitle .title_tip{
		display: none;
	}
	#main.patch .addressItem .title.ziptitle .title_tip_phone{
		display: inline-block;
		margin-left: 10px;
	}
	#main.patch .addressItem .content{
		width: 100%;
	}
	#main.patch .countryArea{
		flex-wrap: wrap;
	}
	#main.patch .other-countrys{
		flex: auto;
	}
	.statute{
		display: flex !important;
	}
	#main .btn-back-patch{
		width: 100%;
		margin-bottom: 15px;
	}
    .cancelconfirmarea.patch .btn-back-patch{
       width: 100%;
       margin-bottom: 15px;
    }
	#main .btn-entry-patch{
		width: 100%;
	}
    .cancelconfirmarea.patch .btn-entry-patch{
        width: 100%;
    }
  	.statute .wwerr{
		width: 130%;
	}
	#main.patch .completeArea{
		padding: 20px 15px;
	}
	#main.patch .selectPlaceholder{
		bottom: 2px;
	}
	#main.patch .prefectureListArea select{
		width: 100% !important;
	}
	.address4jp input{
		width: 100% !important;
	}
	#main .btn-back-passchange {
		width: 100%;
	}
	#main .btn-entry-login.btn-my {
		width: 100%;
	}
	#main .btnarea.phone-revert {
		flex-direction: column-reverse;
	}
	#main .btnarea.phone-revert .btn-back-patch{
		margin-bottom: 0;
	}
	#main .btnarea.phone-revert .btn-entry-patch{
		margin-bottom: 15px;
	}
    .cancelconfirmarea.patch .btnarea.phone-revert .btn-back-patch{
        margin-bottom: 0;
    }
    .cancelconfirmarea.patch .btnarea.phone-revert .btn-entry-patch{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 680px) {
	#main .entrytbl {
		margin: 0 auto 15px auto;
	}
	#main .entrytbl th,#main .entrytbl td {
		width: 100%;
		display: block;
		line-height: 1.6em;
		font-size: 88%;
	}
	#main.patch .entrytbl td, #main.patch-entry .entrytbl td {
		font-size: 88%;
	}
	#main .entrytbl th {
		width: 100%;
		padding: 0;
	}
	#main.patch .entrytbl th, #main.patch-entry .entrytbl th {
		font-size: 88%;
	}
	#main .entrytbl th.thcenter {
		padding: 0 0 10px 0;
	}
	#main .entrytbl th.account {
		width: auto;
	}
	#main .entrytbl td {
		padding: 10px 0 15px 0;
	}
	#main .content-wrapper{
		width: 100%;
	}
	#main.patch-entry .prompt{
		font-size: 88%;
	}
	#main.patch-entry h3 {
		font-size: 88%;
	}
}

#main .daytbl {
	margin: 0 auto 60px auto;
	padding: 0;
	width: 100%;
}
#main .daytbl th {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 500;
	text-align: center;
	line-height: 1.8em;
	color: #FFFFFF;
	word-break: keep-all;
	box-sizing: border-box;
	padding: 5px;
	background-color: #1D5AA9;
	border-bottom: 1px solid #CCCCCC;
}
#main .daytbl td {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	text-align: left;
	line-height: 1.8em;
	color: #1D5AA9;
	padding: 10px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main.patch-entry .daytbl td {
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
#main.patch-entry .daytbl.entry tr {
	border: 2px solid #1D5AA9;
	border-radius: 4px !important;
	display: flex;
}
#main.patch-entry .daytbl.entry td {
	border-top: 0px;
	border-bottom: 0px;
}
#main .daytbl td span {
	font-size: 78%;
	font-weight: 500;
	line-height: 1.6em;
	color: #FFFFFF;
	background-color: #1D5AA9;
	border-radius: 5px;
	padding: 1px 10px 2px 10px;
	display: block;
	text-align: center;
}
@media screen and (max-width: 680px) {
	#main .daytbl {
		margin: 0 auto 15px auto;
	}
	#main .daytbl th, #main .daytbl td {
		width: 100%;
		display: block;
	}
	#main .daytbl th {
		display: none;
	}
	#main .daytbl td {
		font-size: 88%;
		line-height: 1.6em;
		padding: 0 0 0 0;
		vertical-align: middle;
		width: auto;
		border-bottom: none;
	}
	#main .daytbl td:last-child {
		margin-bottom: 15px;
		padding: 3px 0 15px 0;
		border-bottom: 1px solid #1D5AA9;
	}
	#main .daytbl td span {
		line-height: 1.6em;
		padding: 1px 3px 2px 3px;
	}
}

#main form {
	border: 3px solid #1D5AA9;
	padding: 60px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
#main.patch form {
	padding-top:0px;
	padding-bottom: 0px;
    border:none;
}
#main.patch-entry form {
	padding: 0px;
	border:none;
}
#main.patch-entry form.confirm04{
	margin: 0px 60px 0px 60px;
}
#main.patch-entry form.confirm04 .entrytbl tr{
	display: flex;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 10px;
}
#main.patch-entry form.confirm04 .entrytbl th{
	margin-left: 20px;
	margin-top: 1em
}
#main.patch-entry form.confirm04 .entrytbl td{
	margin-left: 40px;
	margin-top: 1em
}
@media screen and (max-width: 680px) {
	#main form {
		padding: 20px 15px;
		margin-bottom: 0;
	}
	#main.patch-entry form.confirm04 .entrytbl tr{
		display: block;
		border-top: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD
	}
	#main.patch-entry form.confirm04 .entrytbl th{
		margin-left: 0px;
		margin-top: 1em;
		margin-bottom: -30px;
	}
	#main.patch-entry form.confirm04 .entrytbl td{
		margin-left: 0px;
		margin-top: 1em;
		margin-bottom: -10px;
	}
	#main.patch-entry form.confirm04{
		margin: 0px 30px 0px 30px;
	}
	#main.patch-entry .content.entry label{
		font-size: 100% !important;
		line-height: 20px !important;
	}
	#main.patch-entry .daytbl.entry label{
		font-size: 100% !important;
		line-height: 20px !important;
	}
}

#main input {
	width: 100%;
	border: 1px solid #1D5AA9;
	border-radius: 5px;
	padding: 1px;
}

#main input[type="text"] {
	width: 100%;
	border: 1px solid #1D5AA9;
	border-radius: 5px;
}
#main.patch input[type="text"], #main.patch-entry input[type="text"] {
    border: 1px solid #DDDDDD;
}
#main input[type="text"]:focus
{
	background-color: #FFFFFF;
}
#main input[type="password"] {
	width: 100%;
	border: 1px solid #1D5AA9;
	border-radius: 5px;
}
#main.patch input[type="password"] {
    border: 1px solid #DDDDDD;
}
#main input[type="password"]:focus
{
	background-color: #FFFFFF;
}
#main input[type="email"] {
	width: 100%;
	border: 1px solid #1D5AA9;
	border-radius: 5px;
}
#main input[type="email"]:focus
{
	background-color: #FFFFFF;
}
#main input[type="tel"] {
	width: 100%;
	border: 1px solid #1D5AA9;
	border-radius: 5px;
}
#main input[type="tel"]:focus
{
	background-color: #FFFFFF;
}
#main input[type="date"] {
	width: 100%;
	border: 1px solid #1D5AA9;
	border-radius: 5px;
}
#main input[type="date"]:focus
{
	background-color: #FFFFFF;
}
#main input[type="checkbox"] {
	background: #FFFFFF;
	border: 1px solid #1D5AA9;
	border-radius: 50%;
	display: block;
	height: 20px;
	width: 20px;
}
#main select {
	width: 100%;
	border: 1px solid #1D5AA9;
	border-radius: 5px;
	padding: 1px;
	appearance:	auto;
}
#main select {
    border: 1px solid #DDDDDD;
}



#main .attendarea {
	margin: 60px 0 0 0;
	padding: 30px;
	background-color: #1D5AA9;
	box-sizing: border-box;
}
#main .attendarea.password{
	background-color: rgba(0, 148, 255, 0.1);
	border: 1px solid #0094FF;
}
#main .attendarea.patch {
	background-color: rgba(0, 148, 255, 0.1);
	border: 1px solid #0094FF;
}
#main.patch .attendarea {
	margin: 0 0 30px 0;
	padding: 0px;
	background-color: #FFFFFF;
}
#main.patch-entry .attendarea {
	margin: 35px 60px 0 60px;
	background-color: rgba(0, 148, 255, 0.1);
	border: 1px solid #0094FF;
}
@media screen and (max-width: 991px) {
	#main .attendarea {
		margin: 30px 10px 15px 10px;
		padding: 15px;
	}
}
@media screen and (max-width: 991px) {
	#main.patch-entry .attendarea {
		margin: 30px 30px 0px 30px;
		padding: 15px;
	}
}

#main .attendarea h4 {
	color: #FFFFFF;
}
#main .attendarea.password h4 {
	color: #323232;
	border-bottom: 0px;
}
#main .attendarea h4 span {
    color: #FFD800;
}
#main .attendul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: disc;
}
#main .attendul.illustrate li {
	color: #323232;
	font-weight: 400;
}
#main .attendul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 500;
	text-align: left;
	line-height: 1.6em;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#main .attendul.pcul li {
	font-weight: 400;
	color: #323232;
}
#main.patch-entry .attendul li {
	color: #333333;
	font-weight: 400;
	line-height: 24px;
}
#main.patch .attendul li {
	text-align: center;
	color: #1D5AA9;
	list-style-type: none;
	font-weight: 700;
}
#main .attendul li:last-child {
	margin-bottom: 0;
}
#main .attendul li a:link{
	text-decoration:underline;
	color: #FFD800;
}
#main .attendul li a:visited {
	text-decoration:underline;
	color: #FFD800;
}
#main .attendul li a:hover{
	text-decoration:none;
	color: #FFFFFF
}
#main .attendul li a:active {
	text-decoration:underline;
	color: #FFD800;
}
#main .attendul li span {
	color: #FFD800;
}
@media screen and (max-width: 991px) {
	#main .attendul li {
		font-size: 88%;
	}
}

#main .massage {
	margin: 0 0 60px 0;
	padding: 30px;
	border: 2px solid #1D5AA9;
	box-sizing: border-box;
}
#main.patch .massage.top {
	margin: 0 0 20px 0;
	padding: 30px;
	border: 1px solid #0094FF;
	box-sizing: border-box;
	background-color: rgba(0, 148, 255, 0.1);
}
#main.patch .massage.preview {
	margin: 0 0 0 0;
	padding: 0px;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#main .massage.situation {
	margin: 60px 0 0 0;
}
@media screen and (max-width: 991px) {
	#main .massage {
		margin: 0 0 15px 0;
		padding: 15px;
	}
	#main .massage.situation {
		margin: 30px 0 0 0;
	}
}

#main .massage p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 500;
	text-align: left;
	line-height: 1.8em;
	color: #1D5AA9;
}
#main .massage p.attend {
	color: #CC0000;
}
@media screen and (max-width: 680px) {
	#main .massage p {
		font-size: 88%;
		text-align: left;
		line-height: 1.6em;
	}
}

#main .massageul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: disc;
}
#main .massageul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 700;
	text-align: left;
	line-height: 1.6em;
	color: #CC0000;
	margin-bottom: 5px;
}
#main .massageul li.other {
	color: #323232;
	font-weight: 400;
}
#main .massageul li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	#main .massageul li {
		font-size: 88%;
	}
}

#main .viewtbl {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 100%;
}
#main .viewtbl th {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 500;
	text-align: left;
	line-height: 1.6em;
	word-break: keep-all;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 0 0 15px 0;
}
#main .viewtbl td {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 88%;
	font-weight: 500;
	text-align: left;
	line-height: 1.6em;
	color: #1D5AA9;
	vertical-align: middle;
	padding: 0 0 15px 15px;
}
#main .viewtbl th span {
	font-size: 78%;
	font-weight: 500;
	line-height: 1.6em;
	color: #FFFFFF;
	background-color: #1D5AA9;
	border-radius: 5px;
	padding: 3px 10px 4px 10px;
	display: block;
	text-align: center;
}
@media screen and (max-width: 680px) {
	#main .viewtbl {
		margin: 30px auto 0 auto;
	}
	#main .viewtbl th, #main .viewtbl td {
		width: 100%;
		display: block;
	}
	#main .viewtbl th {
		font-size: 88%;
		line-height: 1.6em;
		margin: 0 0 5px 0;
		padding: 0;
		vertical-align: middle;
		word-break: keep-all;
	}
	#main .viewtbl td {
		font-size: 78%;
		line-height: 1.6em;
		margin: 0 0 10px 0;
		padding: 0;
		vertical-align: middle;
		width: auto;
	}
	#main .viewtbl th span {
		line-height: 1.6em;
		padding: 4px 3px 3px 3px;
	}
}

#main .mypagearea {
	margin: 0;
	padding: 60px 0 0 0;
	max-width: 1140px;
	display: flex;
    justify-content:center;
	align-items:stretch;
}
#main .mypagearea article {
	flex: 1;
	margin: 0 15px;
}
@media screen and (max-width: 991px) {
	#main .mypagearea {
		margin: 0 auto;
		padding: 15px 10px 0 10px;
		flex-flow: column wrap;
	}
}

#main .btnarea {
	margin: 0;
	padding: 0;
	max-width: 1140px;
	display: flex;
    justify-content:center;
	align-items:stretch;
}
#main.patch .btnarea{
	justify-content:space-around;
}
#main.patch .btnarea.btnarea_v{
	flex-direction: column;
	align-items: center;
}
#main.patch .btnarea.btnarea_v .btn-entry-patch{
	margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
	#main .btnarea {
		margin: 0 0 30px 0;
	}
}

#main .btndit {
	margin: 30px auto 0 auto;
	padding: 0;
	max-width: 1140px;
	display: flex;
    justify-content:center;
	align-items:stretch;
}
@media screen and (max-width: 680px) {
	#main .btndit {
		margin: 0 0 30px 0;
	}
}

#main .codearea {
	margin: 30px auto 15px auto;
	padding: 30px 60px;
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
#main .codearea span {

	font-family: 'Noto Sans JP', sans-serif;
	font-size: 168%;
	font-weight: 700;
	text-align: center;
	line-height: 1.8em;
	letter-spacing: 3px;
	color: #000000;
}
@media screen and (max-width: 680px) {
	#main .codearea {
		margin: 15px auto 15px auto;
		padding: 15px 15px;
	}
	#main .codearea span {
		font-size: 128%;
	}
}

#main .hide-area{
  display: none;
}

#terms {
	margin: 0 auto;
	padding: 0;
}

.cancelpolicyarea {
	margin: 0 auto;
	padding: 60px 30px;
	background-color: #FFFFFF;
}
.cancelpolicyarea.patch {
	padding: 40px 0px;
}
.cancelpolicyarea.patch .noteH3 {
	margin-bottom: 40px;
	color: #333333;
	font-weight: 700;
}
@media screen and (max-width: 991px) {
	.cancelpolicyarea {
		padding: 30px 10px;
		background-repeat: repeat;
	}
}

.cancelpolicyarea iframe {
	width: 100%;
	height: 500px;
}

@media screen and (max-width: 680px) {
    .cancelpolicyarea iframe {
        width: 100%;
        height: 300px;
    }
}

.cancelpolicyarea h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 168%;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
	color: #1D5AA9;
	line-height: 1.6em;
	letter-spacing: 1px;

}
@media screen and (max-width: 680px) {
	.cancelpolicyarea h3 {
		font-size: 114%;
		margin-bottom: 15px;
	}
}

.cancelpolicyarea h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 128%;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
	color: #1D5AA9;
	line-height: 1.6em;
	letter-spacing: 1px;
	border-bottom: 1px solid  #1D5AA9;
}
@media screen and (max-width: 680px) {
	.cancelpolicyarea h4 {
		font-size: 100%;
		font-weight: 700;
		margin-bottom: 15px;
		text-align: center;
	}
}

.cancelpolicyarea h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: 1px;
	color: #1D5AA9;
	margin: 0 auto 5px auto;
}
@media screen and (max-width: 680px) {
	.cancelpolicyarea h5 {
		font-size: 100%;
		text-align: center;
		line-height: 1.6em;
	}
}

.cancelpolicyarea p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 500;
	text-align: left;
	line-height: 1.6em;
	color: #000000;
}
@media screen and (max-width: 680px) {
	.cancelpolicyarea p {
		font-size: 88%;
		text-align: left;
		line-height: 1.6em;
	}
}
.cancelconfirmarea {
	margin: 0 auto;
	padding: 60px 30px;
	background-color: #FFFFFF;
}
.cancelconfirmarea.patch {
	padding: 40px 0px;
}
.cancelconfirmarea.patch .noteH3 {
	margin-bottom: 40px;
	color: #333333;
	font-weight: 700;
}
@media screen and (max-width: 991px) {
	.cancelconfirmarea {
		padding: 30px 10px;
		background-repeat: repeat;
	}
}

.cancelconfirmarea h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 130%;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
	color: #1D5AA9;
	line-height: 1.6em;
	letter-spacing: 1px;

}
@media screen and (max-width: 680px) {
	.cancelconfirmarea h3 {
		font-size: 114%;
		margin-bottom: 15px;
	}
}

.cancelconfirmarea h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 128%;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
	color: #1D5AA9;
	line-height: 1.6em;
	letter-spacing: 1px;
	border-bottom: 1px solid  #1D5AA9;
}
@media screen and (max-width: 680px) {
	.cancelconfirmarea h4 {
		font-size: 100%;
		font-weight: 700;
		margin-bottom: 15px;
		text-align: center;
	}
}

.cancelconfirmarea h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: 1px;
	color: #1D5AA9;
	margin: 0 auto 5px auto;
}
@media screen and (max-width: 680px) {
	.cancelconfirmarea h5 {
		font-size: 100%;
		text-align: center;
		line-height: 1.6em;
	}
}

.cancelconfirmarea p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 500;
	text-align: left;
	line-height: 1.6em;
	color: #000000;
}
@media screen and (max-width: 680px) {
	.cancelconfirmarea p {
		font-size: 88%;
		text-align: left;
		line-height: 1.6em;
	}
}

.cancelconfirmarea.patch .btnarea {
    margin: 0;
    padding: 60px 0 0 0;
    max-width: 1140px;
    display: flex;
    justify-content:center;
    align-items:stretch;
}

.cancelconfirmarea.patch .btn-patch {
	width: 47%;
	height: 48px;
	font-weight: 700;
	padding: 14px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 100%;
	box-sizing: border-box;
}


.termsul {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}

.termsul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 500;
	text-align: left;
	line-height: 1.8em;
	color: #000000;
	margin: 0 auto 15px auto;
}
@media screen and (max-width: 680px) {
	.termsul {
		margin: 15px 0 0 0;
	}
	.termsul li {
		font-size: 88%;
		text-align: left;
		line-height: 1.6em;
	}
}

#notes {
	margin: 0 auto;
	padding: 0;
}

.notesarea {
	margin: 0 auto;
	padding: 60px 30px;
	background-color: #FFFFFF;
}
.notesarea.patch {
	padding: 40px 0px;
}
@media screen and (max-width: 991px) {
	.notesarea {
		padding: 30px 10px;
		background-repeat: repeat;
	}
}

.notesarea iframe {
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 680px) {
    .notesarea iframe {
        width: 100%;
        height: 300px;
    }
}

.notesarea h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 168%;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
	color: #1D5AA9;
	line-height: 1.6em;
	letter-spacing: 1px;

}
@media screen and (max-width: 680px) {
	.notesarea h3 {
		font-size: 114%;
		margin-bottom: 15px;
	}
}

.notesarea h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 128%;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
	color: #1D5AA9;
	line-height: 1.6em;
	letter-spacing: 1px;
	border-bottom: 1px solid  #1D5AA9;
}
@media screen and (max-width: 680px) {
	.notesarea h4 {
		font-size: 100%;
		font-weight: 700;
		margin-bottom: 15px;
		text-align: center;
	}
}

.notesarea h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: 1px;
	color: #1D5AA9;
	margin: 0 auto 15px auto;
}
@media screen and (max-width: 680px) {
	.notesarea h5 {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
		margin: 0 auto 5px auto;
	}
}

.notesarea p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 400;
	text-align: left;
	line-height: 1.6em;
	color: #000000;
}
@media screen and (max-width: 680px) {
	.notesarea p {
		font-size: 88%;
		text-align: left;
		line-height: 1.6em;
	}
}

.notesul {
	margin: 30px 0 30px 30px;
	padding: 0;
	list-style: disc;
}

.notesul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 400;
	text-align: left;
	line-height: 1.8em;
	color: #000000;
	margin: 0 auto 5px auto;
}
@media screen and (max-width: 680px) {
	.notesul {
		margin: 15px 0 15px 15px;
	}
	.notesul li {
		font-size: 88%;
		text-align: left;
		line-height: 1.6em;
	}
}

.attendul {
	margin: 0px 0 30px 30px;
	padding: 0;
	list-style: disc;
}

.attendul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 400;
	text-align: left;
	line-height: 1.8em;
	color: #000000;
	margin: 0 auto 5px auto;
}
@media screen and (max-width: 680px) {
	.attendul {
		margin: 0 0 15px 15px;
	}
	.attendul li {
		font-size: 88%;
		text-align: left;
		line-height: 1.6em;
	}
}


#cancel {
	margin: 0 auto;
	padding: 0;
}

.cancelarea {
	margin: 0 auto;
	padding: 60px 30px;
	background-color: #FFFFFF;
}
@media screen and (max-width: 991px) {
	.cancelarea {
		padding: 30px 10px;
		background-repeat: repeat;
	}
}

.cancelarea h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 168%;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
	color: #1D5AA9;
	line-height: 1.6em;
	letter-spacing: 1px;

}
@media screen and (max-width: 680px) {
	.cancelarea h3 {
		font-size: 114%;
		margin-bottom: 15px;
	}
}

.cancelarea h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 128%;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
	color: #1D5AA9;
	line-height: 1.6em;
	letter-spacing: 1px;
	border-bottom: 1px solid  #1D5AA9;
}
@media screen and (max-width: 680px) {
	.cancelarea h4 {
		font-size: 100%;
		font-weight: 700;
		margin-bottom: 15px;
		text-align: center;
	}
}

.cancelarea h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: 1px;
	color: #1D5AA9;
	margin: 0 auto 15px auto;
}
@media screen and (max-width: 680px) {
	.cancelarea h5 {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
		margin: 0 auto 5px auto;
	}
}

.cancelarea p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 400;
	text-align: left;
	line-height: 1.6em;
	color: #000000;
}
@media screen and (max-width: 680px) {
	.cancelarea p {
		font-size: 88%;
		text-align: left;
		line-height: 1.6em;
	}
}

.cancelul {
	margin: 30px 0 30px 30px;
	padding: 0;
	list-style: disc;
}

.cancelul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 400;
	text-align: left;
	line-height: 1.8em;
	color: #000000;
	margin: 0 auto 5px auto;
}
@media screen and (max-width: 680px) {
	.cancelul {
		margin: 15px 0 15px 15px;
	}
	.cancelul li {
		font-size: 88%;
		text-align: left;
		line-height: 1.6em;
	}
}

.attendul {
	margin: 0px 0 30px 30px;
	padding: 0;
	list-style: disc;
}

.attendul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 400;
	text-align: left;
	line-height: 1.8em;
	color: #000000;
	margin: 0 auto 5px auto;
}
@media screen and (max-width: 680px) {
	.attendul {
		margin: 0 0 15px 15px;
	}
	.attendul li {
		font-size: 88%;
		text-align: left;
		line-height: 1.6em;
	}
}

/*-----------------------------------------------
	#day
-----------------------------------------------*/

#day {
	margin: 0 auto;
	padding: 120px 0 120px 0;
	background-color: #85B200;
	background-image: url("../img/bg_day.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
@media screen and (max-width: 991px) {
	#day {
		padding: 30px;
		background-repeat: repeat;
	}
}

#day .dayarea {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
}
@media screen and (max-width: 991px) {
	#day .dayarea {
		padding: 0;
	}
}

#day .dayarea h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 186%;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#day .dayarea h3 {
		font-size: 144%;
		margin-bottom: 15px;
		text-align: center;
	}
}

#day .dayarea h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 128%;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
	color: #FBFE6D;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#day .dayarea h4 {
		font-size: 114%;
		margin-bottom: 15px;
		text-align: center;
	}
}

#day .dayarea h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#day .dayarea h5 {
		font-size: 88%;
		text-align: center;
		line-height: 1.6em;
	}
}

#day .dayarea h5.btn-operation a:link {
	text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 15px auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
	background: -webkit-linear-gradient(top left, #0A7E53, #0DB97A, #50F1B5);
	background: -o-linear-gradient(top left, #0A7E53, #0DB97A, #50F1B5);
	background: linear-gradient(to bottom right, #0A7E53, #0DB97A, #50F1B5);
}
@media screen and (max-width: 680px) {
	#day .dayarea h5.btn-operation a:link {
		margin: 15px auto 15px auto;
	}
}
#day .dayarea h5.btn-operation a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
#day .dayarea h5.btn-operation a:active {
	text-decoration:none;
	color: #FFFFFF;
}
#day .dayarea h5.btn-operation a:hover {
    color: #CCCCCC;
	background: -webkit-linear-gradient(top left, #50F1B5, #0DB97A, #0A7E53);
	background: -o-linear-gradient(top left, #50F1B5, #0DB97A, #0A7E53);
	background: linear-gradient(to bottom right, #50F1B5, #0DB97A, #0A7E53);
}

#day .dayarea h5.btn-manual a:link {
	text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
	background: -webkit-linear-gradient(top left, #0A7E53, #0DB97A, #50F1B5);
	background: -o-linear-gradient(top left, #0A7E53, #0DB97A, #50F1B5);
	background: linear-gradient(to bottom right, #0A7E53, #0DB97A, #50F1B5);
}
@media screen and (max-width: 680px) {
	#day .dayarea h5.btn-manual a:link {
		margin: 15px auto 0 auto;
	}
}
#day .dayarea h5.btn-manual a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
#day .dayarea h5.btn-manual a:active {
	text-decoration:none;
	color: #FFFFFF;
}
#day .dayarea h5.btn-manual a:hover {
	color: #CCCCCC;
	background: -webkit-linear-gradient(top left, #50F1B5, #0DB97A, #0A7E53);
	background: -o-linear-gradient(top left, #50F1B5, #0DB97A, #0A7E53);
	background: linear-gradient(to bottom right, #50F1B5, #0DB97A, #0A7E53);
}

#day .dayarea p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 400;
	text-align: left;
	line-height: 1.6em;
	color: #FFFFFF;
}
@media screen and (max-width: 680px) {
	#day .dayarea p {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}
#day .dayarea p a:link{
	text-decoration: underline;
	color: #FFFFFF;
}
#day .dayarea p a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#day .dayarea p a:hover{
	text-decoration:none;
	color: #FFBF00;
	transition: color 0.3s ease 0s;
}
#day .dayarea p a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

#day .dayarea p span.envi {
	font-size: 88%;
	background-color: #FFFFFF;
	color: #85B200;
	border-radius: 10px;
	padding: 1px 10px;
	font-weight: 500;
}

#day .daydata {
	margin: 0 auto;
	padding: 0;
	display: flex;
    justify-content:center;
	align-items:stretch;
}
@media screen and (max-width: 991px) {
	#day .daydata {
		flex-flow: column wrap;
		margin: 0 auto 0 auto;
	}
}

#day .daydata article {
	flex: 1;
	border-right: 5px dotted #FBFE6D;
	padding: 30px;
	margin: 0 10px;
	box-sizing: border-box;
}
#day .daydata article:last-child {
	border-right:none;
}
@media screen and (max-width: 991px) {
	#day .daydata article {
		padding: 0 15px 30px 15px;
		margin: 0 0 30px 0;
		border-right: none;
		border-bottom: 5px dotted #FBFE6D;
	}
	#day .daydata article:last-child {
		margin: 0;
	}
}

#day .dayul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#day .dayul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 88%;
	font-weight: 400;
	text-align: left;
	line-height: 1.6em;
	color: #FFFFFF;
}
@media screen and (max-width: 680px) {
	#day .dayul li {
		font-size: 88%;
		text-align: left;
		line-height: 1.6em;
	}
}


/*-----------------------------------------------
	#inquiry
-----------------------------------------------*/

#inquiry {
	margin: 0 auto;
	padding: 120px 0 120px 0;
	background: -webkit-linear-gradient(top left, #EFEFEF, #FFFFFF);
	background: -o-linear-gradient(top left, #EFEFEF, #FFFFFF);
	background: linear-gradient(to bottom right, #EFEFEF, #FFFFFF);
	background-image: url("../img/bg_inq.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}
@media screen and (max-width: 991px) {
	#inquiry {
		padding: 30px;
	}
}

#inquiry h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 168%;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
	color: #333333;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#inquiry h3 {
		font-size: 128%;
		margin-bottom: 15px;
		text-align: left;
	}
}

#inquiry h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#inquiry h5 {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}

#inquiry h5.btn-faq a:link {
	text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 120px auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #333333;
	border: 1px solid #333333;
	box-sizing: border-box;
    transition: 0.3s ease-in-out;
/*	background: -webkit-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
	background: -o-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
	background: linear-gradient(to bottom right, #5620A9, #1378B1, #0DB97A); */
}
@media screen and (max-width: 991px) {
	#inquiry h5.btn-faq a:link {
		margin: 0 auto 30px auto;
	}
}
#inquiry h5.btn-faq a:visited {
	text-decoration:none;
	color: #333333;
	border: 1px solid #333333;
}
#inquiry h5.btn-faq a:active {
	text-decoration:none;
	color: #333333;
	border: 1px solid #333333;
}
#inquiry h5.btn-faq a:hover {
    color: #FFFFFF;
	background: -webkit-linear-gradient(top left, #0A7E53, #0DB97A, #50F1B5);
	background: -o-linear-gradient(top left, #0A7E53, #0DB97A, #50F1B5);
	background: linear-gradient(to bottom right, #0A7E53, #0DB97A, #50F1B5);
}

#inquiry p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 400;
	text-align: left;
	line-height: 1.8em;
	color: #333333;
}
@media screen and (max-width: 680px) {
	#inquiry p {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}
#inquiry p.attend {
	font-size: 100%;
	line-height: 1.6em;
	color: #FF1F00;
}
@media screen and (max-width: 680px) {
	#inquiry p.attend {
		font-size: 88%;
	}
}
#inquiry p.jdla {
	margin-top: 30px;
}
@media screen and (max-width: 680px) {
	#inquiry p.jdla {
		margin-top: 15px;
	}
}

#inquiry .inquiryarea {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
	display: flex;
    justify-content:center;
	align-items:stretch;
}
@media screen and (max-width: 991px) {
	#inquiry .inquiryarea {
		flex-flow: column wrap;
	}
}

#inquiry .inquiryarea article.data1 {
	flex: 2;
	padding: 0 60px 0 0;
	border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 991px) {
	#inquiry .inquiryarea article.data1 {
		padding: 30px 0;
		margin-bottom: 30px;
		border-right: none;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}
}
#inquiry .inquiryarea article.data2 {
	flex: 3;
	padding: 0 0 0 60px;
}
@media screen and (max-width: 991px) {
	#inquiry .inquiryarea article.data2 {
		padding: 0;
	}
}

#inquiry .inquiryarea article.data3 {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
}

@media screen and (max-width: 991px) {
    #inquiry .inquiryarea article.data3 {
        border-top: 1px solid #CCCCCC;
    }
}

#inquiry .inqul {
	margin: 0 0 30px 25px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:left;
}
#inquiry .inqul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 400;
	text-align: left;
	line-height: 1.8em;
	color: #0DB97A;
	list-style-type: circle;
	margin-right: 50px;
	letter-spacing: 1px;
}
#inquiry .inqul li span {
	color: #333333;
}
#inquiry .inqul li a:link {
	text-decoration: none;
    color: #333333;
    transition: 0.3s ease-in-out;
}
#inquiry .inqul li a:visited {
	text-decoration:none;
	color: #333333;
}
#inquiry .inqul li a:active {
	text-decoration:none;
	color: #333333;
}
#inquiry .inqul li a:hover {
	text-decoration: underline;
    color: #0DB97A;
}
@media screen and (max-width: 680px) {
	#inquiry .inqul li {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}

.scheduleArea{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 30px;
}
.scheduleArea .item {
	height: auto;
	border: 1px solid #aaaaaa;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	border-radius: 4px;
	box-sizing: border-box;
}
@media screen and (max-width: 991px) {
	.scheduleArea .item {
		line-height: 1.5em;
		border: 1px solid #aaaaaa;
		display: flex;
		align-items: center;
		margin-bottom: 15px;
		border-radius: 4px;
	}
}
.scheduleArea .item.item-on{
	border: 4px solid #277AE5;
	height: auto;
}
.scheduleArea .item .ra{
	width: 56px;
}
.scheduleArea .item .ra input{
	width: 20px !important;
	/*height: 20px;*/
}
.scheduleArea .item .content{
	flex: 1;
	text-align: left;
	padding: 20px 25px 20px 20px;
	font-size: 125%;
	font-weight: 700;
	border-left: 1px solid #dddddd;
}
#main.patch-entry .content.entry{
	width: 100%;
	height: auto;
	border: 2px solid #1D5AA9;
	border-radius: 4px;
	padding: 15px 32px 15px 32px;
	text-align: left;
}
#main.patch-entry .content.entry label{
	font-weight: 700;
	font-size: 125%;
	line-height: 30px;
	color: #333333;
}
#main.patch-entry .entrytbl.applied tr{
	display: flex;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#main.patch-entry .entrytbl.applied th{
	padding: 1em 16px 1em 16px;
	line-height: 2.6em;
	display: inline-block;
}
#main.patch-entry .entrytbl.applied td{
	padding: 1em 16px 1em 24px;
	line-height: 2.6em;
}
@media screen and (max-width: 991px) {
	.scheduleArea .item .content {
		flex: 1;
		text-align: left;
		padding-left: 20px;
		font-size: 100%;
		font-weight: 700;
		border-left: 1px solid #dddddd;
		padding: 10px;
	}
}
@media screen and (max-width: 991px) {
	.scheduleArea .item.item-on {
		border: 2px solid #277AE5;
	}
}
.testTr{
	display: flex;
}
.testTr td{
	margin-left: 20px;
	flex: 1;
}
@media screen and (max-width: 680px) {
	.testTr{
		flex-wrap: wrap;
	}
	.testTr td{
		margin-left: 0px;
		margin-top: -20px;
	}
	#main.patch-entry .entrytbl.applied tr{
		display: block;
	}
	#main.patch-entry .entrytbl.applied th{
		padding-left: 0;
		margin-top: -10px;
		margin-bottom: -30px;
	}
	#main.patch-entry .entrytbl.applied td{
		padding-left: 0;
		margin-top: -5px;
		margin-bottom: -10px;
	}
}
#flow-entry{
	font-size: 16px;
	background: #cccccc;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 20px 0;
}
#flow-entry .flow-area{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 1140px;
}
#flow-entry .flow-area .flow_title{
	color: #666666;
	width: 100%;
	display: flex;
	align-items: center;
	font-weight: 400;
	margin-bottom: 5px;
}
#flow-entry .flow-area .flow_title div{
	flex: 1;
	text-align: center;
	padding: 0 10px;
	position: relative;
}
#flow-entry .flow-area .flow_title .arrow{
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 18px;
	border: 0;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	display: none;
}
#flow-entry .flow-area .flow_title .on{
	font-weight: 700;
	color: #1d5aa9;
}
#flow-entry .flow-area .flow_status{
	width: 100%;
	display: flex;
	align-items: center;
}
#flow-entry .circleIcon{
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #FFFFFF;
	margin: 4px;
}
#flow-entry .circleIcon.on{
	background-color: #1d5aa9;
}
#flow-entry .circleIcon.done{
	background-color: transparent;
	margin-top: -0.5px;
}
#flow-entry .lineIcon{
	height: 2px;
	width: 100%;
	background-color: #FFFFFF;
}
#flow-entry .lineIcon.on{
	background-color: #1d5aa9;
}

@media screen and (max-width: 680px) {
	#flow-entry .flow-area .flow_title{
		font-size: 87.5%;
		flex-direction: column;
		align-items: flex-start;
		padding-left: 45px;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	#flow-entry .flow-area .flow_status{
		display: none;
	}
	#flow-entry .flow-area .flow_title .arrow {
		display: block;
	}
	#flow-entry .flow_title .col {
		display: block;
		width: 2px;
		height: 10px;
		background: #FFFFFF;
		margin-left: -12px;
	}
	#flow-entry .flow_title .col.col-on{
		background-color: #1d5aa9;
	}
	#flow-entry .flow-area .flow_title .arrow.arrow-on {
		background-color: #1d5aa9;
	}
	#flow-entry .flow-area .flow_title .arrow.arrow-done {
		background-color: transparent;
	}
}

#main.patch-entry .entrytbl a{
	text-decoration: underline;
}
#main.patch-entry .entrytbl a:link {
	color: #277AE5;
	text-decoration: underline;
}
