@charset "UTF-8";
/* CSS Document */


/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 55px;
    right: 15px;
}
#pagetop a {
    display: block;
    background-color: rgba(17, 59, 78, 0.7);
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background-color: rgba(17, 59, 78, 1.0);
}

/*========= レイアウトのためのCSS ===============*/

#wrapper{
  width:100%;
  height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}


.po{display: block;}
.so{display: none;}

h2{font-weigh:bold;}
h2.dh{
	color:#fff;
  background: #ff9900;
  box-shadow: 0px 0px 0px 5px #ff9900;
  border: solid 2px white;
  padding: 0.2em 0.5em;
	margin-bottom:17px;
}
@media screen and (max-width: 768px){
.po{display: none;}
.so{display: block;}
	h1{font-size:23px;font-weight:bold;}
	/*body{background-image: url("../images/spbg.jpg")}*/
	h2.dh{font-size:25px;font-weight:bold;}
}

h3.dhthree{
	color:#fff;
	background-image: url("../images/hbg.jpg");
	background-position: center;
  padding: 0.4em;
	margin:10px 0px 0px 0px;
}

h4.dhfour{
	color:#ff9900;
  font-size:35px;
	font-weight:800;
}

body{font-size:19px;}

.qa-003 dt,
.qa-003 dd {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 1em 2em 1em 3.3em;
    color: #333333;
}

.qa-003 dt {
    font-weight: 600;
}

.qa-003 dd + dt {
    margin-top: 1em;
}

.qa-003 dt::before,
.qa-003 dd::before {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    border-radius: 50%;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 40px;
    text-align: center;
}

.qa-003 dt::before {
    border: 2px solid #75bbff;
    color: #75bbff;
    content: 'Q';
}

.qa-003 dd::before {
    border: 2px solid #e54848;
    color: #e54848;
    content: 'A';
}


.check ul {
  list-style-type: none;
}
.check ul li {
	font-size:120%;
  position: relative;
  line-height: 1.8;
}
.check ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #ad0000;
  border-bottom: 3px solid #ad0000;
  transform: rotate(-45deg);
}

.reverse{padding-top:30px;padding-bottom:60px;background-color: rgba(223, 245, 254, 0.8);}
section{margin-top:35px;margin-bottom:35px;}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 120%;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}


.jumbotron { background:url(../top.jpg) center no-repeat; background-size: cover;}

.toptobottomScale {
    animation: toptobottomScale 1.4s ease 0s 1 normal;
}
/* toptobottomScale */
@keyframes toptobottomScale {
    0% {
        transform: translateY(-1200px) scale(0.7);
        opacity: .7
    }
    80% {
        transform: translateY(0) scale(0.7);
        opacity: .7
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

.fukidashi {
  position: relative;
  display: inline-block;
  padding: 0 45px;
	font-size:30px; font-weight:800;
}
.fukidashi:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.fukidashi:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.fukidashi:before {
  left:0;
}
.fukidashi:after {
  right: 0;
}

.oya {padding-top:40px;
    position:  relative;
    z-index: 10;
	display: flex;
  justify-content: center;
  align-items: center;
margin-top:130px;
}

.ko {
    position:  absolute;
    bottom: 80px;
	left:50;
    z-index: 100;
}


.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0px auto 1em auto;
  padding: 7px 50px;
  min-width: 120px;
  max-width: 80%;
  color: #fff;
  font-size: 23px;
  background: #000;

}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.t-box{;padding:30px;border-radius: 18px;box-sizing: border-box;}
.white{background:#fff;}
.blue{background:#c7cfe4;}

.sankaku{position: relative;}
.sankaku:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #3d6dab;
}

.hnav{max-width:100%;}
.hnav ul{list-style: none;padding:0px;margin:0px;width:100%;background:#ff0000;}
.hnav li{display:inline-block; list-style: none;padding:0px;margin:0px;vertical-align: bottom;}
.hnav li:nth-child( 2 ) {float:right;text-align:right;}
