@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
 color: #333333;
	font-family: 'M PLUS Rounded 1c', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 16px;
font-weight: 500;
}
body * {
    box-sizing: border-box;
}

#top {
	/*overflow: hidden;*/
}


img {
	vertical-align: middle;
}

p, span, li, h1, h2, h3 {

}

/*-----------------------*/


#top {
	/*padding-top: 69px;*/
}
.pc {
	display: flex;
        justify-content: flex-end;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}


.contIn1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.contIn1200 {
	width: 90%;
	margin: 0px auto;
	position: relative;
}
.contIn980 {
	width: 980px;
	margin: 0px auto;
	position: relative;
}


/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {

	body {
	/* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/
	}

	/*-----------------------*/

	.anc {
		position: relative;
	}
	.ancIn {
		position: absolute;
		/*top: -79px;*/
	}

	#top {
		/*padding-top: 79px;*/
	}

	/*-----------------------*/

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pcBr {
		display: none;
	}
	.spBr {
		display: inline;
	}

	.contIn1000 {
		width: auto;
	}
	.contIn1200 {
		width: auto;
	}
.contIn980 {
width: auto;
position: relative;
}


}

/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

.flotHeaderWrap {
	background-color: rgba(255,255,255,0.95);
	width: 100%;
	position: absolute;
	top: -80px;
	left: 0px;
	z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.flotHeaderWrap.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.flotNaviTb01 {
	display: table;
}
.flotNaviCell01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 70px;
        width: 200px;
}
.flotNaviCell02 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.flotNaviCell03 {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

/*---------------------*/

.flotNaviTb01 .contBtn01 a {
	height: 50px;
	font-size: 16px;
}

/*--------------------*/

.flotNavi01 {}
.flotNavi01 li {
	display: inline-block;
	padding: 0px 14px 0px 14px;
}
.flotNavi01 li a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.0em;
	font-weight: bold;
	position: relative;
	padding: 8px 0px 8px 0px;
}
.flotNavi01 a:link {	color: #ffffff;	text-decoration: none;}
.flotNavi01 a:visited {	color: #ffffff;	text-decoration: none;}
.flotNavi01 a:hover {
	color:#ffffff;
	text-decoration: none;
}
.flotNavi01 a:active {	color:#ffffff;	text-decoration: none;}

.flotNavi01 a::after {
	content: "";
	width: 100%;
	height: 5px;
	background-color: transparent;
	position: absolute;
	left: 0px;
	bottom: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.flotNavi01 a:hover::after {
	background-color: #f4c645;
}

@media screen and (min-width:800px) {
	.spMenuWrap {
		display: none !important;
	}
}

/* --------------------------------------------------------------------
 mv
-------------------------------------------------------------------- */
.mv {
position: relative;
background-color: #FFF;
height: 600px;
}
.Block__main {
margin: 0 auto;
position: relative;
max-width: 980px;
}

.mv img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}
p.contBtn01::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 35px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
p.contBtn02::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 35px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tt_box {
        background: #333;
        position: relative;
        text-align: center;
        color: #FFF;
    }
img.pc_only.ma10 {
    margin-top: 100px;
}
img.icon {
    margin-right: 15px;
}
.culum01 {
    display: flex;
    width: 780px;
    margin: 0 auto;
    gap: 20px
}
/* -------------------------------------------------------------------- 
base
-------------------------------------------------------------------- */
a.ctr_btn{
font-size: 1em;
text-decoration: none;
}

.ctr_btn{
font-weight: 700;
color: #333;
background: #fbf200;
border-radius: 8px;
padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
}
.ctr_btn{
display: block;
width: 360px;
margin: 20px auto;
}
a.ctr_btn:hover {
    background: #FFF;
    color: #333;
}

/* -------------------------------------------------------------------- 
about
-------------------------------------------------------------------- */
#about{
    background: #eaf8f8;
    padding: 50px 0 110px;
    text-align: center;
}
.about_box {
    background: #FFF;
    padding: 3em 2em;
    box-shadow: 0 0 10px #cfeced;
    border: 1px #333 solid;
    overflow: visible !important;
}
h2.contH202.center.ma30 {
    margin-bottom: 30px;
}
.column{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    overflow: visible;
}
#about h2 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 45px;
}
#about img {
    top: 0;
    position: relative;
}
#about .contTextBase {
  width: 65%;
  text-align: left;
}
.cyan {
  color: #008d96;
  font-weight: bold;
  background: linear-gradient(transparent 63%, #fecf36 0%);
}

/* -------------------------------------------------------------------- 
メリット
-------------------------------------------------------------------- */
#merit {
    padding: 50px 0;
}
.contImg01 img {
    max-height: 191px;
    margin: 20px 0 12px;
}
.contH202 .span04 {
    position: relative;
    padding: 1.5rem;
    font-size: 2em;
    line-height: 1.3em;
}
.contH202 .span05{
    position: absolute;
    color: #008d96;
    font-size: 2em;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
}
.ctr_btn1{
text-decoration: none;
font-weight: 700;
color: #FFF;
background: #000;
border-radius: 8px;
padding: 1rem 2rem;
display: block;
width: 360px;
margin: 0px auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
}
/* -------------------------------------------------------------------- 
事例
-------------------------------------------------------------------- */
#case {
background: #eaf8f8;
padding: 50px 0;
}
.contText02 span {
background:linear-gradient(transparent 60%, #fecf36 60%);
font-size: 1em;
font-weight: bold;
}
.contFlexBox02 {
	position: relative;
	box-sizing: border-box;
	width: 300px;
	padding: 40px 25px 20px;
	text-align: center;
        background: #FFF;
        box-shadow: 0 0 10px #cfeced;
        margin-top: 45px;
}
.contNum02 {
        margin: 8px 0 13px;
}
p.contNum02.cyan {
    background: none;
}
.contImg02{
	display: table;
	width: 240px;
	position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
}
.contImg02 img {

}

/* -------------------------------------------------------------------- 
状況
-------------------------------------------------------------------- */

.contFlex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	margin-top: 80px;
}
.contText02 {
	font-size: 1em;
	line-height: 1.6em;
        text-align: left;
        margin-bottom: 15px;
}


