
ul, li {
  list-style: none;
  padding: 0;
}
input, select {
  outline: none;
}
em {
  font-style: normal;
}
.page {
  margin: 0 auto;
  color: #2E2E2E;
  position: relative;
}
.page .page-head{
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 20px;
  background-color: #29568f;
  line-height: 2;
}
.back-link {
  display: table-cell;
  text-align: right;
  color: #226eb1;
}
/*.container {
  width: 750px;
  margin: 0 auto;
}*/
.content {
  margin-top: 10px;
}
.title {
  font-weight: bold;
  vertical-align: middle;
  color: #226eb1;
}
.info-list {
  display: table;
  width: 100%;
}
.info-listlong {
  display: block;
}
.info-list li {
  float: left;
  width: 33%;
  margin-bottom: 8px;
  position: relative;
}
.info-listlong li {
  display: block;
}
li.big {
  float: none;
  width: 100%;
}
.big .name {
  float: left;
  margin-right: 5px;
}
li.inner {
  float: left;
  width: 50%;
}
.inner .name {
}
.dq-list .name {
  display: inline-block;
  width: 20%;
}
.info {
  display: table;
  width: 100%;
}
.info-list:before, .info-list:after {
  content: "";
  display: table;
}
.info-list:after {
  clear: both;
}
.info-list {
 *zoom:1;/*IE/7/6*/
}
.text-list{ float:left; width:50%;}
.text-lists{ float:right; width:40%;}
.text-list li {
  margin-bottom: 5px;
  width: 100%;
  float: none;
  text-align: justify;
}
.name {
  display: inline;
  vertical-align: top;
  margin-right:5px;
}
.name-input {
  display: inline-block;
  width: 68%;
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 5px;
}
.name-input:focus {
  border: 1px solid #67B0D8;
}
.name-inputbig {
  width: 78%;
}
.name-input-s{ width:65%;}
select.name-input {
  width: auto;
}
.require {
  color: red;
  margin-left: 3px;
}
.test {
  display: none;
  font-size: 0.75em;
  color: red;
  line-height: 1.5;
}
#h-title{ cursor:pointer;}
.h-list{ display:none; margin-bottom:0;}
.h-list li {
  float: none;
  width: 100%;
}
.h-list li .name {
  float: left;
  display: inline-block;
  width: 30%;
  margin:0;
}
.h-list li .name-input {
  width: 70%;
}
.check-ans {
  float: left;
  margin-right: 15px;
}
.name-space {
  width: 20%;
}
.text-space{ margin-left:20px;}
.text-spaces{ margin-left:10px;}
.answer {
  float: left;
}
.tet-space {
  margin-left: 21%;
}
.check {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.show-con {
  float: left;
  width: 78%;
}
.show-con .check {
  display: block;
}
.notice {
  padding: 0 0 20px 0;
  color: #AF0E10;
  font-weight: bold;
}
.red {
  color: #AF0E10;
}
.submit-self {
  width: 100%;
  border-radius: 3px;
  line-height: 2;
  font-size: 22px;
  border: none;
  margin:15px 0;
  background-color: #29568f;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.submit-self:hover {
  background-color: #226eb1;
}
.submit-self:focus {
  border: none;
}
.ss-list {
}
.ss-list dt {
  display: inline-block;
  padding: 3px 0;
  color: #4b4b4b;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
}
.ss-list dt.active {
  color: #AF0E10;
}
.ss-list dt.active:before {
  border-color: #AF0E10;
}
.ss-list dd {
  display: none;
  margin-top:0;
  color: #666;
}
.ss-list dd:before {
  content: " ";
  display: block;
  float: left;
  width: 0px;
  height: 0px;
  margin: 4px 9px 0 3px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #9B9B9B;
  font-size: 0px;
  line-height: 0px;
}
.ss-list dt:before {
  content: " ";
  display: inline;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  margin: 0 7px 0 0;
  border: 5px solid #4b4b4b;
  border-radius: 100%;
  font-size: 0px;
  line-height: 0px;
}
.ss-list dd p {
  overflow: hidden;
}
.clear {
  clear: both;
}
.clearfix:before, .info-list > li:before, .clearfix:after, .info-list > li:after {
  content: "";
  display: table;
}
.clearfix:after, .info-list > li:after {
  clear: both;
}
.clearfix, .info-list > li {
*zoom:1;/*IE/7/6*/
}
#totop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background-color: #585858;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
#totop:hover {
  opacity: 0.8;
}
#totop:before {
  content: " ";
  float: left;
  width: 0px;
  height: 0px;
  margin: 8px 13px 0 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #fff;
  font-size: 0px;
  line-height: 0px;
}
.top {
  width: 10px;
  height: 13px;
  background-color: #fff;
  display: block;
  margin: 18px 0 0 15px;
}
.gray {
  color: #ccc;
}
.tag-con,  .tag-box,  .tag-box-no {
  display: none;
  width: 100%;
  color: #666;
}
.tag-box,  .tag-box-no {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  background-color: #eee;
}
.tag-con {
  margin: 5px 5px 5px 15px;
}
.tag-box-no {
  margin: 10px 5px 5px 0;
  text-align:justify;
}
.tag-box-no dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.tag-box-no dd {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  padding: 0;
  margin: 0;
}
select, textarea, input {
  font: normal 1em/1
}
input[type="submit"],  input[type="button"],  input[type="text"],  button, textarea {
  -webkit-appearance: none;
  outline: none;
}
.logo {
  display:block;
  width: 100%;
  margin: 0;
  text-align:center;
}
.back-link {
   display:block;
   text-align:center;
}
.page {
  width: 100%;
  margin: 0;
  font: normal 1em/1.5 inherit;
}
.page h1 {
  font-size: 1.25em;
  line-height: 1.25;
}
.container {
  width: 95%;
  padding-top: 0;
}
.info-list li {
  float:none;
  width:100%;
  margin-bottom: 10px;
}
.check {
  float: none;
}
.name {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 5px;
}
.name-input {
  width: 100%;  
  padding:5px;
  border-radius: 0;
  float: none;
}
.name-input-s{ width:100%;}
.dq-list .name {
    width: 100%;
}
.tet-space {
    margin-left:0;
}
.text-space,
.text-spaces{ margin-left:0;}
.show-con {
    float: none;
    width: 100%;
}
.h-list li .name {
    float: none;
    display:block;
    width:100%;
}
.h-list li .name-input{ width:100%;}
.text-list,
.text-lists{ float:none; width:100%;}
.test {
  position: relative;
  left: 0;
  margin-top: 5px;
}
.submit-self {
  margin-bottom: 15px;
}
.notice {
  padding: 0;
}
.totop:hover {
  opacity: 0.5;
}
.totop:active {
  opacity: 0.8;
}
}

@media screen and (max-width: 320px) {
.logo img {
}
.page h1 {
  font-size: 1em;
  line-height: 1;
  padding: 10px 0;
}
}