@charset "utf-8";

.box{
  margin: 10px 0;
  padding: 10px 0;
}
.short_box{
  width: 80%;
  margin: 10px auto;
  padding: 10px 1em;
}
.center{ text-align: center; }
.small{ font-size: 12px;}
.mB20{margin-bottom: 20px;}
.import{
	font-size: 120%;
	font-weight: bold;
}

	.red{
		font-weight: bold;
		color: red;
	}	


@media(min-width: 1101px) {
/** main **/
html {
  height: 100%
}
body {
  font-size: 16px;
  height: 100%;
  width: 100%;
  line-height: 1.6em;
}
#header{width:1000px; margin:0 auto;}
.header {
  width: 1000px;
  margin: 0 auto;
}
#primary {
  width: 90%;
  margin: 0 auto;
	padding: 10px 50px;
  position: relative;
  max-width: 1000px;
  overflow-x: hidden;
	background: #fff;
}
.mb {
  display: none;
}
.tab {
  display: none;
}
#menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 13px;
  background-color: rgba(34,48,85,0.7);
  padding: 5px 0;
}
#menu ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
#menu ul li {
  margin: 0 10px
}
#menu ul li a {
  color: #E1E1E1;
  text-decoration: none;
  transition: .5s
}
#menu ul li a:hover {
  opacity: .5
}
#section-top {
  width: 100%;
  height: 1100px;
  background-image: url(../img/top-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#section-top .wrap {
  width: 55vw;
  max-width: 700px;
  position: absolute;
  right: 5vw;
  bottom: 7vh;
}
#section-top h1 img {
  width: 100%;
  margin-bottom: 5vh;
}
#section-top .scroll {
  position: absolute;
  opacity: 1;
  bottom: 0;
  right: 3vw;
  width: 1px;
  height: 45px;
  z-index: 1;
  -webkit-transition: .5s all 1s ease;
  transition: .5s all 1s ease;
  z-index: 3
}
#section-top .scroll::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  top: 0;
  background-color: #fff;
  -webkit-animation: scroll 1.2s linear 0s infinite;
  animation: scroll 1.2s linear 0s infinite;
}
#section-top .scroll p {
  position: relative;
  transform: rotate(90deg);
  top: -60px;
  left: 0px;
}
#section-top .scroll a {
  text-decoration: none;
  color: #fff;
  letter-spacing: .15em;
  font-size: 12px;
  transition: .5s
}
#section-top .scroll a:hover {
  opacity: .4
}
#section-top .scroll:hover::after {
  opacity: .4
}
 @-webkit-keyframes scroll {
0% {
height:0%;
top:0;
bottom:auto
}
46% {
height:100%;
top:0;
bottom:auto
}
50%, 54% {
height:100%;
bottom:0;
top:auto
}
100% {
height:0%;
bottom:0;
top:auto
}
}
 @keyframes scroll {
0% {
height:0%;
top:0;
bottom:auto
}
46% {
height:100%;
top:0;
bottom:auto
}
50%, 54% {
height:100%;
bottom:0;
top:auto
}
100% {
height:0%;
bottom:0;
top:auto
}
}
#section-top .nhk {
  position: absolute;
  bottom: 3vh;
  left: 3vh;
  width: 150px
}
.list {
  margin-top: 10px;
}
.list ul li {
  list-style-type: disc;
  margin: 0 1em 0 1.5em;
  text-align: left;
  line-height: 1.8em
}
.lista {
  margin-top: 10px;
}
.lista ul li {
  list-style: decimal;
  text-align: left;
  line-height: 1.8em;
  margin-left: 30px;
}
table.price {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
table.price th {
  border: none;
  padding: 5px 5px 7px;
  font-size: 100%;
  font-weight: normal;
  color: #FFF;
  border: 1px solid #ccc;
  background: #182443;
  text-align: center;
}
table.price td {
  padding: 5px 12px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.price tr {
  border-bottom: 1px solid #ccc;
}
td.middle {
  vertical-align: middle;
}
th.middle {
  vertical-align: middle;
}
.anchor {
  margin-top: -40px;
  padding-top: 40px
}
table.sch {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  width: 100%;
  margin-top: 1%;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 90%;
}
table.sch th {
  text-align: center;
  font-weight: bold;
  padding: 10px 12px;
  border-style: solid;
  border-width: 1px;
  background: #182443;
  color: #ffffff;
  border-color: #666;
}
table.sch td {
  padding: 3px 7px;
  border-right: 1px solid #ccc;
  text-align: center;
vertical-align: top;
}
table.sch tr.endline {
  border-bottom: 1px solid #ccc
}
table.cancell {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
table.cancell th {
  border: none;
  padding: 5px 15px 7px;
  font-size: 100%;
  font-weight: normal;
  color: #FFF;
  border: 1px solid #ccc;
  background: #182443;
  text-align: left;
}
table.cancell td {
  padding: 5px 12px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.cancell tr {
  border-bottom: 1px solid #ccc;
}
.point {
  font-weight: bolder;
  padding: 7px;
  text-align: center;
  margin: 6px 0px;
  color: #000;
  background-color: #ADFC28;
}
.point2 {
  font-weight: bolder;
  padding: 5px;
  text-align: center;
  margin: 6px 10px;
  color: #ffffff;
  background-color: #3F89B2;
}
.step {
  padding: 3% 4%;
  margin: 1% 0 2% 0%;
  border: 2px solid #333;
}
.stepnum {
  background-color: #333;
  padding: 1% 0 1% 0%;
  color: #fff;
  border: 2px solid #333;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-top: 2%;
}
.app {
  display: inline-block;
  width: 350px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
  margin: 25px 0 5px
}
.app::before, .app::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.app, .app::before, .app::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.app:hover {
  color: #fff;
}
.app::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.app:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #333;
}
#bank2 {
  margin-bottom: 2%;
  padding: 2%;
  border: 1px solid #ccc;
}
.kntlogo {
  float: right;
}
.arrow {
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #333;
  margin: auto;
}
.gyomu {
  border: solid #D1CCCC 0.5px;
  padding: 15px 25px;
}
.privacy {
  width: 80px
}
.btn_yesno {
  margin: 0 auto;
  width: 520px;
  text-align: center;
}
.btn {
  -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -moz-transform 0.5s ease, visibility 0.5s;
  　-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -webkit-transform 0.5s ease, visibility 0.5s;
  -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -ms-transform 0.5s ease, visibility 0.5s;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
  display: inline-block;
  width: 200px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  overflow: hidden;
  margin: 0 auto;
  border-style: solid;
  border-color: #333;
  border-width: 2px !important;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.4em;
  padding: 20px 30px;
  text-transform: uppercase;
  visibility: visible;
  margin-left: 1%;
}
.btn:hover {
  border-color: #4C74A3 !important;
  color: #4C74A3;
}
#footer {
  width: 100%;
  background-color: #000;
  padding: 9px 0;
}
.footer_primary {
  width: 1100px;
  text-align: center;
  margin: 0 auto;
  color: #fff
}
.footer_primary a {
  color: #fff;
  text-decoration: none;
}
.footer_primary a:hover {
  color: #084AA3;
  text-decoration: none;
}
}

