@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.5em 2em 0.5em 2em;
background-color: #FFFFFF;
line-height: 1.6em;
min-width: 140px;
width: 100%;
margin-bottom: 10px;
outline: none;
border-style: none;
transition: opacity 300ms 0s ease;
cursor: pointer;
position: relative;
font-size: 1.3rem;
border-radius: 5em;
font-weight: bold;
color: #000!important;
}
/*[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"]:after{
	content: "";
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	background-image: url("../img/arr_black.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	vertical-align: middle;
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}

.comm_btn-blue{	background-color: #02419A; color: #FFFFFF;}
.comm_btn-orange{ background-color: #de2a1b; 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");}

[class*="comm_btn-dimen"]
{
	padding-top: 0.9em;
	padding-right: 3em;
	padding-left: 3em;
	padding-bottom: 1.1em;
	font-size: 1.5rem;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	border-radius: 6px;
	background-image: -webkit-linear-gradient(270deg,rgba(245,62,71,1.00) 0%,rgba(218,36,41,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(245,62,71,1.00) 0%,rgba(218,36,41,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(245,62,71,1.00) 0%,rgba(218,36,41,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(245,62,71,1.00) 0%,rgba(218,36,41,1.00) 100%);
	-webkit-box-shadow: 0px 6px 18px -2px rgba(0,0,0,0.50);
	box-shadow: 0px 6px 18px -2px rgba(0,0,0,0.50);
	display: inline-block;
	min-width: 500px;
}
.comm_btn-dimen:after{}

.comm_btn-dimenBLUE{
	background-image: -webkit-linear-gradient(270deg,rgba(61,158,244,1.00) 0%,rgba(37,129,219,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(61,158,244,1.00) 0%,rgba(37,129,219,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(61,158,244,1.00) 0%,rgba(37,129,219,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(61,158,244,1.00) 0%,rgba(37,129,219,1.00) 100%);
}
.comm_btn-dimenGREEN{
	background-image: -webkit-linear-gradient(270deg,rgba(139,204,59,1.00) 0%,rgba(76,162,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(139,204,59,1.00) 0%,rgba(76,162,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(139,204,59,1.00) 0%,rgba(76,162,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(139,204,59,1.00) 0%,rgba(76,162,0,1.00) 100%);
}

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


[class^="s_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: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	min-width: 140px;
	color: #FFFFFF;
	outline: none;
	border-style: none;
	transition: opacity 300ms 0s ease;
	cursor: pointer;
	background-color: #737373;
}
[class^="s_comm_btn"]:hover{opacity:0.7;}



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

.btn_box{padding-bottom: 2em;}
.btn_boxn .go-back{}
.btn_box .go-back >*.go_link {
	width: calc(100%);
	padding-left: 0px;
	max-width: 100%;
}
.btn_box .go-back >*.back_link { float: none; margin-left: auto; margin-right: auto; width:auto;}


    [class*="comm_btn"]{
	min-width: initial!important;
	padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    width: 100%;
    }
    .comm_btn-white{ color: #373737!important; }
	.comm_btn-dimen{}
	.comm_btn-dimen{
	font-size: 1.2rem;
	min-width: initial;
	}

    [class*="comm_btn"][target="_blank"]{ padding-left: 1.8em; padding-right: 1.8em;}
    [class*="comm_btn"][target="_blank"]:after { width: 20px; height: 20px; background-size: auto 75%; right: 20px;}
	
	
	}