@charset "UTF-8";
@keyframes slideInleftS {
  0% {
    opacity: 0;
    transform: translate(-200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.slideInleftS {
  animation-name: slideInleftS;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
@keyframes slideInupS {
  0% {
    opacity: 0;
    transform: translate(0, 200px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.slideInupS {
  animation-name: slideInupS;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
@keyframes slideInrightS {
  0% {
    opacity: 0;
    transform: translate(200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.slideInrightS {
  animation-name: slideInrightS;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

body {
  overflow: hidden;
}

/*====================================================================
新着情報
====================================================================*/
.sintyaku {
  width: 100%;
}

.top-sintyaku-list {
  margin-top: 70px;
}

.sintyakuli {
  width: 90%;
  border-bottom: 1px dotted #000;
  list-style: none;
  padding: 30px;
}

.sintyakua {
  color: #000;
  text-decoration: none;
}

.sintyakuspan {
  background-color: #2388b8;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  padding: 5px;
}

time {
  display: inline-block;
  font-weight: bold;
  margin-right: 40px;
}

.sintyakup {
  color: #1c448d;
  overflow: hidden;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new::after {
  content: "NEW";
  color: #d10606;
  font-size: 1.1rem;
  border: 1px solid #d10606;
  padding: 4px 8px;
  margin: 0 0 0 20px;
  display: inline-block;
  line-height: 1;
}

/*====================================================================
タブ
====================================================================*/
.tab-wrap {
  width: 100%;
  background: white;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.tab-label {
  width: 33%;
  height: 450px;
  padding-top: 0px;
  background: White;
  margin: 0 auto;
  grid-template-rows: 100px 100px 50px 50px 80px;
  grid-template-columns: 15% 20% 50% 15%;
}

.tab-label:hover {
  background: White;
}

.tab-switch:checked + .tab-label {
  width: 33%;
  height: 450px;
  padding-top: 0px;
  background: White;
  margin: 0 auto;
  grid-template-rows: 100px 100px 50px 50px 80px;
  grid-template-columns: 15% 20% 50% 15%;
}

.tab-switch:checked + .tab-label::after {
  opacity: 1;
  transform: translateX(0);
}

.tab-switch:checked + .tab-label + .PLAN {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.tab-switch {
  display: none;
}

/*====================================================================
style
====================================================================*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif, "メイリオ";
  background-color: #FFFFFF;
  color: #323232;
  letter-spacing: 0.175em;
  font-weight: 400;
}

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-all;
}

p {
  display: block;
  word-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: normal;
  line-height: 24px;
}

#keyvisual {
  position: absolute;
  top: 0px;
  height: 59vw;
  width: 100%;
  background-image: url(image.php?id=008);
  z-index: -1;
  overflow-y: hidden;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#keyvisual1 {
  height: 100%;
}

#keyvisual2 {
  position: absolute;
  bottom: 0px;
  width: 35vw;
  height: 38vw;
  right: 8vw;
  z-index: -1;
}

#keyvisual3 {
  float: right;
  height: 100%;
}

header {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 59vw;
  position: relative;
}

.golp0 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.05em;
  width: 100px;
  height: 95px;
  border: none;
  /* 枠線を消す */
  outline: none;
  /* クリックしたときに表示される枠線を消す */
  background-color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0px 0px;
  color: #1A71B4;
  border-radius: 6px;
  float: right;
  position: fixed;
  right: 15px;
  top: 15px;
  text-align: center;
  text-decoration: none;
  z-index: 15;
}

.golp0.-application {
  top: 150px;
}

.golp0 p {
  color: #1A71B4;
  font-size: 13px;
  font-weight: bold;
}

.golp0 i {
  font-size: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

.golp0:hover {
  cursor: pointer;
  background-color: #0A1543;
  right: 15px;
  color: #FFFFFF;
}

nav {
  width: 120%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10%;
}

.navi_item {
  width: 15vw;
  margin-bottom: 46px;
  border-bottom: 4px solid #1A71B4;
  max-width: 200px;
}

@media (min-width: 1025px) {
  .navi_item.-sp {
    display: none;
  }
}
.navi_item a {
  width: 100%;
  color: #155484;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

.navi_item a p {
  font-weight: bold;
}

.navi_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  margin-top: 0px;
  text-align: center;
  width: 100%;
}

#nav_sp_menu, #nav_sp_close {
  display: none;
}

#page_top {
  text-align: center;
  text-decoration: none;
  color: #155484;
  font-size: 15px;
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 15px;
}

.circle1, .circle2, .circle3 {
  font-weight: bold;
  color: #155484;
  font-size: 14px;
  border-radius: 1000px;
  background-color: #FFFFFF;
  text-align: center;
  margin-top: 20vw;
  margin-left: 5vw;
  line-height: 20px;
  width: 210px;
  height: 210px;
}

.circle1 span, .circle2 span, .circle3 span {
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
}

.circle1 img {
  width: 40px;
  margin-top: 2vw;
}

.circle2 img {
  width: 30px;
  margin-top: 2vw;
}

.circle3 img {
  width: 60px;
  margin-top: 1.5vw;
}

.circle1 {
  position: absolute;
  left: 70px;
  top: 0px;
}

.circle2 {
  position: absolute;
  top: 210px;
}

.circle3 {
  position: absolute;
  top: 165px;
  left: 215px;
}

h1 {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 2vw;
  line-height: 3vw;
}

h1 span {
  font-size: 5vw;
  line-height: 6vw;
}

article {
  width: 100%;
}

div section {
  margin: 0 auto;
  width: 70%;
  max-width: 1000px;
}

#title {
  padding-left: 5vw;
  padding-top: 5vw;
  position: relative;
  width: 50%;
}

#google {
  height: 3.5vw;
  width: 15vw;
  background-image: url(image.php?id=004);
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-color: #FFFFFF;
  border-radius: 1000px;
  background-position: center center;
  position: absolute;
  left: 16vw;
  top: 3.5vw;
}

#yahoo {
  background-image: url(image.php?id=005);
  width: 15vw;
  height: 3.5vw;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-color: #FFFFFF;
  border-radius: 1000px;
  background-position: center center;
  position: absolute;
  left: 32vw;
  top: 3.5vw;
}

/*-----------------------
ニュースページヘッダー
-----------------------*/
.news-page header {
  height: 18vw;
}

.news-page #keyvisual {
  height: 18vw;
}

.news-page #keyvisual2 {
  display: none;
}

.news-page .circle1,
.news-page .circle2,
.news-page .circle3 {
  display: none;
}

.news-page .sect {
  display: none;
}

/*-----------------------
ニュースページヘッダー end
-----------------------*/
#ryokin {
  width: 100%;
  position: relative;
  margin-top: 70px;
  padding-bottom: 70px;
}

#ryokin_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: skewy(-16deg);
  background-color: #CAEAFF;
}

.daiK {
  list-style: none;
  display: flex;
  /*横並びにする*/
  width: 100%;
  overflow: hidden;
}

ul.daiK li {
  position: relative;
  padding: 5px 15px;
  z-index: 5;
  margin-top: 100px;
  background-color: #1A72B5;
}

.daiK_l {
  width: 30%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transform: skewX(-20deg);
  margin-left: -20px;
  margin-right: -20px;
}

.daiK_s {
  margin-left: 40px;
  margin-right: 40px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transform: skewX(-20deg);
}

.daiK_tx {
  position: relative;
  padding: 5px 15px;
  z-index: 5;
  margin-top: 100px;
  width: 40%;
  text-align: center;
}

.daiK_tx h2 {
  color: #4A4A4A;
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 1025px) {
  .daiK_tx h2 {
    font-size: 30px;
  }
}
.syoK {
  list-style: none;
  display: flex;
  /*横並びにする*/
  width: 100%;
  overflow: hidden;
}

ul.syoK li {
  background-color: #1A72B5;
  position: relative;
  padding: 5px 15px;
  z-index: 5;
  margin-top: 100px;
  height: 3px;
}

.syoK_l {
  width: 30%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  margin-left: -20px;
  margin-right: -20px;
}

.syoK_tx {
  position: relative;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
  z-index: 5;
  margin-top: 85px;
  width: 40%;
  text-align: center;
}

.syoK_tx h2 {
  color: #4A4A4A;
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 1025px) {
  .syoK_tx h2 {
    font-size: 30px;
  }
}
#tokutyo {
  background-color: #2E8EE5;
  width: 100%;
  position: relative;
  z-index: 0;
  height: 1000px;
}

.daiK2 {
  list-style: none;
  display: flex;
  /*横並びにする*/
  width: 100%;
  overflow: hidden;
}

ul.daiK2 li {
  background-color: #CAEAFF;
  position: relative;
  padding: 5px 15px;
  z-index: 5;
  margin-top: 100px;
}

.daiK2_tx {
  position: relative;
  padding: 5px 15px;
  z-index: 5;
  margin-top: 100px;
  width: 40%;
  text-align: center;
}

.daiK2_tx h2 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 1025px) {
  .daiK2_tx h2 {
    font-size: 30px;
  }
}
#hikaku {
  width: 100%;
  position: relative;
  height: 1000px;
}

#hikaku_n {
  height: 500px;
  margin: 0 auto;
  width: 80%;
}

#hikaku_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: skewy(-16deg);
  background-color: #CAEAFF;
}

#nagare {
  width: 100%;
  position: relative;
  z-index: 1;
}

