/*--------------------------------------
基本設定
--------------------------------------*/

/* PC用CSS
   ========================================================================== */
@media screen and (min-width:1020px){

/* 全体設定
------------------------------------*/
#information{
	width: 100%;
	margin: 0 auto;
}

#information #information{
	width: 100%;
}

/* コンテンツ設定
------------------------------------*/
#contents-wrap{
	width: 1020px;
	margin: 0 auto;
}

#contents-wrap .sub-title{
	text-align: center;
}

/* メインビジュアル
------------------------------------*/
/* タイトル */
#contents-wrap .contents-text{
	width: 1020px;
	height: 130px;
	background-image: url(../img/about/mainv-back2.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}

#contents-wrap .contents-text span{
	width: 550px;
	color: #ff7506;
	display: block;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 20px 0;
}

#contents-wrap .contents-text h2{
	width: 550px;
	color: #ff7506;
	font-size: 40px;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0 30px 0;
}

#img-main{
	width: 100%;
	background-image: url(../img/about/mainv-back.jpg);
	background-repeat: repeat;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	padding-bottom: 50px;
}

.mainvisual-wrap{
	width: 1020px;
	position: relative;
}

.mainvisual-wrap figure{
	width: 270px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -135px;
	z-index: 3;
}

/* ページ内リンク
------------------------------------*/
#contents-wrap .page-link{
	width: 520px;
	margin: 30px auto 60px auto;
}

#contents-wrap .page-link ul{
	margin:0;
	padding:0;
	height:45px;
	list-style:none;
}

#contents-wrap .page-link  ul li{
	width:auto;
	min-width:140px;
	height:30px;
	margin:0;
	padding:15px 0 0 0;
	float:left;
	display:inline;
	border-left: 1px solid #3e3a39;
	color: #3e3a39;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}

	#contents-wrap .page-link  ul li:first-of-type{
		padding: 15px 15px 0 15px;
	}

#contents-wrap .page-link  ul li:last-of-type{
	border-right: 1px solid #3e3a39;
}

#contents-wrap .page-link  ul li a{
	width:auto;
	min-width:140px;
	color: #3e3a39;
	display: block;
	cursor: pointer;
}

/* 認定区分と保育時間について
------------------------------------*/
#about-wrap{
	width: 100%;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-bottom: 60px;
	padding-right: 500%;
}

#about-wrap h2{
	color: #ea5b00;
	border-bottom: 3px solid #afc112;
	display: inline-block;
	font-size: 30px;
	margin: 0 auto 40px auto;
	padding-bottom: 5px;
}

#about-wrap .about-in{
	width: 1020px;
	margin-bottom: 60px;
}

.about-in .text-set strong{
	color: #ea5b00;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
}

.about-in .text-set{
	width: 444px;
	float: left;
	margin-left: 40px;
	padding-top: 50px;
}

.about-in img{
	width: 508px;
	float: left;
}

.about-in .text-set p{
	font-size: 14px;
	font-weight: 900;
	margin: 20px 30px 0 0;
}

/* 支給認定の種類 */
#about-wrap .certification-type{
	width: 1020px;
	border: 2px solid #afc112;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 30px 0;
}

.certification-type .type-title{
	width: 675px;
	border-bottom: 1px dotted #afc112;
	display: block;
	font-size: 20px;
	text-align: center;
	margin: 0 auto 40px auto;
	padding-bottom: 15px;
}

.certification-type ul{
	width: 830px;
	margin: 0 auto;
}

.certification-type ul strong{
	color: #afc112;
	font-weight: bold;
	margin-right: 15px;
}

.certification-type ul li{
	margin-bottom: 10px;
	font-weight: 900;
}

/* 支給認定による保育時間 */
#about-wrap .certification-time{
	width: 1020px;
}

.certification-time .type-title{
	width: 675px;
	border-bottom: 1px dotted #afc112;
	display: block;
	font-size: 20px;
	text-align: center;
	margin: 0 auto 40px auto;
	padding-bottom: 15px;
}

.certification-time .type-list{
	width: 316px;
	border: 2px solid #ea5b00;
	border-radius: 10px;
	float: left;
	margin-right: 30px;
	padding: 0 0 30px 0;
}

.type-list:last-of-type{
	margin-right: 0;
}

.certification-time .type-list-in{
	box-sizing: border-box;
	border-top: 3px solid #E95516;
	width: 90%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
	margin: 0 auto;
}

.type-list-in p{
	border-bottom: 3px solid #afc112;
	color: #ea5b00;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	margin: 30px auto;
}

.type-list:nth-of-type(1) p{
	width: 100px;
	padding: 20px 0 5px 0;
	margin-bottom: 47px;
}

