area{
border:none;
outline:none;
}


.only_mb{
	display:none;
}

.nav-wrapper{
	display:none;
}

* {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.m1-i{
	width: 325px;
    height: 334px;
    margin-left: 0px;
}
.h-2 {
	display: block;
	max-width: 1216px;
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}
.h-i {
	display: inline-block;
}
.h-p2 {
	display: inline-block;
	margin-bottom: 16px;
    margin-left: -10px;
}

.h-1 {
	width: 100%;
	/*height: 40px;*/
	padding: 10px 20px;
    text-align: left;
	background-color: #8FC31F;
}
.h-p {
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	/*padding: 4px 10px;*/
    line-height: normal;
}

.n-h{
	/*width: 70%;*/
	display:flex;
	align-items:center;
	margin-top:25px;
	float:right;
	padding-right: 10px;
}

#nav{
	display:flex;
}

#nav {
	list-style: none;
}
.li1 {
	width: 160px;
}
.li2 {
	width: 300px;
}

.h-3 {
	border-radius: 10px;
	float: right;
	height: 42px;
    padding-top: 12px;
    padding-left: 25px;
	margin-left: 15px;
    margin-right: 0;
    width: 172px;
	background-color: #34A1D3;
}
.h-p3 {
	color: #FFFFFF;
	padding-left: 6px;
}

#nav li {
	text-align: center;
	float: left;
	margin-top: 9px;
	/*padding-right: 20px;*/
	width: auto;
	padding: 0px 10px;
}
#nav li a {
	text-decoration: none;
	color: #000000;
}
#nav li a:hover{
	color: #0e6eb8;
}

/*.n-h {
	display: block;
	float: right;
	width: 850px;
	margin-top: 32px;
}*/
hr {
	width: 100%;
}

footer {
	background-color: #F7F8F8;
	position:relative;
}
.footer {
	max-width: 1216px;
	margin: 0 auto;
	display: block;
	height: 240px;
	/*position:relative;*/
}
.footer1 {
	float: left;
	height: 165px;
	padding-top: 15px;
}
/*.chati {
	float: right;
	margin-top: -37px;
}*/
.footer-i {
	display: inline-block;
	margin-top: 40px;
}
.footer-p {
	display: inline-block;
	font-size: 13px;
}
.footer-1 {
	display: flex;
	margin-bottom: 10px;
}
.footer-2 {
	display: flex;
	margin-bottom: 10px;
}
.footer-3 {
	display: flex;
}
.footer-c {
	float: right;
    margin-right: 10px;
}

.last {
	clear: both;
	padding-top: 20px;
	font-size: 14px;
}
.h1 {
	    max-width: 909px;
	margin: 0 auto;
	font-size: 66px;
	margin-top: 50px;
	color: #34A1D3;
}

.chat_text {
    background-color: #fff;
    /* color: #178efe; */
    border: solid 7px #178efe;
    border-radius: 25px;
	z-index: 99;
    right: 25px;
    bottom: 40px;
    display: block;
    position: fixed;
}

.chat_header {
    text-align: right;
    background: #178efe;
}

.burger-btn{
	display:none;
}

@media screen and (max-width:1024px) {
	.h-p {
	    font-size: 1rem;
	    text-align: left;
	}
	.n-h{
		width: 70%;
		display:flex;
		align-items:center;
		margin-top:25px;
	}
	.n-h ul li a{
		font-size:0.8rem;
	}

	.h-p {
		font-size: 19px;
		padding-top: 12px;
	}
	.h-i{
		width: 150px;
	}
	.h1 {
	    font-size: 62px;
	    margin-top: 14px;
	    max-width: 100%;
	    text-align: center;
	}
	#nav{
		display:flex;
		width:80%;
	}
	#nav li{
		padding-right:0px;
	}
	.li1{   
	    width: 25%;
	}
	.li2{
		width: 45%;
	}
	.footer {
	    height: 230px;
		max-width: 970px;
		margin: 0 auto;
	}
}