#nagare_n {
  background-image: url(image.php?id=044);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 80% auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-top: 70px;
  margin-bottom: 70px;
}

#nagare_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: skewy(10deg);
  background-color: #2E8EE5;
  margin-bottom: 70px;
}

.sect {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
}

.sect p {
  width: 43px;
  height: 78px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.arrow {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-bottom: 12px;
  margin-left: -15px;
}

.arrow span:nth-of-type(1) {
  animation-delay: 0s;
}

.arrow span:nth-of-type(2) {
  top: 20px;
  animation-delay: 0.15s;
}

.arrow span:nth-of-type(3) {
  top: 40px;
  animation-delay: 0.3s;
}

.arrow span {
  position: absolute;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
  animation: sdb 2s infinite;
  box-sizing: border-box;
  border-left: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  opacity: 0;
}

.arrow2 {
  position: absolute;
  right: 50px;
  bottom: 70px;
  margin-bottom: 12px;
  margin-left: -15px;
}

.arrow2 span:nth-of-type(1) {
  animation-delay: 0s;
}

.arrow2 span:nth-of-type(2) {
  top: 20px;
  animation-delay: 0.15s;
}

.arrow2 span:nth-of-type(3) {
  top: 40px;
  animation-delay: 0.3s;
}

.arrow2 span {
  position: absolute;
  width: 30px;
  height: 30px;
  transform: rotate(135deg);
  animation: sdb 2s infinite;
  box-sizing: border-box;
  border-left: 3px solid #155484;
  border-bottom: 3px solid #155484;
  opacity: 0;
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#tokutyoimg {
  background-image: url(image.php?id=030);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 100%;
  margin-top: 70px;
  position: relative;
}

#tokutyoimg img {
  margin-left: 7vw;
  margin-bottom: 1vw;
}

