body {
	background-color: #fff;
	font-size: 14px;
	line-height: 1.7em;
	letter-spacing: 0;
	color: #333;
	font-family: "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	position: relative;
	word-break: break-all;
	max-width: 100%;
	overflow-x: hidden
}

body,
.benesse-s-header,
.benesse-s-footer {
	background: #fff !important;
}

.btnList li {
	display: inline-block;
	padding-right: 10px;
}

.row-input{
  display: flex;
}

.row-input .col-label{
	text-align: left;
	vertical-align: middle;
	width: 250px;
}

.row-input .col-input{
	text-align: left;
	vertical-align: middle;
}

.formarea .col-label h2 {
	border-left: 5px solid #01aeeb;
	padding: 2px 0 2px 10px;
}

.row-input .col-input input{
	width: 200px;
}

.mobile_disabled {
	display: block !important;
}

.mobile_enabled_flex {
	display: none !important;
}

.mb-2rem {
	margin-bottom: 2rem;
}

.benesse-s-footer .benesse-s-footer-list {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #333333;
	justify-content: center;
}

.benesse-s-footer .benesse-s-footer-list li + li {
	line-height: 1;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #333333;
}

@media screen and (max-width: 705px) {
	#wrap {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.mobile_disabled {
		display: none !important;
	}

	.mobile_enabled_flex {
		display: flex !important;
	}

	header.simpleHeader .wFix {
		display: flex;
		align-items: center;
	}

	.wFix .manageLogo {
		width: 97%;
		text-align: left;
	}

	header.simpleHeader .wFix .manageLogo {
		width: 170px;
		font-size: 0;
		padding: 0 0 14px 10px;
	}

	header.simpleHeader .manageLogo img {
		height: 32px;
	}

	header.simpleHeader .wFix .headerTxt {
		margin-left: 10px;
		color: #079ddc;
		font-size: 16px;
		font-weight: bold;
	}

	#contents {
    padding: 45px 20px 10px 20px;
    margin: 0;
	}

	.pwForget {
		background: url(../img/question-mark.png) no-repeat left;
		padding: 0.2em 0 0.2em 23px;
		font-size: 82%;
		margin-top: 1em;
	}
	.pwForget a {
		color: #0B9AF4;
	}

	.formarea {
		margin: 50px 0;
	}

	.row-input{
		flex-direction: column;
	}

	.row-input .col-label {
		width: 100%;
	}

	.row-input .col-label h2{
		border-left: none;
    padding: 0;
		font-size: 1.15rem;
		line-height: 2rem;
		font-weight: bold;
	}

	.row-input .col-input input{
		width: 100%;
		padding: 12px;
		margin: 5px 0;
		display: inline-block;
		background: #FDFEEA;
		border: 1px solid #ccc;
		border-radius: 4px;
		box-sizing: border-box;
	}

	.btnList {
		width: 100%;
	}

	.btnList li {
    display: block;
	}

	.btnList #btnOk, 
	.btnList #btnCancel {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#btnCancel .btn-back {
		margin-top: 1rem;
		font-size: 1.15rem;
		line-height: 2rem;
		color: #0B9AF4;
	}

	#btnCancel .btn-back:hover {
		text-decoration: underline;
	}

	/* footer */
	.benesse-s-footer {
		padding: 30px 0 15px;
		width: 100% !important;
	}

	.benesse-s-footer .benesse-s-footer-inner {
		text-align: center;
	}

	.benesse-s-footer .benesse-s-footer-list {
		margin-top: 18px;
	}

	.benesse-s-footer .benesse-s-footer-logo {
        width: 160px;
		display: inline-block;
    }

	.benesse-s-footer .benesse-s-footer-logo img {
		width: 100%;
		height: auto;
	}

	.benesse-s-footer .benesse-s-footer-copyright {
		font-size: 10px;
		color: #BBBBBB;
		margin-top: 25px;
		display: block;
		font-family: "Roboto", sans-serif;
	}
	/* end footer */
}

