@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;}
.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-top: 0.5em;
	padding-right: 3em;
	padding-left: 3em;
	padding-bottom: 0.7em;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	background-color: #0783d1;
	line-height: 1.4em;
	min-width: 140px;
	margin-bottom: 10px;
	color: #FFFFFF;
	outline: none;
	border-style: none;
	transition: opacity 300ms 0s ease;
	cursor: pointer;
	width: 100%;
	position: relative;
	border-radius: 5em;
}


[class^="comm_btn"]:after{
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url(../img/arr_white.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-blue:before{ background-image: url(../img/arr_white.svg);}
.comm_btn-line{background-color: #00b900;}
.comm_btn-white{ background-color: #FFFFFF; color: #373737!important; border: 1px solid #dddddd!important;}
.comm_btn-white:after{ background-image: url(../img/arr_black.svg);}
.comm_btn-gray{	background-color: #5B5B5B;}

.comm_btn-black{
	background-color: #000000;
	color: #FFFFFF;
}

[class*="comm_btn-dimen"]
{	font-weight: 700;
	color: #ff8b09!important;
	padding: 0.75em 2em;
	font-size: 2rem;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	border-radius: 0.75em;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 45.94%,rgba(242,242,242,1.00) 48.88%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 45.94%,rgba(242,242,242,1.00) 48.88%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 45.94%,rgba(242,242,242,1.00) 48.88%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 45.94%,rgba(242,242,242,1.00) 48.88%,rgba(255,255,255,1.00) 100%);
	-webkit-box-shadow: 4px 4px 4px -2px rgba(0,0,0,0.50);
	box-shadow: 4px 4px 4px -2px rgba(0,0,0,0.50);
	display: inline-block;
	min-width: 600px;
}
.comm_btn-dimen:after{
	background-image: url(../img/arr_orange_v02.svg);
}

.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;
	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;}



@media screen and (max-width: 760px) {

.btn_box{

}
.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: 100%;
	font-size: 1rem;
	padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
    }
	[class^="comm_btn"]:after{right: 0.5em;}
    .comm_btn-white{ color: #373737!important; }
	.comm_btn-dimen{}
	
	.comm_btn-dimen{
	font-size: 1.5rem;
	min-width: initial;
	}
	
	
	
	}