/* -------------------------------------------------------------------- 
機能
-------------------------------------------------------------------- */
#function{
    background: #FFF;
    padding: 50px 0;
}
#function .contTextBase {
width: 34%;
text-align: left;
}
#function img{
    width: 60%;
}
#function .column {
    align-items: center !important;
}

/* -------------------------------------------------------------------- 
理由
-------------------------------------------------------------------- */
#reason{
background: #eaf8f8;
padding: 50px 0;
}
.contFlex03 {
   display: inline-flex;
   align-items: center;
   margin: 15px 0;
   padding: 35px 40px;
   background: #FFF;
   border-radius: 10px;
}
.contFlexBox0202 {
    text-align: center !important;
    width: 40%;
}
.num{
    font-size: 2.5em;
    margin: 0 0.2em 0 0;
    font-weight: bold;
    line-height: 1em;
    color: #b6b6b6;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

/* -------------------------------------------------------------------- 
流れ
-------------------------------------------------------------------- */
#flow{
background: #FFF;
padding: 50px 0 20px;
text-align: center;
}
.flow_area {
        display: block;
        margin: 40px 0 20px;
}
.flow_area span {
        display: block;
        text-align: left;
        list-style: none;
    }
h3.contH303 {
	color: #333;
	line-height: 1.5em;
	font-weight: bold;
        margin-bottom: 10px;
}
#flow .column {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #008d96;
    align-items: center;
}

/* -------------------------------------------------------------------- 
フォーム
-------------------------------------------------------------------- */

/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */
img {
    max-width: 100%;
    height: auto;
}
.center{
text-align: center;
}
.contBtn01,.contBtn02 {
	display: table;
	width: 280px;
	margin: 0 0 0 10px;
        position: relative;
}
.contBtn01 a {
        position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
background: #fbf200;
	color: #333;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
}
.contBtn02 a {
        position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
        border: #fbf200 solid 1px;
        background: #FFF;
	color: rgb(255, 79, 32);
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
}

