.c_div {
	max-width: 720px;
	margin: auto;
}

.c_tabs{
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
	max-width: 720px;
	margin: auto;
}

.but {
	background-color: #005b60;
	width: 100%;
	color: #fff;
	border: 1px solid transparent;
	max-width: 350px;
}
.btn_in_mb {
  text-align: center;
  margin: 30px auto 0px;
  right: 0;
  left: 0;
}
#c_logo {
	padding: 10px;
	text-align: center;
}
.btn_in_mb [type=reset], [type=submit], button, html [type=button]{
	background-color: #005b60;
	width: 100%;
	color: #fff;
	border: 1px solid transparent;
	max-width: 350px;
	font-size: 120%;
  padding: 5px 10px;
  line-height: 1.2em;
}

.ft_nameltd_mb{
  font-family: 'Gugi', cursive;
}

.nameltd_mb p {
    height: 1em;
    margin: 10px;
    line-height: 1.3em;
}

.ft_div input[type="submit"] {
	background-color: #005b60;
	width: 100%;
	color: #fff;
	border: 1px solid transparent;
	max-width: 350px;
}

#qr_img {
	border:1px solid #666;
	width: 90%;
	max-width: 430px;
}

.orange_box {
	font-size: 1em;
	word-wrap: break-word;
  max-width: 430px;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
}


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

	#header {
		background: #005B60;
		color: #fff;
		padding: 0 4px;
		width: 100%;
		height: auto; 
	}	
	#c_logo {
		display: none;
	}
	#lh_Ham {
	    position: absolute;
	    top: 8px;
	    right: 30px;
	    font-size: 25px;
	    color: #fff;
	}
	div#header_telop{
	  background-color: #005b60;
	  font-size: 12px;
	  line-height: 2;
	  height: auto;
	  position: relative;
	  padding: 0 5px;
	}
	#inner {
	    /*margin-top: 55px;*/
	}
	#column_all {
		width: 100%;
	}
	.ltd_flx_mb {
    display: flex;
	}

	div#header_telop {
    display: flex;
  }
	.nameltd p {
	    font-family: 'Gugi', cursive;
	    color: #fff;
	}
	.nameltd p span{
	    font-size: 1.2em;
	    font-weight: bold;
	}
	.ltd_logo_mb {
	    width: 55px;
	}
	.ltd_logo_mb img {
	    width: 100%;
	    padding: 10px 5px;
	}
	.nameltd_mb p {
	    height: 1em;
	}
	.ft_nameltd_mb {
	    padding: 5px 10px;
	}	
	.pr_blocks {
		display: none;
	}

}