@charset "utf-8";
html{
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height:1.6em;
    overflow-x: hidden;
    overflow-y:scroll;
}

body{
    font-size: 1.0rem;
    background: #fff;
    color: #000;
    font-family: "Noto Sans Japanese" , "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    /*color: #323232; */
    line-height:1.6em;
}

/*
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}




.container {
  width: 600px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

*/
@media screen and (max-width:600px) {
.container {
 	width: auto;
 	margin: 0px;
	padding: 0;
}
h1 {
  margin: 15px 0 30px;
  font-size: 1.2rem;
  font-weight: normal;
  position: relative;
  text-align: center;
}
}

.container span,
.container p,
.container div {
  line-height: 1.6;
}



h1 {
  margin: 0 0 15px;
  font-size: 1.2rem;
  font-weight: normal;
  position: relative;
  text-align: center;
  line-height: 1.6em;
}

h1 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

h1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}



.formTable input[type="checkbox"], input[type="radio"] {
    display: inline-flex;
    box-sizing: border-box;
    vertical-align:middle;
}
