@charset "utf-8";

@media screen and (min-width: 421px){
    .pc-none{
        display: none;
    }
}

#theme-title span{
    margin: 0;
}
h2 {
    margin: 100px 0 20px;
    padding-left: 10px;
    font-size: 2.1rem !important;
    font-weight: bold !important;
    border-left: 5px solid #2d9060;
}

h2:first-of-type {
    margin-top: 60px;
}

@media screen and (max-width: 420px){
h2 {
    width: 98%;
    margin-top: 60px;
    margin-left: 1%;
    margin-right: 1%;
}
    h2:first-of-type {
    margin-top: 40px;
}
}

.theme-main{
    position: relative;
}

@media screen and (max-width: 420px){
.theme-main{
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    }
}

.theme-main p{
}

@media screen and (max-width: 420px){
.theme-main p{
    height: 50%;
    bottom: 0;
    left: 0px;
    color: #fff;
    background-color: rgba(0,0,0,0.50);
    margin-bottom: 0!important;
}
}

.btn-area{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    margin-top: 50px;
}

@media screen and (max-width: 420px){
.btn-area{
    display: block;
    margin-top: 30px;
}
}

.btn-area p{
    width: 100%;
    text-align: center;
    margin-bottom: 0!important;
}

button.btn-contact-submit,
p.btn-teitaku{
    position: relative;
    width: 520px;
    height: 50px;
    margin: 10px 0 0 0 !important;
    padding-left: 0;
    padding-right: 50px;
    text-align: center;
    font-size: 1.6rem !important;
    background-image: none!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: none;
    cursor: pointer;
    -webkit-box-shadow: 0 0 3px 0 #666;
    -moz-box-shadow: 0 0 3px 0 #666;
    box-shadow: 0 0 3px 0 #666;
    color: #fff;
    background-color: #e17f00;
}

@media screen and (max-width: 420px){
    
button.btn-contact-submit,
p.btn-teitaku {
    width: 96%;
    font-size: 1.4rem !important;
    text-align: left;
    padding-right: 0;
        margin: 10px 2% 0!important;

    }
    
button.btn-contact-submit span{
    display: flex;
padding-right: 30px;
    align-items: center;
    }
}
@media screen and (max-width: 420px){
button.btn-contact-submit span::before {
    width: 2.5em;
    height: 22px;
    margin-left: 10px;
    text-align: center;
    white-space: nowrap;
}
}
button.btn-contact-submit span::after {
    position: absolute;
    right: 20px;
    top: 10px;
    content: "";
    display: block;
    width: 51px;
    height: 30px;
    background-image:url('/commonimg/icon-catalog.png');
    
}

@media screen and (max-width: 420px){
button.btn-contact-submit span::after {
    position: absolute;
    top: 17px;
        right: 10px;
        width: 25px;
    height: 15px;
    background-size: contain;

    }
}

button.btn-contact-submit.green {
    background-color: #3FAB7C;
}
button.btn-contact-submit.green span::after {
    width: 30px;
    height: 30px;
    background-image:url('/commonimg/icon-chat.png');
}
@media screen and (max-width: 420px){
button.btn-contact-submit.green span::after {
    top:17px;
        right: 10px;
        width: 15px;
    height: 15px;
    background-size: contain;

    }
}

p.btn-teitaku{
    text-align: center;
    background-color: #000;
    padding-right: 0;
    background-image: url("/commonimg/btnNext.gif")!important;
    background-repeat: no-repeat;
    background-position: right 7px top 50%;
}

p.btn-teitaku a{
    display: block;
    width: 100%;
    height: 50px;
    padding: 3px;
} 

p.btn-teitaku span{
    display: block;
    width: 514px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 3px;
}



p.btn-teitaku img{
    height: 24px;
    width: auto;
    margin-top: 10px;
}

@media screen and (max-width: 420px){
p.btn-teitaku span{
    display: block;
    width: 100%;
}

p.btn-teitaku img{
    height: 20px;
    margin-top: 12px;
}
}