.type-list:nth-of-type(2) p{
	width: 200px;
}

.type-list:nth-of-type(3) p{
	width: 220px;
}

.type-list-in p span{
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.type-list-in dl dt{
	color: #ea5b00;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.type-list-in dl dd{
	border-bottom: 1px dotted #afc112;
	font-weight: 900;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.type-list-in dl dd:last-of-type{
	margin-bottom: 0;
}


/* 入園までの流れ
------------------------------------*/
#flow-wrap{
	width: 100%;
	background-color: #f9fdd9;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-top: 60px;
	padding-bottom: 30px;
	padding-right: 500%;
}

#flow-wrap h3{
	color: #ea5b00;
	border-bottom: 3px solid #afc112;
	display: inline-block;
	font-size: 30px;
	margin: 0 auto 40px auto;
	padding-bottom: 5px;
}

#flow-wrap .flow-in{
	width: 900px;
	margin: 0 auto 60px auto;
}

.flow-in .flow-list{
	width: 435px;
	background-color: #fff;
	border: 2px solid #ea5b00;
	border-radius: 10px;
	float: left;
	margin-right: 20px;
}

.flow-list:last-of-type{
	margin-right: 0;
}

.flow-in .flow-list-in{
	box-sizing: border-box;
	border-top: 3px solid #E95516;
	width: 90%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
	margin: 0 auto;
}

.flow-list-in p{
	border-bottom: 3px solid #afc112;
	color: #ea5b00;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	margin: 30px auto;
}

.flow-list:nth-of-type(1) p{
	width: 100px;
}

.flow-list:nth-of-type(2) p{
	width: 135px;
}

.flow-list-in dl{
	width: 390px;
	margin: 0 auto;
}

.flow-list-in dt{
	width: 110px;
	height: 80px;
	background-image: url(../img/information/flow-chevron.png);
	background-repeat: no-repeat;
	background-position: 30px 55px;
	border-bottom: 1px dotted #3e3a39;
	float: left;
}

.flow-list-in dt:last-of-type{
	background-image: none;
}


.flow-list-in dt:last-of-type{
	border-bottom:none;
}

.flow-list-in dd:last-of-type{
	border-bottom:none;
}

.flow-list-in dd{
	width: 390px;
	height: 75px;
	border-bottom: 1px dotted #3e3a39;
	font-size: 16px;
	font-weight: 900;
	line-height: 15px;
	margin-bottom: 20px;
	padding-top: 5px;
}

.flow-list-in dd:after {
  content: '';
  display: block;
  clear: both;
}

.flow-list-in dt .step{
	width: 87px;
	height: 25px;
	background-color: #ea5b00;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	letter-spacing: 0.1em;
}

.flow-list-in dd span{
	color: #afc112;
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.flow-list-in dd em{
	font-size: 13px;
	font-style: normal;
}

/* ボタン設定 */
.flow-in .city-hp-area{
	width: 420px;
	margin: 30px auto 0 auto;
}

.city-hp-area p{
	margin-bottom: 15px;
	font-weight: 900;
}

.city-hp-area .city-hp{
	width: 230px;
	height: 44px;
	line-height: 44px;
	background-color: #ea5b00;
	border: 2px solid #ea5b00;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-weight: 900;
	font-size: 16px;
	text-align: center;
	margin:0 auto;
	padding-left: 10px;
}

.city-hp-area .city-hp:after{
	content: "▶";
	font-size: 14px;
	margin-left: 10px;
}

.city-hp-area .city-hp:hover{
	background-color: #fff;
	border: 2px solid #ea5b00;
	color: #ea5b00;
	opacity: 1.0;
	z-index: 1;
}

.ChangeElem_Btn_Content .ChangeElem_Btn:first-of-type{
	margin-right: 10px;
}

/* 応募について
------------------------------------*/
#application-wrap{
	width: 100%;
	background-color: #fff;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-top: 90px;
	padding-bottom: 90px;
	padding-right: 500%;
}

#application-wrap h4{
	color: #ea5b00;
	border-bottom: 3px solid #afc112;
	display: inline-block;
	font-size: 30px;
	margin: 0 auto 40px auto;
	padding-bottom: 5px;
}

#application-wrap .application-txt{
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
}

#application-wrap .application-in{
	width: 1020px;
	margin-bottom: 60px;
}

.application-in .application-title{
	width: 720px;
	border-bottom: 1px dotted #afc112;
	color: #E95516;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 5px auto 20px auto;
	padding: 0 0 10px 0;
	text-align: center;
}

.application-in .tel-box{
	width: 720px;
	background-color: #fff;
	border: 1px solid #448bd8;
	border-radius: 10px;
	margin: 0 auto 60px auto;
	position: relative;
	padding: 0 15px;
}