.cont img {
  width: 70%;
  margin-top: 20px;
}

.howtoimg1 {
  background-image: url(image.php?id=012);
  background-position: center top;
  background-size: 100% auto;
  height: 38vw;
  background-repeat: no-repeat;
  width: 100%;
}

.howtoimg2 {
  background-image: url(image.php?id=014);
  background-position: center top;
  background-size: 100% auto;
  height: 18vw;
  background-repeat: no-repeat;
}

footer {
  background-color: #EAEAEA;
  position: relative;
  height: 250px;
}

.footer__item1 {
  margin-top: 50px;
}

@media (min-width: 701px) {
  .footer__item1 {
    margin-right: 30px;
  }
}
.footer__list {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  list-style-type: none;
}

.footer__inner {
  width: 100%;
}

.footer__item {
  width: 200px;
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
}

.footer__list2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__item2 {
  width: 400px;
  margin-top: 50px;
  margin-bottom: 30px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 16px;
}

.copy {
  background-color: #1b1b1b;
  font-size: 12px;
  text-align: center;
  text-shadow: 0px 0px;
  color: white;
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.tigai_table tr .letu1 {
  background-color: #FFFFFF;
  vertical-align: middle;
  border: 2px solid #2E8EE5;
}

.tigai_table tr .letu2 {
  background-color: #348BC1;
  vertical-align: middle;
}

.tigai_table tr .letu3 {
  background-color: #1A72B5;
  vertical-align: middle;
}

.tigai_table tr .kyo {
  background-color: #6C9BE0;
  vertical-align: middle;
  border: 2px solid #FFFFFF;
}

.tigai_table tr .jaku {
  background-color: #B5D3FF;
  vertical-align: middle;
  border: 2px solid #FFFFFF;
}

.kyo p {
  text-shadow: 0px 0px 61px #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.kyo p span {
  color: #FFFFFF;
  font-weight: lighter;
  font-size: 13px;
  line-height: 17px;
}

.jaku p {
  color: #1467B5;
  font-weight: bold;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.jaku p span {
  font-weight: lighter;
  font-size: 20px;
  line-height: 22px;
}

.tigai_table {
  text-align: center;
  table-layout: fixed;
  width: 108%;
  margin-left: -12.5%;
  height: 200px;
  margin-top: 70px;
  margin-bottom: 50px;
}

.letu1 p {
  color: #1467A5;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.letu2 p {
  color: #FFFFFF;
  font-size: 16px;
}

.letu3 p {
  color: #FFFFFF;
}

#kaisetu {
  height: 300px;
}

#kaisetu tr th {
  width: 20%;
  vertical-align: middle;
  padding-right: 5%;
}

