@charset "UTF-8";
/* CSS Document */



@import url("reset.css");

img { vertical-align: bottom; }
ul { list-style-type: none; }

img.auto {
	width: 100%;
	height: auto;
}



/*SP用*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #4d4d4d;
}



.hamburger {
	width: 50px;
	height: 70px;
	position: fixed;
	top: 5px;
	right: 10px;
	z-index: 200;
}
.hamburger span {
	display: block;
	width: 40px;
	height: 3px;
	background-color: #AAD13D;
	position: absolute;
	transform: translate(0,-50%);
	transition: all .4s ease;
}
.hamburger span:first-child {
	top: 30%;
}
.hamburger span:nth-child(2) {
	top: 50%;
}
.hamburger span:last-child {
	top: 70%;
}
.hamburger.close span:first-child {
	top: 50%;
	transform: translate(0,-50%) rotate(45deg);
	background-color: #39B54A;
}
.hamburger.close span:nth-child(2) {
	opacity: 0;
	transform: rotate(405deg);
}
.hamburger.close span:last-child {
	top: 50%;
	transform: translate(0,-50%) rotate(-45deg);
	background-color: #39B54A;
}


header {
	background-color: #39B54A;
	padding: 25px 0 15px 25px;
}
header a {
	display: block;
	width: 200px;
}



.drawer {
	background-color: white;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: auto;
	padding: 20 20px 40px;
	box-sizing: border-box;
	transition: all .4s ease;
}
.drawer.show {
	top: 0;
}
.drawer .logo {
	margin: 55px auto 0;
	width: 150px;
}
.drawer ul {
	margin-top: 40px;
}
.drawer ul li {
	margin-top: 8px;
}
.drawer ul li a {
	display: block;
	text-align: center;
	font-size: 125%;
	color: #39B54A;
	text-decoration: none;
	padding: 16px;
	line-height: 1.25;
	font-weight: 700;
}

.drawer ul li a.crnt {
	text-decoration: underline #39B54A;
}



/* 共通要素 */
.wrapper {
	padding: 0 25px;
}
.btn_area {
	margin-top: 45px;
	text-align: center;
 font-size: 20px;
	font-weight: 700
}
.btn_area a.btn {
	background-color: #39B54A;
	text-align: center;
	display: inline-block;
	padding: 20px 25px;
	color: white;
	text-decoration: none;
	border-radius: 100px;
	min-width: 200px;
	box-sizing: border-box;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .75);
}

.betutabu::after {
	 content: "";
	 display: inline-block;
	 background: url( "../images/betutab.png") no-repeat;
	 background-size: contain;
	 width: 11px;
	 height: 11px;
	 margin-left: .5em;
}

.btn_area a.btn_white {
	background-color: #FFFFFF;
	text-align: center;
	display: inline-block;
	padding: 20px;
	color: #39B54A;
	text-decoration: none;
	border-radius: 100px;
	min-width: 200px;
	box-sizing: border-box;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .75);
}

.form_kakunin {
	margin-bottom: 80px;
}

h1.sec_ttl {
	text-align: center;
	color: #4d4d4d;
	font-size: 27px;
	font-weight: 700;
	margin-top: 102px;
}
h1.sec_ttl span {
	display: inline-block;
	padding: 20px 25px;
	background: url("../images/txt_obj.png") right center / auto 65px no-repeat;
	min-height: 65px;
	box-sizing: border-box;
}





/* トップページ */
.top_main {
	margin-top: 30px;
	position: relative;
}
.top_main .scrnshot {
	width: 175px;
}
.top_main .tablet_illust {
	width: 97px;
	position: absolute;
	right: 0;
	top: 110px;
}
.top_main .copy {
	width: 240px;
	position: absolute;
	right: 0;
	top: 50px;
}
.top_main .family_illust {
	width: 280px;
	position: absolute;
	top: 245px;
	left: 50%;
	transform: translate(-50%, 0);
}
.top_main .app_links {
	margin-top: 70px;
	padding: 0 17px;
	display: flex;
}
.top_main .app_links .google {
	margin-right: 15px;
}
.top_main .arrow {
	margin: 32px 31px 0;
	text-align: right;
	background: url( "../images/sub_Illust.png") left bottom / 115px auto no-repeat;
	min-height: 127px;
}
.top_main .arrow img { width: 148px; }


