@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif
}

@media(max-width:1000px) {
  * {
    font-size: 15px
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

a {
  text-decoration: none;
  color: #003aa1;
  display: block
}

li {
  list-style-type: none
}

.header, section {
  max-width: 1140px;
  margin: 0 auto
}

main {
  width: 100%
}

main section {
  max-width: 1140px;
  margin: 0 auto;
  padding: 5em 0
}

@media(max-width:550px) {
  main section {
    padding: 3em 0
  }
}

@media(max-width:450px) {
  main section {
    padding: 2em 0
  }
}

main section:first-child {
  padding-top: 4em
}

@media(max-width:550px) {
  main section:first-child {
    padding-top: 2em
  }
}

@media(max-width:450px) {
  main section:first-child {
    padding-top: 1.5em
  }
}

.myBaseChangeImg {
  position:relative;
  width: 100%;
  height: auto;
  z-index: -100;
}
.myChildImage{
  position:absolute;
  opacity:0.0;
  top:300pxpx;
  transition:all 1s ease-in-out;
}

.kv {
  width: 100%;
  height: auto;
}

main section h1 {
  font-family: Pragati Narrow, "游ゴシック Medium", sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 3px;
  color: #003aa1;
  text-align: center;
  line-height: 33px;
  margin-bottom: 1em
}

@media(max-width:450px) {
  main section h1 {
    margin-bottom: 1.2em;
    font-size: 2rem;
    line-height: 23px
  }
}

main section h1 span {
  display: block
}

main section h1 span:first-child {
  font-size: 16px;
  font-size: 1rem
}

main section h1 span:first-child:before, main section h1 span:first-child:after {
  content: "";
  width: 160px;
  height: 1px;
  background: #003aa1;
  display: inline-block;
  vertical-align: middle
}

@media(max-width:450px) {
  main section h1 span:first-child:before, main section h1 span:first-child:after {
    width: 120px
  }
}

main section h1 span:first-child:before {
  margin-right: 13px
}

main section h1 span:first-child:after {
  margin-left: 13px
}

main section h1 span:last-child {
  font-size: 24px;
  font-size: 1.5rem
}

@media(max-width:450px) {
  main section h1 span:last-child {
    font-size: 1rem
  }
}

.mwrap:nth-child(even) {
  background: #003aa1
}

.mwrap:nth-child(even) h1 {
  color: #fff
}

.mwrap:nth-child(even) span:first-child:before, .mwrap:nth-child(even) span:first-child:after {
  background: #fff
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1em auto .8em;
  padding: 0 1em
}

@media(max-width:768px) {
  .header {
    display: block;
    margin-bottom: 0;
    padding: 0
  }
}

@media(max-width:550px) {
  .header {
    margin-top: .5em
  }
}

.header .logo {
  max-width: 100px;
  width: 15%
}

@media(max-width:768px) {
  .header .logo {
    width: 110px;
    margin: 0 auto 1em
  }
}

@media(max-width:550px) {
  .header .logo {
    margin-bottom: .5em
  }
}

.header .sp {
  width: 75%
}

@media(max-width:1000px) {
  .header .sp {
    width: 83%
  }
}

.header .sp-hum {
  display: none
}

.header .sp ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70%;
  margin-left: auto
}

.header .sp ul li {
  display: block;
  margin-top: 7px
}

.header .sp ul li a {
  font-weight: 700;
  text-align: center;
  line-height: 23px;
  display: block;
  font-size: 12.8px;
  font-size: .8rem
}

.header .sp ul li a span {
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-family: Pragati Narrow, "游ゴシック Medium", sans-serif;
  letter-spacing: 1px
}

.header .sp ul li:nth-child(-n+5) a {
  position: relative;
  z-index: 1
}

.header .sp ul li:nth-child(-n+5) a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #003aa1;
  z-index: -1;
  transition: all .4s
}

.header .sp ul li:nth-child(-n+5):hover a:after {
  width: 100%
}

.header .sp ul li.members {
  position: relative;
  margin-top: 0
}

.header .sp ul li.members a {
  background: #fff000;
  border-radius: 50px;
  border: 2px solid #003aa1;
  padding: .5em 2em .3em 3.2em
}

.header .sp ul li.members a:before {
  position: absolute;
  content: url(../img/membericon.png);
  left: 15px;
  top: 20px
}

@media(max-width:768px) {
  .header .sp {
    width: 100%;
    position: relative;
    z-index: 100;
  }
  .header .sp-hum {
    display: block;
    background: #003aa1;
    width: 100%
  }
  .header .sp-hum__box {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    cursor: pointer
  }
  .header .sp-hum__box span {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 25px;
    height: 2px;
    background: #fff000;
    display: block;
    margin-bottom: 7px;
    transition: all .4s
  }
  .header .sp-hum__box span:first-child {
    top: 13px
  }
  .header .sp-hum__box span:nth-child(2) {
    top: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
  .header .sp-hum__box span:last-child {
    margin-bottom: 0;
    top: 27px
  }
  .header .sp-click span:first-child {
    transform: rotate(45deg);
    left: 7.5px;
    top: 20px
  }
  .header .sp-click span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }
  .header .sp-click span:last-child {
    transform: rotate(-45deg);
    left: 7.5px;
    top: 20px
  }
  .header .sp-list {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    position: absolute;
    background: rgba(255, 255, 255, .97);
    width: 100%;
    top: 40px;
    transition: all .4s
  }
  .header .sp-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 45%;
    margin: 0 auto
  }
  .header .sp-list ul li {
    width: 100%;
    margin: .5em auto 0;
    padding-bottom: .4em;
    border-bottom: 2px solid #003aa1
  }
  .header .sp-list ul li:nth-child(-n+4) a:after {
    content: none
  }
  .header .sp-list ul li:last-child {
    margin-bottom: .5em;
    border-bottom: none
  }
  .header .sp-list ul li.members {
    max-width: 205px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: none
  }
  .header .sp-listb {
    pointer-events: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1
  }
}

