@charset "UTF-8";

#service_list+section ul li{
	list-style: none;
	padding-left: 0;
}

.service-list {
	display: flex;
	width: 100%;
	margin: 5px 0;
	padding: 0;
}

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

@media screen and (max-width: 920px) {
.service-list-item {
	width: 45%;
	height: 50px;
	margin: 2px 5px;
	background-color: #87cefa;
	text-align: center;
	line-height: 50px;
	font-size: 1.4rem;
}
}

@media screen and (max-width: 920px) {
.service-list {
	margin: 5px 0;
	justify-content: space-between;
}
}

@media screen and (max-width: 480px) {
.service-list-item {
	width: 45%;
	height: 50px;
	margin: 2px 5px;
	background-color: #87cefa;
	text-align: center;
	line-height: 50px;
	font-size: 1.1rem;
}
}
/*-----------------------------------------------*/

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;
}

}