.medinder_qes {
	margin-top: 58px;
}
.medinder_qes .main_qes {
	margin: 0 48px;
}
.medinder_qes .main_txt {
	text-decoration: underline ;
	text-decoration-color: #AAD13D;
	margin: 50px 25px 0;
	font-size: 12px;
	line-height: 1.8;
}

.medinder_qes .main_qes_icon {
	margin: 0 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.medinder_qes .main_qes_icon li {
	margin-top: 30px;
	width: 46.3%;
}

.tourokutezyun .kasou_page {
	margin-top: 40px;
	padding-bottom: 20px;
}

.tourokutezyun .lead_txt {
	margin-top: 13px;
	font-size: 12px;
	text-align: center;
}
.tourokutezyun .lead_txt span {
	font-size: 18px;
	font-weight: 700;
	color: #AAD13D;
	padding: 0 5px;
}

.tourokutezyun .step_pic li {
 	width: 275px;
 	margin: 30px auto 0 ;
	border: solid 5px #39B54A;
	border-radius: 10px;
	position: relative;
	text-align: center;
	padding: 45px 0 30px;
}
.tourokutezyun .step_pic li .step {
	font-size: 16px;
	font-weight: 700;
	color: white;
	background-color: #AAD13D;
	position: absolute;
	top: -10px;
	left: -10px;
	border: solid 5px white;
	border-radius: 50px;
	padding: 9px 20px;
}

.tourokutezyun .step_pic li .ttl {
	padding: 15px 0 20px 0;
	font-weight: 700;
}

.tourokutezyun .step_pic li .cap {
	padding-bottom: 15px;
	font-weight: 300;
}

.tourokutezyun .step_pic li .dougakakuninn a {
	font-weight: 700;
	color: #39B54A;
}

.tourokutezyun .step_pic li.step1 .cap a {
	color: #39B54A;
}

.tourokutezyun .step_pic li.step2 .cap a {
	color: #39B54A;
}

.tourokutezyun .step_pic li.step1 .illust img {
	width: 130px;
}

.tourokutezyun .step_pic li.step2 .illust img {
	width: 190px;
}



.tezyun{
	margin-top: 30px;
}


.tezyun .tezyun_b {
	font-size: 22px;
	font-weight: 700;
	margin: 10px 0 25px;
	color: #4d4d4d;
}

.tezyun .space {
	margin-top: 80px;
	
}


.tezyun .tezyun_b span {
	font-size: 28px;
	color: #39B54A;
	font-weight: 700;
}

.tezyun .tezyun_txt {
	width: 280px;
	font-size: 14px;
	line-height: 1.8;
	color: #4d4d4d;
	margin:0 auto 30px auto;
	
}

.tezyun .tezyun_txt span {
	font-size: 24px;
	color: #39B54A;
	font-weight: 700;
}

.tezyun .touroku_pic {
	width: 180px;
	margin: 0 auto 80px;
}

.tezyun .mail_pic {
	width: 225px;
}

.tezyun .tezyun_cont .tezyun_pic {
	position: relative;
	margin-bottom: 40px;
}

.tezyun .tezyun_cont .tezyun_pic p {
	position: absolute;
	top: 68px;
	left: 50%;
	transform: translate(-50%, 0);
}
.tezyun .tezyun_cont .tezyun_pic .tezyun_apple {
	width: 130px;
}

.tezyun .tezyun_cont .tezyun_pic .tezyun_android {
	width: 170px;
}







.service_cont1 .cont {
	display: flex;
	margin-top: 30px;
}

.service_cont1 .cont .service_icon {
	width: 80px;
}

.service_cont1 .cont .service_cont_btxt {
	margin: 5px 0 5px 15px;
}

.service_cont1 .cont .service_cont_btxt .kinousetumei {
	text-decoration: underline 1px solid #AAD13D ;
	font-size: 11px;
	color: #4d4d4d;
	margin-top: 10px;
}

.service_cont1 .cont .service_cont_btxt .kinoumei {
	color: #4d4d4d;
	font-size: 24px;
	margin: 10px 0 10px;
}

.service_cont1 .cont_txt {
	margin: 25px 0;
	font-size: 14px;
	line-height: 1.8;
}

.service_cont1 .service_pic {
	margin-bottom: 80px;
}




.QA .toggleButton {
	 width: 275px;
	 margin: 15px auto 0 auto;
	 background-color: #39B54A;
	 padding: 32px 0 ;
	 border-radius: 15px 15px 0 0;
	 box-shadow: 3px 3px 5px rgba(0, 0, 0, .75);
	 position:relative;
	 transition: all .4s ease;
	 color: #4d4d4d;
	 font-weight: 600;
	 font-size: 14px;
}
.QA .toggleButton p{
 	padding: 0 15px;
}

.QA .toggleButton.down{
	 border-radius: 15px;
}

.QA .toggleButton.down:before{
	content:"";
	width:12px;
	height:12px;
	border-bottom:2px solid white ;
	border-right:2px solid white ;
	transform:rotate(45deg);
	position:absolute;
	right:15px;
}

.toggleButton.up:before{
	content:"";
	width:12px;
	height:12px;
	border-top:2px solid white ;
	border-left:2px solid white ;
	transform:rotate(45deg);
	position:absolute;
	top:32px;
	right:15px;
}



.QA .toggleContent {
	width: 275px;
	margin: 0 auto;
	display: none;
	background-color: #AAD13D;
	padding: 32px 0 ;
	border-radius: 0 0 15px 15px ;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .75);
	color: #4d4d4d;
	font-weight: 600;
	font-size: 14px;
}
.QA .toggleContent p {
	line-height: 1.5;
 	padding: 0 18px;
}