@media(max-width:450px) {
  .header .sp nav ul {
    width: 70%
  }
}

.news-contents {
  width: 70%;
  margin: 0 auto;
  color: #fff
}

.news-contents td {
   padding-right: 100px; 
}

@media(max-width:450px) {
  .news-contents {
    width: 90%
  }
}

.news-contents ul li {
  border-top: 1px solid #1c63d2;
  padding: 1em .5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.news-contents ul li time {
  margin-right: 5em
}

.news-contents ul li span {
  margin-left: 5em
}

@media(max-width:450px) {
  .news-contents ul li time {
    margin-right: 2.5em
  }
}

.service p {
  text-align: center;
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #003aa1
}

@media(max-width:550px) {
  .service p {
    font-size: 1.1rem
  }
}

.service-contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

@media(max-width:450px) {
  .service-contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 45%;
    margin: 0 auto
  }
}

.service-contents figure {
  margin-top: 3em
}

@media(max-width:550px) {
  .service-contents figure {
    width: 28%
  }
}

@media(max-width:450px) {
  .service-contents figure {
    width: 100%;
    margin-bottom: .7em;
    margin-top: 1.5em
  }
  .service-contents figure:last-child {
    margin-bottom: 0
  }
}

.service-contents figure h2 {
  margin-top: 1em;
  text-align: center;
  font-size: 27.2px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #003aa1;
  font-family: Pragati Narrow, "游ゴシック Medium", sans-serif
}

.service-contents figure h2 span {
  display: block;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
  font-size: 14.4px;
  font-size: .9rem
}

.works p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px;
  padding-bottom: 24px;
}

.works-contents {
  width: 70%;
  margin: 0 auto;
  color: #fff
}

.members {
    text-align: center;
    margin-top: 60px;
    font-weight: bold;
}

.works a {
    width: 80%;
    text-align: center;
    background: #fff000;
    border-radius: 50px;
    border: 2px solid #003aa1;
    padding: 20px 0 20px 0;
    margin: auto;
  }

.works-box {
  width: 100%
}

@media(max-width:768px) {
  .works-box {
    padding: 0 1em
  }
  .works-contents {
    font-size: 12px;
  }
}

.works-box__tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
  margin: 0 auto
}

@media(max-width:1000px) {
  .works-box__tabs {
    width: 45%
  }
}

@media(max-width:550px) {
  .works-box__tabs {
    width: 85%
  }
}

@media(max-width:450px) {
  .works-box__tabs {
    width: 100%
  }
}

.works-box__tabs .tab {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 5px;
  list-style: none;
  border: solid 2px #003aa1;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-radius: 30px;
  color: #003aa1;
  font-weight: 700
}

.works-box__tabs .tab:first-child {
  margin-right: 3em
}

@media(max-width:550px) {
  .works-box__tabs .tab:first-child {
    margin-right: 2em
  }
}

.works-box__lists {
  max-width: 650px;
  height: 200px;
  overflow: auto;
  padding-right: 20px;
  margin: 2em auto 0;
  border-top: none;
  border: 2px solid #1c63d2;
  padding: 10px 15px;
  background: #eee
}

@media(max-width:450px) {
  .works-box__lists {
    height: 300px
  }
}

.works-box__lists::-webkit-scrollbar {
  width: 12px
}

.works-box__lists::-webkit-scrollbar-track {
  background: #fff;
  border-left: 2px solid #1c63d2
}

.works-box__lists::-webkit-scrollbar-thumb {
  background: #1c63d2
}

.works-box__lists .list {
  display: none
}

.works-box__lists .list li {
  line-height: 2.3em;
  border-bottom: 2px solid #1c63d2;
  padding-left: 10px
}

.works-box .tab.is-active {
  background: #1c63d2;
  border: 2px solid #fff000;
  color: #FFF;
  transition: all .3s ease-out
}

.works-box .list.is-show {
  display: block
}

.staffs-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

@media(max-width:450px) {
  .staffs-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.staffs-list li {
  width: calc(85%/3.5);
  border-bottom: 3px solid #003aa1
}

@media(max-width:450px) {
  .staffs-list li {
    width: 90%;
    margin-bottom: 1.5em
  }
}

.staffs-list li h2, .staffs-list li h3 {
  text-align: center;
  color: #003aa1
}

.staffs-list li h2 {
  margin-top: .5em;
  margin-bottom: 1.2em;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700
}

@media(max-width:450px) {
  .staffs-list li h2 {
    margin-bottom: .6em;
    margin-top: .3em
  }
}

.staffs-list li h3 {
  font-size: 12.8px;
  font-size: .8rem
}

.staffs-list li p {
  margin-top: .7em;
  padding: 10px 0;
  border-top: 3px solid #003aa1
}

@media(max-width:450px) {
  .staffs-list li p {
    margin-top: .3em;
    font-size: .9rem
  }
}

.staffs-list li p .br {
  display: block;
  height: 10px
}

.about table {
  width: 50%;
  margin: 0 auto;
  color: #fff;
  border-collapse: collapse
}

@media(max-width:768px) {
  .about table {
    width: 75%
  }
}

@media(max-width:550px) {
  .about table {
    width: 90%
  }
}

.about table tr {
  display: block;
  padding: 10px;
  border-top: 1px solid #1c63d2;
  display: -ms-flexbox;
  display: flex;
  justify-self: start;
  width: 100%
}

.about table tr:last-child {
  border-bottom: 1px solid #1c63d2
}

@media(max-width:450px) {
  .about table tr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 7px 7px 5px
  }
}