@media screen and (max-width:900px) {
	.bot_box{
		/*max-width: 200px;*/
	}
	.bot_box img{
		/*width: 100%;*/
	}
}
@media screen and (max-width:810px) {
	.h-p{
		text-align: center;
    max-width: 660px;
    margin: 0 auto;
	font-size: 14px;
	}
	.n-h{
		    width: 72%;
	}
	#nav li{
		margin-top: 5px;
	}
	.li2{
		width: 50%;
	}
}
@media screen and (max-width:768px) {
	.h-i {
	    width: 131px;
	}
	.h-p2 {
    	margin-bottom: 11px;
	}
	/*ハンバーガーメニュー*/
	header{
		position: fixed;
	    width: 100%;
	    background: #fff;
	    z-index: 500;
	}
	
	header .h-1{
		display: none;
	}
	#main_content{
		padding-top: 75px;
	}
	.burger-btn {
	  display: block;
      /*width: 45px;*/
      /*height: 45px;*/
      width: 74px;
      height: 74px;
      position: absolute;
      z-index: 3;
      border: none;
      top: 70px;
      right: 10px;
	}
	.bar{      
	  /*width: 100%;*/
	  width: 45px;
	  height: 1px;        
	  display: block;      
	  position: absolute;      
	  left: 50%;      
	  transform: translateX(-50%);      
	  background-color: #000;    
	}    
	.bar_top{   
	  /*top: 10px;*/
	  top: 25px;
	}
	.bar_mid{    
	  top: 50%;
	  transform: translate(-50%,-50%);
	}
	.bar_bottom{
	  /*bottom: 10px;*/
	  bottom: 25px;
	}
	.burger-btn.close .bar_top{      
	  transform: translate(-50%,10px) rotate(45deg);      
	  transition: transform .3s;    
	}    
	.burger-btn.close .bar_mid{      
	  opacity: 0;       
	  transition: opacity .3s;    
	}    
	.burger-btn.close .bar_bottom{      
	  transform: translate(-50%,-13px) rotate(-45deg);
	  transition: transform .3s;
	}
	.nav-wrapper{      
	  display: none;      
	  width: 100vw;      
	  height: 100vh;      
	  position: fixed;      
	  top: 0;      
	  left: 0;       
	  z-index: 2;     
	}
	.menu_ttl_back{
		display: inline-block;
	    color: #222222;
	    max-width: 100%;
	    width: 100%;
	    /*padding: 20px 15px;*/
	    padding: 35px 30px 25px 30px;
	    background: #99e1ff;
	}
	.menu_ttl_back p{
		font-family: 'Noto Sans JP', sans-serif;
	    font-weight: 700;
	    font-size: 25px;
	}
	.header-nav{        
	  width: 100%;        
	  height: 100%;        
	  background-color:#C5EEFF;        
	  z-index: 2;
	  color: #000;
		box-sizing: border-box;	
		/*padding: 20% 10%;*/
		/*padding: 20% 5%;*/
		padding: 0px;
		overflow: scroll;     
	}     
	.header-nav .nav-list{        
	  display: block;
	  margin-top: 15px;        
	  /*position: absolute;        
	  top: 50%;        
	  left: 50%;        
	  transform: translate(-50%,-50%);        
	  text-align: center;*/
	  /*padding:0;*/
	  padding: 0px 20px;    
	}      
	.header-nav .nav-item a{
	    width: 100%;
	    display: inline-block;
		margin-right: 0;
	    padding: 25px 10px;
	    list-style: none;
	    font-weight: bold;
	    font-size: 18px;
	    border-bottom: 1px solid #cecece;
	    color: #222222;
	}
	.header-nav .nav-item:first-child{
		border-top: 1px solid #cecece;
	}

	.header-nav .nav-item a{
		/*color:#fff !important;*/
	}

	.header-nav .nav-list .nav-item .sub li{
		line-height:2;
	}
	/*↑ここまでハンバーガーメニュー*/

		.footer {
	    max-width: 748px;
		margin-top:100px;
		height: 185px;
	}
	.footer-i {
	    width: 160px;
	}
	.footer-1 {
	    font-size: 13px;
	}
	.footer-2{
	    font-size: 13px;
	}
	.footer-3 {
	    font-size: 13px;
	}
	/*.chati {
	    width: 200px;
	    margin-top: -25px;
	}*/
	.burger-btn{
		display:block;
	    /*top: 95px;*/
		top: 10px;
	    right: 20px;
	}
	.n-h{
		display:none;
	}
	.footer1 {
	    float: left;
	    height: auto;
	    padding-top: 15px;
	    width: 100%;
	}
}
@media screen and (max-width: 599px) {
.only_pc{
	display:none !important;
}

.only_mb{
	display:block;
}

.h-2 {
    position: relative;
    margin-top: 0px;
}

.hi img{
	width:100%;
	height:auto;
}

/*ハンバーガーメニュー*/
.burger-btn {
    /*top: 10px;*/
    top: 0px;
}

.burger-btn.close{
	top:0;
}

.footer1 {
    max-width: 100%;
    height: auto;
}
/*.chati {
    width: 50%;
    margin-top: -10px;
}*/
.footer {
    max-width: 100%;
	font-size:0.8rem;
	padding-top: 0px;
    height: 253px;
}

.footer-i {
    width: 50%;
        margin-top:0px;
}
.footer-1 {
    margin-bottom: 7px;
	justify-content: center;
}
.footer-2 {
    margin-bottom: 7px;
}
.footer-3 {
    margin-bottom: 7px;
	justify-content: center;
}

.footer-p {
	font-size: 0.8rem;
	line-height:1.5;
	margin-top: 15px;
	margin-left: 105px;
}


.m1-p {
    width: 56%;
}
.m-c {
    height: auto;
	margin-bottom:10px;
}
.footer-c {
   margin-right: 167px;
}

.h-i {
    width: 132px;
    margin-top: 10px;
}
.h-p2 {
    font-size: 10px;
    margin-bottom: 14px;
}

}
@media screen and (max-width: 480px) {
	.menu_ttl_back{
		padding: 25px 30px 25px 30px;
	}
	.footer-p{
		margin-left:35px;
	}
	.footer-c{
		margin-right: 100px;
	}
}
@media screen and (max-width: 375px) {
	.footer{
		padding-top: 0px;
    height: 250px;
	}
	.footer-i{
		margin-top:5px;
	}
	.footer-p{
	margin-left: 24px;
    margin-top: 15px;
	}
	.footer-c {
    margin-right: 80px;
}
}
@media screen and (max-width: 360px) {
	.footer-p {
    margin-left: 15px;
	}
	.m1-i {
    width: 45%;
}
}
@media screen and (max-width: 320px) {
	.m-p1{
		font-size: 15px;
    line-height: 24px;
	max-width: 284px;
	}
	.footer1{
		margin-top: 10px;
	}
	.footer-i{
		    width: 60%;
	}
	.footer-p{
	margin-left: 10px;
    margin-top: 10px;
	}
	.footer-1{
		    font-size: 12px;
	}
	.footer-2{
		    font-size: 12px;
	}
	.footer-3{
		    font-size: 12px;
	}
	.footer-c{
		margin-right: 55px;
	}
}