.tukaikata_txt {
	width: 225px;
	text-align: center;
	margin: 50px auto 0 auto;
	color: #4D4D4D;
}

.tukaikata_txt span {
	color: #39B54A;
	font-weight: 600;
	font-size: 30px;
}


.tukaikataimg {
	width: 275px;
	margin: 25px auto 50px;
}

.tukaikatadouga .space {
	margin-bottom: 80px;
}





.osirase {
 	margin-bottom: 80px;
 	position: relative;
}

.osirase_bg {
	width: 180px;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	transform: translate(-50%,-50%);
	z-index: -10;
}



.osirase_txt {
	color: #39B54A;
	text-align: right;
	margin-right: 25px;
	font-size: 14px;	
	margin-top: 30px;
	margin-bottom: 20px;
}



.osirase_list {
 	width: 325px;
 	margin: 20px auto;
}

.osirase_list dt {
 	margin: 25px 0 15px 0 ;
 	font-weight: 100;
}

.osirase_list dd {
	padding-bottom: 25px;
	border-bottom: solid 2px #39B54A;
	font-size: 14px;
	font-weight: 600;
}

.kasou_osirase dd {
	border-bottom: solid 2px #AAD13D;
}

.osirase_list dd a {
 	text-decoration: underline;
 	color: #4d4d4d;
	line-height: 1.5;
}



.douga_border span {
	display: block;
	width: 	275px;
	height: 2px;
	background-color: #AAD13D;
	margin: 80px auto 0;
	}




.koukoku {
 	position: relative;
 	margin-bottom: 78px;
}

.koukoku .bg_color {
	background-color: #AAD13D;
	width: 100%;
	height: 210px;
	position: absolute;
	z-index: -10;
	top: 73px;
}
.koukoku .bg_circle {
 	width: 193px;
	position: absolute;
 	z-index: -5;
 	top: 104px;
}

.koukoku .download {
	width: 288px;
	margin: 0 auto 20px;
}


.koukoku_cont {
 	display: flex;
 	width: 325px;
 	margin: 0 auto;
}
.koukoku .scrnshot {
 	width: 122px;
 	margin-right: 8px;
}
.koukoku .app {
 	margin-left: 35px;
}
.koukoku .apple {
 	width: 123px;
 	margin-bottom: 10px;
}
.koukoku .google {
 	width: 148px;
 	margin-bottom: 13px;
}
.koukoku .SP_hukidasi {
 	width: 198px;
}


.PC_hukidasi {
 	display: none;
}


