@charset "utf-8";
#staging{
	position: fixed;
	top: 5px;
	left: 5px;
	padding: 5px 10px;
	line-height: 100%;
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	z-index: 9999;
}

/*------------------------------------------------------------
	ご利用までの流れ
------------------------------------------------------------*/
.intro .pageTitle {
	margin-bottom: 22px;
	padding: 30px 5px 38px;
}

.intro .pageTitle h2 {
	color: #FFF;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.43;
	text-align: center;
	letter-spacing: 3px;
}

.intro #main p {
	margin-bottom: 40px;
}

.intro #main .flowUl {
	margin: 0 14px 31px;
}

.intro #main .flowUl li {
	margin-bottom: 35px;
	width: 100%;
	position: relative;
	float: left;
}

.intro #main .flowUl li:last-child {
	margin-bottom: 0;
}

.intro #main .flowUl li:before {
	margin-left: -12px;
	width: 23px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: -29px;
	background: url(../img/common/icon01.png) no-repeat;
	background-size: cover;

	content: "";
}

.intro #main .flowUl li.float-left,
.intro #main .flowUl li.float-right {
	margin-top: 8px;
	width: 47%;
}

.intro #main .flowUl li:last-child:before,
.intro #main .flowUl li.float-right:before {
	display: none;
}

.intro #main .flowUl li .inn {
	padding: 5px;
	min-height: 48px;
	-webkit-display: flex;
	display: flex;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 26px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	border-radius: 8px;
	border: 1px dashed #88BECB;
}

.intro #main .flowUl li .sm {
	display: block;
	font-size: 1.2rem;
	line-height: 17px;
}

/*------------------------------------------------------------
	初回利用登録 入力
------------------------------------------------------------*/
.regist #main .comTitle {
	min-height: 84px;
}

.regist #main .loginDl {
	margin-bottom: 29px;
}

.regist #main .loginDl dt {
	margin-bottom: -1px;
	font-size: 1.4rem;
	font-weight: normal;
}

.regist #main .loginDl dd {
	margin-bottom: 21px;
}

.regist #main .loginDl dd:last-child {
	margin-bottom: 0;
}

.regist #main .loginDl dd input[type=password] ,
.regist #main .loginDl dd input[type=email] ,
.regist #main .loginDl dd input[type=text] {
	padding: 5px 20px;
	width: 100%;
	height: 48px;
	color: #2699FB;
	border-radius: 0;
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.regist #main .loginDl dd input[type="checkbox"] {
	display: none;
}

.regist #main .loginDl dd input[type="checkbox"] + label {
	padding: 7px 0 5px 35px;
	display: inline-block;
	background: url(../img/common/check_img01.png) no-repeat left center;
	background-size: auto 24px;
}

.regist #main .loginDl dd input[type="checkbox"]:checked + label {
	background-image: url(../img/common/check_img02.png);
}


.regist #main .loginDl dd .note {
	margin: 3px 0 8px;
	font-size: 1.2rem;
	line-height: 22px;
	text-align: justify;
}

.regist #main .loginDl dd .link {
	margin: 0 auto 5px;
	width: 56%;
	min-width: 183px;
}

.regist #main .loginDl dd .link span {
	font-weight: bold;
	color: #333;
	font-size: 1.5rem;
	line-height: 36px;
	border-radius: 3px;
	background: #E8E8E8;
}

.regist #main .loginDl dd .ttl {
	font-size: 1.2rem;
}

.regist #main .loginDl dd .txt {
	margin: 0 -10px -4px 0;
	font-size: 2.3rem;
}

.regist #main .loginDl dd .txt .inn {
	display: inline-block
}

.regist #main .loginDl dd .txt a {
	margin-left: -4px;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: top;
	text-decoration: underline;
}

.regist #main .loginDl dd .txt a,
.regist #main .loginDl dd .txt a:hover {
	color: #2699FB;
}

.regist #main .loginDl dd .txt a:hover {
	color: #2699FB;
}

.regist #main .submit li input {
	padding: 0 40px 0 25px;
}

.regist #main .mailForm .text-link {
	text-decoration: underline;
	color: #2699FB;
}



