html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
    margin: 0;
    min-width:1000px;
    width: 100%;
}
a{
  text-decoration: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button,
input { /* 1 */
  overflow: visible;
}
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input { /* 1 */
  overflow: visible;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

header {
    background: #ffffff;
    position: fixed;
    padding: 1%;
    width: 100%;
    text-align: center;
    z-index: 9;
    border-bottom: 4px solid #48b5e6;
}
header a {
    color: #f00;
    font-weight: bold;
    font-size: 24px;
}
header a:hover {
    opacity: 0.4;
}

#kv {
    padding-top: 2%;
  background-image: url(../img/kv.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    width: 100%;
}
#kv .kvtext{
  width: 1000px;
  margin: 0 auto;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
#kv .kvtop{
  text-align: center;
  padding-top: 52px;
}
#kv .kvtext .kvtext2{
  padding-bottom: 24px;
  font-size: 47px;
}
#kv .kvtext .kvtext2 span{
  font-size: 35px;
}
#kv .kvtext .kvtext3{
  color: #fff100;
  font-size: 164px;
  line-height: 156px;
  vertical-align: middle;
  text-align: left;
  margin-left: 54px;
}
#kv .kvtext .kvtext3 span{
  font-size: 79px;
  vertical-align: middle;
}
#kv .kvtext .text1{
  margin-left: 14px;
  font-weight: bold;
  padding-bottom: 433px;
}
#kv .kvtext .text1 .setsumei{
  margin-top: 38px;
  font-size: 24px;
  line-height: 34px;
}
#kv .kvtext .text1 .nittei{
  margin-top: 20px;
  font-size: 46px;
  border: solid 4px #ffffff;
  padding: 16px 35px 12px 30px;
  width: 329px;
}
#kv .kvtext .text1 .nittei span{
  font-size: 36px;
}
#kv .kvtext .text1 .cyuui{
  margin-top: 10px;
  margin-left: 33px;
  font-size: 17px;
}
#kv .kvtext .text{
  position: relative;
  position: absolute;
  bottom: 48px;
}
#kv .kvtext .text::after{
  position: absolute;
  content: "";
  width: 556px;
  height: 541px;
  bottom: 25px;
  right: -383px;
  background-image: url(../img/rabi1.png);
}
#btn{
  background-color: #f4f5e8;
}
#btn ul{
  padding-top: 20px;
  width: 1000px;
  margin: 0 auto;
}
#btn ul li a{
  display: block;
  padding: 13px 0 15px;
}
#btn ul li{
  width: 228px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 20px;

  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  display: inline-block;
}
#btn ul li:nth-child(4n){
  margin-right: 0px;
}
#btn ul .chiki1{
  color: #915a9f;
  border: #915a9f solid 3px;
}
#btn ul .chiki1 a{
  color: #915a9f;
}
#btn ul .chiki1::after{
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border: 3px solid;
  border-color: #915a9f #915a9f transparent transparent;
  transform: rotate(135deg);
  top: 50%;
  margin-top: -9px;
  right: 20px;
  border-radius: 2px 0px;
}
#btn ul .chiki2{
  color: #147fb6;
  border: #147fb6 solid 3px;
}
#btn ul .chiki2 a{
  color: #147fb6;
}
#btn ul .chiki2::after{
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border: 3px solid;
  border-color: #147fb6 #147fb6 transparent transparent;
  transform: rotate(135deg);
  top: 50%;
  margin-top: -9px;
  right: 20px;
  border-radius: 2px 0px;
}
#btn ul .chiki3{
  color: #0daac6;
  border: #0daac6 solid 3px;
}
#btn ul .chiki3 a{
  color: #0daac6;
}
#btn ul .chiki3::after{
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border: 3px solid;
  border-color: #0daac6 #0daac6 transparent transparent;
  transform: rotate(135deg);
  top: 50%;
  margin-top: -9px;
  right: 20px;
  border-radius: 2px 0px;
}
#btn ul .chiki4{
  color: #5fb023;
  border: #5fb023 solid 3px;
}
#btn ul .chiki4 a{
  color: #5fb023;
}
#btn ul .chiki4::after{
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border: 3px solid;
  border-color: #5fb023 #5fb023 transparent transparent;
  transform: rotate(135deg);
  top: 50%;
  margin-top: -9px;
  right: 20px;
  border-radius: 2px 0px;
}
#btn ul .chiki5{
  color: #cfba09;
  border: #cfba09 solid 3px;
}
#btn ul .chiki5 a{
  color: #cfba09;
}
#btn ul .chiki5::after{
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border: 3px solid;
  border-color: #cfba09 #cfba09 transparent transparent;
  transform: rotate(135deg);
  top: 50%;
  margin-top: -9px;
  right: 20px;
  border-radius: 2px 0px;
}
#btn ul .chiki6{
  color: #ed770f;
  border: #ed770f solid 3px;
}
#btn ul .chiki6 a{
  color: #ed770f;
}
#btn ul .chiki6::after{
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border: 3px solid;
  border-color: #ed770f #ed770f transparent transparent;
  transform: rotate(135deg);
  top: 50%;
  margin-top: -9px;
  right: 20px;
  border-radius: 2px 0px;
}
#btn ul .chiki7{
  color: #ec6a9e;
  border: #ec6a9e solid 3px;
}
#btn ul .chiki7 a{
  color: #ec6a9e;
}
#btn ul .chiki7::after{
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border: 3px solid;
  border-color: #ec6a9e #ec6a9e transparent transparent;
  transform: rotate(135deg);
  top: 50%;
  margin-top: -9px;
  right: 20px;
  border-radius: 2px 0px;
}
#btn ul .chiki8{
  color: #e9455f;
  border: #e9455f solid 3px;
}
#btn ul .chiki8 a{
  color: #e9455f;
}
#btn ul .chiki8::after{
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border: 3px solid;
  border-color: #e9455f #e9455f transparent transparent;
  transform: rotate(135deg);
  top: 50%;
  margin-top: -9px;
  right: 20px;
  border-radius: 2px 0px;
}
#kaisaibi{
  width: 1000px;
  margin: 43px auto 70px;
  background-color: #f6fdc6;
}
#kaisaibi div{
  padding: 35px 0 35px;
  color: #27a44e;
  text-align: center;
}
#kaisaibi .bana{
  font-size: 24px;
  color: #ffffff;
  background-color: #27a44e;
  text-align: center;
  padding: 8px 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 23px;
}
#kaisaibi .hiniti{
  margin-left: 19px;
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
#kaisaibi .hiniti span{
  font-size: 36px;
}
#kaisaibi .cyuui{
  margin-left: 24px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