.about table tr th, .about table tr td {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  text-align: left
}

@media(max-width:450px) {
  .about table tr th, .about table tr td {
    width: 100%
  }
}

.about table tr th {
  width: 27%
}

@media(max-width:450px) {
  .about table tr th {
    margin-bottom: 4px
  }
}

.about table tr td {
  width: 73%
}

.about table tr td a {
  color: #fff
}

.ctandmb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5em 0
}

@media(max-width:1000px) {
  .ctandmb {
    padding: 3.5em 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media(max-width:450px) {
  .ctandmb {
    padding: 2em 0
  }
}

.ctandmb li {
  position: relative;
  z-index: 1;
  width: 380px
}

@media(max-width:1000px) {
  .ctandmb li {
    width: 70%
  }
}

@media(max-width:550px) {
  .ctandmb li {
    width: 80%
  }
}

@media(max-width:450px) {
  .ctandmb li {
    width: 75%
  }
}

.ctandmb li:before {
  width: 100%;
  transform: skewX(35deg);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #1c63d2
}

.ctandmb li h1 {
  text-align: center;
  padding: 1.5em 0;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 4px;
  color: #fff
}

.ctandmb li h1 img {
  width: auto;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 1em
}

@media(max-width:450px) {
  .ctandmb li h1 img {
    width: 17px;
    margin-right: .5em
  }
}

@media(max-width:1000px) {
  .ctandmb li h1 {
    padding: 1em 0
  }
}

@media(max-width:450px) {
  .ctandmb li h1 {
    padding: 1em 0;
    font-size: 1rem
  }
}

.ctandmb li:first-child {
  margin-right: 2em
}

@media(max-width:450px) {
  .ctandmb li:first-child {
    margin-right: 0;
    margin-bottom: 1em
  }
}

@media(max-width:1000px) {
  .ctandmb li:first-child {
    margin-right: 0;
    margin-bottom: 1.5em
  }
}

.ctandmb li:first-child h1 img {
  margin-top: 1px
}

.ctandmb li:last-child h1 img {
  margin-top: -1px
}

.recruit {
  background: #003aa1
}

@media(max-width:1000px) {
.recruit {
  background: #fff
}
}

.recruit section {
  max-width: 100%;
  padding-bottom: 0
}

.recruit section h1 {
  color: #fff
}

.recruit section h1 span:first-child:after, .recruit section h1 span:first-child:before {
  background: #fff
}

@media(max-width:1000px) {
  .recruit section h1 {
    color: #003aa1
  }
  .recruit section h1 span:first-child:after, .recruit section h1 span:first-child:before {
    background: #003aa1
  }
}

.recruit section p {
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  font-size: 19.2px;
  font-size: 1.2rem;
  letter-spacing: 3px;
  margin: 5em auto 3em;
  max-width: 1140px;
  padding-right: 1em;
  padding-left: 1em
}

@media(max-width:1000px) {
  .recruit section p {
    margin: 0 0 1.5em;
    color: #003aa1
  }
}

@media(max-width:550px) {
  .recruit section p {
    font-size: 1.1rem;
    line-height: 25px;
    margin: 2.5em 0 1.5em
  }
}

@media(max-width:1000px) {
  .recruit section p.recruit-infotxt {
    margin: 2.5em 0 1.5em;
    color: #003aa1;
    text-align: center;
  }
}

.recruit section table {
  width: 100%;
  margin: 2em 0 0;
  color: #fff;
  border-collapse: collapse
}

@media(max-width:1000px) {
  .recruit section table {
    margin-bottom: 0;
    background: #003aa1
  }
}

.recruit section table tr {
  display: block
}

.recruit section table tr:nth-child(-n+5) {
  max-width: 1140px;
  margin: 0 auto 2em;
  padding-right: 1em;
  padding-left: 1em
}

@media(max-width:550px) {
  .recruit section table tr:nth-child(-n+5) {
    margin-bottom: 1em
  }
}

@media(max-width:550px) {
  .recruit section table tr {
    margin-bottom: 1em
  }
}

@media(max-width:768px) {
  .recruit section table tr:first-child {
    padding-top: 1em
  }
}

.recruit section table tr th, .recruit section table tr {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  font-weight: 400
}

.recruit section table tr th, .recruit section table tr td {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  font-weight: 400;
}

.recruit section table tr th {
  margin-bottom: 5px;
  font-weight: 700
}

.recruit section table tr input {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  padding-left: .7em
}

@media(max-width:450px) {
  .recruit section table tr input {
    height: 40px
  }
}

.recruit section table tr :-ms-input-placeholder {
  color: #c4c4c4
}

.recruit section table tr ::placeholder {
  color: #c4c4c4
}

.recruit section table tr ::-webkit-input-placeholder {
  color: #c4c4c4
}

.recruit section table tr :-ms-input-placeholder {
  color: #c4c4c4
}

.recruit section table tr .wpcf7-not-valid-tip {
  color: #fff000;
  margin-top: 5px;
  font-weight: 700;
  font-style: 17.6px;
  font-style: 1.1rem
}

.recruit section table tr textarea {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  outline: none;
  border: none;
  padding-left: .7em;
  padding-top: .5em;
  resize: none;
  height: 250px
}

@media(max-width:450px) {
  .recruit section table tr textarea {
    height: 170px
  }
}

#recruit-line {
  max-width: 1140px;
  margin: 0 auto 5em
}

#recruit-line__box {
  background: #fff;
  padding: 1.5em 2em;
  margin-left: 1em;
  margin-right: 1em
}