.otoiawase_kotira {
 	margin-bottom: 100px;
	font-size: 14px;
	font-weight: 300;
}

.otoiawase_kotira_black {
 	color: #4D4D4D;
}


form {
	margin: 0 auto;
}

.form .otoiawase_form {
	font-size: 20px;
	color: #39B54A;
	text-align: center;
	margin: 40px 0;
}

.form .otoiawase_txt {
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.5;
}

.tyusyaku {
	text-align: right;
	font-size: 12px;
	margin-bottom: 10px;
}

.hankaku_tyu {
	text-align: right;
	font-size: 10px;
	font-weight: 300;
}


span.kome {
	color: rgba(255,0,4,1.00);
}

.input_list dt:first-child {
	margin-top: 30px;
}


.input_list dt {
	font-weight: 700;
}


.txtbox {
	width: 90%;
	font-size: 14px;
	padding: 4px 8px;
	margin: 5px auto 35px;
}

dd .txt_area {
	width: 90%;
	height: 80px;
	margin-top: 5px;
	margin-bottom: 50px;
}

.tannmatuzyouhou {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}

.sp_form_setumei {
	margin: 10px 0;
}

.sp_setumei {
	margin: 10px 20px;
	font-size: 12px;
	line-height: 1.5;
}







.footer_ue {
	background-color: #39B54A;
	padding: 35px 0 25px;
	margin-bottom: 30px;
	position: relative;
	height: 250px;
}
	
.footer_ue .footer_bg_ill {
	width: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.footer_ue_cont {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 275px;
	margin: 0 auto;
	left: calc((100% - 275px) / 2);
}
.footer_menu_item {
 	font-size: 18px;
 	font-weight: 600;
 	margin-bottom: 35px;
}
.footer_menu_item_m {
 	margin-bottom: 14px;
}

.footer_menu_item_s {
 	font-size: 14px;
 	margin-bottom: 14px;
}
.footer_menu_item_c {
 	margin-bottom: 35px;
}
.footer_menu_item, .footer_menu_item_s {
 	color: #FFFFFF;
 	text-decoration: none;
 	display: inline-block;
}


.footer_sita {
	 display: flex;
	 justify-content: space-between;
	 width: 275px;
	 margin: 0 auto;
	 margin-bottom: 25px;
}
.footer_sita_item {
	 display: inline-block;
	 font-size: 11px;
	 color: #4d4d4d;
	 margin-bottom: 10px;
 
}

.copy p {
 	text-align: center;
 	font-size: 11px;
	margin: 0 auto 10px;
}



.pageup {
	width: 60px;
	height: 50px;
	background-color: #39B54A;
	position: fixed;
	right: -75px;
	bottom: 30px;
	border-radius: 4px 0 0 4px;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, .3);
	cursor: pointer;
	transition: all .3s ease;
}



.pageup.show {
	right: 0;
}



.pageup:hover {
	background-color: #39B54A;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, .6);
}



.pageup::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: solid 2px white;
	border-left: solid 2px white;
	position: absolute;
	top: 22px;
	left: 50%;
	transform: translate(-50%, 0) rotate(45deg);
	transition: all .3s ease;
}



.pageup:hover::after {
	top: 18px;
}



