@charset "UTF-8";

#service_list+section ul li{
	list-style: none;
	padding-left: 0;
}
.service-list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	width: 100%;
  	margin: 5px 0;
}

.service-list-item {
    width: 32%;
    margin-right: 1%;
    background-color: #87cefa;
    text-align: center;
    line-height: 50px;
    font-size: 1.7rem;
}
.service-list-item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 920px) {
.service-list {
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.service-list-item {
    width: 48%;
}

}

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

element.style {
    text-decoration-color: rgba(255, 255, 255, 0.3);
}
#non_btn + div.contents_btn01 a span{
    padding: 15px 0px;
}
#non_btn + div.contents_btn01 a {
    pointer-events: none;
    width: 32%;
   background: #87cefa;
    color: #313131!important;
    font-weight: 300;
   margin-left: 0;
}
#non_btn + div.contents_btn01 .content_wrapper {
    text-align: left;
}
#non_btn + div.contents_btn01 a:before, main form .submit span:before {
    content: none;
}

@media screen and (max-width: 900px) {
#non_btn + div.contents_btn01 .content_wrapper {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    width: 100%;
}
#non_btn + div.contents_btn01 a {
    pointer-events: none;
    width: 48%;
    margin: 0!important;
    margin-right: 2%!important;
    min-width: 0;
    font-size: 1rem;
}

#non_btn + div.contents_btn01 a:last-child {
    margin-right: 0!important;
}

}