.total {
    margin-top: -30px;
    padding-bottom: 5px;
    text-align: right;
}

@media screen and (max-width: 420px){
    .total {
    margin-top: 0;
    text-align: left;
}

}

.theme-case {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.theme-case::before{
  content:"";
  display: block;
  width:285px;
  order:1;
}
.theme-case::after{
  content:"";
  display: block;
  width:285px;
}

.theme-case li {
    width: 285px;
    margin: 0 0 20px 0;
    font-size: 0.9em;
}

.theme-case li.sp_theme_text{
    display: none;
}

.theme-case li.banner-plan .banner-image{
    position: relative;
    
}

.theme-case li.banner-plan .banner-text{
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 10px 5px;
    background-color: rgba(0,18,51,0.60);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 2.0rem;
    font-weight: bold;
}

.theme-case li.banner-plan .banner-tag{
    position: absolute;
    display: flex;
    justify-content: flex-start;
    left: 10px;
    top: -20px;
    
}

.theme-case li.banner-plan .banner-tag span{
    display: block;
    background-color: #f00;
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    padding: 2px 5px;
    font-size: 1.4rem;
    font-weight: normal;
}




@media screen and (max-width: 420px){
.theme-case::before{
  width:46%;
}
.theme-case::after{
  width:46%;
}
.theme-case li {
    width: 46%;
    margin: 0 2% 20px 2%!important;
}
.theme-case li.sp_theme_text{
    display: block;
        width: 100%;
    margin: 10px 0 30px 0!important;
    padding: 15px 2%;
    background-color: #efefef;
    
    }
    .theme-case li.sp_theme_text a{
        color: #333;
        text-decoration: none;
    }
    .theme-case li.sp_theme_text a span{
        text-decoration: underline;
        color: #33c;
    }
    .theme-case li.sp_theme_text .continue{
        display: none;
        }
    .theme-case li.sp_theme_text .continue.on{
        display: inline;
        }


.theme-case li.banner-plan .banner-text{
    bottom: 10px;
    padding: 5px 5px;
    font-size: 1.4rem;
}

.theme-case li.banner-plan .banner-tag{
    left: 5px;
    top: -18px;
    
}

.theme-case li.banner-plan .banner-tag span{
    font-size: 1.3rem;
}


}

.theme-case li img {
    width: 100%;
    max-width: 285px;
}

.theme-case li.to-contact a{
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
}

.theme-case li.to-contact div{
    position: relative;
    width: 285px;
    height: 285px;
    background-color: #f9690e;
    color: #fff;
	border-radius: 10px;
  box-shadow: 0px -1px 12px 2px rgba(0, 0, 0, 0.35);
}

.theme-case li.to-contact div .form-text{
    position: absolute;
    width: 100%;
    top: 10%;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
}

.theme-case li.to-contact div .form-text::before{
    content: "無料";
    display: block;
	width: 3em;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0 auto 10px auto;
	padding: 0;
	color: #f9690e;
	background-color: #FDE71B;
	font-weight: bold;
	border-radius: 5px;
}


.theme-case li.to-contact div .form-btn{
    position: absolute;
    width: 249px;
    height: 60px;
    left: 21px;
    bottom: 17px;
    background-color: #fff;
    color: #f9690e;
    font-weight: bold;
    margin: 0!important;
    text-align: center;
    line-height: 60px;
    font-size: 2.2rem;
	border-radius: 8px;
}

.theme-case li.to-contact div .form-btn::before{
	content: "";
	display: block;
    position: absolute;
    width: 246px;
    height: 57px;
    left: -9px;
    top: -9px;
	border: 3px solid #333;
	border-radius: 8px;
}

.theme-case li.to-contact a:hover div{
	background-color: #f77a2c;
	transform: translateY(2px);
}

@media screen and (max-width: 420px){
.theme-case li img {
    max-width: 100%;
}
    
.theme-case li.to-contact div{
    width: 100%;
    height: calc(46vw - 2px);
}
.theme-case li.to-contact div .form-text{
	line-height: 1.5em;
}
.theme-case li.to-contact div .form-btn{
    width: 80%;
    left: 12%;
	bottom: 10px;
    height: 40px;
    line-height: 40px;
    }
.theme-case li.to-contact div .form-btn::before{
    width: 98%;
    height: 37px;
    left: -6px;
    top: -6px;
    line-height: 40px;
    }
}

.relative-theme-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.relative-theme-list li a{
    width: 285px;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    color: #333;
    text-decoration: none;
    background-color: #efefef;
}

@media screen and (max-width: 420px){
    .relative-theme-list li{
                width: 100%;

    }
    .relative-theme-list li a{
        width: 96%;
            margin: 0 2% 15px;
    }
}

.relative-theme-list li a:hover{
    color: #666;
}

.relative-theme-list li h4{
    margin: 0 10px;
    font-weight: bold!important;
    
}

.relative-theme-list li p{
    margin-bottom: 0!important;
}

.relative-theme-list li img{
    width: 120px;
    height: 120px;
}

.relative-theme-list:before {
    content: "";
    display: block;
    width: 285px;
    height: 0;
    order: 1;
}

.relative-theme-list:after {
    content: "";
    display: block;
    width: 285px;
    height: 0;
}

a.feature-a{
    color: #333;
    text-decoration: none;
}

.feature-area{
    width: 100%;
    display: flex;
    margin: 30px 0;
}

@media screen and (max-width: 420px){
.feature-area{
    flex-direction: column-reverse;
}
.feature-area .image-area img{
    width: 100%;
    height: auto;
}

}

.feature-area .text-area{
    padding: 0 40px 20px 0;
}

@media screen and (max-width: 420px){
.feature-area .text-area{
    padding: 0 0 10px 0;
}
}

.feature-area h3{
    font-size: 1.8rem!important;
    font-weight: bold!important;
    color: #666!important;
    margin-bottom: 15px!important;
}

@media screen and (max-width: 420px){
    .feature-area h3{
        margin-top: 10px!important;
        margin-bottom: 0!important;
    }
}
.feature-area .more-btn{
    width: 100%;
    margin-top: 30px;
    border-radius: 3px;
    color: #fff;
    background-color:  #2D9060;
    text-align: center;
}

@media screen and (max-width: 420px){
    .feature-area .more-btn{
margin-top: 10px;
    }
}

a:hover .feature-area .more-btn{
    background-color: #3aa36e;
}

.knowledge-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.knowledge-list li{
    display: flex;
    width: 590px;
    border: 1px solid #666!important;
    margin-bottom: 20px;
    padding-bottom: 0;
}

@media screen and (max-width: 420px){
.knowledge-list li{
    display: block;
    width: 100%;
}
}

.knowledge-list:after {
    content: "";
    display: block;
    width: 590px;
    height: 0;
}

@media screen and (max-width: 420px){
}

.knowledge-list li img{
    width: 140px;
    height: 140px;
}

@media screen and (max-width: 420px){
.knowledge-list li img{
    width: 100%;
    height: auto;
}
}

.knowledge-list li .text-area{
    position: relative;
    width: 100%;
    height: 140px;
    padding: 20px;
}

@media screen and (max-width: 420px){
.knowledge-list li .text-area{
    height: auto;
    padding: 20px;
}

}
@media screen and (max-width: 420px){
    .knowledge-list li .text-area h4{
width: 100%;}

}

.knowledge-list li .text-area .more-btn{
    position: absolute;
    bottom: 20px;
    width: 400px;
    margin-bottom: 0!important;
    border: 1px solid #2D9060;
    border-radius: 3px;
    text-align: center;
}

@media screen and (max-width: 420px){
.knowledge-list li .text-area .more-btn{
    position: relative;
    width: 100%;
    margin-top: 15px;
    bottom: auto;
    }
}


.knowledge-list a{
  color: #2D9060;
    text-decoration: none;
}

@media screen and (max-width: 420px){
    .knowledge-list a{
  display: block;
        width: 100%;
}
    
}

.knowledge-list a:hover li .text-area .more-btn{
    background-color: #edf2ef;
}

.count-txt{
    margin-top: -30px;
    padding-bottom: 5px;
    text-align: right;
    
}
@media screen and (max-width: 420px){
.count-txt{
    margin-top: 0px;
    text-align: left;
}
}


.rank-list-large{
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 420px){

.rank-list-large{
    display: block;
    justify-content: space-between;
}
}

.rank-list-large li{
    position: relative;
    width: 360px;
}
@media screen and (max-width: 420px){
.rank-list-large li{
    width: 96%;
    margin: 0 2% 30px;
}
}

.rank-list-large li:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: #2d9060;
    font-size: 2.8em;
    font-family: Aparajita Italic;
    font-style: oblique;
}