.application-in .tel-box .tel-box-in{
	box-sizing: border-box;
	border-top: 3px solid #448bd8;
	width: 100%;
  box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	-o-box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 0;
}

.tel-box-in .logo-area{
		width: 50%;
		float: left;
}

.tel-box-in .logo-area img{
		margin-left: 30px;
}

.tel-box-in .address-area{
		width: 50%;
		float: left;
}

.application-in .address-area{
	width: 320px;
	float: left;
	margin-left: 40px;
}

.address-area .tel-number{
	color: #ea5b00;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 4px;
	margin-left: 10px;
}

.address-area .tel-number i{
	width: 35px;
	height: 35px;
	border: 1px solid #ea5b00;
	border-radius: 35px;
	color: #ea5b00;
	font-size: 18px;
	font-weight: 900;
	line-height: 35px;
	text-align: center;
	text-indent: 3px;
	margin-right: 10px;
}

.address-area .tel-number span{
	color: #ea5b00;
	position: relative;
	top: 5px;
}

.address-area .tel-time{
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

/* メール応募
------------------------------------*/
.mail-in{
	width: 90%;
	background-color: #fff;
	border: 1px solid #afc112;
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}

.mail-in .mail-box{
	border-top: 3px solid #afc112;
	width: 100%;
  box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	-o-box-sizing: border-box;
	margin: 0 auto;
}

.application-in .mail-box-title{
	width: 90%;
	border-bottom: 1px dotted #afc112;
	color: #E95516;
	font-size: 20px;
	font-weight: bold;
	margin: 20px auto;
	padding: 10px 0;
	text-align: center;
}

/* 表設定 */
.mail-in .mail-box .mail-table{
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
}

.mail-table dl,
.mail-table dt,
.mail-table dd{
	box-sizing: border-box;
}

.mail-table dl{
  background: #eee;
  border-bottom: 1px solid #ccc;
}

.mail-table dt,
.mail-table dd{
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}

.mail-table dt:first-of-type,
.mail-table dd:first-of-type{
  border-top: none;
}

.mail-table dt{
		width: 25%;
		font-weight: bold;
		float: left;
		line-height: 25px;
		padding-left: 2%;
}

.mail-table dd{
	font-weight: 600;
	line-height: 25px;
	margin-left: 25%;
	padding-bottom: 10px;
}

.mail-table dd:after {
  content: '';
  display: block;
  clear: both;
}

/* ラジオボタン設定 */
.mail-table input[type=radio] {
	display: none;
}

.mail-table .radio-box label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
.mail-table .radio-box label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border: 1px solid #bdc3c7;
	border-radius: 50%;
}
.mail-table input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-radius: 50%;
	background: #448bd8;
}

/* 必須 */
.mail-table .required-icon{
    color: #fff;
    font-size: 13px;
		font-weight: normal;
    width: 50px;
    margin-left: 10px;
    padding: 3px 4px;
    background-color: #E95516;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.mail-table dt:last-of-type .required-icon{
		margin-left: 0;
}

/* フォーム内input設定 */
.mail-table .form-style{
	padding:8px;
	font-family:Arial, sans-serif;
	color:#3e3a39;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}

.mail-table .form-s{
	width: 100px;
	font-size:1.3em;
}

.mail-table .form-m{
	width: 450px;
	font-size:1.3em;
}

.mail-table .form-l{
	width: 450px;
	height: 200px;
	font-size:1em;
}

.mail-table .security-box{
	width: 600px;
	height: 200px;
	border: 1px solid #3e3a39;
	font-weight: normal;
	overflow: scroll;
	margin: 15px 0;
}

.mail-table .security-box p{
		font-size: 13px;
		line-height: 20px;
		margin: 15px 20px 15px 20px;
}

.mail-table .security-box strong{
	font-size: 14px;
}

.mail-table .security-txt{
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
}

/* 同意するボタン */
.mail-in .agree-box{
		width: 600px;
		border: 1px solid #ccc;
		display: block;
		padding: 10px 0;
		text-align: center;
}

.checkbox01-input{
  display: none;
}

.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
	cursor: pointer;
}

.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #afc112;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #afc112;
  border-right: 3px solid #afc112;
}


/* 確認画面へ進むボタン */
.mail-in .recruit_send{
	width: 198px;
	height: 44px;
	line-height: 40px;
	background-color: #E95516;
	border: 2px solid #E95516;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	margin: 25px 0 25px 130px;
	padding-left: 15px;
}

.mail-in .recruit_send:after{
	content: "▶";
	font-size: 14px;
	margin-left: 5px;
}