@media(max-width:768px) {
  #recruit-line__box {
    padding: 1em .5em;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #003aa1
  }
}

#recruit-line p {
  color: #003aa1;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1em;
  line-height: 30px;
  letter-spacing: 0
}

#recruit-line p:last-child {
  margin-bottom: 0
}

@media(max-width:450px) {
  #recruit-line p {
    padding-right: 0;
    padding-left: 0;
    font-size: 1rem
  }
}

#recruit-line a {
  width: 230px;
  margin: 0 auto
}

#recruit-privacy, #recruit-send {
  background: #fff
}

#recruit-privacy td, #recruit-send td {
  color: #003aa1;
  border-bottom: none
}

#recruit-privacy {
  margin-top: 5em
}

#recruit-privacy input[type=checkbox] {
  color: #1c63d2
}

@media(max-width:550px) {
  #recruit-privacy {
    margin-top: 2.5em;
    margin-bottom: 0
  }
}

#recruit-privacy td {
  text-align: center;
  padding-top: 2.5em
}

#recruit-privacy td input {
  width: auto;
  height: 15px;
  vertical-align: middle
}

#recruit-send {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 5em
}

@media(max-width:1000px) {
  #recruit-send {
    display: block;
    margin-bottom: 0
  }
}

#recruit-send td {
  position: relative;
  z-index: 1;
  width: 380px;
  color: #fff;
  text-align: center
}

@media(max-width:1000px) {
  #recruit-send td {
    width: 300px;
    margin: 0 auto
  }
}

@media(max-width:450px) {
  #contact-send td {
    width: 250px
  }
}

#recruit-send td:before {
  width: 100%;
  transform: skewX(35deg);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #1c63d2
}

#recruit-send input, #recruit-send button {
  cursor: pointer;
  background: none;
  border: none;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 4px;
  color: #fff;
  width: 100%;
  outline: none;
  padding: 0;
  height: 100px
}

@media(max-width:1000px) {
  #recruit-send input, #recruit-send button {
    font-size: 1.3rem;
    height: 65px
  }
}

.recruit_table {
  max-width: 900px;
  margin: 0 auto 2em;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  font-size: 19.2px;
  font-size: 1.2rem;
}

.recruit_table_line {
  display: table;
  width: 100%;
}

.recruit_block_01 {
  display: table-cell;
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #1c63d2;
  font-weight: bold;
  width: 50%;
  text-align: center;
}

.recruit_block_02 {
  display: table-cell;
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #1c63d2;
  width: 50%;
  font-size: 16px;
}

@media(max-width:1000px) {
  .recruit_table {
    max-width: 900px;
    margin: 0 auto 2em;
    color: #003aa1;
    font-weight: 700;
    line-height: 40px;
    font-size: 19.2px;
    font-size: 1.2rem;
  }

  .recruit_table_line {
    display: table;
    width: 100%;
  }

  .recruit_block_01 {
    display: table-cell;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #1c63d2;
    font-weight: bold;
    width: 50%;
    text-align: center;
  }

  .recruit_block_02 {
    display: table-cell;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #1c63d2;
    width: 50%;
    font-size: 11px;
  }
}
.imgattached {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 0;
  position: relative;
}

.imgattached input[type=file] {
  display: none !important;
}

.imgattached label {
  border: 1px solid #999999;
  border-radius: 8px;
  padding: 8px 66px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  color: #003aa1;
  background-color: #fff000;
  background-repeat: no-repeat;
  background-position: left 20px center, right 20px center;
  background-size: 29px auto, 12px auto;
}

.imgattached label .mwform-file-delete {
  display: none;
}

.imgattached__status {
  color: #fff;
}

.imgattached__delete {
  position: absolute;
  right: 0;
  display: block;
  width: 74px;
  height: 42px;
  display: none;
  cursor: pointer;
}

.imgattached p {
  display: none;
}

.contact {
  background: #003aa1
}

@media(max-width:768px) {
.contact {
  background: #fff
}
}

.contact section {
  max-width: 100%;
  padding-bottom: 0
}

.contact section h1 {
  color: #fff
}

.contact section h1 span:first-child:after, .contact section h1 span:first-child:before {
  background: #fff
}

@media(max-width:768px) {
  .contact section h1 {
    color: #003aa1
  }
  .contact section h1 span:first-child:after, .contact section h1 span:first-child:before {
    background: #003aa1
  }
}

.contact section p {
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  font-size: 19.2px;
  font-size: 1.2rem;
  letter-spacing: 3px;
  margin: 5em auto 3em;
  max-width: 1140px;
  padding-right: 1em;
  padding-left: 1em
}

@media(max-width:768px) {
  .contact section p {
    margin: 0 0 1.5em;
    color: #003aa1
  }
}