/*------------------------------------------------------------
	初回利用登録 確認
------------------------------------------------------------*/
.regist.confirm #main .loginDl dd input {
	padding: 5px 20px;
	width: 100%;
	height: 48px;
	color: #000;
	border-radius: 0;
	background:#eee;
	border: 1px solid #fafafa;
	box-sizing: border-box;
	-webkit-appearance: none;
}
/*------------------------------------------------------------
	初回利用登録 完了
------------------------------------------------------------*/
.regist.complete .check {
	text-align: center;
	margin-bottom:30px;
}
.regist.complete .check img{
	max-width:250px;
}
/*------------------------------------------------------------
	ログイン
------------------------------------------------------------*/
.login .remind{
	text-align: center;
	margin:15px 0 40px;
}
.login .remind a{
	text-decoration: underline;
	color:#0066ff;
}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/
.menu .pageTitle {
	margin-bottom: 39px;
}

.menu #main p {
	margin-bottom: 28px;
	font-weight: bold;
}

.menu #main .title {
	margin-bottom: 12px;
	color: #333;
	font-size: 1.8rem;
	letter-spacing: -1px;
}

.menu #main .linkUl {
	margin: -15px 0 37px;
	display: flex;
	justify-content: left;
}

.menu #main .linkUl li {
	margin: 15px 2% 0;
	width: 46%;
}

.menu #main .linkUl li a {
	width: 100%;
	height: 100%;
	padding: 24px 5px;
	-webkit-display: flex;
	display: flex;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	border-radius: 15px;
	background: #2699FB;
}

.menu #main .linkUl li .btn {
	width: 100%;
	height: 100%;
	padding: 24px 5px;
	-webkit-display: flex;
	display: flex;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	border-radius: 15px;
	background: #ccc;
}

.attention{
  color:#b60000;
  border:3px solid red;
  border-radius:10px;
  padding:25px 15px 0 15px;
  margin:40px 0;
}
.attention h2{
  text-align: center;
  font-size:20px;
  margin:-2em auto 1em;
  background: #fff;
  padding:0 1em;
  width:6em;
}
.attention p{
  margin-bottom: 28px;
  font-weight: bold;
}

/*------------------------------------------------------------
	申込フロー 共通
------------------------------------------------------------*/
.flow .modal-title{
	font-weight:bold;
	font-size:18px;
	padding-top:10px;
}
.flow .modal-link{
	padding:0 1.5em 16px;
}
.flow .modal-link span{
	text-decoration: underline;
	cursor: pointer;
}

/*------------------------------------------------------------
	申込フロー01 対象園児選択
------------------------------------------------------------*/
.select-target #main .studyUl {
	margin: 0 18px 49px;
	padding-top: 5px;
}

.select-target #main .studyUl li {
	margin-bottom: 11px;
	font-size: 1.8rem;
	font-weight: bold;
}

.select-target #main .studyUl li:last-child {
	margin-bottom: 0;
}

.select-target #main .studyUl li input[type="checkbox"] {
	display: none;
}

.select-target #main .studyUl li input[type="checkbox"] + label {
	padding: 7px 0 5px 35px;
	display: inline-block;
	background: url(../img/common/check_img01.png) no-repeat left center;
	background-size: auto 24px;
}

.select-target #main .studyUl li input[type="checkbox"]:checked + label {
	background-image: url(../img/common/check_img02.png);
}

/*------------------------------------------------------------
	申込フロー02,03 日付時刻選択
------------------------------------------------------------*/


.select-schedule #main .textDl {
	margin: 0 5px 38px;
}

.select-schedule #main .textDl dt {
	margin-bottom: 8px;
	font-size: 1.8rem;
}

.select-schedule #main .textDl dd {
	margin-bottom: 16px;
}

.select-schedule #main.time .textDl dd ul {
	margin-left: 14px;
}

.select-schedule #main .textDl dd li {
	margin-bottom: 3px;
	padding-left: 1em;
	text-indent: -1em;
}

.select-schedule #main .textDl dd li:last-child {
	margin-bottom: 0;
}

.select-schedule #main .monthBox .month {
	margin-bottom: 19px;
	padding: 5px 0 18px;
	position: relative;
	color: #333;
	font-size: 2.8rem;
	border-bottom: 1px solid #2699FB;
}

.select-schedule #main .monthBox .month a {
	width: 40px;
	position: absolute;
	top: 0;
}

.select-schedule #main .monthBox .month .prev {
	left: 0;
}

.select-schedule #main .monthBox .month .next {
	right: 0;
}

.select-schedule #main .monthBox .ttl {
	margin-bottom: 7px;
	color: #333;
}

.select-schedule #main .monthBox .scroll {
	/*height: 375px;*/
	overflow: auto;
}

