@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", "sans-serif";
	margin: 0px;
	padding: 0px;
	color: #555;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.roboto {
	font-family: 'Roboto Condensed', sans-serif;
}

html {
	font-size: 62.5%;
	overflow: auto;
}
body {
}
.opmenu,
body.opmenu {
	overflow: hidden;
	height: 100%;
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
a {
	text-decoration: none;
	position: relative;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}

.para {
	margin-bottom: 1.5em;
}
.para-half {
	margin-bottom: 1em;
}

.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}

/* 大枠 */
body #allcontents {
	position: relative;
}

/* ヘッダ */
header {
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 100;
	background: #f8f8f8 url("../images/back_headline.png") no-repeat center top;
	background-size: 100% 13px;
	position: fixed;
}
header:after {
	content: "";
	width: 100%;
	height: 50px;
	display: block;
	background: url("../images/back_headbottom.png") no-repeat left top;
	background-size: 767px 50px;
	position: absolute;
	bottom: -50px;
	left: 0px;
}
header > div {
	padding: 30px 20px 20px;
	position: relative;
}
header .logo_jbvp {
	margin-bottom: 5px;
}
header .logo_jbvp img {
	width: 80px;
}
header h1 {
	font-size: 1.6rem;
	line-height: 1.1;
}
header h1 a {
	line-height: 1.1;
	display: inline-block;
}
header .title_sub {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-shadow:0px 2px 0px #00409D;
}

/* コンテンツ */
section {
	clear: both;
	margin: 0px;
	padding: 180px 0 20px;
	position: relative;
}
section article.contents {
	padding: 0px 0px 50px;
}
section article > div {
	max-width: 1260px;
	margin: auto;
	padding: 0 20px;
	position: relative;
}
section article.category {
	text-align: center;
	border-bottom: solid 5px #2569b2;
}
section article.category h2 {
	font-size: 1.8rem;
	padding: 1em;
}

section article.page_title {
}
section article.page_title div {
}
section article.page_title div h2 {
}

@media (min-width: 360px) {
}

@media (min-width: 414px) {
section {
}
section article > div {
	padding: 0 30px;
}
}

@media (min-width: 768px) {
.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header {
	background-size: 1600px;
}
header:after {
	height: 50px;
	bottom: -50px;
	background: url("../images/back_headbottom.png") no-repeat left top;
	background-size: 100% 50px;
}
header > div {
	padding: 50px 30px 30px;
}
header > div > div {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
header .logo_jbvp {
	margin: 0px 20px 0px 0px;
}
header .logo_jbvp img {
	width: 100px;
}
header h1 {
	font-size: 2.2rem;
}
header .title_sub {
	font-size: 2rem;
}

/* コンテンツ */
section {
	padding: 200px 0 40px;
}
section article.category {
	border-bottom-width: 10px;
}
section article.category h2 {
	font-size: 2.2rem;
}
}

@media (min-width: 1200px) {
.nomal_size {
	font-size: 1.8rem;
}
.mid_size {
	font-size: 1.6rem;
}
.small_size {
	font-size: 1.4rem;
}

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header {
	background-size: 100%;
}
header:after {
	background-size: 100% 50px;
}
header > div {
	padding: 70px 30px 50px;
	width: 100%;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
header .logo_jbvp img {
	width: 120px;
}
header h1 {
	font-size: 3rem;
}
header .title_sub {
	font-size: 2.4rem;
}

section {
	padding: 270px 0 50px;
}

/* コンテンツ */
section article {
}
section article.category h2 {
	font-size: 3rem;
}

}

/* フッタ
------------------------------------------------------------ */
footer {
	clear: both;
	z-index: 10;
}
footer > div {
	max-width: 1260px;
	margin: auto;
	padding: 0 15px;
	position: relative;
}

footer .hicynclogo {
	text-align: center;
	padding: 0em 15px 25px;
	font-weight: 300;
}
footer .hicynclogo img {
	width: 120px;
	margin-bottom: 8px;
}
footer .copyright {
	text-align: center;
	padding: 0em 15px 1.5em;
	font-weight: 300;
}
footer .copyright_note {
	text-align: center;
	background: #f8f8f8;
	padding: 15px 15px;
}
@media (min-width: 360px) {
footer article.contact {
	padding: 30px 20px;
}
}
@media (min-width: 414px) {
footer > div {
	padding: 0 30px;
}
}
@media (min-width: 768px) {
footer .hicynclogo {
	padding: 0em 15px 5em;
}
footer .hicynclogo img {
	width: auto;
}
}
@media (min-width: 1200px) {
}


/* ■■■■■■■■■■■■■■■■■■■■■ メニュー ■■■■■■■■■■■■■■■■■■■■■ */

/* スマホ */
#menu-box {
	display: block;
	width: auto;
	list-style: none;
	z-index: 1000;
}
#menu-box * {
}
#toggle {
	background: #29a0ce;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	top: 30px;
	right: 20px;
	z-index: 1000;
	cursor: pointer;
	padding: 0px;
	position: absolute;
}
#toggle a {
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	display: table-cell;
	height: 39px;
	vertical-align: middle;
	position: relative;
	margin: 0px;
	padding: 0.2em 0.5em 0 50px;
	text-decoration: none;
	transition: .3s;
}
.opmenu #toggle a {
}

