@charset "UTF-8";
body{
	margin:0;
	padding:0;
	font-family: 'Sawarabi Gothic', sans-serif;
	text-align: center;
	color: #222;
	}
a {
	cursor:pointer;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
header{
	margin:0;
	padding:0;
}
.wp_wid{
	width:970px;
	margin: 0 auto;
}
.head{
	display: flex;
	justify-content:space-between;
	align-items: center;
	padding:20px 0;
	}
.logo{
	text-align:left;
}

.logo h1{
	font-size:1.75em;
}
.logo h3{
	font-size:1em;
	font-weight:300;
	margin-bottom:8px;
}
.logo h1 a,
.logo h1 a:hover,
.logo h1 a:active,
.logo h1 a:visited{
	color:#222;
}
.logo h1 a:hover {
	text-decoration:none;
}
.contact{
	text-align:center;
	padding:10px;
	background:#fecc00;
}
.contact a,
.contact a:hover,
.contact a:active,
.contact a:visited{
	color:#fff;
}
.mail_num{
	font-size:1em;
	font-weight:600;
}
.wp_all{
	width:100%;
	margin:0 auto;
	padding:0;
	}
.wp_slide{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#444;
	max-height: 400px;
	overflow: hidden;
	position:relative;
	z-index:1;
}
.wp_slide img{
	width:100%;
}
.bnr_area{
	position:absolute;
	bottom:20px;
	right:12%;
	z-index:2;
}
.bnr_area img{
	width:450px;
}
.wp_title_h2{
	width:100%;
	margin:0 auto;
	padding:0;
	background:#444;
	text-align:left;
	max-height: 200px;
	overflow: hidden;
}
.wp_title_bg_info{
	background:url("../img/h2_bg_info.jpg") no-repeat center center;
	background-size: cover;
}
.wp_title_bg_member{
	background:url("../img/h2_bg_member.jpg") no-repeat center center;
	background-size: cover;
}
.wp_title_bg_kanban{
	background:url("../img/h2_bg_sign.jpg") no-repeat center center;
	background-size: cover;
}
.wp_title_bg_activity{
	background:url("../img/h2_bg_activity.jpg") no-repeat center center;
	background-size: cover;
}
.wp_title_h2_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 200px;
}
.wp_title_h2 h2{
	color:#fff;
	font-size:1.5em;
	font-weight:500;
}

.bnr_area_k img{
	width:320px;
}
nav{
	background: linear-gradient(#1e6bbb, #062977);
}
#g_nav {
	width:970px;
	margin: 0 auto;
}
#g_nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
#g_nav li {
	width:24%;
	padding:30px 0;
	font-size:1.5em;
	font-weight:500;
}
#g_nav a,
#g_nav a:hover,
#g_nav a:active,
#g_nav a:visited{
	color:#fff;
}
#g_nav a:hover {
	text-decoration:none;
}
#contents{
	font-size:1em;
	line-height:140%;
	margin-bottom:40px;
}
.con_title{
	width:100%;
	margin:40px 0 30px 0;
	border-bottom: 1px solid #999;
	text-align:left;
}
.con_title h3{
	font-size:1.5em;
	font-weight:500;
	margin-bottom:5px;
}
.wp_con{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
.area_one{
	width:98%;
	margin:10px 1%;
}
.area_half{
	width:48%;
	margin:10px 1%;
}
.area_third1{
	width:28%;
	margin:10px 1%;
}
.area_third2{
	width:68%;
	margin:10px 1%;
}
.area_one img,
.area_half img,
.area_third1 img,
.area_third2 img{
	max-width: 100%;
}
.sub_title{
	margin:20px 0;
	padding:8px;
	color:#fff;
	text-align:left;
	font-size:1.3em;
	font-weight:500;
	background:#e3662a;
}
.sub_title2{
	margin:0;
	padding:8px;
	color:#fff;
	text-align:left;
	font-size:1.3em;
	font-weight:500;
	background:#e3662a;
}
.txt_lf{
	text-align:left;
}
.txt_lf_add{
	text-align:left;
}
.txt_stg_blu{
	color:#1e6bbb;
	}
.txt_stg_red{
	color:#cb0404;
	}
.txt_sm{
	font-size:.9em;
	}
.btn_wp{
	width:92%;
	text-align:center;
	padding:12px 8px;
	background:#e3662a;
	margin-top:20px;
	display:block;
	font-size:1.2em;
}
.btn_wp a,
.btn_wp a:hover,
.btn_wp a:active,
.btn_wp a:visited{
	color:#fff;
}
footer{
	width:100%;
	margin:0 auto;
	background:url("../img/footer_bg.png") top center repeat-x #062977;
	padding:110px 0 20px 0;
	color:#fff;
}
.footer_wp{
	display: flex;
	flex-wrap: wrap;
	text-align:left;
}
address{
	font-style:normal;
	width:35%;
	margin:20px 2%;
	line-height: 140%;
}
.ft_nav{
	width:35%;
	margin:20px 2%;
}
.ft_nav li{
	list-style: none;
	margin-bottom:8px;
}
.ft_nav li a,
.ft_nav li a:hover,
.ft_nav li a:active,
.ft_nav li a:visited{
	color:#fff;
}
#copyright{
	margin:20px auto;
}
.br-pc { display:block; }
.br-tb { display:block; }
.br-sp { display:none; }
.br-sp_chk { display:none; }
img .rengou{
	width:640px;
}
.txt-al-ri{
	text-align:right;
}
.yak_mem {
  border-collapse: collapse;
  width: 100%;
  margin:10px 0;
}
.yak_mem thead th{
	text-align:center;
}
 
