/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-size: 3.0vw;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */ /* 画像がボケルのはこのせいだった */
/*img:not([alt]) {
  filter: blur(10px);
}*/

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* test */
/*@media screen and (max-width: 980px) {
    * {
     background:  yellow;
    }

  }
@media screen and (max-width: 600px) {
    * {
     background:  lightgreen;
    }

  }
*/
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0px;
}
td {
  width: 620px;
}
th {
  width: 240px;
  text-align: left;
  font-weight: bold;
  background: #e8e8e8;
}

select,
input[type="text"] ,
input[type="email"] {
  width:100%;
}
textarea{
  width:100%;
}
.q2 th{
  background:#fff;
}

.container {
  width: 100%;
  padding-right: 5.0vw;
  padding-left: 5.0vw;
  margin-right: auto;
  margin-left: auto;
}

textarea {
  border:1px solid #000;
}

.center{
  text-align: center;
}
.title{
  font-size: 3.5vw;
  font-weight: bold;
  text-align: center;
}

.q-flame{
  padding:2.0vw 0;
}
.q-table{
  width:95%;
  margin:0 auto;
}

.radio-center{
  display:block;
  position:relative;
  padding-left:8.0vw;
}
.radio-center input{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}

select,
input[type='text'],
input[type='email']{
  font-size: 4.0vw;
	padding: 1.0vw;
}
input[type=checkbox],
input[type=radio] {
  width: 6vw;
  height: 6vw;
  vertical-align: middle;
}

.btn{
  width:40vw;
  height:9.5vw;
  background-color:#2f5597;
  color:#ffffff;
  font-size:4.5vw;
  font-weight:bold;
}

h2 {
  padding: 0.1rem 0.5rem;
  border-left: 6px solid #0000ff;
  font-size:20px;
}
.bg-glay{
  background: #e8e8e8;
}

.bold{
    font-weight: bold;
  }
.red{
    color:red;
  }

hr{
  margin:0;
  height:1.0vw;
  background-color:green;
  border: none;
}

.pos-lm{
  text-align: left;
  vertical-align: middle;
}
.pos-rm{
  text-align: right;
  vertical-align: middle;
}


  .fsize-1{
    font-size: 3.0vw;
  }
  .fsize-2{
    font-size: 3.5vw;
  }
  .fsize-3{
    font-size: 4.0vw;
    /*font-size: 3.5vw;*/
  }
  .fsize-3c{
      font-size: 4.0vw;
      text-align: center;
  }
  .fsize-4{
    font-size: 4.5vw;
  }
  .fsize-5{
    font-size: 6.0vw;
    /*font-size: 5.0vw;*/
  }


