@charset "UTF-8";

* {
	font-feature-settings: "palt" 1;
}
body {
	/*font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Open Sans', sans-serif;*/
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-optical-sizing: auto;
	-webkit-font-smoothing: antialiased;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #343434;
	background-color: #fff;
	/*background-color: #fff;*/
	background-color: #f6f6f6;
	position: relative;
}
::selection {
	background: #18b4e4;
}

.noLink {
	pointer-events: none;
}

.sp {
	display: none;
}

a {
	color: #0569e3;
	transition: .3s;
}
a:hover {
	color: #18b4e4;
}

.list__disc {
	list-style-type: disc;
	padding-left: 1.5em;
}
.list__disc li+li {
	margin-top: .6em;
}

.list__kome li {
	display: flex;
}
.list__kome li::before {
	content: "※";
	margin-top: .1em;
}
.list__kome li+li {
	margin-top: .5em;
}




header {
	display: flex;
	justify-content: center;
	background-image: url(../images/header_bg_2025.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 50px;
}
.after__login header {
	margin-bottom: 0;
}
header .header__main {
	display: flex;
	justify-content: center;
	width: 1200px;
}
header .header__main h1 {
	width: 100%;
}
header .header__main h1 img {
	width: 100%;
	height: auto;
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {
header .header__main {
	width: 100%;
}
}
/* screens smaller than 1000---------------------------------------------------------- */
@media only screen and (max-width:1000px) {
header {
	margin-bottom: 40px;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
}



footer {
	display: flex;
	justify-content: center;
	background-image: url(../images/footer_bg_2025.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 50px;
}
footer .footer__main {
	display: flex;
/*	flex-direction: column;*/
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	padding: 20px 10px 10px;
}
footer .footer__main .footer__contact {
	font-size: 1.4em;
	color: #333;
}
footer .footer__main .footer__contact .title {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: .5em;
}
footer .footer__main .footer__contact .mail a {
	color: #333;
}
footer .footer__main .footer__contact .mail a:hover {
	text-decoration: none;
}
footer .footer__main .Approval__block {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
footer .footer__main .Approval__block li {
	font-size: 1.6em;
	font-size: 12px;
	text-align: right;
}
footer .footer__main .footer__copy {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
}
footer .footer__main .footer__copy small {
	color: #333;
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {
footer .footer__main {
	width: 100%;
}
}
/* screens smaller than 1000---------------------------------------------------------- */
@media only screen and (max-width:1000px) {
footer .footer__main .footer__contact {
	font-size: 1.2em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
footer {
	font-size: 2.6vw;
	margin-top: 30px;
}
footer .footer__main {
	flex-direction: column;
}
footer .footer__main .Approval__block {
	margin-top: 10px;
}
}





.wrapper {
	display: flex;
	justify-content: center;
}

.contents {
	width: 1200px;
	font-size: 1.6em;
	background-color: #fff;
	padding: 30px;
}


.page__title__block {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 15px;
}
.page__title {
	display: flex;
	font-size: 1.7em;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 15px;
}
.page__title__block .page__title {
	margin-bottom: 0px;
}
.page__title__block .Approval__number {
	text-align: right;
}
.page__title > span {
	background-color: #4572c4;
	padding: 5px 10px;
}

/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {
.wrapper {
	padding: 0 2%;
}
.contents {
	width: 100%;
}
}
/* screens smaller than 1000---------------------------------------------------------- */
@media only screen and (max-width:1000px) {
.contents {
	font-size: 1.5em;
	padding: 15px;
}
.page__title {
	font-size: 1.6em;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.contents {
	font-size: 1.4em;
	padding: 4% 2%;
}
.page__title {
	font-size: 1.5em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.contents {
	font-size: 3.4vw;
}
.page__title__block {
	margin-bottom: 10px;
}
.page__title {
	margin-bottom: 10px;
}
.page__title__block .page__title {
	margin-bottom: 0px;
}
}





.login__info {
	display: flex;
	justify-content: center;
}
.login__info .login__info__main {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 1200px;
	height: 50px;
	padding: 0 20px;
}

.login__info .login__info__main .login__info__name {
	display: flex;
	align-items: baseline;
	font-size: 1.4em;
	line-height: 1.1;
	margin-right: 20px;
}
.login__info .login__info__main .login__info__name .name {
	font-size: 1.2em;
	font-weight: 600;
	margin:  0 .5em;
}

.login__info .login__info__main .login__info__logout .btn__logout {
	display: flex;
	font-size: 1.3em;
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
	text-decoration: none;
	background-color: #f3236a;
	border-radius: .3em;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: .35em .6em;
}
.login__info .login__info__main .login__info__logout .btn__logout .icon {
	margin-left: .3em;
}
/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {
.login__info .login__info__main {
	width: 100%;
	padding: 0 10px;
}
}
/* screens smaller than 1000---------------------------------------------------------- */
@media only screen and (max-width:1000px) {
.login__info .login__info__main {
	height: 40px;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.login__info .login__info__main {
	font-size: 2.4vw;
	padding: 0 5px;
}
}




.contents__section+.contents__section {
	margin-top: 30px;
}
.section__block+.section__block {
	margin-top: 20px;
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.contents__section+.contents__section {
	margin-top: 4%;
}
.section__block+.section__block {
	margin-top: 4%;
}
}




.check__agree {
	display: flex;
	justify-content: center;
}
.check__agree .check__agree__main {
	display: flex;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1;
	position: relative;
}
.check__agree .check__agree__main label {
	background-color: #fff;
	border: 2px solid #999;
	border-radius: .5em;
	padding: .4em 1em .4em 1.6em;
	cursor: pointer;
}
.check__agree .check__agree__main input {
	position: absolute;
	top: 50%;
	left: .7em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.check__agree .check__agree__main label:hover {
	border-color: #ff8e1a;
}
.check__agree .check__agree__main input:checked + label {
	color: #fff;
	background-color: #ff8e1a;
	border-color: #ff8e1a;
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.check__agree .check__agree__main {
	font-size: 1.2em;
}
.check__agree .check__agree__main label {
	background-color: #fff;
	border: 2px solid #999;
	border-radius: .5em;
	padding: .6em 1em .6em 2em;
	cursor: pointer;
}
}


.btn__wrapper {
	display: flex;
	justify-content: center;
	width: 60%;
	margin: 0 auto;
}
.btn__wrapper .input__btn {
	-webkit-appearance: none;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 350px;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	background-color: #0073f0;
	border: 2px solid #0073f0;
	margin: 0;
	padding: .8em 1.2em;
	cursor: pointer;
	transition: .2s;
}
.btn__wrapper .input__btn.noLink {
	color: #eaeaea;
	background-color: #b0b0b0;
	border: 2px solid #b0b0b0;
}
.btn__wrapper .input__btn+.input__btn {
	margin-left: 20px;
}
.btn__wrapper .input__btn:hover {
	background-color: #00B0F0;
	border-color: #00B0F0;
}

.btn__wrapper .input__btn.prev {
	background-color: #384a64;
	border: 2px solid #384a64;
}
.btn__wrapper .input__btn.prev:hover {
	background-color: #1756ae;
	border-color: #1756ae;
}

.btn__wrapper .input__btn.download {
	background-color: #00a794;
	border: 2px solid #00a794;
}
.btn__wrapper .input__btn.download:hover {
	background-color: #0ec3ae;
	border-color: #0ec3ae;
}

.btn__wrapper .input__btn.logout {
	background-color: #f2256a;
	border: 2px solid #f2256a;
}
.btn__wrapper .input__btn.logout:hover {
	background-color: #fc4696;
	border-color: #fc4696;
}
/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {
}
/* screens smaller than 1000---------------------------------------------------------- */
@media only screen and (max-width:1000px) {
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.btn__wrapper {
	flex-direction: column;
	width: 100%;
}
.btn__wrapper .input__btn {
	width: 100%;
	max-width: inherit;
}
.btn__wrapper .input__btn+.input__btn {
	margin-left: 0;
	margin-top: 10px;
}

.btn__wrapper .input__btn.prev:hover {
	background-color: #384a64;
	border-color: #384a64;
}

.btn__wrapper .input__btn.download:hover {
	background-color: #00a794;
	border-color: #00a794;
}

.btn__wrapper .input__btn.logout:hover {
	background-color: #f2256a;
	border-color: #f2256a;
}
}






/* screens smaller than 1440---------------------------------------------------------- */
@media only screen and (max-width:1440px) {
}
/* screens smaller than 1366---------------------------------------------------------- */
@media only screen and (max-width:1366px) {
}
/* screens smaller than 1200---------------------------------------------------------- */
@media only screen and (max-width:1200px) {
}
/* screens smaller than 1000---------------------------------------------------------- */
@media only screen and (max-width:1000px) {
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
}