/** RESPONSIVE BREAKPOINTS==========**/
@media(min-width: 721px) and (max-width: 1100px) {
/** base **/
html {
  height: 100%;
}
body {
  font-size: 85%;
  line-height: 1.5em;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  max-width: 100%!important;
}
.mb {
  display: none;
}
.pc {
  display: none;
}
#primary {
  width: 100%;
  margin: 0 auto;
	padding: 15px;
  position: relative;
  overflow-x: hidden;
  padding: 25px;
	background: #fff;
}
.mb {
  display: none;
}
.tab {
  display: none;
}
#menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 13px;
  background-color: rgba(34,48,85,0.7);
  padding: 5px 0;
}
#menu ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
#menu ul li {
  margin: 0 10px
}
#menu ul li a {
  color: #E1E1E1;
  text-decoration: none;
  transition: .5s
}
#menu ul li a:hover {
  opacity: .5
}
#section-top {
  width: 100%;
  height: 100%;
  background-image: url(../img/top-bg.jpg);
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#section-top .wrap {
  width: 60vw;
  max-width: 500px;
  position: absolute;
  right: 5vw;
  bottom: 8vh;
}
#section-top h1 img {
  width: 100%;
  margin-bottom: 5vh;
}
#section-top .scroll {
  position: absolute;
  opacity: 1;
  bottom: 0;
  right: 3vw;
  width: 1px;
  height: 45px;
  z-index: 1;
  -webkit-transition: .5s all 1s ease;
  transition: .5s all 1s ease;
  z-index: 3
}
#section-top .scroll::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  top: 0;
  background-color: #fff;
  -webkit-animation: scroll 1.2s linear 0s infinite;
  animation: scroll 1.2s linear 0s infinite;
}
#section-top .scroll p {
  position: relative;
  transform: rotate(90deg);
  top: -60px;
  left: 0px;
}
#section-top .scroll a {
  text-decoration: none;
  color: #fff;
  letter-spacing: .15em;
  font-size: 12px;
  transition: .5s
}
#section-top .scroll a:hover {
  opacity: .4
}
#section-top .scroll:hover::after {
  opacity: .4
}
 @-webkit-keyframes scroll {
0% {
height:0%;
top:0;
bottom:auto
}
46% {
height:100%;
top:0;
bottom:auto
}
50%, 54% {
height:100%;
bottom:0;
top:auto
}
100% {
height:0%;
bottom:0;
top:auto
}
}
 @keyframes scroll {
0% {
height:0%;
top:0;
bottom:auto
}
46% {
height:100%;
top:0;
bottom:auto
}
50%, 54% {
height:100%;
bottom:0;
top:auto
}
100% {
height:0%;
bottom:0;
top:auto
}
}
#section-top .nhk {
  position: absolute;
  bottom: 3vh;
  left: 3vh;
  width: 150px
}
.list {
  margin-top: 10px;
}
.list ul li {
  list-style-type: disc;
  margin: 0 1em 0 1.5em;
  text-align: left;
  line-height: 1.8em
}
.lista {
  margin-top: 10px;
}
.lista ul li {
  list-style: decimal;
  text-align: left;
  line-height: 1.8em;
  margin-left: 30px;
}
table.price {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
table.price th {
  border: none;
  padding: 5px 5px 7px;
  font-size: 100%;
  font-weight: normal;
  color: #FFF;
  border: 1px solid #729CC6;
  background: #255788;
  text-align: center;
}
table.price td {
  padding: 5px 12px;
  border-left: 1px solid #729CC6;
  border-right: 1px solid #729CC6;
}
table.price tr {
  border-bottom: 1px solid #729CC6
}
td.middle {
  vertical-align: middle;
}
th.middle {
  vertical-align: middle;
}
.anchor {
  margin-top: -40px;
  padding-top: 40px
}
table.sch {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  width: 100%;
  margin-top: 1%;
  border: 1px solid #ccc;
  text-align: center;
}
table.sch th {
  text-align: center;
  font-weight: bold;
  padding: 10px 12px;
  border-width: 1px;
  background: #1C427C;
  color: #ffffff;
  border-color: #666;
  font-size: 80%;
  font-weight: bold;
}
table.sch td {
  padding: 3px 7px;
  border-right: 1px solid #ccc;
  font-size: 80%;
  vertical-align: top;
}
table.sch tr.endline {
  border-bottom: 1px solid #ccc;
}
.point {
  font-weight: bolder;
  padding: 7px;
  text-align: center;
  margin: 6px 0px;
  color: #ffffff;
  background-color: #0057A8;
}
.point2 {
  font-weight: bolder;
  padding: 5px;
  text-align: center;
  margin: 6px 0px;
  color: #ffffff;
  background-color: #3F89B2;
}
table.cancell {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
table.cancell th {
  border: none;
  padding: 5px 15px 7px;
  font-size: 100%;
  font-weight: normal;
  color: #FFF;
  border: 1px solid #ccc;
  background: #182443;
  text-align: left;
}
table.cancell td {
  padding: 5px 12px;
  border-left: 1px solid #729CC6;
  border-right: 1px solid #729CC6;
}
table.cancell tr {
  border-bottom: 1px solid #729CC6
}
.step {
  padding: 3% 5% 1% 5%;
  margin: 1% 0 2% 0%;
  border: 2px solid #333;
}
.stepnum {
  background-color: #333;
  padding: 1% 0 1% 0%;
  color: #fff;
  border: 2px solid #333;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-top: 2%;
}
.app {
  display: inline-block;
  width: 350px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
  margin: 25px 0 5px
}
.app::before, .app::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.app, .app::before, .app::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.app:hover {
  color: #fff;
}
.app::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.app:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #333;
}
.btn_yesno {
  margin: 0 auto;
  width: 500px;
  text-align: center;
}
.btn {
  -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -moz-transform 0.5s ease, visibility 0.5s;
  　-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -webkit-transform 0.5s ease, visibility 0.5s;
  -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -ms-transform 0.5s ease, visibility 0.5s;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
  display: inline-block;
  width: 200px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  overflow: hidden;
  margin: 0 auto;
  border-style: solid;
  border-color: #333;
  border-width: 2px !important;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.4em;
  padding: 20px 30px;
  text-transform: uppercase;
  visibility: visible;
  margin-left: 1%;
}
.btn:hover {
  border-color: #4C74A3 !important;
  color: #4C74A3;
}
.gyomu {
  border: solid #D1CCCC 0.5px;
  padding: 15px 25px;
}
#footer {
  width: 100%;
  background-color: #000;
  padding: 10px 0;
}
.footer_primary {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #fff
}
.footer_primary a {
  color: #fff;
  text-decoration: none;
}
.footer_primary a:hover {
  color: #084AA3;
  text-decoration: none;
}
.kntlogo {
  float: right;
}
.arrow {
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #333;
  margin: auto;
}
}