/*PC用*/
@media only screen and (min-width:750px){
	img {
		width: 50%;
		height: auto;
	}
	
	
	
	header {
		max-width: 1000px;
		margin: 0 auto;
		text-align: center;
		padding: 25px 0 15px 0;
	}
	header a {
		display: inline-block;
	}
	
	
	
	.hamburger{
		display: none;
	}
	
	
	
	.wrapper {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 0;
	}
	
	
	
	.drawer {
		position: static;
		width: auto;
		height: auto;
		padding: 0;
	}
	
	
	
	.drawer .logo {
		display: none;
	}
	
	
	
	.drawer ul {
		margin: 0 auto;
		max-width: 1000px;
		margin-top: 0;
		display: flex;
	}
	
	
	
	.drawer ul li {
		margin-top: 0;
		flex: 1;
		border-right: solid 1px #AAD13D;
	}
	
	
	
	.drawer ul li:last-child {
		border-right: none
	}
	
	
	
	.drawer ul li a {
		font-size: 100%;
		transition: all .4s ease;
	}
	
	
	
	.drawer ul li a:hover {
		background-color: #39B54A;
		color: white;
	}
	
	
	.btn_area a.btn:hover {
		box-shadow: 0 0 0 ;
		transition: all .3s ease;
		background-color: #298536;
	}
	
	.btn_area a.btn_white:hover {
		box-shadow: 0 0 0;
		transition: all .3s ease;
		background-color: #D7D7D7;
	}
	
	
	
	.top_main { 
		max-width: 1000px;
		margin: -50px auto 0;
		position: relative;
		height: 550px;
	}
	.top_main .scrnshot {
		position: absolute;
		width: 28%;
		margin-left: 10%;
	}
	.top_main .tablet_illust {
		width: 150px;
		position: absolute;
		right: 5%;
		top: 110px;
		
	}
	.top_main .copy {
		width: 45%;
		position: absolute;
		margin-right: 15%;
		margin-top: -20px;
	}
	.top_main .family_illust {
		width: 50%;
		position: absolute;
		left: 45%;
		top: 270px;
		transform: translate(-50%, 0);
	}
	
	
	
	.top_main .app_links {
		margin-left: 55%;
		padding: 0 0 0 17px;
		display: flex;
		width: 38%;
	}
	.top_main .app_links .google , .top_main .app_links .apple {
		margin-top: 330px;
		z-index: 10;
	}
	.top_main .arrow {
		margin-left: 70%;
		margin-top: 50px;
		background: url( "../images/sub_Illust.png") center center 115px auto no-repeat;
		text-align: center;
	}
	.top_main .arrow img { width: 200px; }
	
	
	
	.medinder_qes {
		margin: 100px auto 0 auto;
	}
	.medinder_qes .main_qes {
		margin: 0 auto;
		width: 35%;
	}
	.medinder_qes .main_txt {
		width: 550px;
		font-size: 22px;
		line-height: 1.8;
		transform: translate(32%);
		text-align: center;
	}

	.medinder_qes .main_qes_icon {
		margin: 0 175px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.medinder_qes .main_qes_icon li {
		width: 28%;
	}
	
	
	.tourokutezyun .lead_txt {
		margin-top: 30px;
		font-size: 20px;
		margin-bottom: 30px;
	}
	.tourokutezyun .lead_txt span {
		font-size: 26px;
	}

	.tourokutezyun .step_pic {
		max-width: 700px;
		margin: 0 auto;
		display: flex;
	}
	
	
	
	.tezyun{
		margin-top: 60px;
	}
	
	
	
	
	.tezyun .tezyun_b {
		width: 700px;
		margin: 10px auto 25px;
	}

	.tezyun .space {
		
	}


	.tezyun .tezyun_b span {
		
	}

	.tezyun .tezyun_txt {
		width: 700px;
	}

	.tezyun .tezyun_txt span {
		font-size: 24px;
		color: #39B54A;
		font-weight: 700;
	}

	.tezyun .touroku_pic {
		width: 180px;
		margin: 0 auto 80px;
	}

	.tezyun .mail_pic {
		width: 225px;
	}
	
	.tezyun .tezyun_cont {
		display: flex;
		margin: 0 120px;
	}

	.tezyun .tezyun_cont  .tezyun_pic {
		position: relative;
		margin: 0 30px 40px;
		flex: 1;
	}

/*
	.tezyun .tezyun_cont .tezyun_apple {
		width: 150px;
		position: absolute;
		left: 31%;
		transform: translate(-50%);
		margin-top: 60px;
	}

	.tezyun .tezyun_cont .tezyun_android {
		width: 180px;
		position: absolute;
		left: 69%;
		transform: translate(-50%);
		margin-top: 60px;
	}

*/
	
	
	
	
	
	
	
	
	.service_cont1 {
		display: flex;
		width: 700px;
		margin: 30px auto 0 ;
	}
	
	.service_cont1 .PC_service_cont {
		width: 600px;
	}

	.service_cont1 .cont .service_icon {
		width: 80px;
	}

	.service_cont1 .cont .service_cont_btxt {
		margin: 5px 0 0 15px;
	}

	.service_cont1 .cont .service_cont_btxt .kinousetumei {
		text-decoration: underline 1px solid #AAD13D ;
		font-size: 14px;
		color: #4d4d4d;
		margin-top: 5px;
	}

	.service_cont1 .cont .service_cont_btxt .kinoumei {
		color: #4d4d4d;
		font-size: 24px;
		margin: 20px 0 10px;
	}

	.service_cont1 .cont_txt {
		margin: 25px 0;
		font-size: 14px;
		line-height: 1.8;
	}

	.service_cont1 .service_pic {
		width: 420px;
		padding-left: 30px;
		margin-bottom: 80px;
		margin-top: 35px;
	}

	
	
	
	
	.QA .toggleButton {
	 	width: 600px;
		font-size: 16px;
	}
	.QA .toggleButton p{
	 	padding: 0 50px;
	}



	.QA .toggleContent {
		width: 600px;
		font-size: 16px;
		}
	
	.QA .toggleContent p {
		padding: 0 50px;
		}
	
	
	
	.douga_border span {
		width: 	750px;
	}
	
	
	
	
	.tukaikata_txt {
		margin-top: 80px;
	}
	
	.tukaikataimg {
		margin-top: 50px;
		width: 600px;
		margin-bottom: 80px;
	}
	
	.osirase_bg {
		width: 250px;
	}
	
	
	
	.osirase_txt {
		color: #39B54A;
		text-align: right;
		margin-right: 25px;
		font-size: 14px;	
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	
	.osirase_list {
	 	width: 700px;
	}
	
	.osirase_list dd a:hover {
		color: #39B54A;
	}
	
	
	
	.koukoku {
	 	position: relative;
	 	margin-bottom: 78px;
	}

	.koukoku .bg_color {
		background-color: #AAD13D;
		width: 100%;
		height: 350px;
		position: absolute;
		z-index: -10;
		top: 100px;
	}
	.koukoku .bg_circle {
	 	width: 335px;
	 	top: 140px;
	}

	.koukoku .download {
		width: 550px;
	}


	.koukoku_cont {
	 	display: flex;
	 	width: 750px;
		 margin: 0 auto;
	}
	.koukoku .scrnshot {
	 	width: 210px;
	}
	.koukoku .app {
		display: flex;
		margin-left: 75px;
		margin-top: 60px;
	}
	.koukoku .apple {
	 	width: 163px;
	}
	.koukoku .google {
	 	width: 197px;
		margin-left: 25px;
	}
	.koukoku .SP_hukidasi {
	 	display: none;
	}
	
	.koukoku .PC_hukidasi {
		display: flex;
	}
	.koukoku .PC_hukidasi .muryou {
		width: 150px;
		padding-left: 60px;
		padding-top: 45px;
		
	}
	.koukoku .PC_hukidasi .illust {
		width: 271px;
		margin-left: 70px;
	}
	
	
	
	
	.otoiawase_txt {
		padding-top: 40px;
	}
	
	
	.form_wrap {
		width: 700px;
	}
	
	
	.form .form_step1 {
		width: 700px;
		margin: 0 auto;
	}
	
	
	
	
	.footer_ue .footer_bg_ill {
		width: 190px;
	}
	
	
	
	.footer_ue_cont {
		width: 600px;
		left: calc((100% - 600px) / 2);
		}
	.footer_menu_item {
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 40px;
	}
	.footer_menu_item:hover {
		text-decoration: underline white;
	}
	
	.footer_menu_item_s {
		font-size: 18px;
		}
	.footer_menu_item_s:hover {
		text-decoration: underline white;
		}
	.footer_menu_item_c {
		margin-bottom: 40px;
		}
	.footer_sita {
		width: 700px;
		margin: 0 auto;
		margin-bottom: 25px;
		justify-content: space-around;
	}
	.footer_sita_cont_left {
		display: flex;
	}
	.footer_sita_cont_left p {
		margin: 0 30px;
	}
	.footer_sita_cont_right {
		display: flex;
	}
	.footer_sita_cont_right p {
		margin: 0 20px;
	}
	
	.footer_sita_item {
		 display: inline-block;
		 font-size: 11px;
		 color: #4d4d4d;
		 margin-bottom: 10px;

	}
	
	
	
}




