@charset "utf-8";

html {
  font-size: 62.5%;
}

#header {
  background-color: black;
  border-bottom: solid red;
  color: white;
  font-weight: bold;
  padding: 10px;
  min-width: 330px;
}

#container {
  min-width: 350px;
}

#footer{
  background-color: black;
  border-top: solid 1px white;
  color: white;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

#lean_overlay{
  position: fixed; z-index:100; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
#company{
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  color: #000000;
  display: none;
  padding: 30px;
  width: 50%;
}

.index {
  background-color: white;
  color: black;
  top: 0;
  left: 0;
  height: 100vh;
}

.index .mov {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.index .mov video {
  z-index: 1;
  min-width: 100%;
  min-height: 100vh;
}

.index .txt {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 100px;
  left: 0px;
}

.index .localNav {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 350px;
  left: 0px;
}

.index .black {
  color: black;
}

.index .white {
  color: white;
}

.index .blue {
  color: blue;
}

.index .red {
  color: red;
}

.info {
  background-color: white;
  color: white;
  top: 0;
  left: 0;
  height: 850px;
}

.info .mov {
  overflow: hidden;
  width: 100%;
  height: 850px;
}

.info .mov video {
  z-index: 1;
  min-width: 100%;
  min-height: 850px;
}

.info .txt {
  color: white;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 75px;
  left: 0px;
}

.info .txt .articleList {
  width: 70%;
  margin-top: 10px;
  overflow: hidden;
  height: 500px;
}

.info .txt .articleList .item {
  margin: 30px 0;
}

.info .txt .articleList .item .cat {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #cfd3d6;
  padding: 0 5px;
  min-width: 80px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.info .txt .articleList .item .summary {
  margin-top: 10px;
  color: gray;
}

.info .txt .pageList {
  text-align: center;
  width: 70%;
  margin-top: 10px;
}

.info .txt .pageList div {
  border: 1px solid gray;
  color: white;
  font-weight: bold;
  padding: 5px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}

.info .txt .pageList div.disabled {
  color: gray;
  cursor: default;
}

.info .txt .pageList ul {
  display: inline-block;
  margin: 0 20px;
}

.info .txt .pageList li {
  color: gray;
  display: inline-block;
  width: 28px;
  padding: 5px;
  cursor: default;
}

.info .txt .pageList li.current {
  border-bottom: 2px solid #00b0f0;
  color: white;
  cursor: pointer;
}

.service {
  background-color: white;
  color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 1850px;
}

.service > div {
  position: relative;
  top: 75px;
}

.service .nav .localNav ul {
  padding: 10px 0 0 50px;
  list-style-type: none;
}

.service .nav .localNav li {
  display: inline-block;
  margin-right: -3px;
  padding-top: 5px;
  list-style-type: none;
  text-align: center;
  width: 137px;
  min-height: 24px;
  /* -webkit-border-top-left-radius: 5px; */
  /* -webkit-border-top-right-radius: 5px; */
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

.service .nav .localNav li:first-of-type {
  background: -moz-linear-gradient(top, #0d85c1, #0d85c1);
  background: -webkit-linear-gradient(top, #0d85c1, #0d85c1);
  background: linear-gradient(to bottom, #0d85c1, #0d85c1);
  border-top: 1px solid #00b0f0;
  border-left: 1px solid #00b0f0;
  border-right: 1px solid #00b0f0;
}

.service .nav .localNav li:not(:first-of-type) {
  background: -moz-linear-gradient(top, #ffffff, #8cd0ee);
  background: -webkit-linear-gradient(top, #ffffff, #8cd0ee);
  background: linear-gradient(to bottom, #ffffff, #8cd0ee);
  border-top: 1px solid #8cd0ee;
  border-left: 1px solid #8cd0ee;
  border-right: 1px solid #8cd0ee;
}

.service .nav .localNav li:first-of-type a {
  color: white;
  text-decoration: none;
}

.service .nav .localNav li:not(:first-of-type) a {
  color: #2db8eb;
  text-decoration: none;
}

.service .nav .subNav {
  background-image: url("../img/bg001.jpg");
  width: 100%;
}

.service .nav .subNav ul {
  padding-left: 50px;
}

.service .nav .subNav li {
  background: url("../img/bg001.jpg") no-repeat right 8px;
  display: inline-block;
  margin-right: -1px;
  max-width: 138px;
  max-height: 72px;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.service .nav .subNav a {
  color: white;
  text-decoration: none;
  width: 138px;
  display: block;
  padding-top: 10px;
}

.service .nav .subNav span {
  display: block;
  /* position: relative; */
  /* top: -30px; */
}

.service .nav .extraNav {
  margin-top: 10px;
  padding-left: 50px;
}

.service .nav .extraNav a {
  background-image: url(../img/icon021.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  color: #2db8eb;
  text-decoration: none;
  padding-left: 20px;
  background-size: 14px;
}

.service .conts .ttl {
  display: none;
}

.service .conts {
  max-width: 1280px;
}

.service .conts .pageList {
  text-align: center;
}

.service .conts .pageList div {
  color: gray;
  padding: 5px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}

.service .conts .pageList div.disabled {
  color: gray;
  cursor: default;
}

.service .conts .pageList ul {
  display: inline-block;
  margin: 0 20px;
}

.service .conts .pageList li {
  color: gray;
  display: inline-block;
  padding: 5px;
  cursor: default;
}

.service .conts .pageList li.current {
  border-bottom: 2px solid #00b0f0;
  color: #00b0f0;
  cursor: pointer;
}

.service .conts .menuList {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
}

.service .conts .menuList > div {
  margin: 0 50px;
}

.service .conts .menuList > div:first-of-type {
  color: #ffffff;
  background: url("../img/bg001.jpg") left top #666666;
  padding: 2px;
}

.service .conts .menuList ul {
  /* display: inline-block;
  margin: 0 20px; */
  /* max-width: 100%; */
  display: flex;
}

.service .conts .menuList li {
  /* background: url("../img/bg003.jpg") no-repeat right 1px; */
  display: inline-block;
  list-style-type: none;
  text-align: center;
  /* margin-right: -4px; */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.service .conts .menuList li.no {
  width: 14%;
}

.service .conts .menuList .item .summary li.no {
  color: #00b0f0;
}

.service .conts .menuList li.title {
  width: 28%;
  font-weight: bold;
}

.service .conts .menuList li.answerType {
  width: 22%;
}

.service .conts .menuList li.status {
  width: 10%;
  font-weight: bold;
}

.service .conts .menuList li.updateTime {
  width: 13%;
}

.service .conts .menuList li.updateUser {
  width: 13%;
}

.service .conts .menuList .subCatHaishin li {
  background: none;
  text-align: left;
  /* width: 15.83%; */
  width: 17%;
  margin: 5px 0px;
}

.service .conts .menuList .subCatHaishin li:first-of-type {
  color: #00b0f0;
  padding-left: 20px;
  width: 5%;
  min-width: 55px;
}

.service .conts .menuList .subCatHaishin li:nth-of-type(2) {
  width: 10%;
}

.service .conts .menuList .subCatHaishin li:last-of-type {
  text-align: center;
}

.service .conts .menuList .subCatKaikei {
  background: #FFFF99;
  padding-left: 10px;
}


.service .conts .menuList .item {
  border: 1px solid #cfd3d6;
}

.service .conts .menuList .item .cat {
  color: #555555;
  /* font-weight: bold; */
  background: #e2e2e2;
  vertical-align: middle;
  padding: 1px 0 1px 16px;
  /* border-top: solid 1px #bbb; */
  /* border-bottom: solid 1px #bbb; */
  background-image: url("../img/bg002.jpg");
}

.service .conts .menuList .item .summary {
  /* padding: 10px; */
  color: #555555;
}
.service .conts .menuList .item .summary .gray {
  color: gray;
}

.service .conts .menuList .item .summary .blue {
  color: blue;
}

.service .conts .menuList .item .summary .red {
  color: red;
}

.service .conts .menuList .item .summary .aqua {
  color: #00b0f0;
}

.service .conts .menuList .item .summary .Inv_Close {
  border-color: #e7931a;
  background-color: #E7931A;
  background-image: -ms-linear-gradient(top, #FBA72F 0%, #E7931A 100%);
  background-image: -moz-linear-gradient(top, #FBA72F 0%, #E7931A 100%);
  background-image: -o-linear-gradient(top, #FBA72F 0%, #E7931A 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FBA72F), color-stop(1, #E7931A));
  background-image: -webkit-linear-gradient(top, #FBA72F 0%, #E7931A 100%);
  background-image: linear-gradient(to bottom, #FBA72F 0%, #E7931A 100%);
  display: inline;
  box-sizing: border-box;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  padding: 1px 8px 1px 8px;
  font-size: 80%;
  color: #eaf7f8;
}

.service .conts .menuList .item .cat {
  color: #00b0f0;
  font-weight: bold;
}

.service .conts .menuList .item .summary .subTtl {
  /* text-align: right; */
  background: #f3f3f3;
  /* color: black; */
  line-height: 2;
  text-align: right;
}

.service .conts .menuList .item .summary .montoriplus li {
  /* background: #D5EAFF url(../img/bg001.png) no-repeat right 1px; */
  background-color: #D5EAFF;
}

.service .conts .menuList .item .summary .subCat {
  background: white;
  /* color: black; */
}

.service .conts .menuList .item .summary .subCat li {
  background: none;
  display: inline-block;
  list-style-type: none;
  line-height: 2;
  text-align: center;
  margin: 0 auto;
}

.service .conts .menuList .item .summary .subCat li:first-of-type {
  text-align: left;
  width: 42%;
}

.service .conts .menuList .item .summary .subCat li:nth-of-type(2) {
  text-align: left;
  width: 22%;
}

.service .conts .menuList .item .summary .subCat li.icon {
  padding-left: 7px;
  position: relative;
  top: 5px;
  width: 3%;
}

.service .conts .menuList .item .summary .subCat li.icon img {
  height: 25px;
}

.service .conts .menuList .item .summary .subCat li.link img {
  cursor: pointer;
}

.service .conts .menuList .item .summary .subCat li.off img {
  opacity: 10%;
}

.service .conts .menuList .item .summary .subCat li.icon_mini img {
  margin-right: 1px;
  vertical-align: middle;
}

.question {
  background-color: white;
  /* color: white; */
  top: 0;
  left: 0;
  /* width: 1355px; */
  /* height: 2150px; */
  font-size: 1.2rem;
}

.question textarea[name*='choiceText'] {
  white-space: nowrap;
}

.question > div {
  /* position: relative; */
  /* top: 75px; */
  margin-top: 75px;
}

.question .nav {
  /* max-width: 1100px; */
  min-width: 1100px;
}

.question .conts {
  max-width: 1100px;
  min-width: 1100px;
}

.question .nav .menuList {
  max-width: 1100px;
}

.question .nav .menuList > div {
  border: solid 1px #dddddd;
  margin: 0 50px;
}

.question .nav .menuList > div > ul > li {
  background: none;
  display: inline-block;
  list-style-type: none;
  line-height: 2;
  padding-left: 1rem;
  text-align: left;
  margin: 0 auto;
}

.question .nav .menuList > div > ul > li:nth-child(odd) {
  background-color: #f3f3f3;
  width: 20%;
}

.question .nav .menuList > div > ul > li:nth-child(even) {
  background-color: #ffffff;
  width: 25%;
}

.question .nav .localNav ul {
  padding: 10px 0 0 50px;
  list-style-type: none;
}

.question .nav .localNav li {
  display: inline-block;
  margin-right: -3px;
  padding-top: 5px;
  list-style-type: none;
  text-align: center;
  width: 137px;
  min-height: 24px;
  /* -webkit-border-top-left-radius: 5px; */
  /* -webkit-border-top-right-radius: 5px; */
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

.question .nav .localNav li:first-of-type {
  background: -moz-linear-gradient(top, #0d85c1, #0d85c1);
  background: -webkit-linear-gradient(top, #0d85c1, #0d85c1);
  background: linear-gradient(to bottom, #0d85c1, #0d85c1);
  border-top: 1px solid #00b0f0;
  border-left: 1px solid #00b0f0;
  border-right: 1px solid #00b0f0;
}

.question .nav .localNav li:not(:first-of-type) {
  background: -moz-linear-gradient(top, #ffffff, #8cd0ee);
  background: -webkit-linear-gradient(top, #ffffff, #8cd0ee);
  background: linear-gradient(to bottom, #ffffff, #8cd0ee);
  border-top: 1px solid #8cd0ee;
  border-left: 1px solid #8cd0ee;
  border-right: 1px solid #8cd0ee;
}

.question .nav .localNav li:first-of-type a {
  color: white;
  text-decoration: none;
}

.question .nav .localNav li:not(:first-of-type) a {
  color: #2db8eb;
  text-decoration: none;
}

.question .nav .subNav {
  background-image: url("../img/bg001.jpg");
  width: 100%;
  margin-bottom: 50px;
}

.question .nav .subNav ul {
  padding-left: 50px;
}

.question .nav .subNav li {
  background: url("../img/bg001.jpg") no-repeat right 8px;
  display: inline-block;
  margin-right: -1px;
  margin-top: 5px;
  margin-bottom: 5px;
  /* width: 138px; */
  /* max-width: 138px; */
  /* min-height: 72px; */
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.question .nav .subNav a {
  color: white;
  text-decoration: none;
  width: 138px;
  display: block;
  padding-top: 10px;
}

.question .nav .subNav span {
  display: block;
  /* position: relative; */
  /* top: -30px; */
}

.question .conts .menuList > div {
  margin: 0 50px;
}

.question .conts .menuList > div > table {
  border: solid 1px #dddddd;
  width: 100%;
}

.question .conts .menuList > div > table tr:first-child th {
  background-color: #666666;
  color: #ffffff;
}

.question .conts .menuList > div > table .top {
  vertical-align: top;
}

.question .conts .menuList > div > table th.matrixhead1 {
  background-color: #aaaaff;
}

.question .conts .menuList > div > table th.matrixhead2 {
  background-color: #ccccff;
}

.question .conts .menuList > div > table th.matrixside1 {
  background-color: #ffcccc;
}

.question .conts .menuList > div > table th.matrixside2 {
  background-color: #ffaaaa;
}

.question .conts .menuList > div > table th.gray {
  background-color: #eeeeee;
}

.question .conts .menuList > div > table td.gray {
  background-color: #eeeeee;
}

.question .conts .menuList > div > table th.lightgray {
  background-color: #F8F8F8;
}

.question .conts .menuList > div > table td.lightgray {
  background-color: #F8F8F8;
}

.question .conts .menuList > div > table th {
  border: solid 1px #dddddd;
  line-height: 2;
  padding-left: 1rem;
  text-align: left;
  width: 16%;
  /* margin: 0 50px; */
}

.question .conts .menuList > div > table th.center {
  text-align: center;
}

.question .conts .menuList > div > table td {
  border-bottom: solid 1px #dddddd;
  padding: 0.5rem 0 0.5rem 1rem;
  width: 7%;
}

.question .conts .menuList > div > table .noline {
  border-bottom: solid 1px #ffffff;
}

.question .conts .menuList > div > table .matrixheadnoline {
  border-bottom: solid 1px #ccccff;
}

.question .conts .menuList > div > table .matrixsidenoline {
  border-bottom: solid 1px #ffaaaa;
}

.question .conts .menuList > div > table .topdoubleline {
  border-top: double 3px #dddddd;
}

.question .conts .menuList > div > table .bottomdoubleline {
  border-bottom: double 3px #dddddd;
}

.question .conts .menuList input[type='text'] {
  width: 60%;
}

.question .conts .menuList input[type='text'].nowidth {
  width: 25%;
}

.question .conts .menuList textarea {
  width: 60%;
}

/* マウスカーソル */
.nav a {
  cursor: default;
}

.nav .link a {
  cursor: pointer;
}

span#del1,span#del2 {
  cursor: pointer;
}

/* 文字のちらつき防止 */
.info .txt, .servis .txt {
  visibility: hidden;
}

/* 文字 */
#header {
  font-size: 2.0rem;
}

#footer {
  font-size: 1.0rem;
}

.txt {
  font-size: 1.4rem;
}

.ttl {
  font-size: 6.0rem;
}

.description {
  font-size: 2.0rem;
}

.description2 {
  font-size: 1.5rem;
}

.service .nav .localNav {
  font-size: 1.4rem;
}

.service .nav .subNav {
  font-size: 1.4rem;
}

.service .nav .extraNav {
  font-size: 1.0rem;
}

.service .conts .menuList > div:first-of-type {
  font-size: 1.4rem;
}

.service .conts .menuList .item {
  font-size: 1.26rem;
}

@media screen and (max-width: 960px){
  #header {
    font-size: 1.6rem;
  }

  .txt {
    font-size: 1.12rem;
  }
  
  .ttl {
    font-size: 4.8rem;
  }
  
  .description {
    font-size: 1.6rem;
  }

  .description2 {
    font-size: 1.2rem;
  }

  .service .nav .localNav {
    font-size: 1.12rem;
  }
  
  .service .nav .subNav {
    font-size: 1.12rem;
  }
  
  .service .nav .extraNav {
    font-size: 1.0rem;
  }

  .service .conts .menuList ul {
    font-size: 1.12rem;
  }  

  .service .conts .menuList .item {
    font-size: 1.0rem;
  }

  .service .conts .menuList .item .cat {
    padding-left: 8px;
  }
    
  .service .nav .localNav ul {
    padding: 10px 0 0 40px;
  }
  
  .service .nav .localNav li {
    margin-right: -3px;
    padding-top: 4px;
    width: 129px;
    min-height: 22px;
  }
  
  .service .nav .subNav ul {
    padding-left: 40px;
  }
  
  .service .nav .subNav li {
    margin-right: -1px;
    max-width: 130px;
    max-height: 65px;
  }
  
  .service .nav .subNav a {
    color: white;
    text-decoration: none;
    width: 130px;
    display: block;
    padding-top: 10px;
  }

  .service .nav .subNav img {
    width: 35px;
  }

  .service .nav .subNav span {
    top: -27px;
  }
  
  .service .nav .extraNav {
    margin-top: 9px;
    padding-left: 40px;
  }
  
  .service .nav .extraNav a {
    background-position: 0% 45%;
    padding-left: 18px;
    background-size: 12px;
  }

  .service .conts .menuList > div {
    margin: 0 40px;
  }

  .service .conts .menuList .item .summary .subCat li.icon {
    padding-left: 5px;
  }
  
  .service .conts .menuList .item .summary .subCat li.icon img {
    height: 20px;
  }  

  .service .conts .menuList .subCatHaishin li:first-of-type {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px){
  #header {
    font-size: 1.4rem;
  }  

  .txt {
    font-size: 1.0rem;
  }
  
  .ttl {
    font-size: 4.2rem;
  }
  
  .description {
    font-size: 1.4rem;
  }

  .description2 {
    font-size: 1.0rem;
  }

  .service .nav .localNav {
    font-size: 1.0rem;
  }
  
  .service .nav .subNav {
    font-size: 1.0rem;
  }
  
  .service .nav .extraNav {
    font-size: 1.0rem;
  }
  
  .service .conts .menuList ul {
    font-size: 1.0rem;
  }

  .service .conts .menuList .item {
    font-size: 0.9rem;
  }

  .service .conts .menuList .item .cat {
    padding-left: 4px;
  }
    
  .service .nav .localNav ul {
    padding: 10px 0 0 30px;
  }
  
  .service .nav .localNav li {
    margin-right: -3px;
    padding-top: 4px;
    width: 118px;
    min-height: 19px;
  }
  
  .service .nav .subNav ul {
    padding-left: 30px;
  }
  
  .service .nav .subNav li {
    margin-right: -1px;
    max-width: 119px;
    max-height: 57px;
  }

  .service .nav .subNav a {
    color: white;
    text-decoration: none;
    width: 118px;
    display: block;
    padding-top: 5x;
  }

  .service .nav .subNav img {
    width: 32px;
  }

  .service .nav .subNav span {
    top: -24px;
  }
  
  .service .nav .extraNav {
    margin-top: 8px;
    padding-left: 30px;
  }
  
  .service .nav .extraNav a {
    background-position: 0% 40%;
    padding-left: 16px;
    background-size: 12px;
  }

  .service .conts .menuList > div {
    margin: 0 30px;
  }

  .service .conts .menuList .item .summary .subCat li.icon {
    padding-left: 2px;
  }
  
  .service .conts .menuList .item .summary .subCat li.icon img {
    height: 15px;
  }

  .service .conts .menuList .subCatHaishin li:first-of-type {
    padding-left: 20px;
    min-width: 45px;
  }

  .service .conts .menuList li.no {
    width: 20%;
  }

  .service .conts .menuList li.title {
    width: 45%;
  }
  
  .service .conts .menuList li.answerType {
    width: 0%;
    display: none;
  }

  .service .conts .menuList li.status {
    width: 15%;
  }

  .service .conts .menuList li.updateUser {
    width: 0%;
    display: none;
  }

  .service .conts .menuList li.updateTime {
    width: 20%;
  }
}

@media screen and (max-width: 560px){
  #header {
    font-size: 1.2rem;
  }

  .txt {
    font-size: 1.0rem;
  }
    
  .ttl {
    font-size: 3.6rem;
  }
  
  .description {
    font-size: 1.2rem;
  }

  .description2 {
    font-size: 0.8rem;
  }

  .service .nav .localNav {
    font-size: 1.0rem;
  }
  
  .service .nav .subNav {
    font-size: 1.0rem;
  }
  
  .service .nav .extraNav {
    font-size: 1.0rem;
  }
    
  .service .conts .menuList ul {
    font-size: 1.0rem;
  }

  .service .conts .menuList .item {
    font-size: 0.9rem;
  }

  .service .conts .menuList .item .cat {
    padding-left: 2px;
  }

  .service .nav .localNav ul {
    padding: 5px 0 0 10px;
  }
  
  .service .nav .localNav li {
    margin-right: -3px;
    padding-top: 4px;
    width: 109px;
    min-height: 18px;
  }
  
  .service .nav .subNav ul {
    padding-left: 10px;
  }
  
  .service .nav .subNav li {
    margin-right: -1px;
    max-width: 110px;
    max-height: 54px;
  }

  .service .nav .subNav a {
    color: white;
    text-decoration: none;
    width: 110px;
    display: block;
    padding-top: 5px;
  }

  .service .nav .subNav img {
    width: 28px;
  }

  .service .nav .subNav span {
    top: -20px;
  }
  
  .service .nav .extraNav {
    margin-top: 5px;
    padding-left: 10px;
  }
  
  .service .nav .extraNav a {
    background-position: 0% 20%;
    padding-left: 15px;
    background-size: 12px;
  }

  .service .conts .menuList > div {
    margin: 0 10px;
  }

  .service .conts .menuList .subCatHaishin li:first-of-type {
    padding-left: 15px;
    min-width: 45px;
  }

  .service .conts .menuList li.no {
    width: 20%;
  }

  .service .conts .menuList li.title {
    width: 45%;
  }
  
  .service .conts .menuList li.answerType {
    width: 0%;
    display: none;
  }

  .service .conts .menuList li.status {
    width: 15%;
  }

  .service .conts .menuList li.updateUser {
    width: 0%;
    display: none;
  }

  .service .conts .menuList li.updateTime {
    width: 20%;
  }
}

@media screen and (max-width: 480px){
  #header {
    font-size: 1.0rem;
  }

  .txt {
    font-size: 1.0rem;
  }
    
  .ttl {
    font-size: 3.0rem;
  }
  
  .description {
    font-size: 1.0rem;
  }

  .description2 {
    font-size: 0.6rem;
  }

  .service .nav .localNav {
    font-size: 1.0rem;
  }
  
  .service .nav .subNav {
    font-size: 1.0rem;
  }
  
  .service .nav .extraNav {
    font-size: 1.0rem;
  }

    .service .conts .menuList ul {
    font-size: 1.0rem;
  }

  .service .conts .menuList .item {
    font-size: 0.9rem;
  }

  .service .conts .menuList .item .cat {
    padding-left: 0px;
  }

  .service .nav .localNav ul {
    padding: 5px 0 0 0px;
  }
  
  .service .nav .localNav li {
    margin-right: -3px;
    padding-top: 4px;
    width: 90px;
    min-height: 18px;
  }
  
  .service .nav .subNav ul {
    padding-left: 0px;
  }
  
  .service .nav .subNav li {
    margin-right: -1px;
    max-width: 90px;
    max-height: 45px;
  }

  .service .nav .subNav a {
    color: white;
    text-decoration: none;
    width: 90px;
    display: block;
    padding-top: 5px;
  }

  .service .nav .subNav img {
    width: 24px;
  }

  .service .nav .subNav span {
    top: -20px;
  }
  
  .service .nav .extraNav {
    margin-top: 5px;
    padding-left: 0px;
  }
  
  .service .nav .extraNav a {
    background-position: 0% 20%;
    padding-left: 15px;
    background-size: 12px;
  }

  .service .conts .menuList > div {
    margin: 0px;
  }  

  .service .conts .menuList .item .summary .subCat li.icon {
    padding-left: 1px;
  }
  
  .service .conts .menuList .item .summary .subCat li.icon img {
    height: 12px;
  }

  .service .conts .menuList .subCatHaishin li:first-of-type {
    padding-left: 15px;
    min-width: 45px;
  }

  .service .conts .menuList li.no {
    width: 20%;
  }

  .service .conts .menuList li.title {
    width: 45%;
  }
  
  .service .conts .menuList li.answerType {
    width: 0%;
    display: none;
  }

  .service .conts .menuList li.status {
    width: 15%;
  }

  .service .conts .menuList li.updateUser {
    width: 0%;
    display: none;
  }

  .service .conts .menuList li.updateTime {
    width: 20%;
  }
}

@media screen and (max-width: 400px){
  #header {
    font-size: 0.8rem;
  }

  .txt {
    font-size: 0.8rem;
  }
  
  .ttl {
    font-size: 2.4rem;
  }
  
  .description {
    font-size: 0.8rem;
  }

  .service .nav .localNav {
    font-size: 0.8rem;
  }
  
  .service .nav .subNav {
    font-size: 0.8rem;
  }
  
  .service .nav .extraNav {
    font-size: 0.8rem;
  }

  .service .conts .menuList ul {
    font-size: 0.8rem;
  }

  .service .conts .menuList .item {
    font-size: 0.72rem;
  }

  .service .conts .menuList .item .cat {
    padding-left: 0px;
  }

  .service .nav .localNav ul {
    padding: 5px 0 0 0px;
  }
  
  .service .nav .localNav li {
    margin-right: -3px;
    padding-top: 4px;
    width: 74px;
    min-height: 18px;
  }
  
  .service .nav .subNav ul {
    padding-left: 0px;
  }
  
  .service .nav .subNav li {
    margin-right: -1px;
    max-width: 74px;
    max-height: 36px;
  }

  .service .nav .subNav a {
    color: white;
    text-decoration: none;
    width: 75px;
    display: block;
    padding-top: 5px;
  }

  .service .nav .subNav img {
    width: 16px;
  }

  .service .nav .subNav span {
    top: -15px;
  }
  
  .service .nav .extraNav {
    margin-top: 5px;
    padding-left: 0px;
  }
  
  .service .nav .extraNav a {
    background-position: 0% 20%;
    padding-left: 15px;
    background-size: 12px;
  }

  .service .conts .menuList > div {
    margin: 0px;
  }

  .service .conts .menuList .item .summary .subCat li.icon img {
    height: 10px;
  }

  .service .conts .menuList .subCatHaishin li:first-of-type {
    padding-left: 10px;
    min-width: 35px;
  }

  .service .conts .menuList li.no {
    width: 20%;
  }

  .service .conts .menuList li.title {
    width: 45%;
  }
  
  .service .conts .menuList li.answerType {
    width: 0%;
    display: none;
  }

  .service .conts .menuList li.status {
    width: 15%;
  }

  .service .conts .menuList li.updateUser {
    width: 0%;
    display: none;
  }

  .service .conts .menuList li.updateTime {
    width: 20%;
  }
}