@media screen and (max-width: 420px){
    .rank-list-large li:before {
    position: relative;
        width: 100%;
    top: 0;
    left: 0;
    background-color: #2d9060;
        color: #fff;
        text-align: center;
    font-size: 1.4em;
    font-family: Aparajita Italic;
    font-style: oblique;
}
}

.rank-list-large li p img {
    width: 100%;
    height: auto;
    max-width: 360px;
    padding-left: 60px;
}

@media screen and (max-width: 420px){
.rank-list-large li p img {
    max-width: 100%;
    padding-left: 0;
}
}

.rank-list-large li h4{
    padding-left: 60px;
}
@media screen and (max-width: 420px){
.rank-list-large li h4{
    padding-left: 0;
}
}

.rank-list-large li.rank1:before {
    content: "1";
}
.rank-list-large li.rank2:before {
    content: "2";
}
.rank-list-large li.rank3:before {
    content: "3";
}

.area-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.area-list li{
    box-sizing: content-box;
    width: 10em;
    height: 50px;
    margin-right: 38px;
    color: #2D9060;
    border: 1px solid #2D9060;
    border-radius: 3px;
}
@media screen and (max-width: 420px){
.area-list li{
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    color: #2D9060;

}
}

.area-list li a{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #2D9060;
    text-decoration: none;
}

