@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900|Roboto:100,300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Agdasima:wght@400;700&display=swap');
html {
	scroll-behavior: smooth;
	-webkit-box-shadow: 6px 0px;
	box-shadow: 6px 0px;
}
body{
	margin: 0px;
	padding: 115px 0 0 0;
	line-height: 1;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	background-image: url(../images/bg/migiue.svg),url(../images/bg/bg1.svg);
	background-repeat: no-repeat,repeat-y;
	background-position: right top;
	background-size: 20% auto,100% auto;
}
.font{
	font-family: "Agdasima", sans-serif;
}
img{
margin: 0;
padding: 0;
vertical-align: bottom;
height:auto;
}
h1,h2,h3,h4,h5,h6,p {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
line-height:1;
}
.cl {
clear: both;
}
a:hover {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a {
color: inherit;
}
.link_none {
	pointer-events:none;
}
header {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 3;
    padding-left: 2.3%;
    padding-right: 2.3%;
    padding-top: 32px;
    background-image: url(../images/bg/migiue.svg),url(../images/bg/bg1.svg);
    background-repeat: no-repeat,repeat-y;
    background-position: right top;
    background-size: 20% auto,100% auto;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header.scrolled {
    box-shadow: 0 4px 6px hsla(0,27%,69%,0.33); /* 下方向だけにシャドウ */
    -webkit-box-shadow: 0 4px 6px hsla(0,27%,69%,0.33);
}
footer {
	padding:3.07% 5.38%;
	background-image: url(../images/bg/footBG.svg);
	background-size: auto 130%;
	background-repeat: no-repeat;
	    background-position: left 17.69% top -32px;
	    margin-bottom: 80px;
}

#foot_inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.foot_logo {
	width: 224px;
	margin-bottom: 32px;
}
.foot_logo img {
	width: 100%;
}
.f_navi1_UL {
    display: flex;
    flex-wrap: wrap;
	padding: 0;
    margin: 0;
	list-style: none;
	margin-bottom: 32px;
}
.f_navi1_UL li {
    margin-right: 32px;
}
.f_navi1_UL li a {
	font-size:18px;
	font-weight:600;
	width: fit-content;
    padding-bottom: 4px;
	display:block;
	text-decoration:none;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    width: fit-content;
}
#foot_inner h3 {
    margin-bottom: 16px;
}
#foot_inner p {
    font-size:16px;
	font-weight:600;
}
.f_nav2_UL {
    display: flex;
    flex-wrap: wrap;
    padding:0;
    margin-top: 8px;
    margin-bottom: 16px;
	list-style-type:none;
}
.f_nav2_UL li {
	margin: 0;
    padding: 0;
/*    width: 20%;*/
    margin-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 12px;
}
.f_nav2_UL li a {
	text-decoration:none;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    width: fit-content;
    padding-bottom: 4px;
}
.f_nav2_UL.others li {
	font-size: 16px;
	font-weight:600;
}


#foot_inner #copyright {
    font-size: 13px;
	font-weight:normal;
}


#page_title_inner {
	/* [disabled]background-image: url(../images/bg/footBG.svg); */
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	height: 156px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.h1h1_abc {
	background-color: #E177C0;
	width: fit-content;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-right: 20px;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: "Agdasima", sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
}
.page_title h1 {
	background-color: #FFFFFF;
	width: fit-content;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 24px;
	padding-left: 16px;
	-webkit-box-shadow: 4px 4px #FBC312;
	box-shadow: 4px 4px #FBC312;
}



