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

html {
	font-size: 62.5%;
	scroll-padding-top: 66px;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	-webkit-text-size-adjust : 100%;
	line-height: 1.75;
	width:100%;
	background-color:#fff;
	min-width:375px;
	counter-reset:count-number;
	margin:0;
	padding:0;
	color:#333;
}
a{
	color:#333;
    text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
img{
	height:auto;
	max-width: 100%;
}
strong{
	font-weight: bold;
}
p + p{
	margin-top: 1.5em;
}
ul{
	margin: 1.5em 0 1.5em 1.5em;
	list-style: disc;
}
.marker{
    background: linear-gradient(transparent 40%, #FFF7A7 0%);
    display: inline;
    padding: 0 1px 2px;
}
.inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.icon_pdf{
	margin: 0 6px 0 2px !important;
}
.btn_gr{
	margin-top: 50px;
}
.btn_gr a{
  background: -moz-linear-gradient(left, #3A9D31, #24D8AE);
  background: -webkit-linear-gradient(left, #3A9D31, #24D8AE);
  background: linear-gradient(to right, #3A9D31, #24D8AE);
	color: #fff;
	width: 100%;
	max-width: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    border-radius: 500px;
    font-weight: bold;
    padding: 14px;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  position: relative;
    text-decoration: none;
}
.btn_gr a span{
  position: relative;
}
.btn_gr a::before{
  background: -moz-linear-gradient(left, #24D8AE, #3A9D31);
  background: -webkit-linear-gradient(left, #24D8AE, #3A9D31);
  background: linear-gradient(to right, #24D8AE, #3A9D31);
    border-radius: 500px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn_gr a:hover::before{
  opacity: 0;
}
@media (max-width: 599px){
body {
	font-size: 14px;
	font-size: 1.4rem;
}
	.btn_gr a{
    max-width: 260px;
    font-size: 1.8rem;
	}
}


/*header*/
header{
    background-image: url(../images/bg_main_img.png);
    background-size: cover;
    background-position: center center;
}
header h1{
	text-align: center;
}
header h1 img{
	width: 100%;
}
@media (max-width: 599px){
	header{
    background-image: url(../images/bg_main_img_sp.png);
	}
}


/*content01*/
.content01{
    margin: 40px;
    background: #F5FAF0;
    border-radius: 8px;
    padding: 60px 40px 0;
}
.content01 .content_flex{
    display: flex;
}
.content01 .content_flex .flex_01{
	order: 2;
    width: 32%;
    background-image: url(../images/content01_ill.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto 305px;
    margin: 0 20px;
    text-align: center;
}
.content01 .content_flex .flex_01 h2{
	font-size: 3.2rem;
    font-size: 2.6rem;
    text-align: center;
	font-weight: bold;
    background-image: url(../images/content01_wave.png);
	background-position: bottom center;
	background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 14px;
    display: inline-block;
}
.content01 .content_flex .flex_02{
	order: 1;
    width: 34%;
    padding-bottom: 60px;
}
.content01 .content_flex .flex_03{
	order: 3;
    width: 34%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 60px;
}
.content01 .content_flex .onayami_box{
    background: #fff;
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 7%);
    width: fit-content;
}
.content01 .content_flex .onayami_box + .onayami_box{
    margin-top: 4rem;
}
.content01 .content_flex .onayami_box p{
    font-size: 1.6rem;
}
.content01 .content_flex .onayami_box .marker{
    font-size: 2.0rem;
}
.content01 .content_flex .flex_02 .onayami_box:nth-child(2){
    margin-left: 12%;
}
.content01 .content_flex .flex_02 .onayami_box:nth-child(3){
    margin-left: 8%;
}
.content01 .content_flex .flex_03 .onayami_box:nth-child(1){
    margin-right: 3%;
}
.content01 .content_flex .flex_03 .onayami_box:nth-child(2){
    margin-right: 12%;
}
@media (max-width: 1199px){
	.content01 .content_flex{
    gap: 20px;
	}
	.content01 .content_flex .flex_01{
    order: 1;
    margin: 0;
	}
.content01 .content_flex .flex_02 .onayami_box:nth-child(2),
.content01 .content_flex .flex_02 .onayami_box:nth-child(3),
.content01 .content_flex .flex_03 .onayami_box:nth-child(1),
.content01 .content_flex .flex_03 .onayami_box:nth-child(2){
    margin-left: 0;
    margin-right: 0;
}
	.content01 .content_flex .onayami_box p br{
		display: none;
	}
}
@media (max-width: 959px){
	.content01{
    margin: 20px;
    padding: 20px 20px 0;
	}
	.content01 .content_flex{
    flex-wrap: wrap;
	}
	.content01 .content_flex .flex_01{
    min-height: 330px;
    width: 100%;
    background-size: auto 200px;
	}
	.content01 .content_flex .flex_02,
	.content01 .content_flex .flex_03{
    width: calc(50% - 10px);
    padding-bottom: 20px;
	}
	.content01 .content_flex .onayami_box{
    width: calc(100% - 56px);
	}
	.content01 .content_flex .onayami_box + .onayami_box {
    margin-top: 20px;
}
}
@media (max-width: 599px){
	.content01{
        padding: 20px;
	}
	.content01 .content_flex .flex_01 h2{
    font-size: 2.0rem;
	}
	.content01 .content_flex{
    flex-direction: column;
	}
	.content01 .content_flex .flex_01{
        min-height: 310px;
	}
	.content01 .content_flex .flex_02, .content01 .content_flex .flex_03{
        width: 100%;
        padding-bottom: 0;
	}
	.content01 .content_flex .onayami_box{
    padding: 18px;
        width: calc(100% - 36px);
	}
	.content01 .content_flex .onayami_box p{
    font-size: 1.4rem;
	}
	.content01 .content_flex .onayami_box .marker{
    font-size: 1.7rem;
	}
}


/*content02*/
.content02{
    text-align: center;
    margin: 100px 0;
    background-image: url(../images/content02_arrow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto 66px;
    padding-bottom: 120px;
}
.content02 p{
    background: linear-gradient(transparent 40%, #FFF7A7 0%);
    display: inline;
    padding: 0 1px 2px;
    font-weight: bold;
    color: #2A6534;
    font-size: 3.2rem;
}
@media (max-width: 959px){
	.content02{
    margin: 100px 20px;
	}
}
@media (max-width: 599px){
	.content02{
        margin: 60px 20px 0;
    background-size: auto 36px;
    padding-bottom: 60px;
	}
	.content02 p{
    font-size: 2.0rem;
	}
}


/*content03*/
.content03{
    text-align: center;
    margin: 100px 0;
    background-image: url(../images/bg_content03.png);
    background-repeat: no-repeat;
    background-size: cover;
	padding: 100px;
}
.content03 h2{
	color: #2A6534;
    font-size: 3.2rem;
	font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content03 h2 span{
    margin: 0 40px;
}
.content03 h2::before{
	content: "";
	display: block;
	background: #2A6534;
	height: 2px;
    width: 8%;
}
.content03 h2::after{
	content: "";
	display: block;
	background: #2A6534;
	height: 2px;
    width: 8%;
}
.content03 .lead{
	margin-top: 40px;
	font-size: 2.0rem;
}
.content03 .content_flex{
    display: flex;
    gap: 80px;
}
.content03 .content_flex .flex_box{
    background: rgba(255, 255, 255, 0.8);
    width: calc(50% - 40px);
	border-radius: 10px;
    padding: 40px;
    margin-top: 50px;
}
.content03 .content_flex .flex_box01{
    background-image: url(../images/content03_ill01.png);
    background-repeat: no-repeat;
    background-position: bottom left 50px;
    background-size: 35% auto;
}
.content03 .content_flex .flex_box02{
    background-image: url(../images/content03_ill02.png);
    background-repeat: no-repeat;
    background-position: bottom right 50px;
    background-size: 35% auto;
}
.content03 .content_flex .flex_box h3{
    font-size: 2.4rem;
    color: #2A6534;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content03 .content_flex .flex_box h3::before{
	content: "";
	display: block;
	background: #35A348;
    width:1em;
    height:2px;
    transform:rotate(60deg);
}
.content03 .content_flex .flex_box h3::after{
	content: "";
	display: block;
	background: #35A348;
    width:1em;
    height:2px;
    transform:rotate(-60deg);
}
.content03 .content_flex .flex_box h3 span{
    margin: 0 20px;
}
.content03 .content_flex .flex_box .onayami_box{
    background: #fff;
    border-radius: 8px;
    padding: 14px 26px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 7%);
    width: max-content;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: left;
}
.content03 .content_flex .flex_box .onayami_box p{
	margin: 0;
}
.content03 .content_flex .flex_box .onayami_box + .onayami_box{
    margin-top: 2.5rem;
}
.content03 .content_flex .flex_box01 .onayami_boxes{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 30px;
    margin-left: calc(35% + 60px);
}
.content03 .content_flex .flex_box02 .onayami_boxes{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-right: calc(35% + 60px);
}
.content03 .content_flex .flex_box01 .onayami_boxes .onayami_box:nth-child(1){
    margin-right: 28%;
}
.content03 .content_flex .flex_box01 .onayami_boxes .onayami_box:nth-child(3){
    margin-right: 20%;
}
.content03 .content_flex .flex_box02 .onayami_boxes .onayami_box:nth-child(1){
    margin-left: 22%;
}
.content03 .content_flex .flex_box02 .onayami_boxes .onayami_box:nth-child(3){
    margin-left: 28%;
}
@media (max-width: 1199px){
	.content03 .content_flex .flex_box01{
    background-position: bottom left 10px;
	}
	.content03 .content_flex .flex_box02{
    background-position: bottom right 10px;
	}
	.content03 .content_flex .flex_box01 .onayami_boxes{
    margin-left: calc(35% + 0px);
	}
	.content03 .content_flex .flex_box02 .onayami_boxes{
    margin-right: calc(35% + 0px);
	}
.content03 .content_flex .flex_box01 .onayami_boxes .onayami_box:nth-child(1),
.content03 .content_flex .flex_box01 .onayami_boxes .onayami_box:nth-child(3),
.content03 .content_flex .flex_box02 .onayami_boxes .onayami_box:nth-child(1),
.content03 .content_flex .flex_box02 .onayami_boxes .onayami_box:nth-child(3){
    margin-left: 0;
    margin-right: 0;
}
	.content03 .content_flex .flex_box .onayami_box{
		padding: 14px;
    width: calc(100% - 28px);
	}
	.content03 .content_flex .flex_box .onayami_box p br{
		display: none;
	}
}
@media (max-width: 959px){
	.content03{
    padding: 100px 20px;
	}
	.content03 .content_flex{
    gap: 20px;
	}
	.content03 .content_flex .flex_box{
    padding: 20px;
	}
	.content03 .content_flex .flex_box01,
	.content03 .content_flex .flex_box02{
    background-size: 100px auto;
    padding-bottom: 140px;
	}
	.content03 .content_flex .flex_box01 .onayami_boxes,
	.content03 .content_flex .flex_box02 .onayami_boxes{
		margin: 20px 0 0;
		width: 100%;
	}
}
@media (max-width: 599px){
	.content03{
    margin: 60px 0;
        padding: 60px 20px;
	}
	.content03 h2{
    font-size: 2.0rem;
	}
	.content03 h2 span{
		margin: 0 20px;
	}
	.content03 h2 span br{
		display: none;
	}
	.content03 .lead{
    font-size: 1.7rem;
	}
	.content03 .content_flex{
    flex-direction: column;
        gap: 0;
	}
	.content03 .content_flex .flex_box{
    width: 100%;
    box-sizing: border-box;
	}
	.content03 .content_flex .flex_box02{
    margin-top: 40px;
	}
	.content03 .content_flex .flex_box h3{
    font-size: 2.0rem;
	}
	.content03 .content_flex .flex_box .onayami_box{
    font-size: 1.6rem;
	}
	.content03 .content_flex .flex_box .onayami_box + .onayami_box{
    margin-top: 20px;
	}
}



/*content04*/
.content04{
    padding-bottom: 100px;
}
.content04 h2{
    color: #2A6534;
    font-size: 3.2rem;
    font-weight: bold;
	text-align: center;
}
.content04 .content_flex{
	display: flex;
    gap: 30px;
}
.content04 .content_flex .flex_box{
	width: calc((100% - 60px) / 3);
    margin-top: 60px;
    border: 4px solid #51BC63;
    border-radius: 12px;
    padding: 40px 20px 0;
        box-sizing: border-box;
    display: grid;
    grid-template-rows: repeat(1, 0fr auto 0fr);
}
.content04 .content_flex .flex_box h3{
    color: #51BC63;
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.content04 .content_flex .flex_box img{
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}
.content04 .other{
    margin-top: 50px;
    background: #F5FAF0;
    padding: 30px;
}
.content04 .other .title{
    color: #2A6534;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.content04 .other ul{
    list-style: disc;
    margin-left: 1.5em;
}
.content04 .btn_gr a{
	max-width: 260px;
    padding: 8px 14px;
    font-size: 2.0rem;
}
@media (max-width: 1199px){
	.content04{
    margin: 0 20px;
	}
}
@media (max-width: 959px){
	.content04 .content_flex{
    flex-direction: column;
        gap: 0;
	}
	.content04 .content_flex .flex_box{
        width: 100%;
    margin-top: 40px;
	}
	.content04 .content_flex .flex_box img{
    max-height: 200px;
	}
}
@media (max-width: 599px){
	.content04 {
    padding-bottom: 60px;
}
	.content04 h2{
        font-size: 2.0rem;
	}
	.content04 .content_flex .flex_box{
    padding: 20px 20px 0;
	}
	.content04 .content_flex .flex_box h3{
    font-size: 1.8rem;
    margin-bottom: 16px;
	}
	.content04 .other{
    padding: 20px;
	}
	.content04 .other .title{
    font-size: 2.0rem;
	}
	.content04 .btn_gr a{
        font-size: 1.8rem;
	}
}


.content05{
    background-image: url("../images/bg_content05.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.content05 h2{
    color: #2A6534;
    font-size: 3.2rem;
    font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.content05 .flow_box{
    background: #fff;
    padding: 30px;
    border-radius: 14px;
	margin-top: 30px;
}
.content05 .flow_box h3{
    font-size: 2.8rem;
    color: #51BC63;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.content05 .flow_box h3 .numb{
    background: #51BC63;
    color: #fff;
    width: 80px;
    height: 80px;
        min-width: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.4rem;
    margin-right: 20px;
}
.content05 .flow_box.flow01{
	display: flex;
}
.content05 .flow_box.flow01 .box_r img{
    width: 100%;
	max-width: 467px;
}
.content05 .flow_box.flow01 .btn_gr{
    margin-top: 20px;
}
.content05 .flow_box.flow01 .btn_gr a{
    margin: 0;
    max-width: 260px;
    padding: 8px 14px;
    font-size: 2.0rem;
}
.content05 .flow_box.flow02 img,
.content05 .flow_box.flow03 img,
.content05 .flow_box.flow04 img,
.content05 .flow_box.flow05 img{
    margin-top: 40px;
}
.content05 .flow_box.flow04 .img{
    display: flex;
    justify-content: flex-end;
}
.content05 .flow_box.flow04 img{
    width: 100%;
	max-width: 848px;
	margin: 0;
}
@media (max-width: 1199px){
	.content05{
    padding-left: 20px;
    padding-right: 20px;
	}
}
@media (max-width: 959px){
	.content05 .flow_box{
    padding: 20px;
	}
	.content05 .flow_box h3{
    margin-bottom: 20px;
	}
	.content05 .flow_box.flow01{
    flex-direction: column;
	}
	.content05 .flow_box.flow01 .box_r{
    text-align: center;
	}
	.content05 .flow_box.flow01 .btn_gr a{
    margin: 0 auto;
	}
	.content05 .flow_box.flow04 .img{
    justify-content: center;
    margin-top: 20px;
	}
	.content05 .flow_box.flow04 img{
    width: auto;
        max-width: 100%;
    max-height: 380px;
	}
}
@media (max-width: 599px){
	.content05{
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: repeat-y;
    background-size: contain;
	}
	.content05 h2{
    font-size: 2.0rem;
    margin-bottom: 30px;
	}
	.content05 .flow_box h3{
    font-size: 2.0rem;
        margin-bottom: 16px;
	}
	.content05 .flow_box h3 .numb{
    width: 40px;
    height: 40px;
        min-width: 40px;
    font-size: 2.0rem;
    margin-right: 14px;
	}
	.content05 .flow_box.flow01 .btn_gr a{
    font-size: 1.6rem;
	}
}

.content06{
    margin: 40px;
    background: #F5FAF0;
    border-radius: 8px;
    padding: 60px 40px;
}
.content06 h2{
    color: #2A6534;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.content06 table{
    width: 100%;
    border-right: 1px solid #707070;
    border-top: 1px solid #707070;
}
.content06 table caption{
	color: #333;
	font-size: 2.2rem;
	font-weight: bold;
    text-align: left;
    margin-bottom: 6px;
}
.content06 table thead th{
	width: calc(100% / 3);
}
.content06 table th{
    background: #E9FDD5;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
	text-align: left;
    font-weight: bold;
    padding: 16px;
    vertical-align: middle;
}
.content06 table td{
    background: #fff;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 16px;
    vertical-align: middle;
}
@media (max-width: 959px){
	.content06{
    margin: 20px;
	}
}
@media (max-width: 599px){
	.content06{
    padding: 20px 20px;
	}
	.content06 h2{
    font-size: 2.0rem;
    margin-bottom: 14px;
	}
	.content06 table caption{
    font-size: 1.6rem;
	}
	.content06 table th,
	.content06 table td{
    padding: 10px;
	}
}

#form {
    margin-top: 100px;
}
#form h2{
    color: #2A6534;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
#form .form_area{
    width: 500px;
    margin: 0 auto;
}
.form_content .form_block + .form_block{
	margin-top: 30px;
}
.form_content .form_block .form_tit {
    font-weight: bold;
    display: flex;
    align-items: center;
}
.form_content .form_block .form_tit label{
	color: #333;
}
.form_content .form_block .form_tit .required{
    color: #B2260D;
}
.form_content .form_block .form_txt input,
.form_content .form_block .form_txt textarea{
    display: block;
    border: 2px solid #cbd6e2;
    padding: 12px 10px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
}
.form_content .form_block .form_txt p{
    font-size: 1.6rem;
}
.form_content .form_check label{
    display: flex;
    align-items: flex-start;
}
.form_content .form_check .form_txt input{
	width: auto;
    margin-right: 1rem;
    margin-top: 0.5em;
}
.form_content .form_check .form_txt a{
    color: #345eb5;
    text-decoration: underline;
}
.form_content .form_check .form_txt a:hover{
	text-decoration: none;
}
.form_content .btn_submit_wrap{
	text-align: center;
}
.form_content .btn_submit{
    background: -moz-linear-gradient(left, #3A9D31, #24D8AE);
    background: -webkit-linear-gradient(left, #3A9D31, #24D8AE);
    background: linear-gradient(to right, #3A9D31, #24D8AE);
    color: #fff;
    width: 100%;
    max-width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    font-weight: bold;
    margin: 30px auto 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    text-decoration: none;
    border: none;
	cursor: pointer;
}
.form_content .btn_submit input{
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding: 8px 14px;
    font-size: 1.8rem;
    width: 100%;
    cursor: pointer;
}
.form_content .btn_submit:before{
    background: -moz-linear-gradient(left, #24D8AE, #3A9D31);
    background: -webkit-linear-gradient(left, #24D8AE, #3A9D31);
    background: linear-gradient(to right, #24D8AE, #3A9D31);
    border-radius: 500px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form_content .btn_submit.disabled:before{
	content: none;
}
.form_content .btn_submit:hover:before{
    opacity: 0;
}
.form_content .btn_submit.disabled{
    border: none;
    background: #e3e3e3;
    pointer-events: none;
	color: #fff;
    box-shadow: none;
}
@media (max-width: 1199px){
	#form{
    margin-left: 20px;
    margin-right: 20px;
	}
}
@media (max-width: 959px){
	#form .form_area{
		width: 100%;
	}
}
@media (max-width: 599px){
	#form{
    margin-top: 60px;
	}
	#form h2{
    font-size: 2.0rem;
    margin-bottom: 20px;
	}
	.form_content .form_area{
    width: 100%;
	}
	.form_content .form_block + .form_block{
    margin-top: 20px;
	}
	.form_content .btn_submit{
	}
}


.form_page header{
    background: none;
    padding: 20px 0;
}
.form_page .logo{
	text-align: center;
}
.form_page .logo img{
    height: 60px;
	width: auto;
}
.form_page .main{
    padding: 80px 0;
    background-image: url(../images/bg_content03.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.form_page .main .inner{
    max-width: 1080px;
    margin: 0 auto;
}
.form_page h1{
    text-align: center;
    color: #2A6534;
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 60px;
}
.form_page .form_lead{
    text-align: center;
    margin-bottom: 40px;
}
.form_page .form_area{
    width: 500px;
    margin: 0 auto;
}
.form_page .form_block + .form_block{
    margin-top: 30px;
}
.form_page .form_tit{
    font-weight: bold;
    display: flex;
    align-items: center;
}
.form_page .form_tit label{
    color: #520c3a;
}
.form_page .form_tit .required{
    color: #B2260D;
}
.form_page .form_txt p{
    font-size: 1.6rem;
}
.form_page .form_txt .input_txt{
    background-color: #fff;
    padding: 12px 10px;
    font-size: 1.6rem;
    color: #9a9a9a;
}
.form_page .form_area .btns{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.form_page .form_area .btns .btn_back input{
    font-weight: bold;
    display: inline-block;
    padding: 20px 20px;
    border-radius: 100px;
    border: none;
    margin: 0 20px;
    cursor: pointer;
    background: #fff;
    width: 160px;
    font-size: 1.6rem;
}

.form_page .form_area .btns .btn_submit{
    background: -moz-linear-gradient(left, #3A9D31, #24D8AE);
    background: -webkit-linear-gradient(left, #3A9D31, #24D8AE);
    background: linear-gradient(to right, #3A9D31, #24D8AE);
    color: #fff;
    width: 160px;
    max-width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    font-weight: bold;
    margin: 0 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.form_page .form_area .btns .btn_submit:before{
    background: -moz-linear-gradient(left, #24D8AE, #3A9D31);
    background: -webkit-linear-gradient(left, #24D8AE, #3A9D31);
    background: linear-gradient(to right, #24D8AE, #3A9D31);
    border-radius: 500px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form_page .form_area .btns .btn_submit:hover:before{
    opacity: 0;
}
.form_page .form_area .btns .btn_submit input{
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding: 20px;
    font-size: 1.6rem;
    cursor: pointer;
}
/*.form_page .form_area .btns .btn_submit input{
    color: #520c3a;
    font-weight: bold;
    display: inline-block;
    padding: 20px 75px;
    background: -moz-linear-gradient(left, #fea4a4, #fbc5bc);
    background: -webkit-linear-gradient(left, #fea4a4, #fbc5bc);
    background: linear-gradient(to right, #fea4a4, #fbc5bc);
    box-shadow: 0 0 15px rgb(0 0 0 / 13%);
    border-radius: 100px;
    border: none;
    margin: 0 10px;
    cursor: pointer;
}*/
.form_page footer{
	margin-top: 0;
    background: none;
}
@media (max-width: 599px){
	.form_page .logo img{
		height: 30px;
	}
	.form_page .main{
    padding: 40px 0;
	}
	.form_page .main .inner{
        padding: 0 20px;
        width: calc(100% - 40px);
	}
	.form_page h1{
    font-size: 2.0rem;
        margin-bottom: 20px;
	}
	.form_page .form_lead{
        margin-bottom: 20px;
	}
	.form_page .form_area{
    width: 100%;
	}
	.form_page .form_area .btns{
        display: flex;
        text-align: center;
        align-items: center;
	}
	.form_page .form_area .btn_submit{
		margin-top: 20px;
	}
	.form_page .form_area .btns .btn_back input,
	.form_page .form_area .btns .btn_submit{
    width: 140px;
    margin: 0 15px;
	}
	.form_page .form_txt p{
    font-size: 1.4rem;
        margin-top: 0;
	}
	.form_page .form_txt .input_txt{
    font-size: 1.4rem;
	}
}


footer{
    background-image: url(../images/bg_content03.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	margin-top: 100px;
    padding: 40px 0;
}
footer .inner{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
footer ul{
	margin: 0;
	list-style: none;
	display: flex;
    align-items: center;
}
footer ul li{
    display: flex;
    align-items: center;
}
footer ul li:before{
    content: "|";
    display: block;
    width: 2em;
    height: 1em;
    line-height: 1;
    text-align: center;
}
footer ul li:first-child:before{
content: none;
}
@media (max-width: 1199px){
	footer{
    padding: 40px 20px;
	}
}
@media (max-width: 959px){
	footer{
    padding: 20px;
	}
	footer .inner{
    flex-direction: column;
    gap: 20px;
	}
}
















