/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
/*  color: #fff;*/
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
/*body {
  height: 100%;
  background-color: #fff;
}*/
body {
  color: #555;
  text-align: center;
 /* text-shadow: 0 .05rem .1rem rgba(0,0,0,.5); */
}

/* Extra markup and styles for table-esque vertical and horizontal centering */

.wf-nicomoji {
	font-family: "Nico Moji"; 
}



.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  background-image: url(../img/background.jpg);
  background-position: center center;
  background-size: cover;
/*  -webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
          box-shadow: inset 0 0 5rem rgba(0,0,0,.5);*/
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.toph1{
	font-size: 22px;
	color:rgba(2,116,33,1.00);
	font-weight: bolder;
/*	text-align: left !important;*/
}

.yokoku{
	font-size: 40px;
	color:rgba(2,116,33,1.00);
	font-weight: bolder;
	text-align: center;
}

.bg-white{
	background-color: rgba(255,255,255,0.78);
}

/* Padding for spacing */
.inner {
  padding: 1rem;
  padding-bottom: 30px;
}


/*
 * Header
 */

.masthead {
  margin-bottom: 1rem;
    background-color: rgba(255,255,255,0.78);
}


.masthead div img{
	width:220px;
	float: left;
	margin-bottom: 15px;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: bold;
/* color: rgba(255,255,255,.5);*/
  background-color: transparent;

  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255,255,255,.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
/*  color: #fff;
  border-bottom-color: #fff;*/
}

@media (min-width: 992px) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
background-color: rgba(255,255,255,0.78);
}

.gst{
	font-weight: bold;
	color: rgba(53,157,72,1.00);
}

.container div{
	font-size: 18px;
}

@media (max-width: 991px) {
	.container{
		width: 98%;
	}
}


.blueback{
	background-image: url(../images/sora2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;

}

.blueback2{
	background-image: url(../images/sora2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;

}

/*.blueback2{
	background-image: url(../images/sora2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 100%;
	
}
*/
.textzai{
	color: rgba(97,170,78,1.00);
	font-weight: bold;
}

.textgai{
	color: #ef7a33;
	font-weight: bold;
}

.textzetu{
	color:rgba(198,165,79,1.00);
	font-weight: bold;
}

.texttoku{
	color: #c83639;
	font-weight: bold;
}

.yakutxt{
	font-size: 16px;
}

.green{
	background-color: rgba(97,170,78,1.00);
}

.back01{
	/*position: relative;*/
	background-image: url("../img/background02.jpg");
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	
}

/*.back01:after {
　position: absolute;
　content: '';
　left: 0;
　top: 0;
　width: 100%;
　height: 100%;
　background-color: rgba(0,0,255,0.64);
}*/
/*
 * Affix and center
 */

@media (min-width: 640px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
	  z-index: 20;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
	
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot{
   /* width: 95%;*/
  }
  .cover-container{
  	/*width: 95%*/
  }
}

.btn_katou_green{
	background-color: rgba(103,158,68,1.00)!important;
	color: rgba(255,255,255,1.00)!important;
}

	.sekou_btn02{
	margin-bottom: 30px;
	margin-left: 20px;
}

.center_first_p{
	font-weight:bold;
	font-size:1.4em;
	text-align:center;
	/*margin-top:2em;*/	
}

 
.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
 
.slash::before,
.slash::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #555;
  margin: 0px 4px 4px;
}
 
.slash::before {
  transform: rotate(55deg);
}
 
.slash::after {
  transform: rotate(-55deg);
}
 
.box01{
	padding-top: 50px;
	padding-bottom: 50px;
}

.fs01{
	font-size: 28px;
	line-height: 2.8rem;
}

.fs02{
	font-size: 26px;
	line-height: 2.8rem;
}

@media screen and (max-width: 767px){
	.fs01{
	font-size: 24px;
	line-height: 2.2rem;
}

.fs02{
	font-size: 20px;
	line-height: 2rem;
}

	
}

/* 画面幅が1024px以上の時は */
@media screen and (min-width: 1024px) {
  .ps-br{
    display: block; /* PCを改行して */
  }

  .sp-br{
    display: none; /* SPの改行を隠す */
  }
}

/* 画面幅が560px以下の時は */
@media screen and (max-width: 560px) {
  .ps-br{
    display: none; /* PCの改行を隠して */
  }

  .sp-br{
    display: block; /* SPを改行する */
  }
}

.tamesi_link{
    color: #464646;
}

.tamesi_link:hover{
    color: #6D6D6D;
}