@media screen and (min-width: 706px) {
	#wrap {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.mobile_disabled {
		display: none !important;
	}
	
	.mobile_enabled_flex {
		display: flex !important;
	}


	header.simpleHeader .wFix {
		display: flex;
		align-items: center;
	}

	.wFix .manageLogo {
		width: 97%;
		text-align: left;
	}

	header.simpleHeader .wFix .manageLogo {
		width: 170px;
		font-size: 0;
		padding: 0 0 14px 10px;
	}

	header.simpleHeader .manageLogo img {
		height: 32px;
	}

	header.simpleHeader .wFix .headerTxt {
		margin-left: 10px;
		color: #079ddc;
		font-size: 16px;
		font-weight: bold;
	}

	#contents {
		width: auto;
		background: #f1f1f1;
		padding: 15px 0 110px;
		min-height: 1%;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		text-align: left;
	}

	.pwForget {
		background: url(../img/question-mark.png) no-repeat left;
		padding: 0.2em 0 0.2em 23px;
		font-size: 82%;
		margin-top: 1em;
			
	}
	.pwForget a {
		color: #0B9AF4;
	}

	.formarea {
    margin: 50px 0;
	}

	.row-input{
		flex-direction: column;
	}

	.row-input .col-label {
		width: 100%;
	}

	.row-input .col-label h2{
		border-left: none;
    padding: 0;
		font-size: 1.15rem;
		line-height: 2rem;
		font-weight: bold;
	}

	.row-input .col-input input{
		width: 100%;
		padding: 12px;
		margin: 5px 0;
		display: inline-block;
		background: #FDFEEA;
		border: 1px solid #ccc;
		border-radius: 4px;
		box-sizing: border-box;
	}

	.btnList {
		width: 100%;
	}

	.btnList li {
    display: block;
	}

	.btnList #btnOk, 
	.btnList #btnCancel {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#btnCancel .btn-back {
		margin-top: 1rem;
		font-size: 1.15rem;
		line-height: 2rem;
		color: #0B9AF4;
	}

	#btnCancel .btn-back:hover {
		text-decoration: underline;
	}

	/* footer */
	.benesse-s-footer {
		padding: 30px 0 15px;
		width: 100% !important;
	}

	.benesse-s-footer-box .footer-box-left {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 1rem;
		width: 100% !important;
	}

	.footer-box-left a {
		width: 160px;
	}

	.footer-pravacy {
		width: 50% !important;
		padding: 0px  !important;
		margin: 0px  !important;
	}

	.benesse-s-footer .footer-box-left img {
		width: 100%;
    height: auto;
	}

	.benesse-s-footer .footer-txt  {
		font-size: 12px;
		line-height: 2rem;
	}

	.benesse-s-footer .footer-txt .txt-icon {
		padding: 0 1rem;
	}

	.benesse-s-footer .text-copyright{
		font-size: 10px;
		margin-top: 7px;
	}
	
	.mobile_footer_disabled {
		display: flex;	
	}
	.mobile_footer_enabled {
		display: none;	
	}

	/* end footer */
}

@media screen and (min-width: 706px) {
	header.simpleHeader .wFix {
		display: flex;
		align-items: center;
	}

	.wFix {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 15px;
	}

	#contBox {
		background: #fff;
		width: 705px;
		margin: 0 auto;
		padding: 40px;
		-webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
		box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
		box-sizing: border-box;
	}

	.benesse-s-header .benesse-s-header-box {
		width: 100%;
		max-width: 1030px;
	}

	.benesse-s-footer {
		padding: 27px 0 26px;
	}
	
	.benesse-s-footer .benesse-s-footer-inner {
		width: auto;
		max-width: 1050px;
		margin: 0 auto;
		padding: 0 15px;
		text-align: left;
	}
	
	.benesse-s-footer .benesse-s-footer-upper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.benesse-s-footer .benesse-s-footer-logo {
		width: 150px;
	}

	.benesse-s-footer .benesse-s-footer-copyright {
		margin-top: 16px;
		display: inline-block;
	}
}

