html {
  min-height: 100%;
  min-height: 100vh;
}

body {
  color: #333;
  font-family: 'Noto Sans Japanese', serif;
  font-size: 16px;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.8;
}

a {
  color: #5690ef;
  transition: all .3s;
}

a.hover {
  color: #333;
}

.row-middle, .row-bottom {
  letter-spacing: -0.4em;
}

.row-middle>[class*='col-'] {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle;
  float: none !important;
}

.row-bottom>[class*='col-'] {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: bottom;
  float: none !important;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.wrapper{
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
  box-shadow: 1px 2px 10px rgba(100, 100, 100, 0.4);
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.top-btn {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}

.info-txt {
  font-size: 14px;
}

.sec-h {
  text-align: center;
  font-size: 50px;
  padding: 8px 15px;
  margin: 20px 0 80px;
  font-weight: 600;
  color: #0c50a3;
}

.sec-h2{
  font-size: 50px;
  line-height: 1.5;
  padding: 8px 5px;
  margin: 0 auto 5px 0;
  color: #0c50a3;
  text-align: center;
}

.sec-h2 > span{
  border-bottom: dotted 3px #0c50a3;
  font-weight:600;
}

.sec-h-img{
  height: 50px;
  vertical-align: bottom;
  margin: 0 16px 0 0;
}

.sec-sub-h {
  text-align: center;
  font-size: 32px;
  padding: 8px 15px;
  margin: 20px 0 20px;
  font-weight: 600;
}

.renewal--nametxt {
  background: radial-gradient(#3a5fa6, #1f3564);
}

.img-star {
  margin: 90px 0 60px;
}

.fc-theme-c {
  color: #0c50a3;
}

.star-b-txt {
  color: #fff;
  margin: 90px 0 100px;
  font-weight: 100;
}

.site-t {
  font-size: 60px;
  margin-bottom: 30px;
  font-weight: 600;
}

.site-t2{
  font-size: 30px;
  font-weight: 600;
 }

.article-h {
  font-size: 38px;
  padding: 8px 0 0;
  text-align: center;
  font-weight: 600;
  color: #0c50a3;
}

.article-subarea {
  padding: 30px 0 0 0;
  margin: 30px auto 0;
  border-top: #cfcfcf solid 1px;
}

.article-h3 {
  font-size: 24px;
  padding: 16px 0;
  text-align: left;
  color: #0c50a3;
}

.article {
  margin: 0 0 50px 0;
  border: solid 1px #ccc;
  padding: 30px;
}

.article-txt {
  padding: 30px;
}

.article-m {
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-1 {
  background: url(../images/no_1.png) no-repeat 20% center;
}

.article-2 {
  background: url(../images/no_2.png) no-repeat 80% center;
}

.article-3 {
  background: url(../images/no_3.png) no-repeat 20% center;
}

.article-4 {
  background: url(../images/no_4.png) no-repeat 80% center;
}

.article-5 {
  background: url(../images/no_5.png) no-repeat 20% center;
}

.bg-b {
  background-color: #d3dfee;
}

.bg-wb {
  background-color: #f0f7ff;
}

.bg-w {
  background-color: #fff;
}

.bg-dpb {
  background: #0B318F;
}

.bg-gray {
  background-color: #ccc;
}

.bg-red{
  background-color: #c00000;
}

.point-h {
  font-size: 24px;
  text-align: center;
  padding: 0 0 15px 0;
}

.point-box {
  height: 290px;
}

.chk-h {
  font-size: 26px;
  margin: 0 0 20px 0;
  font-weight: 600;
}

.chk-txt {
  font-weight: 500;
}

.contact-area--txt {
  font-size: 22px;
}

.contact-area--con {
  justify-content: center;
}

footer {
  background: #333;
  padding: 1px 8px;
  align-items: center display: flex;
  justify-content: space-between;
}

.schedule-area--box {
  padding: 24px 15px;
  display: block;
  max-width: 600px;
  text-align: center;
  color: #fff;
}

.schedule-area--box {
  background: #0c50a3;
  margin: 0 auto;
}

.btn-entry{
  margin: 0 auto;
  border-radius: 3px;
  display: block;
  padding: 16px;
  color: #fff;
  max-width: 400px;
  text-align: center;
  background: #0B318F;
  border: solid 1px #0B318F;
}

.btn-entry:hover{
  color: #0B318F;
  background: #fff;
}

.btn-detail{
  margin: 0 auto;
  border-radius: 3px;
  display: block;
  padding: 2px;
  color: #fff;
  max-width: 55px;
  text-align: center;
  background: #0B318F;
  border: solid 1px #0B318F;
  font-size:12px;
}

.btn-detail:hover{
  color: #0B318F;
  background: #fff;
}

.btn-detail-pre{
  margin: 0 auto;
  border-radius: 3px;
  display: block;
  padding: 2px;
  color: #fff;
  max-width: 55px;
  text-align: center;
  background: #bbbbbb;
  font-size:12px;
}
.point-box--h{
  color: #0B318F;
  font-size: 24px;
  text-align: center;
  margin: 0 0 12px 0;
}

.point-box--txt{
  border: #ccc solid 1px;
  border-top: #0B318F solid 12px;
  padding: 20px 15px;
  height: 100%;
}

.border-t-dpb{
  border-top: #0B318F solid 12px;
}

.book-area{
  border: solid 1px #ccc;
  background: #fff;
}

.book-view{
  display: block;
  margin: 0 auto;
}

.book-info-area{
  border: solid 1px #ccc;
  background: #f5f5f5;
  height: 100%;
  padding: 15px;
}

.point-area{
  height: 100%;
  border: solid 4px #0B318F; 
  background: #fff;
}

.point-circle{
  border-radius: 100px;
  width: 100px;
  height:100px;
  background: #0B318F;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: calc(50% - 50px);
  top: -50px;
}

.point-circle span{
  font-size: 30px;
}

.point-circle p{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   line-height: 1.2;
}

.point-txt{
  padding: 60px 15px 15px 15px;
  top: 50px;
  width:100%;
}

.tbl-area{
  display: flex;
  width: 100%;
  margin: 20px 0 10px;
}

.tbl{
  width: 100%;
  font-size:0.8rem;
}

.tbl th{
  background: #f0f7ff;
  padding: 16px;
  text-align: center;
  border: solid 1px #888;
  white-space: nowrap;
}

.tbl td{
  padding: 14px;
  text-align: center;
  border: solid 1px #888;
  border-top: none;
}


.tbl-th{
  background: #f0f7ff;
  padding: 16px 24px;
  text-align: center;
  border: solid 1px #888;
}

.tbl-td{
  padding: 16px 24px;
  text-align: center;
  border: solid 1px #888;
  border-top: none;
}

.balloon-base{
  position: relative;
  
}

.balloon-talk{
  color:#fff;
  position: absolute;
  background: #0B318F;
  border-radius: 100px;
  padding: 23px;
}

.balloon-talk--1{
  top: 27%;
  left: 50%;
}

.balloon-talk--1:before{
  content: "";
  position: absolute;
  top: 85%;
  left: -15px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 15px solid #0B318F;
  z-index: 0;
  transform: rotate(-30deg);
}

.balloon-talk--2{
  top: 60%;
  left: 45%;
}

.balloon-talk--2:before{
  content: "";
  position: absolute;
  top: 45%;
  left: -20px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 15px solid #0B318F;
  z-index: 0;
}

.btn{
  width: 100%;
  font-size:19px;
}

.btn-red{
  margin: 0 auto;
  border-radius: 3px;
  display: block;
  padding: 16px;
  color: #fff;
  max-width: 400px;
  text-align: center;
  background: #a51013;
  border: solid 1px #a51013;
}

.btn-red:hover{
  color: #a51013;
  background: #fff;
}

p.note {
 font-size:0.8rem;
 line-height:1.2;
 margin-top:0.5rem;
 }
 
 h1 .logo{
 margin-bottom: 10px;
 }
 

.p-sns {
  margin-bottom:30px;
}

.addthis_inline_share_toolbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style:none;
}

.p-sns ul li:first-child {
  margin-right: 10px;
}

.p-sns ul li a {
  transition: all .2s ease-out;
}

.p-sns ul li a:hover {
  opacity: .8;
}

.at-share-btn-elements .at-share-btn {
	margin: 0 8px 0 8px  !important;
	}
	
.alpha_message {
	background: #efefef;
	}
	
.alpha_message p{
	color:#484848;
	}	

.alpha_message span{	
		font-size:20px;
	}