#hokkaido table th{
  background-color: #915a9f;
  color: #ffffff;
  border: 1px solid #d5d5d4;
  text-align: left;
  padding: 13px 0 11px 13px;
}
#hokkaido h3{
  color: #915a9f;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 23px;
}
#tohoku table th{
  background-color: #147fb6;
  color: #ffffff;
  border: 1px solid #d5d5d4;
  text-align: left;
  padding: 13px 0 11px 13px;
}
#tohoku h3{
  color: #147fb6;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 23px;
}
#kanto table th{
  background-color: #0daac6;
  color: #ffffff;
  border: 1px solid #d5d5d4;
  text-align: left;
  padding: 13px 0 11px 13px;
}
#kanto h3{
  color: #0daac6;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 23px;
}
#chubuhokuriku table th{
  background-color: #5fb023;
  color: #ffffff;
  border: 1px solid #d5d5d4;
  text-align: left;
  padding: 13px 0 11px 13px;
}
#chubuhokuriku h3{
  color: #5fb023;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 23px;
}
#kinki table th{
  background-color: #cfba09;
  color: #ffffff;
  border: 1px solid #d5d5d4;
  text-align: left;
  padding: 13px 0 11px 13px;
}
#kinki h3{
  color: #cfba09;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 23px;
}
#chugoku table th{
  background-color: #ed770f;
  color: #ffffff;
  border: 1px solid #d5d5d4;
  text-align: left;
  padding: 13px 0 11px 13px;
}
#chugoku h3{
  color: #ed770f;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 23px;
}
#shikoku table th{
  background-color: #ec6a9e;
  color: #ffffff;
  border: 1px solid #d5d5d4;
  text-align: left;
  padding: 13px 0 11px 13px;
}
#shikoku h3{
  color: #ec6a9e;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 23px;
}
#kyusyuokinawa table th{
  background-color: #e9455f;
  color: #ffffff;
  border: 1px solid #d5d5d4;
  text-align: left;
  padding: 13px 0 11px 13px;
}
#kyusyuokinawa h3{
  color: #e9455f;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 23px;
}
.anai{
  width: 1000px;
  margin: 0 auto;
}
table {
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #d5d5d4;
}
table th:first-child{
  width: 247px;
}
table th:nth-child(2){
  width: 255px;
}
table th:nth-child(3){
  width: 190px;
}
table th:nth-child(4){
  width: 130px;
}
table th:last-child{
  width: 189px;
}
table td {
  border: 1px solid #d5d5d4;
  padding: 12px;
  vertical-align: middle;
  line-height: 20px;
  & .rest {
    font-size: 12px;
  }
}
table td:last-child{
  padding: 13px 0 14px 13px;
}
table tr:nth-child(odd){
  background-color: #f4f3f1;
}
table tr td ul li{
  margin-left: 1px;
  display: inline-block;
  vertical-align: middle;
}
table tr td ul li:first-child{
  margin-left: 0px;
}
table tr td ul li:nth-child(5){
  margin-left: 0px;
}
table tr td span{
  font-size: 12px;
}
table tr td a{
  color: #2ea0ca;
}
.icon{
  margin: 15px auto 75px;
}
.icon ul{
  text-align: right;
}
.icon li{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 46px;
  position: relative;
}
.icon li:first-child:before{
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/taku.png);
  bottom: -5px;
  left: -27px;
}
.icon li:nth-child(2):before{
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/ben.png);
  bottom: -5px;
  left: -27px;
}
.icon li:nth-child(3):before{
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/tax.png);
  bottom: -5px;
  left: -27px;
}
.icon li:nth-child(4):before{
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/ken.png);
  bottom: -5px;
  left: -27px;
}
.icon li:nth-child(5):before{
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/fudo.png);
  bottom: -5px;
  left: -27px;
}
.icon li:nth-child(6):before{
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/tochi.png);
  bottom: -5px;
  left: -27px;
}
.icon li:nth-child(7):before{
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/shiho.png);
  bottom: -5px;
  left: -27px;
}
.icon li:last-child:before{
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/gyosei.png);
  bottom: -5px;
  left: -27px;
}
.tiiki,
.tiiki02{
  text-align: center;
  margin-bottom: 20px;
}
#chubuhokuriku .tiiki02,
#kyusyuokinawa .tiiki02 {
  display: flex;
  justify-content: center;
}
.tiiki li,
.tiiki02 li{
  width: 105px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #0daac6;
  border-left: solid 1px #c7c9c8;
}
.tiiki li:last-child{
  /* width: 260px; */
  width: 105px;
  border-right: solid 1px #c7c9c8;
}
.tiiki02 li:last-child{
  border-right: solid 1px #c7c9c8;
}
#tohoku .tiiki02 li a{
  color: #147fb6;
}
#kanto .tiiki li a{
  color: #0daac6;
}
#chubuhokuriku .tiiki02 li a{
  color: #5fb023;
}
#kinki .tiiki02 li a{
  color: #cfba09;
}
#chugoku .tiiki02 li a{
  color: #ed770f;
}
#shikoku .tiiki02 li a{
  color: #ec6a9e;
}
#kyusyuokinawa .tiiki02 li a{
  color: #e9455f;
}
#top{
  text-align: center;
  border: 3px solid #1fa16d;
  width: 293px;
  margin: 39px auto 98px;
  border-radius: 5px;
  font-size: 18px;
}
#top a{
  color: #1fa16d;
  position: relative;
  display: block;
  padding: 17px;
}
#top a::after{
position: absolute;
content: "";
width: 7px;
height: 7px;
border: 3px solid;
border-color: #1fa16d #1fa16d transparent transparent;
transform: rotate(45deg);
top: 50%;
margin-top: -7px;
right: 20px;
border-radius: 2px 0px;
}
footer{
  text-align: center;
  border-top: solid 1px #1fa16d;
}
footer div{
  width: 1000px;
  margin: 0 auto;
}
footer img{
  margin: 29px 0;
}
footer p{
  font-size: 12px;
  color: #8b8b8b;
  margin-bottom: 29px;
}
footer a{
  position: relative;
}
footer a::after{
  background-image: url(../img/top.png);
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
  left: 636px;
  bottom: 7px;
}
.sp { display: none !important; }

