@charset "utf-8";
/**reset**/
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  /*padding: 0;*/
  outline: none;
  /*background: transparent;*/
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {

}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]::focus {
  outline-offset: 0;
}


.btn_box{ text-align: center; overflow: hidden; padding-top: 4em;}
.btn_box .go-back{}
.btn_box .go-back >*.go_link{
	width: calc(90%);
	float: right;
	padding-left: 40px;
	max-width: calc(100% - 140px);
}
.btn_box .go-back >*.go_link [class*="comm_btn"]{}
.btn_box .go-back >*.back_link { width: 10%; float: left;}



[class*="comm_btn"]{
display: inline-block;
text-align: center;
padding: 0.75em 3.5em 0.75em 4em;
background-color: #484137;
line-height: 1.6em;
min-width: 400px;
outline: none;
border-style: none;
transition: opacity 300ms 0s ease;
cursor: pointer;
position: relative;
font-size: 2rem;
border-radius: 5em;
color: #fff!important;
font-weight: normal;
}
/*[class*="comm_btn"][target="_blank"]{ padding-left: 3.8em; padding-right: 3.8em;}
[class*="comm_btn"][target="_blank"]:after {content: ""; display: block; width: 20px; height: 20px; position: absolute; right: 24px; top: 0px; bottom: 0px; margin-top: auto; margin-bottom: auto; background-image: url(../img/icon_blank_white.svg); background-repeat: no-repeat;background-position: center center; background-size: auto 75%;}
[class*="comm_btn-white"][target="_blank"]:after{ background-image: url(../img/icon_blank_darkgray.svg); }
*/

[class*="comm_btn"]:before{
	content: "";
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	background-image: url("../img/arr_white.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	vertical-align: middle;
	position: absolute;
	left: 1.5em;
	top: 0;
	bottom: 0;
	margin: auto;
    transform: rotate(-90deg); 
}
[class*="comm_btn"]:after{display: none;}

.comm_btn-blue{	background-color: #02419A; color: #FFFFFF;}
[class*="comm_btn"][class*="-orange"]{ background-color: #F3755C; color: #FFFFFF;}
/*.comm_btn-blue:before{ background-image: url(../img/arr_white.svg);}*/
.comm_btn-line{background-color: #00b900;}
.comm_btn-white{ background-color: #FFFFFF; color: #000!important; border: 1px solid #000!important;}
/*.comm_btn-white:after{ background-image: url(../img/arr_black.svg);}*/
.comm_btn-gray{	background-color: #707070;}

[class*="comm_btn"][class*="-black"]{ background-color: #000; color: #FFF!important; }
[class*="comm_btn"][class*="-black"]:after{background-image: url("../img/arr_white.svg");}


input[type="submit"][class*="comm_btn"],
input[type="reset"][class*="comm_btn"],
input[type="button"][class*="comm_btn"]{
	/*display: inline-block;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-left: 1.75em;
	padding-bottom: 0.6em;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	background-color: #da2429;
	line-height: 1.4em;
	margin-bottom: 10px;
	color: #FFFFFF;
	outline: none;
	border-style: none;
	transition: opacity 300ms 0s ease;
	cursor: pointer;
	*/

}
input[type="submit"][class*="comm_btn"]:hover,
input[type="reset"][class*="comm_btn"]:hover,
input[type="button"][class*="comm_btn"]:hover
{opacity: 0.7;}

input[type="submit"][class*="comm_btn"]:before,
input[type="reset"][class*="comm_btn"]:before,
input[type="button"][class*="comm_btn"]:before{
}



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

    .btn_box{padding-top: 2em;}
    [class*="comm_btn"]{ min-width: 75%!important; font-size: 1.7rem; padding: 0.75em 2.5em 0.75em 3.5em;}
	
	}