.mail-in .recruit_send:hover{
	background-color: #fff;
	border: 2px solid #E95516;
	color: #E95516;
	opacity: 1.0;
	z-index: 1;
}


}/*pcここまで*/






/* タブレット用CSS
   ========================================================================== */
@media screen and (max-width:1019px){
	/* 全体設定
	------------------------------------*/
	#information-wrap{
		width: 100%;
		margin: 0 auto;
	}

	#information-wrap #information-in{
		width: 100%;
	}

	/* コンテンツ設定
	------------------------------------*/
	#contents-wrap{
		width: 100%;
		margin: 0 auto;
	}

	#contents-wrap .sub-title{
		text-align: center;
	}

	/* メインビジュアル
	------------------------------------*/
	/* タイトル */
	#contents-wrap .contents-text{
		width: 100%;
		height: 110px;
		background-image: url(../img/about/mainv-back2.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 80% 100%;
		margin: 0 auto;
	}

#contents-wrap .contents-text span{
	width: 80%;
	max-width: 480px;
	color: #ff7506;
	display: block;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 15px 0;
}

#contents-wrap .contents-text h2{
	width: 80%;
	max-width: 480px;
	color: #ff7506;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
}

	#img-main{
		width: 100%;
		background-image: url(../img-sp/about/mainv-back.jpg);
		background-repeat: repeat;
	}

	.mainvisual-wrap{
		width: 100%;
		position: relative;
	}

	.mainvisual-wrap img{
		width: 100%;
		height: 310px;
		margin: 0 auto;
		object-fit: cover;
	}

	.mainvisual-wrap figure{
		width: 270px;
		position: absolute;
		bottom: -40px;
		left: 38%;
		margin-left: 0;
		z-index: 3;
	}

	.mainvisual-wrap figure img{
			width: 60%;
			height: auto;
	}

	/* ページ内リンク
	------------------------------------*/
	#contents-wrap .page-link{
		width: 100%;
		max-width: 560px;
		margin: 30px auto 60px auto;
	}

	#contents-wrap .page-link ul{
		width: 85%;
		margin: 40px auto 0 auto;
	}

	#contents-wrap .page-link ul li{
		position: relative;
	  float: left;
	  box-sizing: border-box;
	  width: 48%;
	  margin: 0 0 4px 0;
	  padding: 0 0px 0 3px;
		}

	#contents-wrap .page-link ul li:nth-of-type(1),
	#contents-wrap .page-link ul li:nth-of-type(3){
		margin-right: 3%;
	}

	#contents-wrap .page-link ul li a{
		display: block;
		border-bottom: 1px dotted #ea5b00;
	  padding: 13px 0 10px 0;
	  color: #3e3a39;
	  font-size: 13px;
	  font-weight: 900;
	  letter-spacing: 0.05em;
	  white-space: nowrap;
	}

	#contents-wrap .page-link ul li a:after {
		width: 15px;
		height: 15px;
		border: 1px solid #ea5b00;
		border-radius: 30px;
		color: #ea5b00;
	  content: "\f078";
	  font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 12px;
		line-height: 15px;
		text-indent: 2.5px;
		padding: 0;
		position: absolute;
		right: 0;
		top: 35%;
	}

	/* 認定区分と保育時間について
	------------------------------------*/
	#about-wrap{
		width: 100%;
		margin: 0 auto;
	}

	#about-wrap .about-in{
		width: 100%;
		margin: 0 auto;
	}

	#about-wrap h2{
		color: #ea5b00;
		border-bottom: 3px solid #afc112;
		display: inline-block;
		font-size: 20px;
		line-height: 30px;
		margin: 0 auto 40px auto;
		padding-bottom: 5px;
	}

	.about-in img{
		width: 90%;
		display: block;
		text-align: center;
		margin: 0 auto;
	}

	.about-in .text-set{
		width: 100%;
		margin-right: 5px;
	}

	.about-in .text-set p{
		width: 90%;
		max-width: 560px;
		margin: 20px auto;
		font-size: 14px;
		line-height: 23px;
	}

	.about-in .text-set p br{
		display: none;
	}

	.about-in .text-set strong{
		width: 90%;
		max-width: 560px;
		color: #ea5b00;
		display: block;
		font-size: 18px;
		line-height: 25px;
		margin: 20px auto 0 auto;
	}

	/* 支給認定の種類 */
	#about-wrap .certification-type{
		width: 90%;
		border: 2px solid #afc112;
		border-radius: 10px;
		margin: 0 auto 40px auto;
		padding: 30px 0;
	}

	.certification-type .type-title{
		width: 90%;
		border-bottom: 1px dotted #afc112;
		color: #ea5b00;
		display: block;
		font-size: 18px;
		text-align: center;
		margin: 0 auto 30px auto;
		padding-bottom: 15px;
	}

	.certification-type ul{
		width: 90%;
		margin: 0 auto;
	}

	.certification-type ul strong{
		color: #afc112;
		display: block;
		font-weight: bold;
		margin-right: 15px;
	}

	.certification-type ul li{
		margin-bottom: 15px;
	}

	.certification-type ul li:last-of-type{
		margin-bottom: 0;
	}

	/* 支給認定による保育時間 */
	#about-wrap .certification-time{
		width: 100%;
		margin: 0 auto;
	}

	.certification-time .type-title{
		width: 90%;
		border-bottom: 1px dotted #afc112;
		color: #ea5b00;
		display: block;
		font-size: 18px;
		text-align: center;
		margin: 0 auto 30px auto;
		padding-bottom: 10px;
	}

	.certification-time .type-list{
		width: 90%;
		border: 2px solid #ea5b00;
		border-radius: 10px;
		margin: 0 auto 30px auto;
	}

	.certification-time .type-list-in{
		box-sizing: border-box;
		border-top: 3px solid #E95516;
		width: 90%;
	  box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  -o-box-sizing: border-box;
		margin: 0 auto;
	}

	.type-list-in p{
		border-bottom: 3px solid #afc112;
		color: #ea5b00;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 25px;
		margin: 20px auto;
	}

	.type-list:nth-of-type(1) p{
		width: 100px;
		padding: 0 0 5px 0;
		margin-bottom: 20px;
	}

	.type-list:nth-of-type(2) p{
		width: 220px;
	}

	.type-list:nth-of-type(3) p{
		width: 230px;
	}

	.type-list-in p span{
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0.1em;
	}

	.type-list-in dl dt{
		color: #ea5b00;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.type-list-in dl dd{
		border-bottom: 1px dotted #afc112;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.type-list-in dl dd:last-of-type{
		border-bottom: none;
		margin-bottom: 0;
	}

	/* 入園までの流れ
	------------------------------------*/
	#flow-wrap{
		width: 100%;
		background-color: #f9fdd9;
		margin: 0 auto;
		padding: 60px 0 20px 0;
	}

	#flow-wrap h3{
		color: #ea5b00;
		border-bottom: 3px solid #afc112;
		display: inline-block;
		font-size: 20px;
		line-height: 30px;
		margin: 0 auto 40px auto;
		padding-bottom: 5px;
	}

	#flow-wrap .flow-in{
		width: 90%
		margin: 0 auto 60px auto;
	}

	.flow-in .flow-list{
		width: 90%;
		background-color: #fff;
		border: 2px solid #ea5b00;
		border-radius: 10px;
		margin: 0 auto;
	}

	.flow-list:first-of-type{
		margin-bottom: 30px;
	}

	.flow-in .flow-list-in{
		box-sizing: border-box;
		border-top: 3px solid #E95516;
		width: 90%;
	  box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  -o-box-sizing: border-box;
		margin: 0 auto;
	}

	.flow-list-in p{
		border-bottom: 3px solid #afc112;
		color: #ea5b00;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 25px;
		margin: 30px auto;
	}

	.flow-list:nth-of-type(1) p{
		width: 80px;
	}

	.flow-list:nth-of-type(2) p{
		width: 115px;
	}

	.flow-list-in dl{
		width: 100%
		margin: 0 auto;
	}

	.flow-list-in dt{
		width: 35%;
		height: 80px;
		background-image: url(../img/information/flow-chevron.png);
		background-repeat: no-repeat;
		background-position: 30px 45px;
		float: left;
	}

	.flow-list-in dt:last-of-type{
		background-image: none;
	}

	.flow-list-in dt:last-of-type{
		border-bottom:none;
	}

	.flow-list-in dd:last-of-type{
		border-bottom:none;
	}

	.flow-list-in dd{
		width: 100%;
		height: 80px;
		border-bottom: 1px dotted #3e3a39;
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 20px;
		padding: 0 0 0 -35%;
	}

	.flow-list-in dd:last-of-type{
		margin-bottom: 0;
	}

	.flow-list-in dd:after {
	  content: '';
	  display: block;
	  clear: both;
	}

	.flow-list-in dt .step{
		width: 87px;
		height: 25px;
		background-color: #ea5b00;
		border-radius: 50px;
		color: #fff;
		display: block;
		font-family: 'Quicksand', sans-serif;
		font-weight: bold;
		text-align: center;
		line-height: 25px;
		letter-spacing: 0.1em;
	}

	.flow-list-in dd span{
		color: #afc112;
		display: block;
		font-size: 15px;
		font-weight: bold;
	}

	.flow-list-in dd em{
		font-size: 12px;
		font-style: normal;
	}

	/* ボタン設定 */
	.flow-in .city-hp-area{
		width: 90%;
		margin: 30px auto 0 auto;
	}

	.city-hp-area p{
		font-size: 14px;
		margin-bottom: 10px;
	}

	.city-hp-area .city-hp{
		width: 230px;
		height: 44px;
		line-height: 44px;
		background-color: #ea5b00;
		border: 2px solid #ea5b00;
		border-radius: 50px;
		color: #fff;
		display: block;
		font-weight: 900;
		font-size: 16px;
		text-align: center;
		margin:0 auto;
		padding-left: 10px;
	}

	.city-hp-area .city-hp:after{
		content: "▶";
		font-size: 14px;
		margin-left: 10px;
	}

	.city-hp-area .city-hp:hover{
		background-color: #fff;
		border: 2px solid #ea5b00;
		color: #ea5b00;
		opacity: 1.0;
		z-index: 1;
	}

	.ChangeElem_Btn_Content .ChangeElem_Btn:first-of-type{
		margin-right: 10px;
	}

	/* 園内見学について
	------------------------------------*/
	#application-wrap{
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
		padding: 60px 0 20px 0;
	}

	#application-wrap h4{
		color: #ea5b00;
		border-bottom: 3px solid #afc112;
		display: inline-block;
		font-size: 22px;
		margin: 0 auto 40px auto;
		padding-bottom: 5px;
	}

	#application-wrap .application-in{
		width: 100%;
		margin-bottom: 60px;
	}

	#application-wrap .application-txt{
		width: 90%;
		margin: 0 auto 13px auto;
		font-size: 14px;
	}

	#application-wrap .tel-box-wrap{
		width: 90%;
		margin: 0 auto;
		}

	#application-wrap .tel-box{
		width: 90%;
		background-color: #fff;
		border: 1px solid #448bd8;
		border-radius: 10px;
		margin: 0 auto 30px auto;
		position: relative;
		padding: 0 15px;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		box-ordinal-group: 1;
	}

	#application-wrap .tel-box .tel-box-in{
		box-sizing: border-box;
		border-top: 3px solid #448bd8;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.application-in .application-title{
		width: 100%;
		border-bottom: 1px dotted #afc112;
		color: #ea5b00;
		display: block;
		font-size: 18px;
		text-align: center;
		margin: 20px auto;
		padding-bottom: 10px;
	}

	.tel-box .tel-box-in .logo-area img{
			width: 95%;
			display: block;
			text-align: center;
			margin: 20px auto 15px auto;
	}

	.application-in .address-area{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.address-area .tel-number{
		width: 95%;
		color: #ea5b00;
		display: inline-block;
		font-size: 26px;
		font-weight: bold;
		letter-spacing: 3px;
		margin: 0 auto;
	}

	.address-area .tel-number i{
		width: 35px;
		height: 35px;
		border: 1px solid #ea5b00;
		border-radius: 35px;
		color: #ea5b00;
		font-size: 18px;
		font-weight: 900;
		line-height: 35px;
		text-align: center;
		text-indent: 3px;
		margin-right: 8px;
	}

	.address-area .tel-number span{
		color: #ea5b00;
		position: relative;
		top: 5px;
	}

	.address-area .tel-time{
		width: 100%;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		margin: 0 auto;
	}


}