.yak_mem th,
.yak_mem td {
  border: 1px solid #bbb;  
  padding: 8px;
}
 
.yak_mem th {
  background: #b0e0e6;
  font-weight:500;
}
.yak_mem td.com_nm a,
.yak_mem td.com_nm a:hover,
.yak_mem td.com_nm a:active,
.yak_mem td.com_nm a:visited{
	color:#cb0404;
}
.pr{
	margin:20px auto;
	border:2px solid #cb0404;
	padding:10px;
	}
.pr_title{
	font-size:1.2em;
	color:#cb0404;
	margin-bottom:5px;
}
.pr_b{
	margin:20px auto;
	border:2px solid #1e6bbb;
	padding:10px;
	}
.pr_title_b{
	font-size:1.2em;
	color:#1e6bbb;
	margin-bottom:5px;
}
.pr_o{
	margin:20px auto;
	border:2px solid #e3662a;
	padding:10px;
	}
.pr_title_o{
	font-size:1.2em;
	color:#e3662a;
	margin-bottom:5px;
}
.mb-20{
	margin-bottom:20px;
}
.txt_l{
	font-size:1.2em;
	}
.btn_fax{
	width:40%;
	margin:10px 0 20px 0;
	background:#cb0404;
	font-size:1.3em;
	font-weight:400;
	text-align:center;
	padding:10px;
	}
.btn_fax a,
.btn_fax a:hover,
.btn_fax a:active,
.btn_fax a:visited{
	color:#fff;
}
table#form th{
	vertical-align:top;
}
input, select, textarea {
	font-size: 1.1em;
	margin:0;
	padding:4px;
	border:#aaa 1px solid ;
}
input[type="text"],
textarea {
    width: 96%;
}
.btn{
	text-align:center;
	
}

.bt_send{
	display: inline-block;
	padding: 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #e3662a;/*背景色*/
	font-weight: 400;
	border:none;
	font-size:1.1em;
	width:30%;
	margin-right:10px;
}

.bt_reset{
	display: inline-block;
	padding: 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #5586ba;/*背景色*/
	font-weight: 400;
	border:none;
	font-size:1.1em;
	width:30%;
}
.kbn dt{
	color:#cb0404;
	margin-bottom:8px;
}
.kbn dd{
	margin:8px 0 12px 20px;
}


@media (max-width: 959px) {
.wp_wid{
	width:98%;
	padding:0 1%;
}
.logo{
	margin:20px 0;
}

.logo h1{
	font-size:1.45em;
}
.logo h3{
	font-size:.8em;
}
.bnr_area{
	right:5%;
}
.bnr_area img{
	width:320px;
}
#g_nav {
	width:98%;
	margin: 0 1%;
}
#g_nav li {
	padding:16px 0;
	font-size:1em;
}
.con_title{
	margin:20px 0 0 0;
}
.con_title h3{
	font-size:1.2em;
	margin-bottom:5px;
}
.area_half{
	width:100%;
	margin:10px 0;
}
.area_third1{
	width:100%;
	margin:10px 0;
}
.area_third2{
	width:100%;
	margin:10px 0;
}
.txt_lf_add{
	text-align:center;
}
.btn_wp{
	width:95%;
	padding:12px 4px;
	font-size:1.1em;
}
footer{
	width:98%;
	padding:110px 1% 20px 1%;
	color:#fff;
}
address{
	width:100%;
}
.ft_nav{
	width:100%;
}
.ft_nav li{
	margin-bottom:14px;
	}
#copyright{
	font-size:.9em
	}
.br-pc { display:none; }
.br-tb { display:block; }
.br-sp { display:block; }
.br-sp_chk { display:none; }
	
}
@media (max-width: 768px) {
.br-sp_chk { display:none; }	
}
@media (max-width: 640px) {
header{
background: linear-gradient(#1e6bbb, #062977);
	}
.logo h1,
.logo h3{
	color:#fff;		
	}
.logo h1 a,
.logo h1 a:hover,
.logo h1 a:active,
.logo h1 a:visited{
	color:#fff;
}
.bnr_area{
	position:static;
}
.bnr_area img{
	width:100%;
}
img .rengou{
	width:98%;
}
.br-pc { display:none; }
.br-tb { display:none; }
.br-sp { display:block; }
.br-sp_chk { display:block; }
.yak_mem thead { 
	display: none;
}
.yak_mem tr,
.yak_mem th,
.yak_mem td {
    display: block;
    width: auto;
  }
.yak_mem tr:first-child {
    border-top: 1px solid #bbb;  
  }
.yak_mem th,
.yak_mem td {
    border-top: none;
  }
.yak_mem td.com_nm{
	background-color: #b0e0e6;
	}
.yak_mem td.brd_wh{
	border-bottom: none;
	}
 .btn_fax{
	width:95%;
	}
.txt_lf_add{
	text-align:center;
}
.bt_send{
	width:40%;
}

.bt_reset{
	width:40%;
}
}