#kaisetu tr th p {
  border-bottom: 5px solid #FFFFFF;
  color: #2E8EE5;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

#kaisetu tr td {
  width: 75%;
  vertical-align: middle;
}

.cont {
  width: 70%;
  background-color: #FFFFFF;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-top: 30px;
  padding-bottom: 10px;
}

#phrase {
  text-align: center;
  width: 100%;
  margin-top: 0px;
  padding-top: 10px;
  color: #FFFFFF;
  background-color: #2189D6;
  padding-bottom: 10px;
}

#bubun {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  color: #FFFFFF;
  background-color: #55C45A;
  padding-bottom: 10px;
}

#kanzen {
  text-align: center;
  width: 100%;
  margin-top: 0px;
  padding-top: 10px;
  color: #FFFFFF;
  background-color: #EA63B4;
  padding-bottom: 10px;
}

.cont:nth-of-type(2) {
  margin-top: 30px;
  margin-right: auto;
  margin-left: 30%;
  margin-bottom: 0;
}

.cont:nth-of-type(3) {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

.cont:nth-of-type(4) {
  margin-top: 30px;
}

#ryokin_hyo {
  background-color: #FFFFFF;
  margin-top: 70px;
  margin-bottom: 30px;
  text-align: center;
  padding: 10px 10px 10px 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.itemA {
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
}

.itemB {
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
}

.itemC {
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.itemC2 {
  color: #2189D6;
  grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.itemD {
  grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.itemD2 {
  color: #55C45A;
  grid-row: 4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.itemE {
  grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.itemE2 {
  color: #EA63B4;
  grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.itemF {
  grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
}

#QandA {
  background-image: url(url);
  background-color: #2E8EE5;
  padding-bottom: 70px;
}

.acd-check {
  display: none;
}

.acd-label {
  background: #FFF;
  color: #454545;
  cursor: pointer;
  display: block;
  padding-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 30px;
  position: relative;
  height: 100%;
}

.arrow3 {
  width: 50px;
  height: 50%;
  position: absolute;
  right: 5px;
  top: 27px;
}

.arrow3 span {
  position: absolute;
  width: 30px;
  height: 30px;
  transform: rotate(225deg);
  box-sizing: border-box;
  border-left: 3px solid #155484;
  border-bottom: 3px solid #155484;
}

.acd-content {
  background: #FFF;
  display: block;
  opacity: 0;
  padding-top: 30px;
  padding-right: 70px;
  padding-left: 60px;
  padding-bottom: 30px;
  transition: 0.5s;
  visibility: hidden;
  height: 0px;
  margin-bottom: 35px;
}

.acd-check:checked + .acd-label .arrow3 span {
  transform: rotate(-45deg);
}

.acd-check:checked + .acd-label + .acd-content {
  opacity: 1;
  visibility: visible;
  height: 100%;
  margin-bottom: 35px;
}

#contQandA {
  margin-top: 70px;
  margin-bottom: 70px;
}

.QA {
  position: absolute;
  left: 0px;
  width: 60px;
  text-align: center;
}

.QA p {
  vertical-align: middle;
  font-size: 36px;
  width: 60px;
}

.circle4 {
  width: 16.5vw;
  border-radius: 1000px;
  height: 16.5vw;
  background-color: #FFFFFF;
  border: 3px solid #2E8EE5;
  text-align: center;
  max-width: 200px;
  max-height: 200px;
}

.circle4 img {
  margin-top: 30px;
}

.sentence_box {
  width: 15vw;
  background-color: #FFFFFF;
  position: absolute;
  top: 180px;
  z-index: -1;
  padding-top: 45px;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-bottom: 18px;
  max-width: 180px;
}

#nagare1 {
  width: 20vw;
  position: relative;
  max-width: 300px;
}

#nagare2 {
  position: relative;
  width: 20vw;
  margin-top: 30px;
  max-width: 300px;
}

#nagare3 {
  position: relative;
  width: 20vw;
  height: 300px;
  margin-top: 60px;
  margin-bottom: 10%;
  max-width: 300px;
}

#nagare4 {
  position: relative;
  width: 20vw;
  height: 300px;
  margin-top: 3vw;
  max-width: 300px;
}

#nagare5 {
  position: relative;
  width: 20vw;
  height: 300px;
  max-width: 300px;
}