/* SP用CSS
========================================================================== */
@media screen and (max-width:479px){
/* 全体設定
------------------------------------*/
#information-wrap{
	width: 100%;
	margin: 0 auto;
}

#information-wrap #information-in{
	width: 100%;
}

/* コンテンツ設定
------------------------------------*/
#contents-wrap{
	width: 100%;
	margin: 0 auto;
}

#contents-wrap .sub-title{
	text-align: center;
}

/* メインビジュアル
------------------------------------*/
/* タイトル */
#contents-wrap .contents-text{
	width: 100%;
	max-width: 640px;
	height: 110px;
	background-image: url(../img/about/mainv-back2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% 100%;
	margin: 0 auto;
}

#contents-wrap .contents-text span{
	width: 80%;
	max-width: 480px;
	color: #ff7506;
	display: block;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 15px 0;
}

#contents-wrap .contents-text h2{
	width: 80%;
	max-width: 480px;
	color: #ff7506;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
}

#img-main{
	width: 100%;
	max-width: 640px;
	background-image: url(../img-sp/about/mainv-back.jpg);
	background-repeat: repeat;
}

.mainvisual-wrap{
	width: 640px;
	position: relative;
}

.mainvisual-wrap img{
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
}

.mainvisual-wrap figure{
	width: 270px;
	position: absolute;
	bottom: -40px;
	left: 17%;
	margin-left: 0;
	z-index: 3;
}