@media(max-width:550px) {
  .contact section p {
    font-size: 1.1rem;
    line-height: 25px;
    margin: 2.5em 0 1.5em
  }
}

@media(max-width:768px) {
  .contact section p.contact-infotxt {
    margin: 2.5em 0 1.5em;
    color: #003aa1;
    text-align: center;
  }
}

.contact section table {
  width: 100%;
  margin: 2em 0 0;
  color: #fff;
  border-collapse: collapse
}

@media(max-width:768px) {
  .contact section table {
    margin-bottom: 0;
    background: #003aa1
  }
}

.contact section table tr {
  display: block
}

.contact section table tr:nth-child(-n+6) {
  max-width: 1140px;
  margin: 0 auto 2em;
  padding-right: 1em;
  padding-left: 1em
}

@media(max-width:550px) {
  .contact section table tr:nth-child(-n+6) {
    margin-bottom: 1em
  }
}

@media(max-width:550px) {
  .contact section table tr {
    margin-bottom: 1em
  }
}

@media(max-width:768px) {
  .contact section table tr:first-child {
    padding-top: 1em
  }
}

.contact section table tr th, .contact section table tr {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  font-weight: 400
}

.contact section table tr th, .contact section table tr td {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  font-weight: 400;
}

.contact section table tr th {
  margin-bottom: 5px;
  font-weight: 700
}

.contact section table tr input {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  padding-left: .7em
}

@media(max-width:450px) {
  .contact section table tr input {
    height: 40px
  }
}

.contact section table tr :-ms-input-placeholder {
  color: #c4c4c4
}

.contact section table tr ::placeholder {
  color: #c4c4c4
}

.contact section table tr ::-webkit-input-placeholder {
  color: #c4c4c4
}

.contact section table tr :-ms-input-placeholder {
  color: #c4c4c4
}

.contact section table tr .wpcf7-not-valid-tip {
  color: #fff000;
  margin-top: 5px;
  font-weight: 700;
  font-style: 17.6px;
  font-style: 1.1rem
}

.contact section table tr textarea {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  outline: none;
  border: none;
  padding-left: .7em;
  padding-top: .5em;
  resize: none;
  height: 250px
}

@media(max-width:450px) {
  .contact section table tr textarea {
    height: 170px
  }
}

#contact-line {
  max-width: 1140px;
  margin: 0 auto 3em
}

#contact-line__box {
  background: #fff;
  padding: 1.5em 2em;
  margin-left: 1em;
  margin-right: 1em
}

@media(max-width:768px) {
  #contact-line__box {
    padding: 1em .5em;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #003aa1
  }
}

#contact-line p {
  color: #003aa1;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1em;
  line-height: 30px;
  letter-spacing: 0
}

#contact-line p:last-child {
  margin-bottom: 0
}

@media(max-width:450px) {
  #contact-line p {
    padding-right: 0;
    padding-left: 0;
    font-size: 1rem
  }
}

#contact-line a {
  width: 230px;
  margin: 0 auto
}

#contact-privacy, #contact-send {
  background: #fff
}

#contact-privacy td, #contact-send td {
  color: #003aa1;
  border-bottom: none
}

#contact-privacy {
  margin-top: 5em
}

#contact-privacy input[type=checkbox] {
  color: #1c63d2
}

@media(max-width:550px) {
  #contact-privacy {
    margin-top: 2.5em;
    margin-bottom: 0
  }
}

#contact-privacy td {
  text-align: center;
  padding-top: 2.5em
}

#contact-privacy td input {
  width: auto;
  height: 15px;
  vertical-align: middle
}

#contact-send {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 5em
}

@media(max-width:1000px) {
  #contact-send {
    display: block;
    margin-bottom: 0
  }
}

#contact-send td {
  position: relative;
  z-index: 1;
  width: 380px;
  color: #fff;
  text-align: center
}

@media(max-width:1000px) {
  #contact-send td {
    width: 300px;
    margin: 0 auto
  }
}

@media(max-width:450px) {
  #contact-send td {
    width: 250px
  }
}

#contact-send td:before {
  width: 100%;
  transform: skewX(35deg);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #1c63d2
}

#contact-send input, #contact-send button {
  cursor: pointer;
  background: none;
  border: none;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 4px;
  color: #fff;
  width: 100%;
  outline: none;
  padding: 0;
  height: 100px
}

@media(max-width:1000px) {
  #contact-send input, #contact-send button {
    font-size: 1.3rem;
    height: 65px
  }
}

.mw_wp_form_input .mw-preview__txt {
  display: none
}

.mw_wp_form_input #contact-send td:nth-child(n+2) {
  display: none
}

.mw_wp_form_preview .mw-input__txt {
  display: none
}

.mw_wp_form_preview .mw-preview__txt {
  display: block;
  margin-bottom: 1.5em
}

.mw_wp_form_preview table tr:nth-child(-n+6) {
  margin-bottom: 0!important;
  background: #fff;
  padding: 3em 2em 0
}

.mw_wp_form_preview table tr:nth-child(6) td {
  border-bottom: none;
  padding-bottom: 3em
}

.mw_wp_form_preview table th, .mw_wp_form_preview table td {
  color: #003aa1
}

.mw_wp_form_preview table td {
  padding: 1em;
  border-bottom: 1px solid #003aa1
}

.mw_wp_form_preview #contact-privacy, .mw_wp_form_preview #contact-send {
  background: none
}

