#thanks {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #5b5e60;
    width: 100%;
    background: url("../img/thanks_bg.jpg") no-repeat;
    padding: 4rem 3%;
    min-height: 100vh;
    box-sizing: border-box;
    text-align: center !important;
}

#thanks .inner {
    max-width: 1280px;
    margin: 0 auto;
}


#thanks h2 {
    letter-spacing: .2rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    font-size: 1.8rem;
}

#thanks img.linkimg {
    width: 87px;
    height: 70px;
}

#thanks p {
    padding-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 2;
}

#thanks a {
    display: block;
    width: 200px;
    margin: 1rem auto 0;
    padding: 1rem;
    border:1px solid #666;
    transition: .3s;
}

#thanks a:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
}

body {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
img {
  pointer-events: none;
}
img.linkimg {
    pointer-events: all;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

#link_merit,
#link_table,
#link_mov,
#link_about,
#link_option,
#link_case,
#link_contact {
    padding-top: 56px;
    margin-top: -56px;
}

#page-top {
    display: none;
}

#page-top {
   position: fixed;
   bottom: 20px;
   right: 10px;
	margin-bottom: -10px;
	transition: .3s;
}

#page-top:hover {
	margin-bottom: 0;
}

#page-top a img{
	width: 75px;
	height: 75px;
}

.pc_contents {
    display: inherit !important;
}

.sp_contents {
    display: none !important;
}

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1000ms;
}

.fadein_head {
  opacity: 0;
  transform : translate(0, 0);
  transition : all 1000ms;
}

.fadein_left {
  opacity: 0;
  transform : translate(-50px, 20px)scale(1.1);
  transition : all 1000ms;
}

.fadein_right {
    opacity: 0;
    transform : translate(50px, 20px)scale(1.1);
    transition : all 1000ms;
}

.fadein_merit {
    opacity: 0;
    transform : translate(0, 0);
    transition : all 1500ms;
}

.fadein_merit_txt {
    opacity: 0;
    transform : translate(0, 30px);
    transition : all 1500ms;
}

.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0)scale(1) !important;
}

iframe.map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
    width: 100%;
}

sup {
    font-size: 50%;
    letter-spacing: 0;
}

#mainv {
    clear: both;
    padding: 0 0 75px;
}

#mainv .txt {
    text-align: center;
}

#mainv .txt h2 img {
    max-width: 182px;
}

#mainv .txt p {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #5b5e60;
    padding-top: 10px;
    font-size: 1.15rem;
    letter-spacing: .2rem;
    line-height: 1.6;
}

#mainv .txt p.head {
    font-size: 1.7rem;
    padding-top: 0;
}

#mainv .txt p.head span {
    font-size: 2.5rem;
}

#mainv .txt p.head br {
    display: none;
}

section {
    clear: both;
}

section#table {
    background: url("../img/bg_frame01.png");
    text-align: center;
    padding: 120px 0;
}

section#table h3 {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: .3rem;
    font-size: 2rem;
    padding-bottom: 50px;
}

section#table div.inner {
    width: 1100px;
    margin: 0 auto;
}

@media only screen and (max-width: 1280px) {

section#table div.inner {
    width: 100%;
    padding: 0 3%;
}

section#table div.inner img {
    width: 100%;
    max-width: 1007px;
    margin: 0 auto;
}

}

section#mov {
    background: #fff;
    text-align: center;
    padding: 120px 0;
}

section#mov h3 {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: .3rem;
    font-size: 2rem;
    padding-bottom: 35px;
}

section#mov div.inner {
    width: 1100px;
    margin: 0 auto;
}

section#mov div.inner div.frame {
    display: inline-block;
    background: #dee4ea;
    background: -moz-linear-gradient(-90deg,  #dee4ea 0%, #f5f8fa 50%, #dee4ea 100%);
    background: -webkit-linear-gradient(-90deg,  #dee4ea 0%,#f5f8fa 50%,#dee4ea 100%);
    background: linear-gradient(180deg,  #dee4ea 0%,#f5f8fa 50%,#dee4ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee4ea', endColorstr='#dee4ea',GradientType=1 );
    padding: 3px;
}

section#mov div.inner div.frame video {
    border: 3px solid #fff;
    vertical-align: bottom;
}

@media only screen and (max-width: 1280px) {

section#mov div.inner {
    width: 100%;
    padding: 0 3%;
}

section#mov div.inner div.frame video {
    width: 100%;
}

}