.mainvisual-wrap figure img{
	width: 60%;
	height: auto;
}

/* ページ内リンク
------------------------------------*/
#contents-wrap .page-link{
	width: 100%;
	max-width: 560px;
	margin: 30px auto 60px auto;
}

#contents-wrap .page-link ul{
	width: 85%;
	margin: 40px auto 0 auto;
}

#contents-wrap .page-link ul li{
	position: relative;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin: 0 0 4px 0;
  padding: 0 0px 0 3px;
	}

#contents-wrap .page-link ul li:nth-of-type(1),
#contents-wrap .page-link ul li:nth-of-type(3){
	margin-right: 3%;
}

#contents-wrap .page-link ul li a{
	display: block;
	border-bottom: 1px dotted #ea5b00;
  padding: 13px 0 10px 0;
  color: #3e3a39;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

#contents-wrap .page-link ul li a:after {
	width: 15px;
	height: 15px;
	border: 1px solid #ea5b00;
	border-radius: 30px;
	color: #ea5b00;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	line-height: 15px;
	text-indent: 2.5px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 35%;
}

/* 認定区分と保育時間について
------------------------------------*/
#about-wrap{
	width: 100%;
	margin: 0 auto;
}

#about-wrap .about-in{
	width: 100%;
	margin: 0 auto;
}