/*
@media all and (min-width:0px) and (max-width:991px) {
    #kv {
        background-size: cover;
    }
}
*/
@media all and (min-width:0px) and (max-width:769px) {

    body{
        min-width:initial;
    }
    header {
        text-align: initial;
        width: auto;
    }
    header a {
        font-size: 1.24em;
        line-height: 1.4;
    }
    
  #kv {
    background: url(../img/kvsp.png)no-repeat;
    background-size: cover;
    background-position: center center;
      /* padding-top: 12%; */
  }
  #kv .kvtop{
    text-align: center;
    padding-top: 8%;
  }
  #kv .kvtext{
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    height: 120%;
    position: relative;
  }
  #kv .kvtext .kvtext2{
    padding-bottom: 5%;
    font-size: 26px;
  }
  #kv .kvtext .kvtext2 span{
    font-size: 17px;
  }
  #kv .kvtext .kvtext3{
    margin-left: 0;
    color: #fff100;
    font-size: 68px;
    line-height: 100%;
    vertical-align: middle;
    text-align: center;
  }
  #kv .kvtext .kvtext3 span{
    font-size: 33px;
    vertical-align: middle;
  }
  #kv .kvtext .text1{
    margin-left: 5%;
    font-weight: bold;
    padding-bottom: 36%;
  }
  #kv .kvtext .text1 .setsumei{
    margin-top: 5%;
    font-size: 12px;
    line-height: 150%;
    text-align: left;
    width: 96%;
  }
  #kv .kvtext .text1 .nittei{
    margin-top: 5%;
    font-size: 23px;
    border: solid 2px #ffffff;
    padding: 3%;
    width: 35%;
    line-height: 120%;
    background-color: #00b5e3;
  }
  #kv .kvtext .text1 .nittei span{
    font-size: 18px;
  }
  #kv .kvtext .text1 .cyuui{
    margin-top: 3%;
    margin-left: 0%;
    font-size: 7px;
    text-align: left;
    width: 42%;
  }
  #kv .kvtext .text{
    font-size: 15px;
    position: absolute;
    position:relative;
    bottom: 25px;
    text-align: left;
  }
  #kv .kvtext .text:after{
    position: absolute;
    content: "";
    width: 205px;
    height: 199px;
    bottom: 0%;
    right: 2%;
    background: url(../img/rabisp.png)no-repeat;
  }
  #btn ul{
    padding-top: 3%;
    width: 95%;
    margin-left: 4%
  }
  #btn ul li a{
    display: block;
    padding: 10% 0 10%;
  }
  #btn ul li{
    width: 22%;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin-right: 0;
    margin-bottom: 2%;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    display: inline-block;
  }
  #btn ul li:nth-child(4n){
    margin-right: 0px;
  }
  #btn ul .chiki1{
    border: #915a9f solid 2px;
  }
  #btn ul .chiki1::after{
    width: 4%;
    height: 12%;
    border: 2px solid;
    border-color: #915a9f #915a9f transparent transparent;
    margin-top: -5%;
    right: 5%;
  }
  #btn ul .chiki2{
    border: #147fb6 solid 2px;
  }
  #btn ul .chiki2::after{
    width: 4%;
    height: 12%;
    border: 2px solid;
    border-color: #147fb6 #147fb6 transparent transparent;
    margin-top: -5%;
    right: 5%;
  }
  #btn ul .chiki3{
    border: #0daac6 solid 2px;
  }
  #btn ul .chiki3::after{
    width: 4%;
    height: 12%;
    border: 2px solid;
    border-color: #0daac6 #0daac6 transparent transparent;
    margin-top: -5%;
    right: 5%;
  }
  #btn ul .chiki4{
    border: #5fb023 solid 2px;
  }
  #btn ul .chiki4 a{
    color: #5fb023;
  }
  #btn ul .chiki4::after{
    width: 4%;
    height: 12%;
    border: 2px solid;
    border-color: #5fb023 #5fb023 transparent transparent;
    margin-top: -5%;
    right: 5%;
  }
  #btn ul .chiki5{
    border: #cfba09 solid 2px;
  }
  #btn ul .chiki5::after{
    width: 4%;
    height: 12%;
    border: 2px solid;
    border-color: #cfba09 #cfba09 transparent transparent;
    margin-top: -5%;
    right: 5%;
  }
  #btn ul .chiki6{
    border: #ed770f solid 2px;
  }
  #btn ul .chiki6::after{
    width: 4%;
    height: 12%;
    border: 2px solid;
    border-color: #ed770f #ed770f transparent transparent;
    margin-top: -5%;
    right: 5%;
  }
  #btn ul .chiki7{
    border: #ec6a9e solid 2px;
  }
  #btn ul .chiki7::after{
    width: 4%;
    height: 12%;
    border: 2px solid;
    border-color: #ec6a9e #ec6a9e transparent transparent;
    margin-top: -5%;
    right: 5%;
  }
  #btn ul .chiki8{
    border: #e9455f solid 2px;
  }
  #btn ul .chiki8::after{
    width: 4%;
    height: 12%;
    border: 2px solid;
    border-color: #e9455f #e9455f transparent transparent;
    margin-top: -5%;
    right: 5%;
  }
  #kaisaibi{
    width: 95%;
    margin: 5% auto 5%;
    background-color: #f6fdc6;
  }
  #kaisaibi div{
    padding: 5% 0 5%;
    color: #27a44e;
  }
  #kaisaibi .bana{
    font-size: 12px;
    color: #ffffff;
    background-color: #27a44e;
    text-align: center;
    padding: 2% 5%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 23px;
  }
  #kaisaibi .hiniti{
    margin-left: 0;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
  }
  #kaisaibi .hiniti span{
    font-size: 18px;
  }
  #kaisaibi .cyuui{
    margin-left: 0;
    font-size: 11px;
    margin-top: 2%;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
  }
  #icon ul{
    width: 95%;
    margin: 5% auto 5%;
    font-size: 11px;
  }
  #icon li{
    position: relative;
    display: inline-block;
    margin-left: 7%;
    margin-bottom: 3%;
    text-align: left;
  }
  #icon li:first-child:before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/takusp.png);
    bottom: -36%;
    left: -26%;
  }
  #icon li:nth-child(2):before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/bensp.png);
    bottom: -36%;
    left: -56%;
  }
  #icon li:nth-child(3):before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/taxsp.png);
    bottom: -36%;
    left: -56%;
  }
  #icon li:nth-child(4):before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/kensp.png);
    bottom: -36%;
    left: -59%;
  }
  #icon li:nth-child(5):before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/fudosp.png);
    bottom: -36%;
    left: -31%;
  }
  #icon li:nth-child(6):before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/tochisp.png);
    bottom: -36%;
    left: -26%;
  }
  #icon li:nth-child(7):before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/shihosp.png);
    bottom: -36%;
    left: -46%;
  }
  #icon li:last-child:before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/gyoseisp.png);
    bottom: -36%;
    left: -46%;
  }
  #hokkaido h4{
    font-size: 18px;
    color: #ffffff;
    background-color: #915a9f;
    text-align: center;
    padding: 5% 0 5% 0;
    margin-bottom: 0;
  }
  #tohoku h4{
    font-size: 18px;
    color: #ffffff;
    background-color: #147fb6;
    text-align: center;
    padding: 5% 0 5% 0;
    margin-bottom: 0;
  }
  #kanto h4{
    font-size: 18px;
    color: #ffffff;
    background-color: #0daac6;
    text-align: center;
    padding: 5% 0 5% 0;
    margin-bottom: 0;
  }
  #chubuhokuriku h4{
    font-size: 18px;
    color: #ffffff;
    background-color: #5fb023;
    text-align: center;
    padding: 5% 0 5% 0;
    margin-bottom: 0;
  }
  #kinki h4{
    font-size: 18px;
    color: #ffffff;
    background-color: #cfba09;
    text-align: center;
    padding: 5% 0 5% 0;
    margin-bottom: 0;
  }
  #chugoku h4{
    font-size: 18px;
    color: #ffffff;
    background-color: #ed770f;
    text-align: center;
    padding: 5% 0 5% 0;
    margin-bottom: 0;
  }
  #shikoku h4{
    font-size: 18px;
    color: #ffffff;
    background-color: #ec6a9e;
    text-align: center;
    padding: 5% 0 5% 0;
    margin-bottom: 0;
  }
  #kyusyuokinawa h4{
    font-size: 18px;
    color: #ffffff;
    background-color: #e9455f;
    text-align: center;
    padding: 5% 0 5% 0;
    margin-bottom: 0;
  }
  .kaijyolist li{
    width: 100%;
    border-bottom: solid 2px #b4b3b3;
  }
  .kaijyolist li button{
    font-size: 14px;
    font-weight: bold;
    padding: 5% 6% 5% 2.5%;
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 1.5;
  }
  .kaijyolist li .content {
    display: none;
  }
  .kaijyolist li button:after{
    position: absolute;
    content: "";
    height: 7px;
    width: 11px;
    right: 3%;
    /* bottom: 35%; */
    bottom: calc(50% - 3.5px);
    background-image: url(../img/op.png);
  }
  .kaijyolist li button.active:after {
    background-image: url(../img/clo.png);
  }
  h5{
    font-size: 14px;
    background-color: #daeef1;
    padding: 3%;
  }
  #tohoku h5 {
    background-color: #62c0dd;
  }
  #chubuhokuriku h5 {
    background-color: #c5e0ad;
  }
  #kinki h5 {
    background-color: #e8dd9e;
  }
  #chugoku h5 {
    background-color: #e0bea6;
  }
  #shikoku h5 {
    background-color: #e5bdcf;
  }
  #kyusyuokinawa h5 {
    background-color: #f495a7;
  }
  .syo{
    border-top: 1px #b4b3b3 dotted;
    width: 95%;
    font-size: 11px;
    line-height: 15px;
    margin-left: 2.5%;
    padding: 3% 0;
  }
  .syo a{
    color: #008dc1;
  }
  .syo dt{
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
  .syo dd{
    width: 68%;
    display: inline-block;
    vertical-align: top;
  }
  .syo dd img{
    margin-right: 1.5%;
  }
  .tiiki,
  .tiiki02{
    text-align: center;
    margin-bottom: 3%;
    margin-top: 3%;
  }
  .tiiki li,
  .tiiki02 li{
    /* width: 15%; */
    width: 8.5%;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #0daac6;
    border-left: solid 1px #c7c9c8;
    padding-left: 1%;
  }
  .tiiki li:last-child{
    /* width: 43%; */
    width: 8.5%;
    border-right: solid 1px #c7c9c8;
    padding-right: 1%;
  }
  .tiiki02 li:last-child{
    border-right: solid 1px #c7c9c8;
    padding-right: 1%;
  }
  #top{
    text-align: center;
    border: 2px solid #1fa16d;
    width: 70%;
    margin: 10% auto 10%;
    border-radius: 5px;
    font-size: 13px;
  }
  #top a{
    color: #1fa16d;
    position: relative;
    display: block;
    padding: 6%;
  }
  #top a::after{
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: #1fa16d #1fa16d transparent transparent;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -7px;
  right: 5%;
  border-radius: 2px 0px;
  }
  footer div{
    width: 95%;
    margin: 0 auto;
  }
  footer img{
    margin: 7% auto;

  }
  footer p{
    font-size: 6px;
    color: #8b8b8b;
    margin-bottom: 6%;
  }
  footer a{
    position: relative;
  }
  footer a::after{
    background-image: url(../img/top.png);
    width: 0px;
    height: 0px;
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
  }
  .pc{
     display: none !important;
    }

  .sp {
    display: block !important;
    }
}