section#about {
    background: #c0c1c8;
    text-align: center;
    padding: 0 0 85px;
}

section#about div.inner {
    width: 1050px;
    margin: 0 auto;
}

section#about h3 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .2rem;
    font-size: 2.6rem;
    width: 750px;
    background: #3c3d43;
    color: #fff;
    line-height: 1;
    margin: 0 auto 50px;
    padding: 30px 0;
}

section#about .frame {
    justify-content: space-between;
    display: flex !important;
    margin-top: 20px;
}

section#about .frame div {
    text-align: center;
    width: 507px;
    height: 140px;
    background: url("../img/product_frame.png");
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 35px 0;
}

section#about .frame div span {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1280px) {

section#about div.inner {
    width: 100%;
    padding: 0 3%;
}

section#about div.inner img {
    width: 100%;
    max-width: 1007px;
    margin: 0 auto;
}

section#about .frame {
    max-width: 960px;
    margin: 20px auto;
}

section#about .frame div {
    text-align: center;
    width: 450px;
    height: 125px;
    background: url("../img/product_frame.png") no-repeat;
    background-size: contain;
    padding: 25px 0;
}

}

section#option {
    background: url("../img/bg_frame01.png");
    text-align: center;
    padding: 120px 0;
}

section#option h3 {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: .4rem;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 50px;
}

section#option h3 span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: .3rem;
    margin-top: 15px;
}

section#option h3 span:before {
    content: url("../img/sub_bg_01.png");
    vertical-align: 7px;
    margin-right: 20px;
}

section#option h3 span:after {
    content: url("../img/sub_bg_02.png");
    vertical-align: 7px;
    margin-left: 20px;
}

section#option .box:nth-child(2) {
    background: url("../img/option_bg_01.png") no-repeat center center;
}

section#option .box:nth-child(3) {
    background: url("../img/option_bg_02.png") no-repeat center center;
}

section#option .box:nth-child(4) {
    background: url("../img/option_bg_04.png") no-repeat center center;
}

section#option .box .wrap {
    display: table;
    width: 1050px;
    height: 600px;
    margin: 0 auto 30px;
    overflow: hidden;
}

section#option .box .wrap .image {
    display: table-cell !important;
    vertical-align: bottom;
    width: 525px;
    padding-right: 60px;
}

section#option .box .wrap .info {
    display: table-cell;
    vertical-align: middle;
    width: 525px;
    text-align: left;
    padding: 20px 0 20px 40px;
}

@media only screen and (max-width: 1280px) {

section#option .box .wrap {
    width: 100%;
    height: auto;
    padding: 10px 3%;
    table-layout: fixed;
}

section#option .box .wrap .image {
    width: 40%;
    padding-right: 30px;
    vertical-align: middle;
}


section#option .box .wrap .image img {
    max-width: 100%;
    width: auto;
    max-height: 450px;
}

section#option .box .wrap .info {
    width: 60%;
    padding: 20px 0 20px 20px;
}

}

section#option .box .wrap .info h4 {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.6rem;
    letter-spacing: .2rem;
    background: #6a93b0;
    color: #fff;
    line-height: 1;
    padding: 1rem .3rem;
}

section#option .box .wrap .info h4:before {
    content: "";
    border-left: 2px solid #eff0f5;
    margin-right: 1rem;
    line-height: 1;
    padding: 1rem 0;
}

section#option .box .wrap .info h5 {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.5rem;
    letter-spacing: .2rem;
    color: #6a93b0;
    line-height: 1.5;
    padding: 1rem 0;
}

section#option .box .wrap .info p {
    font-size: .95rem;
    letter-spacing: .1rem;
}