#about-wrap h2{
	color: #ea5b00;
	border-bottom: 3px solid #afc112;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	margin: 0 auto 40px auto;
	padding-bottom: 5px;
}

.about-in img{
	width: 90%;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.about-in .text-set{
	width: 100%;
	margin-right: 5px;
}

.about-in .text-set p{
	width: 90%;
	max-width: 560px;
	margin: 20px auto;
	font-size: 14px;
	line-height: 23px;
}

.about-in .text-set p br{
	display: none;
}

.about-in .text-set strong{
	width: 90%;
	max-width: 560px;
	color: #ea5b00;
	display: block;
	font-size: 18px;
	line-height: 25px;
	margin: 20px auto 0 auto;
}

/* 支給認定の種類 */
#about-wrap .certification-type{
	width: 90%;
	border: 2px solid #afc112;
	border-radius: 10px;
	margin: 0 auto 40px auto;
	padding: 30px 0;
}

.certification-type .type-title{
	width: 90%;
	border-bottom: 1px dotted #afc112;
	color: #ea5b00;
	display: block;
	font-size: 18px;
	text-align: center;
	margin: 0 auto 30px auto;
	padding-bottom: 15px;
}

.certification-type ul{
	width: 90%;
	margin: 0 auto;
}

.certification-type ul strong{
	color: #afc112;
	display: block;
	font-weight: bold;
	margin-right: 15px;
}

.certification-type ul li{
	margin-bottom: 15px;
}

.certification-type ul li:last-of-type{
	margin-bottom: 0;
}

/* 支給認定による保育時間 */
#about-wrap .certification-time{
	width: 100%;
	margin: 0 auto;
}

.certification-time .type-title{
	width: 90%;
	border-bottom: 1px dotted #afc112;
	color: #ea5b00;
	display: block;
	font-size: 18px;
	text-align: center;
	margin: 0 auto 30px auto;
	padding-bottom: 10px;
}

.certification-time .type-list{
	width: 90%;
	border: 2px solid #ea5b00;
	border-radius: 10px;
	margin: 0 auto 30px auto;
}

.certification-time .type-list-in{
	box-sizing: border-box;
	border-top: 3px solid #E95516;
	width: 90%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
	margin: 0 auto;
}

.type-list-in p{
	border-bottom: 3px solid #afc112;
	color: #ea5b00;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	margin: 20px auto;
}

.type-list:nth-of-type(1) p{
	width: 100px;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
}

.type-list:nth-of-type(2) p{
	width: 220px;
}

.type-list:nth-of-type(3) p{
	width: 230px;
}

.type-list-in p span{
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.type-list-in dl dt{
	color: #ea5b00;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.type-list-in dl dd{
	border-bottom: 1px dotted #afc112;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.type-list-in dl dd:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
}

/* 入園までの流れ
------------------------------------*/
#flow-wrap{
	width: 100%;
	max-width: 640px;
	background-color: #f9fdd9;
	margin: 0 auto;
	padding: 60px 0 20px 0;
}

#flow-wrap h3{
	color: #ea5b00;
	border-bottom: 3px solid #afc112;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	margin: 0 auto 40px auto;
	padding-bottom: 5px;
}

#flow-wrap .flow-in{
	width: 90%
	margin: 0 auto 60px auto;
}