.yoko_scroll {
overflow: auto; /*中身スクロールする*/
white-space: nowrap; /*テーブルを入れた場合、セル内の文字を折り返ししないようにする*/
-webkit-overflow-scrolling: touch;
}
.yt{
position:relative;
width:100%;
padding-top:56.25%;
}
.yt iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}.logo {
    width: 220px;
}
#head_inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    /* [disabled]padding-bottom: 20px; */
    /* [disabled]border-bottom: 1px solid #C9C9C9; */
}
.head_R {


}
.headR1 {
	display: flex;
	justify-content: flex-end;
}
.headR_tel {
	font-family: "Agdasima", sans-serif;
	font-size: 32px;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.headR_tel img {
	width: 22px;
	margin-right: 8px;
	margin-top: 2px;
}
.headR_mail img {
	width: 20px;
	margin-right: 4px;
}


.headR_time {
	background-color: #ffd004;
	background-image: -webkit-linear-gradient(1deg,rgba(244,237,85,1.00) 0%,rgba(255,208,4,1.00) 100%);
	background-image: -moz-linear-gradient(1deg,rgba(244,237,85,1.00) 0%,rgba(255,208,4,1.00) 100%);
	background-image: -o-linear-gradient(1deg,rgba(244,237,85,1.00) 0%,rgba(255,208,4,1.00) 100%);
	background-image: linear-gradient(89deg,rgba(244,237,85,1.00) 0%,rgba(255,208,4,1.00) 100%);
	font-family: "Agdasima", sans-serif;
	font-weight: 800;
	border-radius: 30px;
	border: 3px solid #FFFFFF;
	padding-left: 16px;
	padding-right: 16px;
	display: flex;
	align-items: center;
	margin-left: 16px;
	font-size: 20px;
}
.headR_mail {
	margin-left: 16px;
}
.headR_mail a {
	border: 3px solid #FFFFFF;
    text-decoration: none;
	display: flex;
	align-items: center;
	padding: 2px 16px 2px 16px;
	background-color: #E177C0;
	background-image: -webkit-linear-gradient(6deg,rgba(230,145,204,1.00) 0%,rgba(225,119,192,1.00) 100%);
	background-image: -moz-linear-gradient(6deg,rgba(230,145,204,1.00) 0%,rgba(225,119,192,1.00) 100%);
	background-image: -o-linear-gradient(6deg,rgba(230,145,204,1.00) 0%,rgba(225,119,192,1.00) 100%);
	background-image: linear-gradient(84deg,rgba(230,145,204,1.00) 0.00%,rgba(225,119,192,1.00) 100.00%);
	color: #FFFFFF;
	font-weight: 500;
	border-radius: 32px;
	font-family: "Agdasima", sans-serif;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}

.head_nav_ul {
	display: flex;
	margin-top: 12px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	justify-content: center;
	list-style-type: none;
}
.head_nav_ul li {
	margin-left: 16px;
	font-weight: 600;
}
.head_nav_ul li a {
    text-decoration: none;
    padding-bottom: 24px;
    display: block;
	cursor:pointer;
}


.head_nav {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #D5D5D5;
	margin-top: 16px;
	padding-top: 16px;
}

#sp_navi {
    display: none;
}
.page_h2 {
	text-align: center;
	background-image: url(../images/bg/hata.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 40px auto;
	padding-top: 56px;
	margin-bottom: 3.84%;
}
.page_h2 h2 {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.4em;
}
.page_h2 .h2h2_abc {
	margin-bottom: 16px;
	font-family: "Agdasima", sans-serif;
	font-size: 22px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	color: #FFFFFF;
	background-color: #04C09A;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 6px;
	border-radius: 32px;
	padding-bottom: 6px;
	font-weight: 600;
}
#page_title_wrap {
	background-image: url(../images/bg/footBG.svg);
	background-size: cover;
	padding-left: 5.38%;
	padding-right: 5.38%;
}
.foot_contact {
	padding: 5.38%;
	background-image: url(../images/bg/sla_g.svg);
	border-top: 2px solid #00BF98;
	background-size: cover;
	background-color: #FFFFFF;
}
.foot_con_inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot_con_each {
	width: 47.69%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 3.84%;
	padding-right: 3.07%;
	padding-left: 3.07%;
	padding-bottom: 3.84%;
	border: 12px solid #FFFFFF;
	background-color: #00BF98;
}
.foot_con_each h2 {
	color: #FFFFFF;
	font-size: 32px;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.65);
	margin-bottom: 16px;
}
.foot_con_each .foot_big {
	text-align: center;
	color: #FFFFFF;
	font-size: 56px;
	font-family: "Agdasima", sans-serif;
	font-weight: 900;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.52);
}
.foot_con_each .foot_big a{
	text-decoration: none;
}
.foot_hanen {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 32px;
	padding-right: 32px;
	color: #FFFFFF;
	font-weight: 700;
	font-family: "Agdasima", sans-serif;
	font-size: 26px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	border-radius: 80px;
	border: 4px solid #FFFFFF;
}
.foot_contact .foot_hanen {
    width: 100%; /* fit-content から変更 */
    margin-left: auto;
    margin-right: auto;
    padding: 0; /* paddingを削除 */
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Agdasima", sans-serif;
    font-size: 26px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    border-radius: 80px;
    border: 4px solid #FFFFFF;
}
.foot_hanen.h_green {
	background-color: #00BF98;
	background-image: -webkit-linear-gradient(8deg,rgba(0,191,152,1.00) 0%,rgba(0,158,126,1.00) 100%);
	background-image: -moz-linear-gradient(8deg,rgba(0,191,152,1.00) 0%,rgba(0,158,126,1.00) 100%);
	background-image: -o-linear-gradient(8deg,rgba(0,191,152,1.00) 0%,rgba(0,158,126,1.00) 100%);
	background-image: linear-gradient(82deg,rgba(0,191,152,1.00) 0%,rgba(0,158,126,1.00) 100%);
	margin-top: 16px;
	-webkit-box-shadow: 1px 1px 12px #00634F;
	box-shadow: 1px 1px 12px #00634F;
	padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 32px;
    padding-right: 32px;
	box-sizing: border-box;
	text-align: center;
}
.foot_hanen.h_pink{
	background-color: #DA35BC;
	background-image: -webkit-linear-gradient(17deg,rgba(226,97,202,1.00) 0%,rgba(178,32,152,1.00) 100%);
	background-image: -moz-linear-gradient(17deg,rgba(226,97,202,1.00) 0%,rgba(178,32,152,1.00) 100%);
	background-image: -o-linear-gradient(17deg,rgba(226,97,202,1.00) 0%,rgba(178,32,152,1.00) 100%);
	background-image: linear-gradient(73deg,rgba(226,97,202,1.00) 0%,rgba(178,32,152,1.00) 100%);
	margin-top: 24px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	width: 168px;
	box-sizing: border-box;
}
.foot_hanen a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 32px;
    padding-right: 32px;
    text-decoration: none;
    color: inherit; /* 親の色を継承 */
}
.foot_hanen.h_pink a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
}
.foot_con_each .foot_hanen.h_pink img {
	width: 28px;
	margin-right: 8px;
}
.foot_con_each:nth-child(1){
	background-image: url(../images/bg/foot_c_green.svg);
	background-position: 0% bottom;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow: 2px 2px 10px #00BF98;
	box-shadow: 2px 2px 10px #00BF98;
}
.foot_con_each:nth-child(2){
	background-image: url(../images/bg/foot_c_pink.svg);
	background-position: 0% bottom;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow: 2px 2px 10px #DA35BC;
	box-shadow: 2px 2px 10px #DA35BC;
}
.sugu {
	background-color: #00BF98;
	background-image: url(../images/bg/bg_green.svg);
	padding-top: 5.38%;
	padding-bottom: 5.38%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}