.nagare_b {
  width: 100%;
  background-color: #BBD7FF;
  margin-top: -24vw;
  padding-top: 30vw;
  padding-bottom: 5vw;
}

.nagare_b p {
  margin: 0 auto;
  width: 70%;
}

#nagare_m {
  margin: 0 auto;
}

.sentence_box p {
  font-size: 14px;
  text-align: center;
}

.cont.inview.fadeIn_up3 div {
  display: flex;
}

.cont td {
  vertical-align: middle;
  font-size: 16px;
  padding-right: 10px;
}

#caution {
  width: 70%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

#tokutyoimg p {
  color: #FFFFFF;
  font-size: 1vw;
  text-align: center;
}

#tokutyoimg p span {
  font-weight: bolder;
  font-size: 1.1vw;
}

.sentence_box p span {
  font-weight: bold;
  color: #1A72B5;
}

#tokutyo1 {
  width: 25%;
  position: absolute;
  left: -35px;
  top: 31vw;
}

#tokutyo2 {
  width: 25%;
  position: absolute;
  left: 15vw;
  top: 0px;
}

#tokutyo3 {
  width: 25%;
  position: absolute;
  left: 22.5vw;
  top: 31vw;
}

#tokutyo4 {
  width: 25%;
  position: absolute;
  right: 12vw;
  top: 0px;
}

#tokutyo5 {
  width: 25%;
  position: absolute;
  right: 4vw;
  top: 31vw;
}

#kaisetu td p {
  font-size: 15px;
}

.howtoimg1, .howtoimg2 {
  padding-top: 50px;
  padding-bottom: 70px;
}