.contBtn01 a:link {	color: #333333;	text-decoration: none;}
.contBtn01 a:visited {	color: #333333;	text-decoration: none;}
.contBtn01 a:hover {	color: #333333;	text-decoration: none;}
.contBtn01 a:active {	color:#333333;	text-decoration: none;}
.contBtn02 a:link {	color: #333333;text-decoration: none;}
.contBtn02 a:visited {	color: #333333;text-decoration: none;}
.contBtn02 a:hover {	color: #333333;text-decoration: none;}
.contBtn02 a:active {	color: #333333;text-decoration: none;}

/*---------------------------------*/

.contBlock01 {
	padding: 42px 0px 0px 0px;
}
.contH202 {
	font-weight: bold;
}

.contFlex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 50px;
}
.contFlexBox01 {
	position: relative;
	box-sizing: border-box;
	width: 310px;
	padding: 45px 25px 15px 25px;
        margin-top: 25px;
	text-align: center;
}
.contNum01 {
	display: table;
	width: 307px;
	position: absolute;
	left: 0;
	top: 0;

}
.contNum01 span {
        color: #333;
        font-weight: 600;
        font-size: 1.2em;
        line-height: 1.4;
        color: #008d96;
}
.contText01 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 10px;
	letter-spacing: -0.05em;
        text-align: left;
}
.contImg01 {
        margin: 17px auto;
}

.contFlex02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	margin-top: 10px;
	margin-bottom: 30px;
        width: 100%;
}
.contFlexBox0201 {
        width: 70%;
	text-align: left;
	padding: 0px 50px;
}
.contH302 {
	color: #008d96;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
        text-align: center;
}

.contTextBase {
	font-size: 1em;
	line-height: 1.5;
}


/*-------------------------*/


@media screen and (min-width:800px) {
	
	.spFloatNavi01 {
		display: none !important;
	}
.sp_only{
    display: none !important;
    }
.about_box {
    max-height: 480px;
}
.contImg02 img {
    height: 85px;
}
.contFlexBox02 {
        min-height: 453px;
}
iframe#k3form_embed {
    border-radius: 10px !important;
}
#form .contBlock01 {
    padding: 40px 0px;
}
#form {
    background: #F6F6F6;
}
}


/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {

	.contBtn01 {
		display: table;
		width: 220px;
		margin: auto 0px auto auto;
	}
	.contBtn01 a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height: 40px;
		-moz-border-radius: 200px;
		-webkit-border-radius: 200px;
		-o-border-radius: 200px;
		-ms-border-radius: 200px;
		border-radius: 200px;
	        background: #fbf200;
		color: #000;
		font-size: 16px;
		line-height: 1.3em;
		font-weight: bold;
	}
	.contBtn01 a:link {	color: #000;	text-decoration: none;}
	.contBtn01 a:visited {	color: #000;	text-decoration: none;}
	.contBtn01 a:hover {	color: #000;	text-decoration: none;}
	.contBtn01 a:active {	color: #000;	text-decoration: none;}

	/*---------------------------------*/
	
	/*---------------------------------*/

	.contBlock01 {
		padding: 60px 20px 0px 20px;
	}
	.contBlockIn01 {
		padding: 30px 20px 0px 20px;
	}
	.contH202 {
		font-weight: bold;
	}
	.contH202 .span01 {
		display: block;
		margin-bottom: 24px;
	}
	.contH202 .span01 img {
		vertical-align: baseline;
		margin-right: 22px;
	}
	.contH202 .span02 {
		color: #008d96;
		font-size: 2.6em;
		line-height: 1.3em;
	}

	.contFlex01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.contFlexBox01 {
		position: relative;
		box-sizing: border-box;
		padding: 0px 20px 30px 20px;
                margin-top: 10px;
		text-align: center;
	}
	.contNum01 {
		display: table;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.contNum01 span {
                font-size: 1.2em;
	}

	.contH301 {
		color: #008d96;
		font-size: 2em;
		line-height: 2em;
		font-weight: bold;
		letter-spacing: -0.05em;
	}
	.contText01 {
		font-size: 2em;
		line-height: 1.5em;
		margin-top: 10px;
		letter-spacing: -0.05em;
                text-align: left;
	}
	.contImg01 {
		margin-top: 15px;
	}

	.contFlex02 {
		display: block;
	}
.contFlexBox02 {
        margin-top: 80px;
}
	.contFlexBox0201 {
		text-align: left;
		padding: 0px 0px 0px 0px;
		margin-bottom: 30px;
	}
	.contH302 {
		color: #008d96;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 25px;
	}
	.contH302 span {
		display: inline-block;
		position: relative;
	}
	.contH302 span::before {
		content: "";
		font-size: 16px;
		line-height: 1.0em;
		font-weight: bold;
		text-align: center;
		width: 100%;
		position: absolute;
		left: 0px;
		top: -10px;
	}
	.contBox01 {
		width: auto;
	}


	/*--------------------------------*/

	.contBlock06 {
		padding: 60px 0px;
	}
	.formMidashi01 {
		text-align: center;
		font-size: 28px;
		line-height: 1.42em;
		font-weight: bold;
		padding: 20px 0px 20px 0px;
                color: #FFF;
	}

	/*------------------*/

	/*---------------------*/

	.contactBtnWrap01 .contBtn01 {
		width: 600px;
		margin: auto;
	}
	.contactBtnWrap01 .contBtn01 a {
		height: 80px;
		font-size: 32px;
	}
.tt_box {
    margin-top: -30px;
}
.culum {
 display: block;
}
.box_A {
width: auto;
}
.Block form {
    display: none;
}
.Block contents {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.Block img img {
max-width: 680px;
}
.br-sp {
display: block;
}
.reverse {
flex-direction: column-reverse;
display: flex;
}
.flotHeaderWrap{
display: none !important;
}
.form-control {
    padding: 26px 12px;
}
.mv {
    height: 480px;
}
.contImg01 {
    width: 50%;
}
.contIn680{
    display: none;
}
.contImg01 img {
    margin: 60px 0 20px;
}
}



/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

.contFooter01 {
	background-color: #000;
	padding: 30px 0px;
}
.footerLink{
  	text-align: center;
	margin-bottom: 5px;
        font-size: 16px;
	line-height: 1.75em;
        color: #FFF;
}
.footerLink01 {
	text-align: center;
	margin-bottom: 5px;
}
.footerLink01{
	font-size: 11px;
	line-height: 1.5em;
        color: #FFF;
}
.footerLink01 a:link {	color: #ffffff;	text-decoration: none;}
.footerLink01 a:visited {	color: #ffffff;	text-decoration: none;}
.footerLink01 a:hover {	color:#ffffff;	text-decoration: none;}
.footerLink01 a:active {	color:#ffffff;	text-decoration: none;}

.footerCopyright {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
}


.pagetopButton {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 20px
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {

	.contFooter01 {
		background-color: #000;
		padding: 40px 0px 40px 0px;
	}
  .footerLink{
                text-align: center;
		margin-bottom: 5px;
                font-size: 1em;
		line-height: 1.6em;
  }
	.footerLink01 {
		text-align: center;
		margin-bottom: 5px;
		font-size: 1em;
		line-height: 1.5em;
                color: #FFF;
	}
	.footerLink01 a:link {	color: #ffffff;	text-decoration: none;}
	.footerLink01 a:visited {	color: #ffffff;	text-decoration: none;}
	.footerLink01 a:hover {	color:#ffffff;	text-decoration: none;}
	.footerLink01 a:active {	color:#ffffff;	text-decoration: none;}

	.footerCopyright {
		color: #ffffff;
		font-size: 0.8em;
		line-height: 1.4em;
	}

	.spFloatNavi01 {
		background-color: #ffffff;
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
		position: fixed;
                display: flex;
		left: 0px;
		bottom: 0px;
	}
	.spFloatNavi01 .contBtn01,.spFloatNavi01 .contBtn02 {
		width: 100%;
                margin: 0 auto;
	}
	.spFloatNavi01 .contBtn01 a,.spFloatNavi01 .contBtn02 a {
		font-size: 1em;
	}

	.pagetopButton {
		display: none;
		position: fixed;
		right: 40px;
		bottom: 140px
	}

.culum01 {
    width: 100%;
    display: block;
}
.ctr_btn {
    width: 90%;
}
.tt_box {
    padding: 10px;
}

ul.flow_area {
    display: block;
}
.contFlexBox0201 {
    width: 100%;
}
.contFlexBox0202 {
    width: 100%;
}
.giji:before {
    left: 0px;
}
.giji:after {
    right: 0px;
}
.ma70 {
    margin-top: 6vh;
}
.y_back {
    width: 90%;
    margin: 0px auto 80px;
    font-size: 3.3vw;
}
.contFlexBox02 {
    width: 100%;
}
.contFlex03 {
    display: block;
}
#flow .contFlex03 {
        margin-bottom: 40px;
    }

#flow li{
    display: block;
}
.flow_box {
    width: 100%;
}
#flow img{
margin: 0px auto 30px;
}
.culum02 {
    display: flex;
    text-align: center;
}
.contH202 .span05 {
    top: -40px;
}
.pc_only{
    display: none !important;
}
.sa{
    margin-bottom: 12px;
}
.contFlexBox0202 {
    margin-bottom: 30px;
}
.contText02 {
	font-size: 3.3vw;
	line-height: 1.5em;
}
.contNum03 span {
    font-size: 12vw;
}

#about h2 {
    font-size: 1.1em;
    text-align: left;
}
.about_box {
    padding: 2em 1em;
}
#about .contTextBase {
    width: 100%;
    margin-top: 40px;
}
.cyan {
    background: linear-gradient(transparent 76%, #fecf36 0%);
}
.contFlex01 {
    display: block;
}
.contFlexBox01 {
        width: 100%;
    }
.ctr_btn1 {
    width: 100%;
}
.column {
    display: block;
}
#function .contTextBase {
    width: 100%;
}
#function img {
    width: 100%;
    margin-top: 45px;
}
.contText01,.contText02 {
    font-size: 1em;
    line-height: initial;
    }
p.contNum02.cyan {
    margin-top: 45px;
}
#about {
    padding: 0px 0 50px;
}
.contH202 .span04 {
    font-size: 1.5em;
    text-align: center;
    display: block;
    padding: 0;
}
.contH302 {
    font-size: 1.2em;
}
.contFlex03 {
    padding: 20px;
}
#function {
    padding: 20px 0;
}
#reason {
    padding: 20px 0;
}
#flow {
    padding: 20px 0;
}
#case {
    padding: 20px 0;
}
#merit {
    padding: 20px 0;
}
.contImg02 {
    width: 120px;
}
.contH202 .span05{
    font-size: 1.5em;
}
.contFlexBox02 {
	padding: 40px 20px 20px;
}
section#form {
    margin-top: -80px;
}
}