.link_wrap {
	padding: 5.38%;
}
.link_wrap_inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.link_each {
	width: 47.69%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.link_each a{
	display: flex;
	text-decoration: none;
	padding-top: 22.3%;
	padding-right: 5.38%;
	padding-left: 5.38%;
	padding-bottom: 4.61%;
	border: 12px solid #FFFFFF;
	align-items: flex-end;
}
.link_each h2 {
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1.5em;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.65);
}
.link_each:nth-child(1){
	background-image: url("../images/bg/kansai_opus.png"),url("../images/bg/kansai.svg");
	background-position: right center,0% top;
	background-size: contain,cover;
	background-repeat: no-repeat,no-repeat;
	-webkit-box-shadow: 1px 1px 8px #DA35BC;
	box-shadow: 1px 1px 8px #DA35BC;
}
.link_each:nth-child(2){
	background-image: url("../images/bg/jizen_opus.png"),url("../images/bg/jizen.svg");
	background-position: right center,0% top;
	background-size: contain,cover;
	background-repeat: no-repeat,no-repeat;
	-webkit-box-shadow: 1px 1px 8px #00BF98;
	box-shadow: 1px 1px 8px #00BF98;
}

.link_wrap._kaitori{
}
.link_wrap._kaitori .link_each:nth-child(1){
	background-image: url("../images/bg/kaitori-area_opus.png"),url("../images/bg/kaitori_area.svg");
	background-position: right center,0% top;
	background-size: contain,cover;
	background-repeat: no-repeat,no-repeat;
	-webkit-box-shadow: 1px 1px 8px #DA35BC;
	box-shadow: 1px 1px 8px #00BF98;
}
.link_wrap._kaitori .link_each:nth-child(2){
	background-image: url("../images/bg/kaitori-zenkoku_opus.png"),url("../images/bg/kaitori_zenkoku.svg");
	background-position: right center,0% top;
	background-size: contain,cover;
	background-repeat: no-repeat,no-repeat;
	-webkit-box-shadow: 1px 1px 8px #f5cc00;
	box-shadow: 1px 1px 8px #f5cc00;
}


