

.topga{
	width:100%;
	max-width: 1250px;

}
.title {
	font-size: 3vw;
  }
/*メニュー*/



.pj{
	width:20%;
}



.under {
	background: linear-gradient(transparent 70%, #fff7c9 70%);
  }

  .under1 {
	background: linear-gradient(transparent 70%, #aed265 70%);

  }

  .under2 {
	background: linear-gradient(transparent 70%, #00a040 70%);
  }

hr{
	border:2px dashed #f08437;
}



/*文字シリーズ*/
/*.midasi{
	text-align: center;
	font-family:  "Hiragino Maru Gothic Pro","fantasy","serife";
	font-size:  50%;
	
	
}

.honnbun{
	text-align: center;
	font-family:  "Hiragino Maru Gothic Pro","fantasy";
	font-size:  2em;
}*/



.meritmoji{
	text-align:center;
	color:#000;
	font-size: 1.5vw;}

.meritmidasi{
	text-align:center;
    color:#000000;
	font-size: 3.5vw;

}

html{
    font-size: 62.5%;
}
body{
    font-size: calc(1.3rem + (1vw - 0.56rem) * 0.7500);/* 14px~10pxで可変*/
	line-height: 1.8;
	font-family:  "Hiragino Maru Gothic Pro","fantasy","serife";
	
}
h1 {
    font-size: calc(2.4rem + (1vw - 0.56rem) * 3.0000);/* 24px~36pxで可変*/
	line-height: 1.3;
	text-align: center;
	font-family:  "Hiragino Maru Gothic Pro","fantasy","serife";
	margin-top:20px;
}
h2 {
    font-size: calc(1.6rem + (1vw - 0.56rem) * 2.0000);/* 20px~24pxで可変*/
	line-height: 1.3;
	text-align: center;
	font-family:  "Hiragino Maru Gothic Pro","fantasy","serife";
	margin-bottom: 20px;
}
 
@media screen and (max-width: 560px) {/* 560px以下*/
    .body{
        font-size:1.3rem;/* 14px*/
		line-height: 2;
		text-align: center;
		
    }
    h1{
		font-size: 2.4rem;/* 24px*/
		text-align: center;
		
    }
    h2 {
		font-size: 1.6rem;/* 20px*/
		text-align: center;
		
    }
}
 
@media (min-width: 960px) {/* 960px以上*/
    .body {
		font-size:1.6rem;
		text-align: center;
		
    }
    h1 {
		font-size: 3.6rem;/* 36px*/
		text-align: center;
		
    }
    h2 {
		font-size: 2.4rem;/* 24px*/
		text-align: center;
		
    }
}



/*大友頌平が記述*/

.top-banner{
	display: flex;
	flex-wrap:wrap;
	
}
.top-banner li {
	width: calc(100%/3);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}

.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	 border-radius: 100%;
    border-radius: 100%;
    border-radius: 100%;
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}


.flex{
	max-width: 600px;
	margin: 0 auto;
  }

  img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
  }
  


@media screen and (min-width:600px) {
  .flex{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
  .item+.item{
    margin-left:1.0em;
  }
}


.box_1,
.box_2,
.box_3,
.box_4,
.box_5,
.box_6,
.box_7{
 
 width:80%;
 height:auto;
	padding:10px;
	margin-left: auto;
	margin-right: auto;
}
 
.box_1 {
 background-color: #fff;
}
 
.box_2{
 background-color: #fff;
}
 
.box_3{
 background-color: #fff;
}
 
.box_4{
 background-color: #fff;
}
 

.wrap{
display: flex;
justify-content: center;
}

	
 @media screen and (max-width: 800px) {
        .wrap {
          flex-wrap: wrap;
        }
      }

      @media screen and (max-width: 400px) {
        .wrap {
          display: block;
        }
      }


	  /*ボタン*/

	  @import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

	  *,
	  *:before,
	  *:after {
		-webkit-box-sizing: inherit;
		box-sizing: inherit;
	  }
	  
	  html {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 62.5%;
	  }
	  
	  /* 背景用*/
	  body {
		padding: 30px 10px;
	  }
	  
	  .btn,
	  a.btn,
	  button.btn {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.5;
		position: relative;
		display: inline-block;
		padding: 1rem 4rem;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		letter-spacing: 0.1em;
		color: #212529;
		border-radius: 0.5rem;
	  }
	  
	  .btn-wrap-pc-sp {
		max-width: 435px;
		margin: 0 auto 20px;
	  }
	  
	  a.btn-pc-sp {
		line-height: 1.4;
	  
		width: 49.5%;
		padding: 1.25rem 0;
	  
		color: #ffff;
	  }
	  
	  a.btn--contact {
		display: block;
	  
		padding: 1.5rem 0;
	  
		color: #fff;
		background: #f0831e;
		-webkit-box-shadow: 0 5px 0 #f08347;
		box-shadow: 0 5px 0 #dc5f36;
	  }
	  
	  a.btn--contact i {
		font-size: 2rem;
	  }
	  
	  a.btn--contact i.fa-position-left {
		font-size: 3rem;
	  
		left: 2rem;
	  }
	  
	  a.btn--contact :hover {
		color: #fff;
	  }
	  
	  a.btn--tel {
		display: block;
	  
		margin-top: 15px;
		padding: 1rem 0;
	  
		color: #fff;
		background: #094;
		-webkit-box-shadow: 0 5px 0 #008039;
		box-shadow: 0 5px 0 #008039;
	  }
	  
	  a.btn--tel i {
		font-size: 2rem;
	  }
	  
	  a.btn--tel i.fa-position-left {
		font-size: 3rem;
	  
		left: 2rem;
	  }
	  
	  a.btn--tel .number {
		line-height: 1;
	  
		display: inline-block;
	  
		margin-top: 0.5rem;
		padding: 0.25rem 2rem;
	  
		letter-spacing: 0;
	  
		color: #094;
		border-radius: 0.5rem;
		background: #fff;
	  }
	  
	  a.btn--tel:hover {
		color: #fff;
	  }
	  
	  .fa-position-left {
		position: absolute;
		top: calc(50% - 0.5em);
		left: 1rem;
	  }
	  
	  .fa-position-right {
		position: absolute;
		top: calc(50% - 0.5em);
		right: 1rem;
	  }

	  /*お金の部分*/

	  .box15{
		
		color: #565656;
		background: #fff7c9;
		box-shadow: 0px 0px 0px 10px #fff7c9;
		border: dashed 2px #f08437;
		border-radius: 8px;
		width:60%;
		margin-left: auto ;
		margin-right:auto;
		font-size:calc(1.6rem + (1vw - 0.56rem) * 1.0000);
	text-align:center;

	}



	  @media screen and (max-width: 560px) {

	  .box15{
		
		color: #565656;
		background: #fff7c9;
		box-shadow: 0px 0px 0px 10px #fff7c9;
		border: dashed 2px #f08437;
		border-radius: 8px;
		width:85%;
		margin-left: auto ;
		margin-right:auto;
		font-size:1.6rem;
	

	}
}

@media screen and (min-width: 960px) {
	.box15{
		
		color: #565656;
		background: #fff7c9;
		box-shadow: 0px 0px 0px 10px #fff7c9;
		border: dashed 2px #f08437;
		border-radius: 8px;
		width:60%;
		margin-left: auto ;
		margin-right:auto;
		font-size:2rem;
	

	}
}

	.copy{
		text-align: center;
		

	}

	.footer{
		background-color:#aed265;
	}

	

	.flexnouka{
		display:flex;
	}
.sintyaku{
   font-size:20px;
   font-family:  "Hiragino Maru Gothic Pro","fantasy","serife";

}
	.topics{
		margin-top: 30px;
	}
	.topics dl {
		padding: 15px 5px;
		border-bottom: 1px solid #aed265;
		font-family:  "Hiragino Maru Gothic Pro","fantasy","serife";

		}
		
		.topics dt {
		padding-bottom: 5px;
		font-family:  "Hiragino Maru Gothic Pro","fantasy","serife";
		font-size: 14px
		}
		
		@media screen and (min-width: 768px) {
		.topics dt {
		clear: left;
		float: left;
		width: 10%;
		}
		.topics dd {
		margin-left: 11%;
		font-family:  "Hiragino Maru Gothic Pro","fantasy","serife";
		font-size: 1.7vw
		}
		}
		
	