.contact_wrap .btn_contact_send input {
    background-color: #333 !important;
    color: #FFF;
    font-size: 16px;
    border-radius: 2em !important;
    width: 80%;
}
.contact_wrap{
padding:30px 0 120px;background-color:#333;}

body{background-color:#fff;}

.group_form dd input {
    font-size: 16px;
    line-height: 1.4;
    width: 80%;
    padding: 5px 0;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    border: #666666 solid 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(0.1, #f3f3f3), color-stop(0.2, #fff), to(#fff));
}
.c-button__group .c-button {
    background: #000;
    line-height: 1;
    border: none;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    cursor: pointer;
    box-shadow: inset 0 -0.1em 0 rgb(0 0 0 / 10%);
}
.c-button__group .c-button:disabled, .c-button__group .c-button.disabled, .c-button__group .c-button:disabled:hover, .c-button__group .c-button.disabled:hover {
    background: #888;
    color: #fff;
    cursor: default;
    box-shadow: none;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    width:40%
}

.c-button__group .c-button,.c-button__group .c-button:link, .c-button__group .c-button:hover, .c-button__group .c-button:active, .c-button__group .c-button:visited {
    color: #fff;
}
.c-button__group .c-button:hover {
    background: #333;
}

.c-button__group .c-button--primary {
    background: #000;
    width:40%
}
.c-input--text {
    width: 80%;
    padding: 7px;
    border: 2px solid #000;
    font-size: 13px;
    margin-top: 0;
    vertical-align: middle;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-button__group .c-button--primary:hover {
    background: #333;
}
.view_pc .p-page__container {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.p-page__copyright {
    font-size: 10px;
    text-align: center;
    padding: 20px 0;
    color:#fff;
    background: #000;
}
.c-alert {
    color: #000;
    background: #eff2f4;
    padding: 20px;
    margin: 30px auto;
    line-height: 1.6;
    text-align: left;
    width:80%;
    max-width:700px; 
  box-sizing: border-box;
}

.p-page__body-inner
{
	position:relative;
	padding-bottom:200px;
	margin-bottom:120px;
	border:none;
}

.c-button__group--sub {
    margin: 20px 0 30px;
    text-align: right;
    position: absolute;
    bottom: 0;
}

.c-button__group--sub {
	text-align:left;
	margin-top:10px;
	padding-right:10px;
	font-size:11px;
	
	position:absolute;
	width:120px;
	margin:0;
	padding:0;
	bottom:0;
	left:50%;
	transform: translate(-50%, 0%);
}
.c-button__group--sub a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 120px;
    height: 120px;
    border: 2px solid #000;
    border-radius: 50%;
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
	text-indent:-9999em;
}
.c-button__group--sub:before {
  content: '';
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url(https://img07.shop-pro.jp/PA01456/365/etc/img_bttp.png);
  background-size: contain;
  vertical-align: middle;
    position: absolute;
    top:0;
    left:0;
}
.c-button__group--sub .c-button, .c-button__group--sub .c-button:link, .c-button__group--sub .c-button:hover, .c-button__group--sub .c-button:active, .c-button__group--sub .c-button:visited {
    margin: 0;
    color: #000;
    text-decoration: none;
    border: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 120px;
    height: 120px;
    border: 2px solid #333;
    border-radius: 50%;
}
.c-button__group--sub .c-button:hover {
     background: #dfe5e8; 
    border: 2px solid #555;
    background: transparent;
}

.p-page__wrap .p-shop__header {
    width: auto;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    position: relative;
    top: 0;
    z-index: 10000;
    width:100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding:16px 0 14px;
    background: #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.p-page__wrap .p-shop__header a {
	display:block;
	background:#FFF url(https://img07.shop-pro.jp/PA01456/365/etc/logo_cs.png) no-repeat;
	width:176px;
	margin:auto;
	height:48px;
	background-size: contain;
	vertical-align: middle;
	text-indent:-9999em;
}