#toggle span {
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	text-align: center;
	position: absolute;
	left: 10px;
	transition: .3s;
}
#toggle span.menu_first {
	top: 8px;
}
#toggle span.menu_mid {
	top: 18px;
}
#toggle span.menu_last{
	top: 28px;
}
.opmenu #toggle span.menu_first {
	top: 18px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	transition: .3s;
}
.opmenu #toggle span.menu_last {
	top: 18px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	transition: .3s;
}
#toggle span.close {
	background: transparent;
}
.opmenu #toggle span.menu_first,.opmenu #toggle span.menu_last {
	background: #fff;
}

#menu-box #menu {
	display: none;
	width: 100%;
	padding: 0 20px;
	left: 0px;
	top: 0px;
	z-index: 999;
	position: fixed;
	height: 100vh;
	background: rgba(0,0,0,0.3);
	overflow-y: auto;
}
#menu nav {
	width: 100%;
	max-width: 100%;
	display: table;
	margin: auto;
}
#menu .menu_main {
	padding-top: 140px;
	margin-bottom:80px;
}
#menu .menu_main ul {
}
#menu .menu_main ul li {
	list-style: none;
	margin-bottom: 10px;
}
#menu .menu_main ul li:last-child {
}
#menu .menu_main ul li a {
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #29a0ce;
	display: block;
	padding: 50px 0 0.5em;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#menu .menu_main ul li a:after {
	content: "\0025b8";
	padding-left: 0.5em;
}
#menu .menu_main ul li.menu_pickup a {
	background: #29a0ce url("../images/menuicon_hand.png") no-repeat center 10px;
	background-size: 36px;
}
#menu .menu_main ul li.menu_present a {
	background: #29a0ce url("../images/menuicon_present.png") no-repeat center 10px;
	background-size: 36px;
}
#menu .menu_main ul li.menu_company a {
	background: #29a0ce url("../images/menuicon_buil.png") no-repeat center 10px;
	background-size: 36px;
}
#menu .menu_main ul li.menu_forum a {
	background: #29a0ce url("../images/menuicon_forum.png") no-repeat center 10px;
	background-size: 36px;
}
#menu .menu_main ul li.menu_home a {
	background: #29a0ce url("../images/menuicon_home.png") no-repeat center 10px;
	background-size: 36px;
}

@media (min-width: 360px) {
#toggle {
}
}

@media (min-width: 360px) {
}

@media (min-width: 414px) {
#menu .menu_main ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#menu .menu_main ul li {
	width: 48%;
	widht: -webkit-calc(50% - 5px);
	width: -moz-calc(50% - 5px);
	width: calc(50% - 5px);  
}
/*#menu .menu_main ul li.menu_home {
	width: 100%;
}
#menu .menu_main ul li.menu_home a {
	padding: 15px 0;
	background: #29a0ce;
	vertical-align: middle;
}
#menu .menu_main ul li.menu_home a:before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 32px;
	margin: 0 10px 5px 0;
	background: url("../images/menuicon_home.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}*/
}

/* タブレット */
@media (min-width: 768px) {
/* ヘッダ */
#menu-box {
	display: block;
	width: auto;
	position: static;
	margin-left: auto;
}
#toggle {
	position: relative;
	height: 49px;
	top: 0px;
	right: 0px;
}
#toggle a {
	font-size: 2rem;
	height: 49px;
	line-height: 49px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px 0 60px;
}
#toggle span {
	left: 15px;
}
#toggle span.menu_first{
	position: absolute;
	top: 12px;
	transition: .3s;
}
.opmenu #toggle span.menu_first {
	top: 23px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	transition: .3s;
}
#toggle span.menu_mid {
	top: 23px;
}
#toggle span.menu_last{
	top: 34px;
}
.opmenu #toggle span.menu_last {
	top: 23px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	transition: .3s;
}

#menu-box #menu {
	padding: 0 30px;
}

#menu-box #menu .menu_main {
	padding: 140px 0 0;
}
#menu .menu_main ul li {
	margin-bottom: 30px;
	width: 48%;
	widht: -webkit-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: calc(50% - 15px);  
}
#menu .menu_main ul li a {
	font-size: 2.4rem;
	padding: 90px 0 1em;
}
#menu .menu_main ul li a:after {
	padding-left: 1em;
}
#menu .menu_main ul li.menu_pickup a {
	background-size: auto;
	background-position: center 28px;
}
#menu .menu_main ul li.menu_present a {
	background-size: auto;
	background-position: center 28px;
}
#menu .menu_main ul li.menu_company a {
	background-size: auto;
	background-position: center 28px;
}
#menu .menu_main ul li.menu_forum a {
	background-size: auto;
	background-position: center 28px;
}
#menu .menu_main ul li.menu_home a {
	background-size: auto;
	background-position: center 28px;
}
#menu .menu_main ul li.menu_home a:before {
	width: 50px;
	height: 45px;
	margin: 0 25px 10px 0;
}
}

@media (min-width: 1200px) {
#toggle a {
	font-size: 2.4rem;
}
#menu nav {
	width: 1200px;
}
#menu-box #menu .menu_main {
	padding: 190px 0 0;
}
}



/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */

