body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
  color: #333333;
  line-height: 1.6rem;
}
.ls {
  letter-spacing: 0.2rem;
}
.bw-2 {
  border-width: 2px !important;
}
.bw-3 {
  border-width: 3px !important;
}
.circle {
  width: 215px;
  height: 215px;
  text-align: center;
  border-radius: 50%;
  border: solid 3px #6c757d;
  padding: 3rem;
  margin: 0 auto;
}
ol.num-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.num-list li {
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;
}
.num-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 2px solid #666;
  color: #666;
  float: left;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: -2px;
  font-family: 'Big Shoulders Display', cursive;
}
.jumbotron {
  background: url('img/31top.png') center no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 500px;
}
li.breadcrumb-item.wf-breadcrumb-separator::before {
  margin-left: 6px;
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-weight: bold;
}
.wf-square-xs {
  width: 20px;
  height: 20px;
}
.wf-square-lg {
  width: 260px;
  height: 260px;
}
.wf-slope-text {
  transform: rotate(-4deg) translateY(-20px);
}
.wf-circle {
  transform: translateY(-50%);
}
.wf-circle > span {
  position: absolute;
  display: inline-block;
  font-size: 1.3rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  text-align: center;
}
.wf-penta {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.comment-box {
  position: relative;
  display: inline-block;
  padding: 2rem;
  font-size: 16px;
  background: #555555;
}
.down-balloon:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 20%;
  margin-left: -2.5rem;
  border: 5rem solid transparent;
  border-top: 3rem solid #f8f9fa;
  z-index: 999;
}
.down-balloon p {
  margin: 0;
  padding: 0;
}
.up-balloon:before {
  content: "";
  position: absolute;
  top: -130px;
  left: 20%;
  margin-left: -2.5rem;
  border: 5rem solid transparent;
  border-bottom: 3rem solid #f8f9fa;
  z-index: 999;
}
.up-balloon p {
  margin: 0;
  padding: 0;
}
/** 吹き出し **/
.wf-balloon {
  position: relative;
  padding: 20px;
  border: 2px solid rgba(75, 75, 75, 0.85);
  border-radius: 12px;
}
.wf-balloon-left::before, .wf-balloon-left::after, .wf-balloon-right::before, .wf-balloon-right::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.wf-balloon-left::before {
  left: -15px;
  border-right: 15px solid rgba(75, 75, 75, 0.85);
}
.wf-balloon-left::after {
  left: -12px;
  border-right: 15px solid white;
}
.wf-balloon-right::before {
  right: -15px;
  border-left: 15px solid rgba(75, 75, 75, 0.85);
}
.wf-balloon-right::after {
  right: -12px;
  border-left: 15px solid white;
}
.wf-gotta-top {
  width: 100px;
  height: 74px;
  right: 0;
  bottom: 0;
  background: #89CFF3;
  opacity: 0.6;
}
.step-bar {
  display: flex;
  position: relative;
  margin: 20px auto;
  text-align: center;
  padding: 0;
}
.step-bar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.step-bar li:after {
  background: #D0E1F9;
  content: "";
  width: calc(100% - 50px);
  height: 5px;
  position: absolute;
  left: calc(-50% + 32px);
  top: 50px;
}
.step-bar li:first-child:after {
  display: none;
}
.step-bar li span {
  background: #D0E1F9;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
}
.step-bar .visited:after {
  background: #4D648D;
}
.step-bar .visited span {
  background: #4D648D;
}
.a {}
.linkbox {
  position: relative;
}
.linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.linkbox {
  border: solid 2px #555555;
}
.linkbox a:hover {
  opacity: 0.1;
  background-color: #000000;
}
.footer-ttl {
  font-size: 1rem;
  font-weight: bold;
  margin: 1.5rem 0;
  color: #555555;
}
.link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:link {
  color: #333333;
}
a:visited {
  color: #333333;
}
a:hover {
  color: #dddddd;
}
a:active {
  color: #dddddd;
}
a.cpt01:link {
  color: #eee;
  font-size: 20px;
}
a.cpt01:visited {
  color: #eee;
  font-size: 20px;
}
a.cpt01:hover {
  color: #FADFA1;
  font-size: 20px;
}
a.cpt01:active {
  color: #FADFA1;
  font-size: 20px;
}
a.cpt02:link {
  color: #A1DD70;
  font-size: 20px;
}
a.cpt02:visited {
  color: #A1DD70;
  font-size: 20px;
}
a.cpt02:hover {
  color: #EE4E4E;
  font-size: 20px;
}
a.cpt02:active {
  color: #A1DD70;
  font-size: 20px;
}
a.cpt03:link {
  color: #f08300;
}
a.cpt03:visited {
  color: #f08300;
}
a.cpt03:hover {
  color: #b9d08b;
}
a.cpt03:active {
  color: #f08300;
}
a.cpt04:link {
  color: #fff;
}
a.cpt04:visited {
  color: #fff;
}
a.cpt04:hover {
  color: #b9d08b;
}
a.cpt04:active {
  color: #fff;
}
body {
  background-color: #89CFF3;
}
.red {
  background-color: red;
}
.blue {
  height: 300px;
  background-color: blue;
}
.wrapper {
  display: flex;
  justify-content: center; 
  align-items: center; 
}
.msr_btn13 {
  height: 53px;
  padding-top: 1px;
}
.msr_btn13 a {
  width: 240px;
  padding: 15px;
  color: #ffffff;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  background: #1B73BA;
  display: block;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.msr_btn13 a:hover {
  margin: 4px 0 0 4px;
  -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2);
}
.button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  color: #555;
  line-height: 1.8;
  text-decoration: none;
  < !-- マウスオーバー時グラデーションの変わる速度 -- > 
　transition: 0.2s ease-in-out;
  font-weight: 500;
  background: linear-gradient(to top, #00A9FF, #00A9FF);
  color: #fff;
  border-radius: 9999px;
}
.button a:hover {
  color: #000;
  opacity: 0.5;
}
.button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button a:hover:after {
  border-color: #000;
}
body {
  vertical-align: middle;
  padding: 20px 0px 10px 0px;
  text-align: center;
}
.subblock {
  background-color: ;
  margin: 10px 0px 10px 0px;
}
.block2 {
  background-color: darkorange;
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}
.dropdown-item:hover {
  background-color: gray;
}
.my-blue-dropdown .dropdown-menu {
  background-color: #00A9FF;
}
.box2 {
  padding: 1em 2em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #222222; 
  background: #CDF5FD;
  border: solid 3px #7EACB5; 
  border-radius: 10px; 
}
.box2 p {
  margin: 0;
  padding: 0;
}
.box3 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #2c2c2f;
  background: #CDF5FD; 
}
.box3 p {
  margin: 0;
  padding: 0;
}
.centering_item {
  max-width: 1080px; 
  margin: 0 auto; 
  width:80%;
}

a.cpt000:link {
  color: #333;
  font-size: 20px;
}
a.cpt000:visited {
  color: #333;
  font-size: 20px;
}
a.cpt000:hover {
  color: #ddd;
  font-size: 20px;
}
a.cpt000:active {
  color: #ddd;
  font-size: 20px;
}

a.cpt001:link {
  color: #333;
  font-size: 20px;
}
a.cpt001:visited {
  color: #333;
  font-size: 20px;
}
a.cpt001:hover {
  color: #FFCAB1;
  font-size: 20px;
}
a.cpt001:active {
  color: #FFCAB1;
  font-size: 20px;
}

a.cpt002:link {
  color: #333;
  font-size: 20px;
}
a.cpt002:visited {
  color: #333;
  font-size: 20px;
}
a.cpt002:hover {
  color: #69A2B0;
  font-size: 20px;
}
a.cpt002:active {
  color: #69A2B0;
  font-size: 20px;
}

a.cpt003:link {
  color: #333;
  font-size: 20px;
}
a.cpt003:visited {
  color: #333;
  font-size: 20px;
}
a.cpt003:hover {
  color: #659157;
  font-size: 20px;
}
a.cpt003:active {
  color: #659157;
  font-size: 20px;
}

a.cpt004:link {
  color: #333;
  font-size: 20px;
}
a.cpt004:visited {
  color: #333;
  font-size: 20px;
}
a.cpt004:hover {
  color: #A1C084;
  font-size: 20px;
}
a.cpt004:active {
  color: #A1C084;
  font-size: 20px;
}

a.cpt005:link {
  color: #333;
  font-size: 20px;
}
a.cpt005:visited {
  color: #333;
  font-size: 20px;
}
a.cpt005:hover {
  color: #E05263;
  font-size: 20px;
}
a.cpt005:active {
  color: #E05263;
  font-size: 20px;
}
.fuchidori{
  font-family:serif;
  font-weight: bold;
  font-size:200%;
  color:#00A9FF;
  text-align:center;
  padding: 10px 0;
   -webkit-text-stroke: 1.5px #FFF;
}



svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
text {
  fill: #000;
  stroke: #FFF;
  stroke-width: 1;
  stroke-linejoin: round;
}

.namelogo{
    text-align: left;
    border: 1px solid #333;
}


.logoparent {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}
.logocenter {
    grid-column: 2;
    justify-self: center;
}
.logoleft {
    grid-column: 1;
    justify-self: start;
}
.navbar{
    padding: 2rem 1rem 1rem 1rem
}







