@charset "utf-8";

.btn_type01 {
    display: inline-block;
    padding: 14px 60px !important;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #1791c8;
    color: #1791c8;
    border-radius: 20px;
}

.btn_type01:hover::after {
    border: 1px solid white;
    border-width: 0 1px 1px 0;
}

@media screen and (max-width: 400px) {

	.btn_type01{
	    padding: 10px 10px !important;
	    width: 95%;
	}
	.btn_type01 span{
		font-size: 1.2rem;
	    padding: 10px 10px !important;
	    width: 95%;
	}
}