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


.box_btn{ text-align: center;}

[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;
	min-width: 140px;
	margin-bottom: 10px;
	color: #FFFFFF;
	outline: none;
	border-style: none;
	transition: opacity 300ms 0s ease;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
}

/*
[class^="comm_btn"]:before{
	content: "";
	display: inline-block;
	width: 0.7em;
	height: 0.6em;
	background-image: url(../img/arr_white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	vertical-align: middle;
	margin-right: 0.5em;
}
*/
.comm_btn-blue{	background-color: #02419A; color: #FFFFFF;}
.comm_btn-blue:before{ background-image: url(../img/arr_white.svg);}
.comm_btn-line{background-color: #00b900;}
.comm_btn-white{}
.comm_btn-gray{
	background-color: #B1B1B1;
}


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;
	font-family: 'Noto Sans JP', sans-serif;*/

}
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;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #737373;
}
[class^="s_comm_btn"]:hover{opacity:0.7;}

[class^="comm_btn_small"]{
	display: inline-block;
	text-align: center;
	padding-top: 0.25em;
	padding-right: 1.5em;
	padding-left: 1em;
	padding-bottom: 0.3em;
	font-size: 0.5rem;
	letter-spacing: 0.1em;
	line-height: 1.0em;
	min-width: 140px;
	color: #FFFFFF;
	outline: none;
	border-style: none;
	transition: opacity 300ms 0s ease;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #ff8787;
}
[class^="comm_btn_small"]:hover{opacity:0.7;}

/**イレギュラー**/
#confreq_btn[disabled]{
	background-color: #D77073!important;
	cursor: default;
}
#confreq_btn[disabled]:hover{ opacity: 1!important;}

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

.box_btn{ padding-top: 50px; }

    [class^="comm_btn"]{
	min-width: 100%;
	font-size: 1rem;
	padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
    }
    a.comm_btn-white{ }

}

	[class^="s_comm_btn"]{
		font-size: 1rem;
	}
	[class^="comm_btn_small"]{
		font-size: 1rem;
	}