.select-schedule #main .monthBox .monthUl li {
	margin-bottom: 3px;
}

.select-schedule #main .monthBox .monthUl li a,
.select-schedule #main .monthBox .monthUl li .inn {
	display: flex;
	align-items: center;
	padding: 8px;
	color: #FFF;
	font-size: 2.0rem;
	border-radius: 6px;
	background-color: #2699FB;
	overflow: hidden;
	zoom: 1;
}

.select-schedule #main .monthBox .monthUl li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.select-schedule #main .monthBox .monthUl li .day,
.select-schedule #main .monthBox .monthUl li .num {
	width: 50%;
	float: left;
	display: block;
	line-height: 41px;
	text-align: center;
}

.select-schedule #main .monthBox .monthUl li .day {
	border-right: 1px solid #FFF;
	line-height: 130%;
}

.select-schedule #main .monthBox .monthUl li.no .inn {
	background-color: #DBDBDB;
}

.select-schedule #main .mailForm .selectUl {
	margin: -3px 0 45px;
}

.select-schedule #main .mailForm .selectUl li {
	margin-bottom: 24px;
}
.select-schedule #main .mailForm .selectUl li p{
	background: #eee;
	padding: 10px;
}
.select-schedule #main .mailForm .selectUl li:last-child {
	margin-bottom: 0;
}

.select-schedule #main .mailForm .selectUl li select {
	padding: 5px 15px;
	width: 100%;
	height: 50px;
	color: #666;
	font-size: 1.4rem;
	border-radius: 0;
	border: 1px solid #CBCBCB;
	background: url(../img/common/icon04.png) no-repeat right 18px center;
	background-size: 10px auto;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select-schedule #main .mailForm .selectUl li select::-ms-expand { 
	display: none;
}
.select-schedule #main h3{
    margin: 8px 5px;
    font-size: 1.8rem;
    font-weight:bold;
}
.select-schedule #main li input[type="checkbox"] {
    display: none;
}
.select-schedule #main li input[type="checkbox"] + label {
    padding: 7px 0 5px 35px;
    display: inline-block;
    background: url(../img/common/check_img01.png) no-repeat left center;
    background-size: auto 24px;
}
.select-schedule #main li input[type="checkbox"]:checked + label {
    background-image: url(../img/common/check_img02.png);
}
.select-schedule #main .mailForm .studyUl{
    margin: 0 1em 30px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}
.select-schedule #main .mailForm .selectUl{
    margin: 0 1em 45px;
}
.select-schedule #main .mailForm .studyUl li{
		font-weight:bold;
}
.select-schedule #main .mailForm h4{
		font-weight:bold;
    margin: 0 1em 8px;
}
.select-schedule #main .mailForm .rem{
	display: block;
	font-size: 11px;
	line-height: 100%;
}
.select-schedule #main .mailForm .annotation{
	padding: 0 1em 1rem;
	font-size: 12px;
}


/*------------------------------------------------------------
	登録一覧
------------------------------------------------------------*/

.entry-list.select-schedule #main .monthBox .ttl{
	text-align:left;
	font-size:1.8rem;
}

.entry-list.select-schedule #main .monthBox .monthUl li .inn{
	color:#333;
}
.entry-list.select-schedule #main .monthBox .monthUl li .day{
	width:35%;
}

.entry-list.select-schedule #main .monthBox .monthUl li .num{
	width: 65%;
  text-align: left;
  padding-left: 30px;
  font-size: 16px;
  line-height: 150%;
  vertical-align: middle;
}


/*------------------------------------------------------------
	選択内容確認 ボタン／モーダル
------------------------------------------------------------*/
.selected-check{
  position: fixed;
  left: 0;
  bottom: 0;
  width: calc(100% - 20px);
  text-align: center;
  transition: all 0.3s ease-out;
  z-index: 100;
  font-size:18px;
  padding:12px 0;
  cursor: pointer;
  border-radius: 4px;
  margin:10px;
  /*background: rgba(0,50,130,0.9);*/
  background: rgba(234,157,0,0.9);
  color:#fff;
}
.selected-check:hover{
  color:#eee;
  /*background: rgba(0,100,180,0.9);*/
  background: rgba(250,180,0,1);
}
@media (min-width: 768px){
	.selected-check{
		width:400px;
		left:calc(50% - 200px);
	}
}

.modal-dialog{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin: auto;
  pointer-events: none;
}
.modal-content{
  pointer-events: all;
	width: 94%;
	margin: 0 auto;
}