.sugu img {
	width: 300px;
	-webkit-box-shadow: 1px 1px 12px rgba(0,78,62,1.00);
	border-radius: 80px;
	box-shadow: 1px 1px 12px rgba(0,78,62,1.00);
}
.sugu._green {
	background-image: url("../images/bg/footBG.svg");
	padding-top: 5.38%;
	padding-bottom: 5.38%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.sugu._green img {
	width: 300px;
	-webkit-box-shadow: 1px 1px 12px rgba(0,78,62,1.00);
	border-radius: 80px;
	box-shadow: 1px 1px 12px rgba(0,78,62,1.00);
}


.page_title .h2h2_abc {
	background-color: #E177C0;
	color: #FFFFFF;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 8px;
	border-radius: 50px;
	padding-bottom: 8px;
	font-family: "Agdasima", sans-serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-indent: 0.08em;
	margin-bottom: 20px;
}
.steps_wrap .page_title h2 {
	text-align: center;
	font-size: 40px;
	color: #00BF98;
}
.page_title {
	/* [disabled]margin-bottom: 5.38%; */
	background-repeat: no-repeat;
	/* [disabled]padding-top: 56px; */
}
.steps_wrap .title_title {
	text-align: center;
	margin-bottom: 4.61%;
	background-image: url(../images/bg/hata.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 48px auto;
	padding-top: 38px;
}
.steps_wrap .title_title h2 {
	color: #00BF98;
	font-size: 36px;
	text-shadow: 2px 2px 6px rgba(255,255,255,0.82);
}

.title_title .h2h2_abc {
	color: #FFFFFF;
	border-radius: 50px;
	background-color: #E177C0;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: "Agdasima", sans-serif;
	letter-spacing: 0.07em;
	text-indent: 0.07em;
}
.h1h1_cat {
	background-color: #858585;
	width: fit-content;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-right: 20px;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
}

.btn {
	padding-top: 3.07%;
	text-align: center;
}
.btn img {
	width: 300px;
    -webkit-box-shadow: 1px 2px 12px rgba(128,128,128,0.6);
    border-radius: 80px;
    box-shadow: 1px 2px 12px rgba(128,128,128,0.6);
}

.inline-b{
	display: inline-block;
}
.br_sp{
	display: none;
}
.br_pc{
	display: inherit;
}
.pc_only{
	display: inherit;
}
.sp_only{
	display: none;
}



#foot_hannou {
    display: flex;
    align-items: center;
    padding-left: 2.3%;
    padding-right: 2.3%;
background-color: #00BF98;
    background-image: -webkit-linear-gradient(8deg, rgba(0, 191, 152, 1.00) 0%, rgba(0, 158, 126, 1.00) 100%);
    background-image: -moz-linear-gradient(8deg,rgba(0,191,152,1.00) 0%,rgba(0,158,126,1.00) 100%);
    background-image: -o-linear-gradient(8deg,rgba(0,191,152,1.00) 0%,rgba(0,158,126,1.00) 100%);
    background-image: linear-gradient(82deg, rgba(0, 191, 152, 1.00) 0%, rgba(0, 158, 126, 1.00) 100%);
    position: fixed;
    bottom: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
}
#foot_hannou .foot_han_UL {
	margin: 0;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
	list-style: none;
}
#foot_hannou .foot_han_UL li {
    width: 31.53%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    border-radius: 8px;
    justify-content: center;
	
}
.foot_han_UL li a {
    display: block;
    height: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	    background-color: #FFD004;
	border: 3px solid #FFFFFF;
	text-decoration: none;
}
.fh_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


#foot_hannou .foot_han_UL .fh_line {
    background-color: #FFFFFF;
}
#foot_hannou .foot_han_UL .fh_line a .fh_lineline {
    font-weight: 700;
    font-size: 1.7vw;
	color: #35A52B;
}

.foot_han_UL .fh_line img {
    width: 44px;
    margin-right: 3.07%;
}

#foot_hannou .foot_han_UL .fh_tel .fh_tel_free {
    text-align: left;
    margin-left: 3.07%;
}
.fh_tel .fh_tel_free .fh_teltel {
	    font-family: "Agdasima", sans-serif;
    font-size: 2.6vw;
    line-height: 1;
    font-weight: 700;
}
.fh_tel .fh_tel_free .fh_Tel_sm {
	margin-top: 4px;
    font-size: 1.1vw;
}

.foot_han_UL .fh_tel img {
    width: 40px;
}
.foot_han_UL .fh_tel a {
    pointer-events:none;
}

#foot_hannou .foot_han_UL .fh_mail {
    font-weight: 700;
    font-size: 22px;
}
#foot_hannou .foot_han_UL .fh_mail a .fh_inner .fh_mailmail {
    font-size: 1.7vw;
}

.foot_han_UL .fh_mail img {
    margin-right: 3.07%;
    width: 40px;
}
#foot_area {
    padding-top: 3.84%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 3.84%;
    background-color: #d176ab;
}
#foot_area_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
	font-weight:500;
}
#foot_area_inner .page_h2 {
	margin-left: auto;
    margin-right: auto;
	background-image: none;
	padding-top: 0px;
	width: fit-content;
    border-bottom: 3px solid #FCCF00;
}
.foot_area_UL {
    display: flex;
    justify-content: center;
	list-style-type:none;
	margin:0;
	padding:0;
}
.foot_area_UL li {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 18px;
}
.f_A_I_p1 {
    text-align: center;
    margin-top: 1.57%;
    font-size: 22px;
}
.foot_area_BT {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    background-color: #ffd004;
    margin-top: 1.57%;
    line-height: 48px;
    padding-left: 32px;
    padding-right: 32px;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.31);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.31);
	text-decoration:none;
	color: #000000;
	font-weight:600;
}