/** RESPONSIVE BREAKPOINTS==========**/
@media(max-width: 720px) {
/** base **/
html {
  height: 100%;
}
body {
  font-size: 70%;
  line-height: 1.5em;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  max-width: 100%!important;
}
.tab {
  display: none;
}
.mbnone {
  display: none
}
.pc {
  display: none;
}
#primary {
  width: 90%;
  margin: 0 auto;
	padding: 15px;
  position: relative;
  max-width: 700px;
  overflow-x: hidden;
	background: #fff;
}
.mb {
  display: none;
}
.tab {
  display: none;
}
#menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 13px;
  background-color: rgba(34,48,85,0.7);
  padding: 5px 0;
}
#menu ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}
#menu ul li {
  margin: 0 10px
}
#menu ul li a {
  color: #E1E1E1;
  text-decoration: none;
  transition: .5s
}
#menu ul li a:hover {
  opacity: .5
}
#section-top {
  width: 100%;
  height: 95vh;
  background-image: url(../img/top-bg.jpg);
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#section-top .wrap {
  width: 90vw;
  max-width: 600px;
  position: absolute;
  right: 5vw;
  bottom: 7vh;
}
#section-top h1 img {
  width: 100%;
  margin-bottom: 5vh;
}
#section-top .scroll {
  position: absolute;
  opacity: 1;
  bottom: 0;
  right: 3vw;
  width: 1px;
  height: 45px;
  z-index: 1;
  -webkit-transition: .5s all 1s ease;
  transition: .5s all 1s ease;
  z-index: 3
}
#section-top .scroll::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  top: 0;
  background-color: #fff;
  -webkit-animation: scroll 1.2s linear 0s infinite;
  animation: scroll 1.2s linear 0s infinite;
}
#section-top .scroll p {
  position: relative;
  transform: rotate(90deg);
  top: -60px;
  left: 0px;
}
#section-top .scroll a {
  text-decoration: none;
  color: #fff;
  letter-spacing: .15em;
  font-size: 12px;
  transition: .5s
}
#section-top .scroll a:hover {
  opacity: .4
}
#section-top .scroll:hover::after {
  opacity: .4
}
@-webkit-keyframes scroll {
0% {
height:0%;
top:0;
bottom:auto
}
46% {
height:100%;
top:0;
bottom:auto
}
50%, 54% {
height:100%;
bottom:0;
top:auto
}
100% {
height:0%;
bottom:0;
top:auto
}
}
 @keyframes scroll {
0% {
height:0%;
top:0;
bottom:auto
}
46% {
height:100%;
top:0;
bottom:auto
}
50%, 54% {
height:100%;
bottom:0;
top:auto
}
100% {
height:0%;
bottom:0;
top:auto
}
}
#section-top .nhk {
  position: absolute;
  bottom: 3vh;
  left: 3vh;
  width: 150px
}
.list {
  margin-top: 10px;
}
.list ul li {
  list-style-type: disc;
  margin: 0 1em 0 1.5em;
  text-align: left;
  line-height: 1.8em
}
.lista {
  margin-top: 20px;
}
.lista ul li {
  list-style: decimal;
  text-align: left;
  line-height: 1.8em;
  margin-left: 18px;
}
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
table.price {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
table.price th {
  border: none;
  padding: 5px 5px 7px;
  font-size: 100%;
  font-weight: normal;
  color: #FFF;
  border: 1px solid #729CC6;
  background: #255788;
  text-align: center;
}
table.price td {
  padding: 5px 12px;
  border-left: 1px solid #729CC6;
  border-right: 1px solid #729CC6;
}
table.price tr {
  border-bottom: 1px solid #729CC6
}
td.middle {
  vertical-align: middle;
}
.anchor {
  margin-top: -40px;
  padding-top: 40px
}
table.sch {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 5px;
  width: 100%;
  margin-top: 1%;
  border: 1px solid #ccc;
  text-align: center;
}
table.sch th {
  text-align: center;
  font-weight: bold;
  padding: 10px 12px;
  border-style: solid;
  border-width: 1px;
  background: #1C427C;
  color: #ffffff;
  border-color: #666;
}
table.sch td {
  padding: 3px 7px;
  border-right: 1px solid #ccc;
	vertical-align: top;
}
table.sch tr.endline {
  border-bottom: 1px solid #ccc;
}
.point {
  font-weight: bolder;
  padding: 7px;
  text-align: center;
  margin: 6px 0px;
  color: #ffffff;
  background-color: #0057A8;
}
.point2 {
  font-weight: bolder;
  padding: 5px;
  text-align: center;
  margin: 6px 0px;
  color: #ffffff;
  background-color: #3F89B2;
}
	

	
table.cancell {
  width: 100%;
  font-size: 105%;
  margin-top: 2%;
}
table.cancell th, table.cancell td {
  padding: 6px;
  border: 1px solid #729CC6;
}
table.cancell th {
  background: #255788;
  color: #fff;
  width: 100%;
  text-align: left;
}
table.cancell th p {
  color: #fff;
  font-weight: bold;
}
/*----------------------------------------------------
    .cancell
----------------------------------------------------*/
table.cancell th {
}
table.cancell td {
  color: #727272;
  font-size: 90%;
}
table.cancell th, table.cancell td {
  width: 100%;
  display: block;
  border-top: none;
  line-height: 1.5em;
}
.step {
  padding: 3% 5% 1% 5%;
  margin: 1% 0 2% 0%;
  border: 2px solid #333;
}
.stepnum {
  background-color: #333;
  padding: 1% 0 1% 0%;
  color: #fff;
  border: 2px solid #333;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-top: 2%;
}
.app {
  display: inline-block;
  width: 90%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
  margin: 25px 0 5px
}
.app::before, .app::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.app, .app::before, .app::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.app:hover {
  color: #fff;
}
.app::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.app:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #333;
}
#bank2 {
  margin-bottom: 2%;
  padding: 2%;
  border: 1px solid #ccc;
}
.kntlogo {
  margin-top: 5%;
}
.arrow {
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #333;
  margin: auto;
}
.gyomu {
  border: solid #D1CCCC 0.5px;
  padding: 10px 15px;
}
#footer {
  width: 100%;
  background-color: #000;
  padding: 9px 5px;
}
.btn_yesno {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.btn {
  -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -moz-transform 0.5s ease, visibility 0.5s;
  　-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -webkit-transform 0.5s ease, visibility 0.5s;
  -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -ms-transform 0.5s ease, visibility 0.5s;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
  display: inline-block;
  width: 140px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  overflow: hidden;
  margin: 0 auto;
  border-style: solid;
  border-color: #333;
  border-width: 2px !important;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.4em;
  padding: 20px 30px;
  text-transform: uppercase;
  visibility: visible;
  margin-left: 1%;
}
.btn:hover {
  border-color: #4C74A3 !important;
  color: #4C74A3;
}
.footer_primary {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #fff
}
.footer_primary a {
  color: #fff;
  text-decoration: none;
}
.footer_primary a:hover {
  color: #084AA3;
  text-decoration: none;
}
}
/*.box{border: 1px solid #FF0004;padding: 0.5em 1em;margin: 10px 0;color: #FF0004;}
.red{color: red;}
*/