section#option .box .wrap .info span.frame {
    background: #eef4f8;
    color: #6a93b0;
    display: block;
    padding: 1rem;
    margin-top: 1rem;
}

section#case {
    text-align: center;
    padding: 120px 0 170px;
}

section#case h3 {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: .4rem;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 50px;
}

section#case div.inner {
    width: 1100px;
    margin: 0 auto;
}

section#case .case_box {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

section#case .case_box .image {
    float: left;
    width: 632px;
}

section#case .case_box .detail {
    float: right;
    width: 450px;
}


@media only screen and (max-width: 1280px) {

section#case div.inner {
    max-width: 1100px;
    width: 100%;
    padding: 0 3%;
}

section#case .case_box .image {
    float: left;
    width: 57%;
    padding-right: 2%;
}

section#case .case_box .image img {
    max-width: 100%;
    width: auto;
}

section#case .case_box .detail {
    float: right;
    width: 43%;
}

}


section#case .case_box .detail .frame {
    background: url("../img/case_bg.png");
    padding: 10px;
}

section#case .case_box .detail .frame dl {
    background: #fff;
    overflow: hidden;
    padding: 18px;
}

section#case .case_box .detail .frame dl dt {
    float: left;
    clear: both;
    background: url("../img/case_dt_bg.png") no-repeat;
    line-height: 38px;
    width: 110px;
    margin-top: 14px;
    padding-right: 10px;
    color: #6a93b0;
    font-weight: bold;
    letter-spacing: .1rem;
}

section#case .case_box .detail .frame dl dd {
    float: left;
    margin-top: 14px;
    padding-top: 6px;
    padding-left: 5px;
}

section#case .case_box .detail .frame dl dt:first-child {
    margin-top: 0;
}

section#case .case_box .detail .frame dl dt:first-child + dd {
    margin-top: 0;
}

section#contact {
    background: #8f919b url("../img/contact_bg_01.jpg") no-repeat left center;
}

section#contact .bg {
    background: url("../img/contact_bg_02.jpg") no-repeat right center;
    min-width: 1100px;
}

section#contact .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0 50px 45px;
}

section#contact h3 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .2rem;
    font-size: 2.6rem;
    width: 750px;
    background: #3c3d43;
    color: #fff;
    line-height: 1;
    margin: 0 auto 35px;
    padding: 30px 0;
    text-align: center;
}

section#contact .inner .box {
    justify-content: space-between;
    display: flex;
}

section#contact .inner .box div {
    background: #e8e9eb;
    width: 48%;
    height: 270px;
}

section#contact .inner .box div ul {
    padding: 2.5rem;
    font-size: 1.2rem;
}

section#contact .inner .box div ul li {
    padding-top: 1rem;
}


@media only screen and (max-width: 1280px) {

section#contact .bg {
    background: url("../img/contact_bg_02.jpg") no-repeat right center;
    min-width: auto;
}

section#contact .inner {
    width: 100%;
    padding: 0 3% 45px;
}

section#contact .inner .box div ul {
    padding: 2.5rem;
    font-size: 1.1rem;
}

}

section#form {
    background: #f5f5f7;
    padding-bottom: 70px;
}

section#form .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 85px 80px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
}


@media only screen and (max-width: 1280px) {

section#form .inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 85px 80px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
}

}

section#form .inner ul {
    margin-bottom: 30px;
    overflow: hidden;
}

section#form .inner ul li {
    width: 48%;
    float: left;
    border-bottom: 1px solid #d4d4d4;
    padding: 5px 0;
    margin: 5px 0;
}

section#form .inner ul li:nth-child(2n) {
    margin-left: 4%;
}

section#form .inner ul li:nth-child(2n+1) {
    clear: both;
    width: 48%;
    float: left;
}

section#form .inner ul li:nth-child(7) {
    clear: both;
    width: 100%;
}

section#form .inner ul li input {
    border: 0;
    padding: .5rem;
    width: 100%;
    margin: 0;
    font-size: 1.1rem;
    background: #f6f6f6;
    display: block;
    margin: 5px 0 0;
}

