@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	letter-spacing: 0.07em;
	line-height: 1.6;
	font-size: 100%;
	vertical-align: baseline;
	font-family:'Noto Sans JP', sans-serif;
	word-break: break-all;
	color: #444;
	box-sizing: border-box;
	}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
 
html{
    overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
input, textarea{
	margin: 0;
	padding: 3px;
	font-size: 16px;
	width: calc(100% - 30px);
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	margin-top: 12px;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
	outline:none;
}
 
.clear:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
* html .clear {
	height: 1px;
}
 
.both{
	clear:both;
}
 img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
input,
select {
  /* -webkit-appearance: none; */
  -moz-appearance: none;
  /* appearance: none; */
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.button,button {
  margin-top: 25px;display: inline-block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: linear-gradient(#2addf9, #6da8f7);
  width: 290px;
  height: 48px;
  line-height: 45px;
  border-radius: 50px;
  text-align: center;
border: none;margin: 30px auto 10px;display: block;}
.button.ripple,button {
  position: relative;
}
.button.ripple::before,button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
    height: 48px;
  
  border-radius: 50px;
  z-index: -1;
  background: linear-gradient(#2addf9, #6da8f7);
  -webkit-animation: ripple 2s cubic-bezier(0.3, 0, 0.1, 0.5) infinite;
          animation: ripple 2s cubic-bezier(0.3, 0, 0.9, 1) infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1, 1.5);
            transform: scale(1, 1.5);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1.1, 1.5);
            transform: scale(1.1, 1.5);
    opacity: 0;
  }
}
.optional_ask p {
    vertical-align: middle;
    margin: 10px 0px;
    background-color: #e7e7e7;
    border-radius: 20px;
    padding: 3px 2.3% 5px;
    font-size: 12px;
    color: #000;
    margin: 0 0.8% 8px;
    display: inline-block;
    min-width: 13%;
    font-weight: 500;
    letter-spacing: 1px;
}

.optional_ask .hit {
    background-color: rgb(238, 255, 0);
}

.optional_ask {
    margin-bottom: 20px;
}

body {
    background: #fbf4f0;
    padding: 31px 3%;
    max-width: 800px;
    margin: 0 auto;
}

select#age_ask, select#gender_ask, #staff_ask {
    width: 100%;
    font-size: 16px;
    padding: 7px 12px 7px;
    margin-bottom: 17px;
background: #fff;border: 1px solid #aaa;border-radius: 10px;height: 46px;}

.optional_ask {
    background: #fff;
    padding: 7px 1% 12px;
    text-align: center;
    border: 1px solid #eee;
}

.optional_ask h2 {
    margin-bottom: 10px;
    border-bottom: 1px dotted #b3b3b3;
    font-weight: bold;
    padding-bottom: 6px;
}

div#review_stars {
    margin-bottom: 20px;
    text-align: center;
}

div#review_stars img {
    width: 10%;
    max-width: 40px;
}
div#review_stars:before {
	font-weight:bold;
	font-size: 17px;
	content: "総評 (5段階)";
	display: block;
	vertical-align: middle;
	position: relative;
	top: 5px;
	margin-bottom: 11px;
	}

p {
    font-size: 19px;
    background: #fff;
    padding: 12px 1% 24px;
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 10px;
    font-weight: bold;
}

input#input_msg {
    margin-top: 5px;
}
h2 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 20px;
}

h2:after {content: "のアンケート";}

.optional_ask h2:after {
    display: none;
}