.mw_wp_form_preview #contact-privacy td, .mw_wp_form_preview #contact-send td {
  padding: 0
}

.mw_wp_form_preview #contact-privacy {
  display: none
}

.mw_wp_form_preview #contact-send {
  padding-top: 4em
}

.mw_wp_form_preview #contact-send td:first-child {
  display: none
}

.mw_wp_form_preview #contact-send td:nth-child(2) {
  margin-right: 7em
}

@media(max-width:1000px) {
  .mw_wp_form_preview #contact-send td:nth-child(2) {
    margin-right: auto;
    margin-bottom: 1.5em
  }
}

.mw_wp_form_preview #contact-send td:nth-child(2) input {
  color: #003aa1
}

.mw_wp_form_preview #contact-send td:nth-child(2):before {
  background: #fff
}

.mw_wp_form_preview #contact-send td:last-child input {
  color: #003aa1
}

.mw_wp_form_preview #contact-send td:last-child:before {
  background: #fff000
}

#complete h1 {
  color: #003aa1
}

#complete .img {
  max-width: 500px;
  margin: 0 auto
}

#complete p {
  color: #003aa1;
  margin: 4em auto;
  font-weight: 700;
  line-height: 35px;
  max-width: 600px
}

#complete .home-back {
  position: relative;
  z-index: 1;
  width: 380px;
  color: #fff;
  margin: 7em auto;
  text-align: center
}

@media(max-width:1000px) {
  #complete .home-back {
    width: 300px
  }
}

@media(max-width:450px) {
  #complete .home-back {
    width: 250px;
    margin-top: 2em
  }
}

#complete .home-back:before {
  width: 100%;
  transform: skewX(35deg);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #1c63d2
}

#complete .home-back a {
  cursor: pointer;
  background: none;
  border: none;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 4px;
  color: #fff;
  width: 100%;
  outline: none;
  padding: 0;
  height: 100px;
  line-height: 100px
}

@media(max-width:1000px) {
  #complete .home-back a {
    font-size: 1.3rem;
    height: 65px;
    line-height: 65px
  }
}

.mw_wp_form_send_error {
  padding-bottom: 7em
}

.mw_wp_form_send_error h1 {
  margin-bottom: 3em
}

.mw_wp_form_send_error p {
  margin: 0 auto!important;
  text-align: center
}

.mw_wp_form_send_error .home-back {
  position: relative;
  z-index: 1;
  width: 380px;
  color: #fff;
  margin: 7em auto;
  text-align: center
}

@media(max-width:1000px) {
  .mw_wp_form_send_error .home-back {
    width: 300px
  }
}

@media(max-width:450px) {
  .mw_wp_form_send_error .home-back {
    width: 250px
  }
}

.mw_wp_form_send_error .home-back:before {
  width: 100%;
  transform: skewX(35deg);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fff000
}

.mw_wp_form_send_error .home-back a {
  cursor: pointer;
  background: none;
  border: none;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 4px;
  color: #003aa1;
  width: 100%;
  outline: none;
  padding: 0;
  height: 100px;
  line-height: 100px
}

@media(max-width:1000px) {
  .mw_wp_form_send_error .home-back a {
    font-size: 1.3rem;
    height: 65px;
    line-height: 65px
  }
}

.mw_wp_form_complete {
  background: #fff;
  padding-top: 2em;
  margin-top: -4em
}

@media(max-width:768px) {
  .mw_wp_form_complete {
    margin-top: -2em
  }
}

.error {
  color: #fff000!important;
  margin-top: 5px;
  font-weight: 700
}

#contact-privacy .error {
  color: #ff4949!important;
  margin-left: 1em;
  font-weight: 700
}

footer {
  width: 100%;
  background: #003aa1
}

footer .topbk {
  border-top: 2px solid #fff000
}

footer .topbk a {
  max-width: 1140px;
  margin: 0 auto;
  position: relative
}

footer .topbk a:after {
  content: url(../img/topbicon.png);
  position: absolute;
  right: 30px;
  top: -30px;
  width: auto
}

@media(max-width:450px) {
  footer .topbk a:after {
    content: url(../img/topbicon_sp.png);
    right: 20px;
    top: -20px
  }
}

footer small {
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 7px 0;
  text-align: center
}

#nofound {
  background: #003aa1
}

.nofound h1 {
  color: #fff
}

.nofound h1 span:first-child:before, .nofound h1 span:first-child:after {
  background: #fff
}

.nofound p {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  margin-top: 5em;
  margin-bottom: 7em;
  padding: 0 1em
}

@media(max-width:768px) {
  .nofound p {
    padding: 0 .5em
  }
}

@media(max-width:550px) {
  .nofound p {
    font-size: 1.5rem
  }
}

@media(max-width:450px) {
  .nofound p {
    margin-top: 4em;
    margin-bottom: 5em
  }
}

.nofound p span {
  display: block;
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-top: 1em
}

@media(max-width:550px) {
  .nofound p span {
    font-size: .9rem
  }
}

.venue header a {
  width: 100px;
  margin: 1em auto
}

@media(max-width:450px) {
  .venue header a {
    width: 70px
  }
}

.venue-pass {
  height: calc(100vh - 130px)
}

@media(max-width:450px) {
  .venue-pass {
    height: calc(100vh - 110px)
  }
}

.venue-pass section {
  padding: 7em 0!important
}

@media(max-width:550px) {
  .venue-pass section {
    padding: 12% 0!important
  }
}

@media(max-width:450px) {
  .venue-pass section {
    padding: 20% 0!important
  }
}