section#form .inner ul li input:focus,
section#form button:focus,
section#form .inner ul li textarea:focus {
  outline: none;
}

section#form .inner ul li textarea {
    border: 0;
    padding: .5rem;
    width: 100%;
    height: 75px;
    margin: 0;
    display: block;
    font-size: 1.1rem;
    background: #f6f6f6;
}

section#form .inner ul li span {
    display: inline-block;
    width: 120px;
    white-space: nowrap;
    font-size: 1.1rem;
}

section#form .inner button {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 415px;
    line-height: 65px;
    background: rgba(254,254,254,1);
    border: 1px solid #484a4c;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    cursor: pointer;
}

section#form .inner button:before {
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-top-color: #333;
    transform: rotate(-45deg);
    display: block;
    bottom: 0;
    right: 0;
    margin-right: -8px;
    margin-bottom: -8px;
}

section#form .confirm {
    margin: 0 auto 25px;
}

section#form .confirm label {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #f6f6f6;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    padding: .5rem;
    border-radius: 4px;
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	width: 100%;
	cursor: pointer;
	text-align: center;
}
.cp_box input:checked + label {
	background: inherit;
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: -80px;
	left: 50%;
	width: 475px;
	font-family: "Font Awesome 5 Free"; 
	content: 'もっと導入事例を見る ' url("../img/more_icn_01.png");
	transform: translate(-50%, 0);
    background: #fff;
    font-size: 1.3rem;
    color: #484a4c;
    letter-spacing: .1rem;
    border: 1px solid #484a4c;
    padding: .8rem 0;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 0;
	transition: all 0.5s;
}
.cp_box input:checked + label:after {
	font-family: "Font Awesome 5 Free"; 
	content: ' 閉じる ' url("../img/more_icn_02.png");
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 0;
	transition: all 0.5s;
}

footer {
    background: #3c3d43;
    color: #fff;
    text-align: center;
    line-height: 30px;
}



@media only screen and (max-width: 1280px) {
.fadein_left {
  opacity: 0;
  transform : translate(0, 20px)scale(1);
  transition : all 1000ms;
}

.fadein_right {
    opacity: 0;
    transform : translate(0, 20px)scale(1);
    transition : all 1000ms;
}
}

@media only screen and (max-width: 834px) {
    
body {
    padding-top: 56px;
}

.pc_contents {
    display: none !important;
}

.sp_contents {
    display: inherit !important;
}

#mainv {
    padding: 0 0 40px;
}
#mainv .txt {
    padding: 0 3%;
}

#mainv .txt p {
    font-size: 1.1rem;
    letter-spacing: .1rem;
}

#mainv .txt p.head {
    font-size: 1.3rem;
    letter-spacing: .1rem;
}

#mainv .txt p.head span {
    font-size: 1.4rem;
}

#mainv .txt p.head br {
    display: inherit;
}

section#table {
    padding: 50px 0;
}

section#table h3 {
    font-size: 1.5rem;
    padding-bottom: 30px;
    letter-spacing: .2rem;
}

section#table div.inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
}

section#table div.inner img {
    width: 100%;
}

section#mov {
    padding: 50px 0;
}

section#mov h3 {
    font-size: 1.5rem;
    padding-bottom: 30px;
    letter-spacing: .2rem;
}

section#mov div.inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
}

section#mov div.inner div.frame video {
    width: 100%;
}

section#about {
    padding: 0 0 50px 0;
}

section#about div.inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
    box-sizing: border-box;
}

section#about h3 {
    font-size: 1.5rem;
    width: 90%;
    margin: 0 auto 30px;
    padding: 20px 0;
}

section#about img {
    width: 100%;
}

section#about div.sp_contents {
    padding-top: 20px;
}

section#about .frame {
    display: none !important;
}
section#about .frame div span {
    font-size: 1.8rem;
}

section#option {
    text-align: center;
    padding: 50px 0;
}

section#option .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
}

section#option h3 {
    font-size: 1.5rem;
    letter-spacing: .2rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