.itemF img {
  width: 50%;
  max-width: 200px;
}

#golp1 {
  text-align: center;
  width: 300px;
  height: 50px;
  background-color: #1A72B5;
  vertical-align: middle;
  color: #FFFFFF;
  content: "";
  z-index: 3;
  transform: skewX(-20deg);
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 0;
  border: none;
  margin-left: auto;
  box-shadow: 6px 8px 0px #115683;
  cursor: pointer;
}

#golp1.golp-pb {
  margin-bottom: 50px;
}

@media (min-width: 1025px) {
  #golp1.golp-pb {
    margin-bottom: 70px;
  }
}
#golp1:active {
  box-shadow: 0px 0px rgba(0, 0, 0, 0);
  margin-left: 6px;
  margin-top: 38px;
  margin-bottom: -8px;
}

#golp1:hover {
  background-color: #248FE1;
}

#golp {
  margin: 0 auto;
  width: 300px;
}

.gonews {
  margin: 0 auto;
  width: 90%;
  max-width: 300px;
}

.gonews__btn {
  text-align: center;
  width: 95%;
  max-width: 300px;
  height: 50px;
  background-color: #1A72B5;
  vertical-align: middle;
  color: #FFFFFF;
  content: "";
  z-index: 3;
  transform: skewX(-20deg);
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 0;
  border: none;
  margin-left: auto;
  box-shadow: 6px 8px 0px #115683;
  cursor: pointer;
}

.gonews__btn.golp-pb {
  margin-bottom: 50px;
}

@media (min-width: 1025px) {
  .gonews__btn.golp-pb {
    margin-bottom: 70px;
  }
}
.gonews__btn:active {
  box-shadow: 0px 0px rgba(0, 0, 0, 0);
  margin-left: 6px;
  margin-top: 38px;
  margin-bottom: -8px;
}

.gonews__btn:hover {
  background-color: #248FE1;
}

@media screen and (min-width: 1430px) {
  #google {
    height: 50px;
    width: 210px;
    left: 225px;
    top: 50px;
  }
  #yahoo {
    width: 210px;
    height: 50px;
    left: 450px;
    top: 50px;
  }
  #title {
    padding-left: 73px;
    padding-top: 73px;
  }
  h1 {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 40px;
  }
  h1 span {
    font-size: 70px;
    line-height: 85px;
  }
  #tokutyoimg p {
    font-size: 14px;
  }
  #tokutyoimg p span {
    font-size: 18px;
  }
  #tokutyo1 {
    width: 25%;
    position: absolute;
    left: -60px;
    top: 500px;
  }
  #tokutyo2 {
    width: 25%;
    position: absolute;
    left: 220px;
    top: 0px;
  }
  #tokutyo3 {
    width: 25%;
    position: absolute;
    left: 330px;
    top: 500px;
  }
  #tokutyo4 {
    width: 25%;
    position: absolute;
    right: 175px;
    top: 0px;
  }
  #tokutyo5 {
    width: 25%;
    position: absolute;
    right: 4vw;
    top: 500px;
  }
  #tokutyoimg img {
    margin-left: 100px;
    margin-bottom: 1vw;
  }
  .howtoimg1 {
    height: 550px;
  }
  .howtoimg2 {
    height: 260px;
  }
}
.about-wrapper {
  margin-top: 70px;
}

.about-txt-top {
  line-height: 35px;
  margin-top: 50px;
  text-align: center;
}

/*====================================================================
news.html
====================================================================*/
.breadcrumbs {
  display: flex;
  justify-content: center;
  font-size: 14px;
  list-style: none;
  margin-top: 50px;
}

.breadcrumbs li {
  padding-right: 30px;
  position: relative;
}

.breadcrumbs li:last-child {
  padding-right: 0;
}

.breadcrumbs li:not(:last-child)::after {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(-45deg) translateY(-50%);
  width: 8px;
  height: 8px;
}

.news-container {
  margin: 0 auto 50px;
  max-width: 1000px;
  width: 70%;
}