.venue-pass h1, .venue-pass span, .venue-pass p {
  color: #fff
}

.venue-pass span:first-child:before {
  background: #fff
}

.venue-pass span:first-child:after {
  background: #fff
}

.venue-pass p, .venue-pass a {
  text-align: center;
  font-weight: 700;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 35px;
  color: #fff
}

@media(max-width:450px) {
  .venue-pass p, .venue-pass a {
    font-size: .9rem;
    line-height: 25px
  }
}

.venue-pass form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  margin: 7% auto
}

@media(max-width:450px) {
  .venue-pass form {
    width: 85%
  }
}

.venue-pass label {
  width: 80%;
  display: block;
  height: 40px;
  border: 2px solid #003aa1;
  border-right: none
}

.venue-pass input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  border: none;
  font-size: 16px;
  color: inherit;
  display: block
}

.venue-pass input[type=password]::-webkit-outer-spin-button, .venue-pass input[type=submit]::-webkit-inner-spin-button {
  display: none
}

.venue-pass input[type=password], .venue-pass input[type=submit] {
  -moz-appearance: textfield
}

.venue-pass input[type=password]::-webkit-clear-button, .venue-pass input[type=submit]::-webkit-clear-button {
  -webkit-appearance: none
}

.venue-pass input[type=password]:focus, .venue-pass input[type=submit]:focus {
  outline: 0
}

.venue-pass input[type=password] {
  width: 100%;
  height: 100%;
  padding-left: 10px
}

.venue-pass input[type=submit] {
  cursor: pointer;
  color: #003aa1;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
  font-weight: 700;
  position: relative;
  width: 20%;
  height: 40px;
  background: #fff000;
  border: 2px solid #003aa1
}

@media(max-width:450px) {
  .venue-pass input[type=submit] {
    font-size: .9rem
  }
}

.venue-pass__contents {
  background: #003aa1
}

.venue-pass__home {
  width: 380px;
  margin: 2em auto 0;
  position: relative
}

@media(max-width:550px) {
  .venue-pass__home {
    width: 60%
  }
}

