@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
/* reset */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, img, ol, ul, li, dl, dt, dd, footer, header, section, article, aside, address, blockquote, figure {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;/* 10px */
	scroll-behavior: smooth;
}
body {
	font-family:'Noto Sans JP',sans-serif;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(239,246,204,0.20);
	background: linear-gradient(0deg, rgba(255,213,113,1) 70%, rgba(255,255,255,1) 100%);
	overflow-wrap: break-word;
	word-break: break-all;
	color: #3c3c3c;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: normal;
}
html,
body {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
header,
footer {
	width: 100%;
}
img {
	max-width:100%;
	height: auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
a img {border: none;}
a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
}
::-moz-selection {
	background-color: #ffeab8;
}
::selection {
	background-color: #ffeab8;
}
ul, ol {
	list-style: none;
}
.pc_only {
	display: none;
}
@media screen and (max-width: 959px) {
	body {
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
	}
	.mouseover:hover {
		opacity: 1;
	}
}
@media screen and (min-width:768px) {
	.pc_only {
		display: block;
	}
	img.pc_only,
	a.pc_only {
		display: inline;
	}
	.sp_only {
		display: none;
	}
	a:hover {
		color: #005d32;
		text-decoration: underline;
	}
	a:active {
		color: #005d32;
		text-decoration: underline;
	}
	a:link img,
	a:visited img {
		cursor: pointer;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	a:hover img {
		cursor: pointer;
		opacity: 0.8;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	a:active img {
		cursor: pointer;
		transition-duration: 0.1s;
		transition-delay: 0s;
	}
}
/* main.css same ------------------------------------------------ */
img.pc-only {
	display: none;
}
/* header */
.logo {
	text-align: center;
}
.logo img {
	width: 25vw;
}
header h1 {
	text-align: center;
}
header h1 img {
	width: 100%;
	max-width: 1000px;
}
.header-box {
	position: relative;
	margin: 5vw auto 10vw;
}
.date-badge {
	position: absolute;
	top: -19vw;
	left: 1vw;
}
.date-badge img {
	width: 24vw;
}
.date-img {
	text-align: center;
}
.date-img img {
	width: 94vw;
}
/* //header */
.contents-title {
	position: relative;
	text-align: center;
	margin-bottom: 5vw;
}
.contents-title::after {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 1;
	background-color: #3b9a3e;
	width: 100%;
	height: 5px;
	left: 0;
	top: 5vw;
}
.contents-title span {
	background-color: #3b9a3e;
	position: relative;
	z-index: 100;
	color: #fff;
	font-weight: bold;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 75vw;
	max-width: 450px;
	height: 10vw;
	border-radius: 5vw;
	font-size: clamp(1.8rem, (1rem + 3vw), 4.0rem);
}
.contents-block {
	background-color: #fff;
	width: 90vw;
	max-width: 940px;
	padding: 3vw;
	margin: 5vw auto 10vw;
}
/* prize */
#prize-info-block .contents-block {
	margin-bottom: 3vw;
}
.prize-list {
	width: 53vw;
	max-width: 410px;
	margin: 2vw auto;
}
.prize-list li {
	margin-bottom: 5vw;
}
.prize-text1 {
	color: #5a1e00;
	font-size: 1.0rem;
}
.prize-text2 {
	text-align: right;
	margin-top: 2vw;
	margin-bottom: 2vw;
	font-size: 1.2rem;
}
.chanceup-block {
	background-color: #fff;
	width: 90vw;
	max-width: 940px;
	padding: 3vw;
	margin: 3vw auto 10vw;
}
.chanceup-title {
	text-align: center;
}
.chanceup-box {
	background-color: #fffad9;
	border-radius: 20px;
}
.chanceup-item1 {
	text-align: center;
}
.chanceup-item2 {
	padding-bottom: 3vw;
}
.chanceup-link li {
	text-align: center;
	margin-top: 3vw;
}
.chanceup-link li img {
	width: 90%;
}
.chanceup-text {
	color: #5a1e00;
	text-indent: -1em;
	padding-left: 1em;
	margin: 0 auto 2vw;
	font-size: clamp(1.6rem, (1rem + 1.5vw), 3.2rem);
}
/* //prize */
/* item */
.item-sample {
	text-align: center;
	margin-bottom: 5vw;
}
.item-sample img {
	width: 100%;
	max-width: 650px;
}
/* //item */
/* entry */
.step-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 90vw;
	max-width: 680px;
}
.step-block li {
	text-align: center;
	width: 48%;
	margin-bottom: 3vw;
}
.btn-photo {
	text-align: center;
	margin: 3vw auto;
	padding: 0 5vw;
}
.btn-hagaki {
	text-align: center;
	margin: 3vw auto 8vw;
	padding: 0 5vw;
}
.btn-photo img,
.btn-hagaki img {
	width: 100%;
	max-width: 670px;
}
.items-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items-list img {
	width: 100%;
	max-width: 260px;
}
/* //entry */
/* terms */
.terms {
	margin: 0 auto 8vw;
	padding: 8vw 5vw 0;
}
.terms.contents {
	margin: 0 auto 3vw;
	padding: 0 5vw 0;
}
.contents-block .terms.contents {
	padding: 0;
}
.accordion_one {
	border: 3px solid #3b9a3e;
}
.contents .accordion_one {
}
.terms_sub_ttl {
	background-color: #fff;
	padding: 3vw;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition-duration: 0.2s;
	color: #005d32;
	font-size: clamp(1.8rem, (0.8rem + 3vw), 3.0rem);
	line-height: 1.0;
	font-weight: bold;
}
.contents .terms_sub_ttl {
}
.terms .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 3%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.contents.terms .i_box {
}
.terms .one_i {
	display: block;
	width: 24px;
	height: 24px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.contents.terms .one_i {
}
.terms .one_i:before,
.terms .one_i:after {
	display: flex;
	content: '';
	background-color: #005d32;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.terms .one_i:before {
	width: 4px;
	height: 24px;
	top: 0px;
	left: 10px;
}
.contents.terms .one_i:before {
}
.terms .one_i:after {
	width: 24px;
	height: 4px;
	top: 10px;
	left: 0px;
}
.contents.terms .one_i:after {
}
.terms .open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.terms .open .i_box .one_i:before {
	content: none;
}
.terms .open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.terms .accordion_inner {
	background-color: #fff;
	display: none;
	padding: 20px 3vw 3vw;
	font-size: 1.4rem;
	line-height: 1.4;
}
.contents.terms .accordion_inner {
}
.terms h4 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 1em;
}
.terms .store_box dl {
	margin-bottom: 2em;
}
.terms dt {
	border-left: 5px solid #005d32;
	padding-left: 5px;
	margin-top: 1em;
	line-height: 1;
}
.terms .store_box dt {
	border-left: 5px solid #005d32;
	padding-left: 5px;
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #005d32;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1;
}
.terms dd dt {
	border-left: none;
	padding-left: 0;
	margin-top: 1em;
	line-height: 1;
}
.terms dd dd {
	padding-left: 0;
}
.terms dd .privacy-box dt {
	margin-top: 0.3em;
}
.terms dd {
	margin-bottom: 1em;
	padding: 5px 0 0 10px;
}
#items.terms dd {
	margin-bottom: 0;
	padding: 0;
}
.terms dd .privacy-box dd {
	padding: 5px 0 0 0;
}
.terms dd:last-of-type {
	margin-bottom: 0;
}
.terms p,
.terms li {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
.terms .store_box p,
.terms .store_box li {
	margin-top: 0;
	margin-bottom: 0.2em;
}
.terms .accordion_one + p {
	margin-top: 1em;
}
.terms th {
	font-weight: normal;
	vertical-align: top;
}
.terms h5 {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.0;
	font-weight: normal;
	padding-bottom: 3px;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
}
.text-align-r {
	text-align: right;
}
.text-align-l {
	text-align: left;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
ul.disc {
	list-style-type: disc;
	padding-left: 1em;
}
/* //terms */
.inquiry-block {
	margin: 10vw auto 0;
}
.inquiry-title {
	background-color: #3b9a3e;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding: 10px 14px;
}
.inquiry-box {
	max-width: 660px;
	margin: 0 auto;
	padding: 15px 14px;
}
.inquiry-subtitle {
	color: #5a1e00;
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
.inquiry-block2 {
	background-color: #ffeab8;
}
.inquiry-text {
	color: #5a1e00;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.inquiry-text.mail {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 0;
}
.inquiry-text span {
	font-weight: bold;
	font-size: 1.6rem;
}
.inquiry-notice li {
	color: #5a1e00;
	font-size: 1.4rem;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.4em;
}
.inquiry-notice li:last-of-type {
	margin-bottom: 0;
}
.copyright-text {
	background-color: #ffffff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.1;
	padding: 15px 0;
}
@media screen and (min-width: 768px) {
	body {
		background: linear-gradient(0deg, rgba(255,213,113,1) 30%, rgba(255,255,255,1) 100%);
	}
	img.pc-only {
		display: inline;
	}
	img.sp-only {
		display: none;
	}
	br.sp-only {
		display: none;
	}
	/* header */
	.logo img {
		width: 250px;
	}
	.header-box {
		margin: 0 auto 10vw;
	}
	.date-badge {
		top: -16vw;
		left: 1.5vw;
	}
	.date-badge img {
		width: 20.7vw;
		max-width: 207px;
	}
	.date-img img {
		width: 94vw;
		max-width: 940px;
	}
	/* //header */
	.contents-title {
		margin-bottom: 50px;
	}
	.contents-title::after {
		width: 100%;
		height: 5px;
		left: 0;
		top:32px;
	}
	.contents-title span {
		display: inline-block;
		width: 100%;
		max-width: 540px;
		height: 70px;
		border-radius: 35px;
		letter-spacing: 0.1em;
		font-size: 4.0rem;
	}
	#join-block .contents-title span {
		letter-spacing: 0;
	}
	.contents-block {
		width: calc(100% - 40px);
		padding: 30px;
		margin: 50px auto 100px;
	}
	/* prize */
	#prize-info-block .contents-block {
		margin-bottom: 10px;
	}
	.prize-list {
		width: 85.3vw;
		max-width: 853px;
		margin: 0 auto 10px;
		display: flex;
		justify-content: space-between;
	}
	.prize-list li {
		margin-bottom: 0;
		width: 26vw;
		max-width: 260px;
	}
	.prize-text1 {
		font-size: 1.4rem;
		width: 85vw;
		max-width: 850px;
		margin: 0 auto;
	}
	.prize-text2 {
		text-align: right;
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	.chanceup-block {
		width: calc(100% - 40px);
		padding: 30px;
		margin: 20px auto 100px;
	}
	.chanceup-title img {
		width: 500px;
	}
	.chanceup-notice {
		text-align: center;
	}
	.chanceup-notice img {
		width: 74vw;
		max-width: 740px;
	}
	.chanceup-box {
		max-width: 740px;
		border-radius: 10px;
		margin: 0 auto;
	}
	.chanceup-item2 {
		padding-bottom: 20px;
	}
	.chanceup-link {
		display: flex;
		justify-content: center;
	}
	.chanceup-link li {
		margin: 0 5px 0;
	}
	.chanceup-link li img {
		width: 34vw;
		max-width: 340px;
	}
	.chanceup-text {
		font-size: 1.6rem;
		margin: 10px auto 0;
	}
	/* //prize */
	/* item */
	.item-sample {
		margin: 20px auto 30px;
	}
	/* //item */
	/* entry */
	.step-block {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		max-width: 980px;
		padding: 0 20px;
		margin: 0 auto;
	}
	.step-block li {
		width: 22vw;
		max-width: 220px;
		margin-bottom: 0;
	}
	.btn-photo {
		margin: 50px auto 20px;
	}
	.btn-hagaki {
		margin: 0 auto 50px;
	}
	.btn-photo img,
	.btn-hagaki img {
		width: 100%;
		max-width: 500px;
	}
	.items-list {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
	/* //entry */
	/* terms */
	.terms {
		max-width: 840px;
		margin: 0 auto 50px;
		padding: 50px 20px 0;
	}
	.terms.contents {
		margin: 0 auto 20px;
		padding: 0 20px 0;
	}
	.contents-block .terms.contents {
		max-width: 800px;
	}
	.accordion_one {
		border: 4px solid #3b9a3e;
	}
	.contents .accordion_one {
	}
	.title-terms {
		margin-bottom: 30px;
	}
	.terms_sub_ttl {
		padding: 15px 25px;
	}
	.contents .terms_sub_ttl {
	}
	.terms .accordion_inner {
		padding: 30px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.contents.terms .accordion_inner {
	}
	.terms .store_box {
		display: flex;
		justify-content: space-between;
	}
	.terms .store_box dl {
		margin-bottom: 0;
	}
	/* //terms */
	.inquiry-block {
		margin: 100px auto 0;
	}
	.inquiry-title {
		font-size: 2.4rem;
		padding: 10px 14px;
	}
	.inquiry-subtitle {
		font-size: 2.0rem;
	}
	.inquiry-box {
		padding: 15px 14px;
	}
	.inquiry-text {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.inquiry-text.mail {
		font-size: 1.8rem;
	}
	.inquiry-text span {
		font-size: 1.6rem;
	}
	.inquiry-notice li {
		font-size: 1.4rem;
	}
	.copyright-text {
		padding: 15px 10px;
	}
}
@media screen and (min-width: 1000px) {
	.header-box {
		margin: 0 auto 100px;
	}
	.date-badge {
		top: -160px;
		left: 15px;
	}
}
@media screen and (min-width: 1020px) {
	.header-box {
		width: 1020px;
		margin: 0 auto 100px;
	}
	.date-badge {
		top: -160px;
		left: 15px;
	}
	.date-badge img {
		width: 207px;
	}
	.date-img img {
		width: 940px;
	}
}
/* login only -------------------------------------------------*/
#login-block .contents-block {
	padding: 5vw;
}
.login-block {
	margin: 0 auto 5vw;
}
.login-box-text {
	font-size: clamp(1.6rem, (0.8rem + 2vw), 2.2rem);
	font-weight: 500;
	line-height: 1.0;
}
.login-block .Form-Item-Input {
	display: block;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	max-width: 670px;
	height: 48px;
	background: #eaedf2;
	font-size: 18px;
	font-weight: normal;
	flex-grow: 1;
	margin: 8px auto 20px;
}
.login-box-submit {
	text-align: center;
}
.login-box-submit img {
	width: 73vw;
}
.error-msg {
	background-color: #FEFF78;
	font-size: 1.6rem;
	color: #e90b1c;
	line-height: 1.2;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
.regist-btn {
	text-align: center;
	background-color: #fff7e3;
	padding: 3vw;
}
.regist-btn img {
	width: 73vw;
}
@media screen and (min-width: 768px) {
	#login-block .contents-block {
		padding: 20px;
	}
	.login-block {
		max-width: 500px;
		margin: 0 auto 30px;
		padding: 30px 0 0;
	}
	.login-block .Form-Item-Input {
		width: 100%;
		margin: 10px auto 15px;
		height: 50px;
		font-size: 18px;
	}
	.login-box-submit {
		padding: 10px 0 0;
	}
	.login-box-submit img {
		width: 100%;
	}
	.regist-btn {
		padding: 45px 0;
	}
	.regist-btn img {
		width: 100%;
		max-width: 500px;
	}
}
/* mypage only ------------------------------------------------ */
.apply-btn {
	text-align: center;
	margin: 8vw auto 5vw;
}
.apply-btn img {
	width: 73vw;
}
#price-block {
	background-color: #fff;
	width: 90vw;
	max-width: 940px;
	margin: 5vw auto;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	border: 3px solid #f7a800;
	border-radius: 10px;
	padding: 10px;
	font-size: clamp(1.8rem, (1.0rem + 4vw), 3.6rem);
}
.price-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.price-num {
	color: #5a1e00;
	line-height: 1.0;
	background-color: #ffee81;
	padding: 0 10px 5px;
	margin: 0 5px;
	font-size: clamp(3.0rem, (3.0rem + 4vw), 6.0rem);
}
.price-unit {
	color: #5a1e00;
	font-size: clamp(1.8rem, (1.0rem + 4vw), 3.6rem);
}
#current-block {
	width: 90vw;
	max-width: 940px;
	margin: 5vw auto 10vw;
}
.current-bg1 {
	background-color: #f7a800;
	padding: 3vw 4vw;
	border-radius: 10px 10px 0 0;
}
.current-title {
	text-align: center;
	margin-bottom: 3vw;
}
.current-title img {
	width: 40vw;
}
.current-box {
	background-color: #fff;
	border-radius: 10px;
	margin: 3vw auto;
}
.current-box dt,
.current-form-box dt{
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 10px 0;
	font-size: clamp(1.8rem, (1.0rem + 2vw), 3.6rem);
}
.current-course {
	color: #3b9a3e;
}
.current-prize {
	color: #5a1e00;
	line-height: 1.4;
}
.current-box dd,
.current-form-box dd {
	text-align: center;
	font-weight: bold;
	line-height: 1.0;
	padding: 5px 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(2.0rem, (1.0rem + 2vw), 4.0rem);
}
.current-num {
	color: #e13602;
	font-size: clamp(2.5rem, (1.0rem + 4vw), 5.0rem);
}
.current-bg2 {
	background-color: #fff;
	padding: 3vw 4vw;
	border-radius: 0 0 10px 10px;
}
.current-text {
	margin: 0 auto 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	font-size: clamp(2.0rem, (1.0rem + 3vw), 4.0rem);
}
.current-text span {
	color: #3b9a3e;
}
.current-notice {
	margin: 20px auto 20px;
}
.current-notice li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.2;
	font-weight: 500;
	padding-bottom: 5px;
	font-size: clamp(1.4rem, (1rem + 1vw), 2.8rem);
}
.current-notice2 li {
	color: #5a1e00;
	text-align: center;
	line-height: 1.2;
	font-weight: 500;
	padding-bottom: 2vw;
	font-size: clamp(1.6rem, (1rem + 1vw), 3.2rem);
}
.current-form-box {
	border: 3px solid #f7a800;
	border-radius: 10px;
	margin: 3vw auto;
}
.btn-update {
	text-align: center;
	margin: 3vw auto;
}
.btn-update img {
	width: 73vw;
}
.update-msg,
.update-error-msg {
	background-color: #FEFF78;
	font-size: 1.6rem;
	color: #e90b1c;
	line-height: 1.2;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
/* セレクトボックス */
.mypage-select {
	background: #fff;
	border: 1px solid #000;
	height: 50px;
	width: 100px;
	border-radius: 8px;
	position: relative;
	z-index: 1;
	margin-right: 10px;
}
.mypage-select::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	right: 15px;
	top: 48%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	z-index: -1;
}
.mypage-select select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	color: #000;
	font-size: 2.4rem;
	width: 100%;
	height: 100%;
	padding: 0px 15px;
}
.mypage-select option {
	font-size: 2.0rem;
}
@media screen and (min-width: 480px) {
	.current-box dt,
	.current-form-box dt {
		font-size: clamp(2.0rem, (1.0rem + 3vw), 4.0rem);
	}
	.current-box dd,
	.current-form-box dd {
		font-size: clamp(2.0rem, (1.0rem + 3vw), 4.0rem);
	}
	.current-num {
		font-size: clamp(2.5rem, (1.0rem + 5vw), 5.0rem);
	}
}
@media screen and (min-width: 768px) {
	.apply-btn {
		margin: 20px auto 50px;
	}
	.apply-btn img {
		width: 470px;
	}
	#price-block {
		border: 4px solid #f7a800;
		border-radius: 20px;
		padding: 10px;
		margin: 0 auto 30px;
		font-size: 3.0rem;
		display: flex;
		justify-content: center;
	}
	.price-num {
		font-size: 5.0rem;
	}
	.price-unit {
		font-size: 3.0rem;
	}
	#current-block {
		margin: 30px auto 100px;
	}
	.current-bg1 {
		padding: 30px 30px 10px;
		border-radius: 20px 20px 0 0;
	}
	.current-title {
		margin-bottom: 20px;
	}
	.current-title img {
		width: 265px;
	}
	.current-box {
		max-width: 665px;
		margin: 20px auto;
		border-radius: 5px;
		display: flex;
		align-content: center;
		justify-content: center;
	}
	.current-box dt,
	.current-form-box dt{
		text-align: left;
		font-size: 2.4rem;
		display: block;
		padding: 10px 10px 10px 20px;
	}
	.current-box dd,
	.current-form-box dd {
		text-align: left;
		font-size: 2.4rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: auto;
		padding: 10px 20px 10px 10px;
	}
	.current-form-box dt{
		font-size: 2.2rem;
	}
	.current-form-box dd {
		font-size: 2.2rem;
	}
	.current-num {
		font-size: 4.0rem;
	}
	.current-bg2 {
		padding: 30px 30px 10px;
		border-radius: 0 0 20px 20px;
	}
	.current-text {
		font-size: 2.8rem;
	}
	.current-notice {
		margin: 10px auto 20px;
	}
	.current-notice li {
		text-align: center;
		font-size: 1.4rem;
	}
	.current-notice2 li {
		font-size: 1.6rem;
	}
	.current-form-box {
		border: 4px solid #f7a800;
		border-radius: 5px;
		max-width: 665px;
		margin: 20px auto;
		display: flex;
		justify-content: center;
	}
	.btn-update {
		margin: 30px auto 10px;
	}
	.btn-update img {
		width: 500px;
	}
	.mypage-select {
		border-radius: 5px;
	}
	.mypage-select select {
		font-size: 2.0rem;
	}
}
@media screen and (min-width: 780px) {
	.current-text {
		font-size: 3.0rem;
	}
	.current-form-box dt{
		font-size: 2.4rem;
	}
	.current-form-box dd {
		font-size: 2.4rem;
	}
}