section#option h3 span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: .2rem;
    margin-top: 10px;
}

section#option h3 span:before {
    display: none;
}

section#option h3 span:after {
    display: none;
}

section#option .box:nth-child(2),
section#option .box:nth-child(3),
section#option .box:nth-child(4) {
    background: none;
}

section#option .box .wrap {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
}

section#option .box .wrap .image {
    display: none !important;
    width: 100%;
    padding-right: 0;
}

section#option .box .wrap .info {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 0;
}

section#option .box .wrap .info h4 {
    font-size: 1.3rem;
    letter-spacing: .1rem;
}

section#option .box .wrap .info h4:before {
    content: "";
    border-left: 2px solid #eff0f5;
    margin-right: 1rem;
    line-height: 1;
    padding: 1rem 0;
}

section#option .box .wrap .info h5 {
    font-size: 1.3rem;
    padding: 1rem 0;
    letter-spacing: .1rem;
}

section#option .box .wrap .info p {
    font-size: .95rem;
    letter-spacing: .1rem;
}

section#option .box .wrap .info span.frame {
    background: #eef4f8;
    color: #6a93b0;
    display: block;
    padding: 1rem;
    margin-top: 1rem;
}

section#option .box .wrap .info .sp_image {
    background: #f2f2f2;
    text-align: center;
    padding: 20px 20px 0;
    width: 100%;
    margin-bottom: 20px;
}

section#option .box .wrap .info .sp_image img {
    max-height: 300px;
    vertical-align: bottom;
}

section#case {
    text-align: center;
    padding: 50px 0 100px;
}

section#case h3 {
    font-size: 1.5rem;
    padding-bottom: 30px;
    letter-spacing: .2rem;
    line-height: 1.4;
    margin-bottom: 0;
}

section#case div.inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
}

section#case .case_box {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

section#case .case_box .image {
    float: none;
    width: 100%;
}

section#case .case_box .image img {
    float: none;
    width: 100%;
}

section#case .case_box .detail {
    float: none;
    width: 100%;
}

section#case .case_box .detail .frame {
    background: url("../img/case_bg.png");
    padding: 10px;
}

section#case .case_box .detail .frame dl {
    background: #fff;
    overflow: hidden;
    padding: 10px;
}

section#case .case_box .detail .frame dl dt {
    float: left;
    background: url("../img/case_dt_bg.png") no-repeat right top;
    width: 90px;
    margin-top: 8px;
    padding-right: 10px;
    letter-spacing: 0;
}

section#case .case_box .detail .frame dl dd {
    margin-top: 8px;
}


section#contact {
    background: #8f919b;
}

section#contact .bg {
    background: none;
    min-width: 100%;
}

section#contact .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 3% 20px;
}

section#contact h3 {
    font-size: 1.5rem;
    width: 90%;
    margin: 0 auto 10px;
    padding: 20px 0;
}

section#contact .inner .box {
    display: block;
}

section#contact .inner .box div {
    background: #e8e9eb;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

section#contact .inner .box div ul {
    padding: 1rem;
    font-size: .9rem;
}

section#contact .inner .box div ul li {
    padding-top: .5rem;
}
  
.cp_box label:after {
	line-height: 2rem;
	bottom: -50px;
	width: 100%;
    font-size: 1.3rem;
}

section#form {
    padding: 0 3% 70px;
}

section#form .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 3% 20px;
}

section#form .inner ul {
    margin-bottom: 20px;
}

section#form .inner ul li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 5px;
    margin: 5px 0;
    position: relative;
}

section#form .inner ul li:nth-child(2n) {
    margin-left: 0;
}

section#form .inner ul li:nth-child(2n+1) {
    clear: both;
    width: 100%;
    float: none;
}

section#form .inner ul li input {
    font-size: 1.1rem;
    background: #f6f6f6;
    display: block;
    width: 100%;
    padding: .5rem;
}

section#form .inner ul li textarea {
    background: #f6f6f6;
}

section#form .inner ul li span {
    width: 100%;
    font-size: 1rem;
}

section#form .inner button {
    width: 300px;
}


}