@charset "UTF-8";

* {
	padding			: 0;
	margin			: 0;
    font-family		: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-feature-settings: "palt";
	word-break		: break-all;
	text-align		: justify; }
	
#wrap {
	font-size		: 16px;
    display			: flex;
    flex-wrap		: wrap;
    max-width		: 755px;
    width			: 100%;
   	margin			: 0px auto;
	padding			: 4px 10px 0px 15px;
	background-color: #ffffff; }

.logo_l {
	width			: 505px;
	height			: 65px;
  	margin     		: 3px 0px 0px 0px;
  	background-color: #b5b584; }

.logo_r {
	width			: 240px;
  	margin    	 	: 3px 5px 0px 0px; }
  	
.no_hide { 			}

.img_logo {
	width			: 100%; }

.indent {
	font-size		: 16px;
	list-style-image: url('img_t/ind.gif');
	line-height		: 150%;
    margin			: 5px 15px 5px 305px; }

h1 {
	font-size		: 24px;
	color			: #ffffff;
	margin	 		: 4px 0px 0px 15px;}

h2 {
	font-size		: 19px;
	color			: #ffffff;
	text-align		: left;
	padding			: 2px 0px 0px 0px;
	margin			: -33px 15px 0px 305px; }
	
h3 {
	font-size		: 19px;
	color			: #ffffff;
	text-align		: left;
	margin			: -2px 15px 0px 305px; }

.l_font {
	font-size		: 16px; }

.p_count {
	font-size		: 15px;
	color			: #ffffff;
	text-align		: right;
	margin			: -65px 15px 0px auto; }

.box {
	width			: 94%;
   	margin			: 15px auto -10px auto; }

.img {
    width			: 100%;
    margin     		: 0px 0px 30px 0px; }

.img_c {
    width			: 100%;
    margin     		: 0px 0px 5px 0px; }

.button {
	display			: block;
	width			: 180px;
  	font-size		: 16px;
	font-weight		: bold;
	text-align		: center;
	margin			: 15px 20px 0px auto;
	padding			: 7px 0px 7px 0px;
	background-color: #858585;
	color			: #ffffff;
	text-decoration	: none;
  	border-radius	: 50px; }

.line_02 {
	width			: 100% ;
   	margin			: 10px 15px 0px 5px; 
 	border			: 2px solid #c8c8c6; }
 
 .space_0 {
	width			: 100% ;
 	border			: 1px solid #ffffff; }

 .space_10 {
	width			: 100% ;
 	border			: 10px solid #ffffff; }

a:active {
	color:#0000ee;}