@media (min-width: 1025px) {
  .news-container {
    margin: 0 auto 70px;
  }
}
.news-article {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 50px;
}

.news-container article p.midashi a {
  display: block;
  padding: 0 0 20px 0;
  border-color: #424242;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #424242;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 30px;
  text-decoration: none;
}

.news-container article p.date {
  margin: 20px 0 0 0;
  color: #424242;
  font-size: 16px;
  letter-spacing: 4px;
}

.news-container article p.theme {
  margin: 20px 0 0 0;
}

.news-container article p.theme a {
  display: inline-block;
  padding: 5px;
  background: #424242;
  color: #fff;
  font-size: 16px;
  letter-spacing: 4px;
  text-decoration: none;
}

.news-container article div.text {
  margin: 20px 0 0 0;
  color: #424242;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 30px;
}

.news-container .pager #pagination ul {
  width: 80%;
  margin: 50px auto 0 auto;
  box-sizing: border-box;
  font-size: 0;
}

.news-container .pager #pagination ul li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 0 2%;
  text-align: center;
  width: 70px;
}

.news-container #pagination ul li a {
  display: block;
  padding: 8px 5px;
  box-sizing: border-box;
  background: #424242;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.news-container #nextpage {
  display: none;
}

.news-container #prevpage {
  display: none;
}

.news-container .sub {
  display: table;
  width: 100%;
  margin: 50px 0 0 0;
  table-layout: fixed;
  box-sizing: border-box;
}

.news-container .sub article {
  display: table-cell;
  vertical-align: top;
  background: #ccc;
}

.news-container .sub article p {
  padding: 10px 0;
  background: #424242;
  color: #fff;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
}

.news-container .sub article ul {
  list-style-type: none;
  padding: 10px;
}

.news-container .sub article ul li {
  display: block;
}

.news-container .sub article ul li a {
  display: block;
  padding: 10px;
  background: #fff;
  color: #424242;
  font-size: 14px;
  letter-spacing: 4px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-container .sub article ul li:nth-of-type(n+2) a {
  border-color: #D3D3D3;
  border-style: dashed;
  border-width: 1px 0 0 0;
}

.news-container .sub article ul li a:hover {
  text-decoration: underline;
}

/*====================================================================
新着情報個別記事
====================================================================*/
.cite {
  font-size: 12px;
}

.update-table {
  width: 100%;
}

.update-table td {
  border: 1px solid #333;
  padding: 5px;
}

.update-table td:last-child {
  text-align: center;
}

.update-table__orange {
  background: #ffccc6;
}

.update-table__orange * {
  font-weight: bold;
}

.update-table__blue {
  background: #7bcbff;
}

.update-table__blue * {
  font-weight: bold;
}

.update-table2 {
  overflow: auto;
}

.update-table2__table {
  width: 100%;
}
@media (max-width: 800px) {
  .update-table2__table {
    width: 600px;
  }
}
.update-table2__table th,
.update-table2__table td {
  border: 1px solid #333;
  padding: 5px;
}
@media (max-width: 980px) {
  .update-table2__table th,
  .update-table2__table td {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .update-table2__table th,
  .update-table2__table td {
    white-space: nowrap;
  }
}
.update-table2__table td:first-child {
  background: #fff;
  font-weight: bold;
}
@media (max-width: 800px) {
  .update-table2__table td:first-child {
    position: sticky;
    left: 0;
  }
  .update-table2__table td:first-child::before, .update-table2__table td:first-child::after {
    background: #333;
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
  }
  .update-table2__table td:first-child::before {
    left: -1px;
  }
  .update-table2__table td:first-child::after {
    right: -1px;
  }
}
.update-table2__table td:not(:first-child) {
  text-align: center;
}

.update-table2__scroll {
  font-size: 14px;
  margin-top: 5px;
}
@media (min-width: 801px) {
  .update-table2__scroll {
    display: none;
  }
}

.news__img {
  padding: 10px;
  text-align: center;
}

.news__img img {
  height: auto;
  max-width: 100%;
}