.venue-pass__home:before {
  content: "";
  width: 100%;
  transform: skewX(35deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #1c63d2
}

.venue-pass__home a {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 1.5em 0
}

@media(max-width:550px) {
  .venue-pass__home a {
    padding: 1em 0
  }
}

@media(max-width:550px) {
  .venue-pass__home a {
    font-size: 1rem
  }
}

.venue input[type=text], .venue button, .venue textarea, .venue select {
  outline: none
}

.venue .serchBox input {
  border: none;
  border-radius: 0
}

.venue .serchBox input:-ms-input-placeholder {
  font-weight: 700;
  color: #c8c8c8;
  font-size: 14.4px;
  font-size: .9rem
}

.venue .serchBox input::placeholder {
  font-weight: 700;
  color: #c8c8c8;
  font-size: 14.4px;
  font-size: .9rem
}

.venue .serchBox select {
  border-radius: 0;
  font-weight: 700;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 30px 7px 10px;
  height: 40px;
  font-size: 93%;
  line-height: 1.1em;
  border: none;
  position: relative;
  background: #fff
}

.venue .serchBox select option {
  font-weight: 700;
  padding: 10px 0
}

.venue .serchBox select::-ms-expand {
  display: none
}

.venue .serchBox-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:768px) {
  .venue .serchBox-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.venue .serchBox-box__select {
  width: 78%
}

@media(max-width:768px) {
  .venue .serchBox-box__select {
    width: 100%
  }
}

.venue .serchBox-box__select .sbselect {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media(max-width:768px) {
  .venue .serchBox-box__select .sbselect {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.venue .serchBox-box__select .sbselect-inner {
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width:768px) {
  .venue .serchBox-box__select .sbselect-inner {
    width: 100%;
    margin-bottom: .7em
  }
}

.venue .serchBox-box__select .sbselect .pdown {
  width: 100%;
  margin-right: .5em;
  position: relative
}

.venue .serchBox-box__select .sbselect .pdown:last-child {
  margin-right: 0
}

.venue .serchBox-box__select .sbselect .pdown:after {
  content: "";
  background-image: url(../img/selecticon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
  pointer-events: none
}

.venue .serchBox-box__select .sbselect select {
  display: block;
  width: 100%
}

.venue .serchBox-box__select .sbselect .area_icon, .venue .serchBox-box__select .sbselect .type_icon {
  margin-right: .5em
}

.venue .serchBox-box__select .sbselect .area_icon img, .venue .serchBox-box__select .sbselect .type_icon img {
  width: auto
}

@media(max-width:768px) {
  .venue .serchBox-box__select .sbselect .area_icon {
    margin-right: .89em;
    margin-left: .89em
  }
}

@media(max-width:450px) {
  .venue .serchBox-box__select .sbselect .area_icon {
    margin-left: .5em;
    margin-right: .5em
  }
  .venue .serchBox-box__select .sbselect .area_icon img {
    width: 20px
  }
}

@media(max-width:768px) {
  .venue .serchBox-box__select .sbselect .type_icon {
    margin-left: .5em;
    margin-right: .5em
  }
}

@media(max-width:450px) {
  .venue .serchBox-box__select .sbselect .type_icon {
    margin-left: .29em;
    margin-right: .29em
  }
  .venue .serchBox-box__select .sbselect .type_icon img {
    width: 26px
  }
}

.venue .serchBox-box__select .sbtxt {
  margin-top: .7em
}

@media(max-width:768px) {
  .venue .serchBox-box__select .sbtxt {
    margin-top: 0
  }
}

.venue .serchBox-box__select .sbtxt input {
  width: 100%;
  height: 40px;
  padding: .2em .5em
}

.venue .serchBox-box__select .choise-list {
  margin-top: .5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.venue .serchBox-box__select .choise-list p, .venue .serchBox-box__select .choise-list h3 {
  color: #fff;
  font-weight: 700
}

.venue .serchBox-box__select .choise-list h3 {
  width: 160px
}

@media(max-width:768px) {
  .venue .serchBox-box__select .choise-list h3 {
    width: 170px
  }
}

@media(max-width:450px) {
  .venue .serchBox-box__select .choise-list h3 {
    width: 150px;
    font-size: .8rem
  }
}

.venue .serchBox-box__select .choise-list p {
  width: 100%
}

@media(max-width:450px) {
  .venue .serchBox-box__select .choise-list p {
    font-size: .8rem;
    line-height: 20px
  }
}

.venue .serchBox-box__select .choise-list span {
  display: inline-block;
  margin: 0 10px
}

.venue .serchBox-box__search {
  width: 18%
}

@media(max-width:768px) {
  .venue .serchBox-box__search {
    width: 70%;
    margin: 1.5em auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media(max-width:450px) {
  .venue .serchBox-box__search {
    width: 100%
  }
}

.venue .serchBox-box__search button {
  display: block;
  width: 100%;
  color: #003aa1;
  border-radius: 20px;
  border: none;
  font-weight: 700;
  padding: 5px 0;
  cursor: pointer
}

@media(max-width:768px) {
  .venue .serchBox-box__search button {
    margin-top: 0
  }
}

.venue .serchBox-box__search button#reset {
  background: #fff
}

.venue .serchBox-box__search button#search {
  background: #fff000;
  margin-top: .7em
}

@media(max-width:768px) {
  .venue .serchBox-box__search button#search {
    margin-top: 0;
    margin-left: 2em
  }
}

.venue .serchBox-text {
  width: 78%
}

.venue .mwrap:first-child {
  background: #003aa1;
}

.venue .mwrap:first-child h1 {
  color: #fff
}

.venue .mwrap:first-child span:first-child:before, .venue .mwrap:first-child span:first-child:after {
  background: #fff
}

.venue .mwrap:last-child {
  background: #fff
}

.venue-list {
  padding: 1.5em 1em
}

@media(max-width:768px) {
  .venue-list {
    padding-bottom: 4em
  }
}

@media(max-width:550px) {
  .venue-list {
    padding-bottom: 2em
  }
}

.venue-list h2 {
  color: #fff;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: .7em;
  font-weight: 700
}

@media(max-width:768px) {
  .venue-list h2 {
    margin-bottom: 1.5em;
    padding-bottom: 7px;
    padding-top: 7px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
  }
}

@media(max-width:450px) {
  .venue-list h2 {
    font-size: 1rem;
    margin-bottom: 1em
  }
}

.venue-list h2 img {
  width: auto
}

@media(max-width:450px) {
  .venue-list h2 img {
    width: 20px;
    vertical-align: middle;
    margin-right: 8px
  }
}

.venue .tr {
  border-bottom: 2px solid #949494
}

.venue .download_icon {
  width: 21px
}

.note {
  max-width: 835px;
  margin: 1em auto;
  padding: 1em 1.5em;
  font-size: 14.4px;
  font-size: .9rem;
  border: 2px solid #ccc;
  color: #636363
}

.result {
  max-width: 1140px;
  margin: 0 auto;
  padding: 3em 1em
}

@media(max-width:550px) {
  .result {
    padding: 2em 1em 5em
  }
}

.result h2 {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 700
}

.result h2 .h2-sp {
  display: none
}

.result .result-table {
  border: 2px solid #ccc
}

@media screen and (max-width:910px) {
  .result .result-table {
    overflow-x: scroll
  }
  .result h2 .h2-sp {
    display: block
  }
}

.result #more {
  background: #003aa1;
  color: #fff;
  width: 265px;
  text-align: center;
  padding: 7px 0;
  border-radius: 30px;
  margin: 3% auto 0;
  font-weight: 700;
  cursor: pointer
}

@media(max-width:450px) {
  .result #more {
    width: 180px;
    margin: 6% auto 0
  }
}

.result .vurl_none {
  text-align: center
}

.result table {
  max-width: 1140px;
  min-width: 910px;
  width: 100%;
  border-collapse: collapse;
  counter-reset: rowCount;
  table-layout: fixed;
  word-wrap: break-word
}

.result table tbody tr {
  counter-increment: rowCount
}

.result table tbody tr td:first-child:before {
  content: counter(rowCount)
}

.result table tr:last-child {
  border-bottom: none
}

.result table tr th {
  padding: 10px 5px;
  border-right: 2px dashed #c8c8c8;
  background: #003aa1;
  color: #fff;
  font-size: 16px;
  font-size: 1rem
}

.result table tr th:last-child {
  border-right: none
}

.result table tr td {
  padding: 10px 5px;
  border-right: 2px dashed #c8c8c8;
  font-weight: 700
}

.result table tr td:first-child, .result table tr td:nth-child(3), .result table tr td:nth-child(6), .result table tr td:nth-child(4) {
  text-align: center
}

.result table tr td:last-child {
  border-right: none
}