#header .header img{
  width: 100%;
  height: auto;
}

section {
  margin: 0 auto;
  padding: 5px 0;
}
.mbox {
  margin: 10px 0;
  padding: 10px 0;
}
.pbox{
  margin: 10px 0;
  padding: 10px 1em;
}
.sbox {
  margin: 10px 0;
}
.att {
  font-weight: bold;
  color: #FF0004;
}
em {
  font-weight: normal;
  font-style: normal;
  color: #FF0004;
}
.kome::before {
  content: "\00203B";
}
/* listスタイル */
.disc > li, .decimal > li, .circle > li {
  list-style-position: outside;
  margin-left: 1.5em;
}
.disc > li {
  list-style-type: disc;
}
.decimal > li {
  list-style-type: decimal;
}
.circle > li {
  list-style-type: circle;
}
ul.no_mark > li {
  list-style-type: none;
  text-indent: 0;
}
ul.no_mark li::before {
  content: "\200B"; /* for Safari */
}
.kome_list > li {
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}
.kome_list > li::before {
  content: "\00203B";
}
/* tableスクロール */
.scroll_txt {
  text-align: right;
  padding: 10px 0;
  font-size: 13px;
}

@media screen and (max-width: 889px) {
.scroll_box {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.scroll_box table {
  overflow-x: scroll;
  width: 100%;
  min-width: 800px;
}
.scroll_box table th, .scroll_box table td {
  font-size: 12px;
}
}

@media screen and (min-width: 890px) {
.scroll_txt {
  display: none;
}
}
@media screen and (max-width: 420px) {
	.wifi_img{
		width: 100%;
	}
}
/*240220 start*/
@media screen and (min-width: 1201px) {
.flex{
display: flex;
justify-content: center;
width: 100%;
max-width: 1325px;
align-content: bottom;
margin: 0 auto;
padding-top: 50px;
}
.top_right{
margin-top: 50px;
}
.top_left{
padding-top: 900px;
}
}
@media screen and (min-width: 501px) and  (max-width: 1200px) {
.flex{
display: block;
}
.top_right{
padding-top: 85px;
top: 10%;
}
.top_left img{
position: absolute;
bottom: 0;
}
#section-top {
width: auto;
height: 1880px;
}
}
@media screen and (max-width: 500px) {
h1 img{
padding-bottom: 150px;
}
.flex{
display: block;
}
.top_right{
padding-top: 85px;
top: 10%;
}
.top_left img{
position: absolute;
bottom: 0;
}
#section-top {
height: 950px;
}
}
/*240220 end*/