.flow-in .flow-list{
	width: 90%;
	background-color: #fff;
	border: 2px solid #ea5b00;
	border-radius: 10px;
	margin: 0 auto;
}

.flow-list:first-of-type{
	margin-bottom: 30px;
}

.flow-in .flow-list-in{
	box-sizing: border-box;
	border-top: 3px solid #E95516;
	width: 90%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
	margin: 0 auto;
}

.flow-list-in p{
	border-bottom: 3px solid #afc112;
	color: #ea5b00;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	margin: 30px auto;
}

.flow-list:nth-of-type(1) p{
	width: 80px;
}

.flow-list:nth-of-type(2) p{
	width: 115px;
}

.flow-list-in dl{
	width: 100%
	margin: 0 auto;
}

.flow-list-in dt{
	width: 35%;
	height: 80px;
	background-image: url(../img/information/flow-chevron.png);
	background-repeat: no-repeat;
	background-position: 30px 45px;
	float: left;
}

.flow-list-in dt:last-of-type{
	background-image: none;
}

.flow-list-in dt:last-of-type{
	border-bottom:none;
}

.flow-list-in dd:last-of-type{
	border-bottom:none;
}

.flow-list-in dd{
	width: 100%;
	height: 80px;
	border-bottom: 1px dotted #3e3a39;
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 20px;
	padding: 0 0 0 -35%;
}

.flow-list-in dd:last-of-type{
	margin-bottom: 0;
}

.flow-list-in dd:after {
  content: '';
  display: block;
  clear: both;
}

.flow-list-in dt .step{
	width: 87px;
	height: 25px;
	background-color: #ea5b00;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	letter-spacing: 0.1em;
}

.flow-list-in dd span{
	color: #afc112;
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.flow-list-in dd em{
	font-size: 12px;
	font-style: normal;
}

/* ボタン設定 */
.flow-in .city-hp-area{
	width: 90%;
	margin: 30px auto 0 auto;
}

.city-hp-area p{
	font-size: 14px;
	margin-bottom: 10px;
}

.city-hp-area .city-hp{
	width: 230px;
	height: 44px;
	line-height: 44px;
	background-color: #ea5b00;
	border: 2px solid #ea5b00;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-weight: 900;
	font-size: 16px;
	text-align: center;
	margin:0 auto;
	padding-left: 10px;
}

.city-hp-area .city-hp:after{
	content: "▶";
	font-size: 14px;
	margin-left: 10px;
}

.city-hp-area .city-hp:hover{
	background-color: #fff;
	border: 2px solid #ea5b00;
	color: #ea5b00;
	opacity: 1.0;
	z-index: 1;
}

.ChangeElem_Btn_Content .ChangeElem_Btn:first-of-type{
	margin-right: 10px;
}

/* 園内見学について
------------------------------------*/
#application-wrap{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 60px 0 20px 0;
}

#application-wrap h4{
	color: #ea5b00;
	border-bottom: 3px solid #afc112;
	display: inline-block;
	font-size: 22px;
	margin: 0 auto 40px auto;
	padding-bottom: 5px;
}

#application-wrap .application-in{
	width: 100%;
	margin-bottom: 60px;
}

#application-wrap .application-txt{
	width: 90%;
	margin: 0 auto 13px auto;
	font-size: 14px;
}

#application-wrap .tel-box-wrap{
	width: 90%;
	margin: 0 auto;
	}

#application-wrap .tel-box{
	width: 90%;
	background-color: #fff;
	border: 1px solid #448bd8;
	border-radius: 10px;
	margin: 0 auto 30px auto;
	position: relative;
	padding: 0 15px;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;
}

#application-wrap .tel-box .tel-box-in{
	box-sizing: border-box;
	border-top: 3px solid #448bd8;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
	padding-bottom: 20px;
}

.application-in .application-title{
	width: 100%;
	border-bottom: 1px dotted #afc112;
	color: #448bd8;
	display: block;
	font-size: 18px;
	text-align: center;
	margin: 20px auto;
	padding-bottom: 10px;
}

.tel-box .tel-box-in .logo-area img{
	width: 95%;
	display: block;
	text-align: center;
	margin: 20px auto 20px auto;
}

.application-in .address-area{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.address-area .tel-number{
	width: 95%;
	color: #448bd8;
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0 auto;
}

.address-area .tel-number i{
	width: 35px;
	height: 35px;
	border: 1px solid #448bd8;
	border-radius: 35px;
	color: #448bd8;
	font-size: 18px;
	font-weight: 900;
	line-height: 35px;
	text-align: center;
	text-indent: 3px;
	margin-right: 8px;
}

.address-area .tel-number span{
	color: #448bd8;
	position: relative;
	top: 5px;
}

.address-area .tel-time{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

}