.area-list li a:hover{
    background-color: #edf2ef;
}

.idea-text {
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.idea-text h3{
    padding-left: 10px;
    margin: 100px 0 20px;
    border-left: 5px solid #2d9060;
    font-size: 1.8rem!important;
    font-weight: bold!important;
}

.idea-image li{
    width: 270px;
}

.idea-image a{
    color: #333;
    text-decoration: none;
}

.idea-image li img{
    width: 270px;
    height: auto;
    margin-bottom: 10px;
}

@media screen and (max-width: 420px){
    .idea-text h3{
    margin: 60px 0 20px;
}
.idea-image {
    width: 100%;
}
    
.idea-image li{
    width: 100%;
    font-size: 1.34rem;
}  
    
        
.idea-image li img{
    width: 100%!important;
}  
}

.btn-photo{
    position: relative;
    box-sizing: content-box;
    width: 70%;
    margin: 0 auto; 
    color: #2D9060;
    border: 1px solid #2D9060;
    border-radius: 3px;
}
@media screen and (max-width: 420px){
.btn-photo{
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    color: #2D9060;

}
}

.btn-photo a{
    display: block;
    width: 100%;
    padding: 15px 30px 15px 15px;
    text-align: center;
    color: #2D9060;
    text-decoration: none;
}

.btn-photo a:hover{
    background-color: #edf2ef;
}

.arrow {
  position: absolute;
  display: inline-block;
  width: 15.3px;
  height: 26.6px;
    right: 10px;
    top: calc( 50% - 13.3px);
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 20px;
  height: 4px;
  border-radius: 9999px;
  background-color: #2D9060;
  transform-origin: calc(100% - 2px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

.theme-catalog{
    margin-top: 100px;
}

@media screen and (max-width: 420px){
    .theme-catalog{
    margin-top: 60px;
}

}

.theme-catalog h3,
.theme-tag h3{
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 3px solid #259668;
    font-size: 2.0rem!important;
    font-weight: bold!important;
    color: #2d9060;
}

.theme-catalog h3 span{
    color: #333;
    font-weight: bold!important;
}

.theme-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
}

@media screen and (max-width: 420px){
    .theme-list{
        display: block;
    }
    
}
.theme-list .text-area{
    padding: 20px 40px 20px 0;
}

.theme-list li{
    display: flex;
    width: 590px;
    border: 1px solid #666!important;
    margin-bottom: 20px;
    padding-bottom: 0;
}

    .theme-list a{
        display: block;
}

@media screen and (max-width: 420px){
    .theme-list a{
        text-decoration: none;
}    
    
    .theme-list li{
    display: block;
    width: 96%;
    margin: 0 2% 20px!important;
    padding-bottom: 0;
}
}
.theme-tag h3{
    margin-top: 60px;
}

.theme-tag h3 span{
    font-size: 2.0rem;

    color: #333;
}

.theme-tag h3 span.english{
    margin-left: 10px;
    color: #2d9060;

    font-family: Aparajita Italic;
    font-style: oblique;
}


.theme-catalog .theme-list li .theme-photo {
    margin: 0 !important;
}
@media screen and (max-width: 420px){

.theme-catalog .theme-list li .theme-photo {
    margin: 0 !important;
    width: 100%;
    float: none;
}
}
.theme-catalog .theme-list li .theme-photo img {
    width: 100%;
    max-width: 150px;
    height: auto;
}
@media screen and (max-width: 420px){
.theme-catalog .theme-list li .theme-photo img {
    max-width: 100%;
}
}


.theme-catalog .theme-list li .theme-txt {
    position: relative;
    width: 440px;
    padding: 20px;
}


@media screen and (max-width: 420px){
.theme-catalog .theme-list li .theme-txt {
    float: none;
    width: 100%;
    padding: 15px 10px 10px;
    }
}
.theme-catalog .theme-list li .theme-title {
    margin-bottom: 10px;
    line-height: 1.0em;
    font-size: 1.8rem !important;
    font-weight: bold !important;
    color: #2d9060;
    text-decoration: none;
}

.theme-catalog .theme-list a:hover li .theme-title {
    color: #4baf86;
}

.theme-catalog .theme-list li .icon-catalog {
    position: absolute;
    bottom: 0;
    width: 400px;
    height: 40px;
    line-height: 40px;
}

@media screen and (max-width: 420px){
.theme-catalog .theme-list li .icon-catalog {
    position: relative;
    width: 100%;
    margin-bottom: 0!important;
    }
}

.theme-catalog .theme-list li:after {
    content: none!important;
    display: none!important;
}

.fixed-banner{
    position: fixed;
    right: 0;
    bottom: 100px;
}

@media screen and (max-width: 420px){
.fixed-banner{
    display: none;
    }
}

.fixed-banner a img{
    width: 80%;
    height: auto;
}

#inline-content h2{
    margin-top: 0;
}

.banner-area{
    margin-top: 100px;
}
@media screen and (max-width: 420px){
    .banner-area{
    margin-top: 50px;
}
        .banner-area img{
    width: 96%;
            height: auto;
            margin: 0 2%;
}
}

.corplist li {
    clear: both;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
    border-radius: 0;
    background-color: inherit;
    overflow: hidden;
}

@media screen and (max-width: 420px){
    
.corplist li {

    margin: 0 0 25px 0;
}
}

.corplist li .info-wrapper {
    display: flex;
    padding: 10px;
    justify-content: space-between;    
    background-color: #f1f1f1;

}
@media screen and (max-width: 420px){
.corplist li .info-wrapper {
    padding: 20px 10px;
}
}

.corplist li .image-area{
    width: 340px;    
}

.corplist li .corp-list-photo {
    float: none;
    width: 100%;
    margin-right: 0;
}

.corplist li .contact-btn{
    position: relative;
}

.corplist li .contact-btn::before{
    position: absolute;
    left: 40px;
    top: 12px;
    content: "";
    width: 23px;
    height: 16px;
    background-image: url('/commonimg/ico_mail.png');
    
}

.corplist li input{
    width: 100%;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    font-size: 1.6rem !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: none;
    cursor: pointer;
    -webkit-box-shadow: 0 0 3px 0 #666;
    -moz-box-shadow: 0 0 3px 0 #666;
    box-shadow: 0 0 3px 0 #666;
    color: #fff;
    background-color: #e17f00;
    background-image: url('/commonimg/icon_arrow_white.png');
    background-repeat: no-repeat;
    background-position: right 5px bottom 5px;
}

.corplist li input:hover, .corplist li input:active {
    background-color: #eaa64d;
}

.corplist li .text-area{
    width: 800px;
}
.corplist li h3{
    font-size: 2.0rem!important;
    margin-bottom: 20px;
}

.corplist li h3 a{
    display: inline;
    color: #333!important;
}

.corplist li .spec-box {
    float: none;
    width: auto;
    display: flex;
    justify-content: flex-start;
    border: none;
    padding: 0;
    margin-right: 0;
    background-color: inherit;
}

@media screen and (max-width: 420px){
    .corplist li .spec-box {
    justify-content: space-between;
    }
    
}

.corplist li .spec-box .tsubo{
    float: none;
    width: 180px;
            height: 110px;
    text-align: center;
    margin-right: 10px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


@media screen and (max-width: 420px){
.corplist li .spec-box .tsubo{
    width: 46%;
    margin-right: 2%;
    }
}

.corplist li .spec-box .meyasu{
    float: none;
    width: 240px;
            height: 110px;
    text-align: center;
    margin-right: 10px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media screen and (max-width: 420px){
.corplist li .spec-box .meyasu{
    width: 52%;
    margin-right: 0;
    }
}

.corplist li .spec-box .meyasu .spec-title{
    margin-bottom: 30px!important;
}

.corplist li .advantage{
    margin-top: 20px;
}

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

.corplist li .advantage dd {
    font-size: 1.34rem;
}
}

.corplist li .comment-txt{
    margin-bottom: 0;
}

.corplist li .form-area{
    display: flex;
    flex-direction: row-reverse;
    height: 50px;
    padding: 0 10px;
    align-items: center;
    justify-content: space-between;
    background-color: #E0F1CF;
}

@media screen and (max-width: 420px){
    .corplist li .form-area{
        display: block;
        height: auto;
        padding: 10px 2%;
    }
}

.corplist li .form-area input[type="checkbox"]{
    border: 2px solid #5AC295;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.corplist li .form-area p{
    margin-bottom: 0!important;
    
}

.corplist li .form-area input{
    width: 250px;
    height: 34px;
    line-height: 34px;
    font-size: 1.6rem !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: none;
    cursor: pointer;
    -webkit-box-shadow: 0 0 3px 0 #666;
    -moz-box-shadow: 0 0 3px 0 #666;
    box-shadow: 0 0 3px 0 #666;
    color: #fff;
    background-color: #3FAB7C;
    background-image: url('/commonimg/icon_arrow_white.png');
    background-repeat: no-repeat;
    background-position: right 5px bottom 5px;
}

@media screen and (max-width: 420px){
.corplist li .form-area input{

    width: 96%;
    margin: 0 2%;
    }
    }

.corplist li .form-area input:hover,.corplist li .form-area input:active{
    background-color: #5AC295;
}



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

#form1, #form2, #form3 {
    width: 96%;
    margin: 0 auto !important;
}
}
@media screen and (max-width: 420px){
#sp-contact .btn-fix-long{
 font-size: 1.3rem;   
}
}