@media all and (min-width:0px) and (max-width:320px) {
  #kv .kvtext .kvtext2{
    font-size: 24px;
  }
  #kv .kvtext .kvtext2 span{
    font-size: 15px;
  }
  #kv .kvtext .kvtext3{
    font-size: 60px;
  }
  #kv .kvtext .kvtext3 span{
    font-size: 28px;
  }
  #kv .kvtext .text1 .nittei{
    font-size: 20px;
  }
  #kv .kvtext .text1 .nittei span{
    font-size: 15px;
  }
  #kv .kvtext .text::after{
    position: absolute;
    content: "";
    width: 167px;
    height: 161px;
    bottom: 103%;
    right: 0%;
    background-repeat: no-repeat;
    background-image: url(../img/rabisp1.png);
  }
  #btn ul .chiki1::after{
    width: 3%;
    height: 9%;
    border: 2px solid;
    border-color: #915a9f #915a9f transparent transparent;
    margin-top: -5%;
    right: 3%;
  }
  #btn ul .chiki2::after{
    width: 3%;
    height: 9%;
    border: 2px solid;
    border-color: #147fb6 #147fb6 transparent transparent;
    margin-top: -5%;
    right: 3%;
  }
  #btn ul .chiki3::after{
    width: 3%;
    height: 9%;
    border: 2px solid;
    border-color: #0daac6 #0daac6 transparent transparent;
    margin-top: -5%;
    right: 3%;
  }
  #btn ul .chiki4::after{
    width: 3%;
    height: 9%;
    border: 2px solid;
    border-color: #5fb023 #5fb023 transparent transparent;
    margin-top: -5%;
    right: 3%;
  }
  #btn ul .chiki5::after{
    width: 3%;
    height: 9%;
    border: 2px solid;
    border-color: #cfba09 #cfba09 transparent transparent;
    margin-top: -5%;
    right: 3%;
  }
  #btn ul .chiki6::after{
    width: 3%;
    height: 9%;
    border: 2px solid;
    border-color: #ed770f #ed770f transparent transparent;
    margin-top: -5%;
    right: 3%;
  }
  #btn ul .chiki7::after{
    width: 3%;
    height: 9%;
    border: 2px solid;
    border-color: #ec6a9e #ec6a9e transparent transparent;
    margin-top: -5%;
    right: 3%;
  }
  #btn ul .chiki8::after{
    width: 3%;
    height: 9%;
    border: 2px solid;
    border-color: #e9455f #e9455f transparent transparent;
    margin-top: -5%;
    right: 3%;
  }
  .pc{
     display: none !important;
    }

  .sp {
    display: block !important;
    }

}

/* スマホ */
@media all and (max-width: 768px) {

  .cancel {
    position: relative;
  }

  .cancel .cancel_block {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.77);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cancel .cancel_block p {
    color: red;
    font-size: 18px;
    font-weight: bold;
  }

}

/* PC */
@media all and (min-width: 769px) {

  .cancel {
    position: relative;
  }

  .cancel .cancel_block {
    position: absolute;
    width: 999px;
    height: 68px;
    background-color: rgba(0, 0, 0, 0.77);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cancel .cancel_block td {
    border: none;
    color: red;
    font-size: 20px;
    font-weight: bold;
    opacity: 1;
    padding-left: 0;
  }

}
