@charset "UTF-8";
/* CSS Document */

/*　会員登録について　*/
.member_pc{
	margin: auto;
    max-width: 1200px;
    color: #484848;
    padding: 10px;
}
.member_pc_title h2{
	padding-top: 50px;
	margin: 0;
    font-size: 40px;
    color: #484848;
	font-weight: bold;
}

.member_1{
	margin-bottom: 100px;
}
.member_1 p{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}
.member_1 p a{
	text-decoration: none;
    color: #E53742;
    border-bottom: solid 1px;
	font-size: 20px;
}
.member_1 p a:hover {
    opacity: 0.7;
}
.member_1_img img{
	width: 1200px;
	border: solid 1px #707070;
}
.member_1 ul{
	padding: 0;
    margin: 0;
	padding-top: 15px;
}
.member_1 ul li{
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    padding-left: 1.0em;
    text-indent: -0.8em;
    margin-bottom: 10px;
}

/* リストマーク */
.list_test:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               
    height:  10px;              
    display:  inline-block;     /* インラインブロックにする */
    background-color: #484848;  
    border-radius:  50%;        
    position:  relative;        
    top: -1px;                  
    margin-right: 5px;          
}


/* ご利用ガイドについて */
.guide{
	margin: auto;
    max-width: 1200px;
    color: #484848;
    padding: 10px;
  
}
.guide_title{
	margin: auto;
}
.guide_title h2{
	margin: 50px 0px 50px 0px;
    font-size: 40px;
    color: #484848;
    font-weight: bold;
}


/* 個人向けについて */
.guide_kojin_title{
	border-left: solid 10px #E53742;
    height: 60px;
    display: flex;
    align-items: center;
}

.guide_kojin_title h2{
	margin: 0;
    padding-left: 5px;
    font-size: 30px;
    font-weight: 600;
}
.guide_kojin_icon ul{
	margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    text-align: center;
    align-items: center;
}

.guide_kojin_icon ul li{
	list-style: none;
}

.guide_kojin_icon ul li a{
	text-decoration: none;
	height: 200px;
    width: 215px;
    border: solid 1px #707070;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.guide_kojin_icon a:hover {
    opacity: 0.7;
}


.guide_kojin_icon p{
	font-size: 16px;
	color: #484848;
       margin-top: 8px;
}



/* 保育施設向けについて */

.guide_hoiku{
	margin-top: 80px;
	margin-bottom: 100px;
}

.guide_hoiku_title{
	border-left: solid 10px #E53742;
    height: 60px;
    display: flex;
    align-items: center;
}

.guide_hoiku_title h2{
    margin: 0;
    padding-left: 5px;
    font-size: 30px;
    font-weight: 600;
}
.guide_hoiku_icon ul{
	margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    text-align: center;
    align-items: center;
}

.guide_hoiku_icon ul li{
	list-style: none;
}

.guide_hoiku_icon ul li a{
	text-decoration: none;
	height: 200px;
    width: 215px;
    border: solid 1px #707070;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.guide_hoiku_icon a:hover {
    opacity: 0.7;
}

.guide_hoiku_icon p{
	font-size: 16px;
	color: #484848;
        margin-top: 8px;
}

.guide_hoiku_icon_btn_a{
	margin-top: 28px;
}



/* お困りの方へ */

.guide_trouble{
	margin-top: 80px;
	margin-bottom: 100px;
}

.guide_trouble_title{
	border-left: solid 10px #E53742;
    height: 60px;
    display: flex;
    align-items: center;
}

.guide_trouble_title h2{
	margin: 0;
    padding-left: 20px;
    font-size: 30px;
    font-weight: 600;
}
.guide_trouble_icon ul{
	margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    text-align: center;
    align-items: center;
}

.guide_trouble_icon ul li{
	list-style: none;
}

.guide_trouble_icon ul li a{
	text-decoration: none;
	height: 200px;
    width: 215px;
    border: solid 1px #707070;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.guide_trouble_icon a:hover {
    opacity: 0.7;
}


.guide_trouble_icon p{
	font-size: 16px;
	color: #484848;
        margin-top: 8px;
}



/* その他 */

.guide_others{
	margin-top: 80px;
	margin-bottom: 100px;
}

.guide_others_title{
	border-left: solid 10px #E53742;
    height: 60px;
    display: flex;
    align-items: center;
}

.guide_others_title h2{
	margin: 0;
    padding-left: 20px;
    font-size: 30px;
    font-weight: 600;
}
.guide_others_icon ul{
	margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    text-align: center;
    align-items: center;
}

.guide_others_icon ul li{
	list-style: none;
}

.guide_others_icon ul li a{
	text-decoration: none;
	height: 200px;
    width: 215px;
    border: solid 1px #707070;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.guide_others_icon a:hover {
    opacity: 0.7;
}

.guide_others_icon p{
	font-size: 16px;
	color: #484848;
        margin-top: 8px;
}

.guide_others_icon_btn_a{
	margin-top: 28px;
}

































