@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* ============================== CSS初期化タグ ============================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*   font-size: 100%;*/
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	width: 100%;
	font-size: 100%;
	scroll-behavior:smooth;
}
body {
	line-height: 1;
/* 	overflow: scroll; */
	font-size: 16px;
	font-variant-ligatures: none;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,button {
	cursor: pointer;
	color: #000;
	transition: all .3s linear;
	transition: text-decoration .3s linear;
	font-family: YuGothic, 'Yu Gothic', sans-serif, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック体', YuGothicM, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;	
	cursor: pointer;
}
/* global error css */
.jhc_login_panel_wrap .jhc__button_sm_inner.ajaxLoader,
.jhc__button_la a.ajaxLoader {
    background: #fff;
    border: 1px solid #054b96;
}
.jhc__button_error {
    margin: 10px auto ;
    padding: 0;
    font-size: 12px;
    color: #ff0000;
    display: none;
}
.jhc_error {
  background: #ffefef;
}
/* loadermod */
.cssload-thecube {
	width: 1em;
	height: 1em;
	margin: 0 auto;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #054b96;
	animation: cssload-fold-thecube 2.16s infinite linear both;
		-o-animation: cssload-fold-thecube 2.16s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.16s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.16s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.16s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.265s;
		-o-animation-delay: 0.265s;
		-ms-animation-delay: 0.265s;
		-webkit-animation-delay: 0.265s;
		-moz-animation-delay: 0.265s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.54s;
		-o-animation-delay: 0.54s;
		-ms-animation-delay: 0.54s;
		-webkit-animation-delay: 0.54s;
		-moz-animation-delay: 0.54s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 0.805s;
		-o-animation-delay: 0.805s;
		-ms-animation-delay: 0.805s;
		-webkit-animation-delay: 0.805s;
		-moz-animation-delay: 0.805s;
}



@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(122px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(122px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(122px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(122px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(122px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(122px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(122px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(122px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(122px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(122px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(122px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(122px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(122px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(122px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(122px) rotateY(180deg);
		opacity: 0;
	}
}
/* ============================== /CSS初期化タグ ============================== */
html {
	font-family: YuGothic, 'Yu Gothic', sans-serif, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body{
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.jch__content_width {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.jhc__large_section {
	width: 100%;
	background: #ffffff;
}
.jhc__large_shadow {
    box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -webkit-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -moz-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -o-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -ms-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
}
.jhc__small_shadow {
    box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -webkit-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -moz-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -o-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -ms-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
	transition: all .3s linear;
}

/* 
.jhc__large_shadow {
	box-shadow: 10px 3px 57px 10px rgba(51, 51, 51, 0.2);
	-moz-box-shadow: 10px 3px 57px 10px rgba(51, 51, 51, 0.2);
	-o-box-shadow: 10px 3px 57px 10px rgba(51, 51, 51, 0.2);
	-ms-box-shadow: 10px 3px 57px 10px rgba(51, 51, 51, 0.2);
}
.jhc__small_shadow {
	box-shadow: 3px 3px 16px 0px rgba(51, 51, 51, 0.2);
	-moz-box-shadow: 3px 3px 16px 0px rgba(51, 51, 51, 0.2);
	-o-box-shadow: 3px 3px 16px 0px rgba(51, 51, 51, 0.2);
	-ms-box-shadow: 3px 3px 16px 0px rgba(51, 51, 51, 0.2);
	transition: all .3s linear;
}
 */
/* =============ヘッダー============= */	
#jhc__header{
	overflow: hidden;
	height: auto;
	margin: 0px auto;
	padding: 18px 0 17px 0;
}
/* ====header_left==== */
.jhc__header_le{
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
	height: auto;
	float:left;
	overflow:hidden;
}
.jhc__header_le img {
	 margin: 0 0 0 1px;
}
.jhc__header_le span{
	padding: 13px 0px 0 21px;
	font-weight: bold;
	font-size: 88%;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	display: block;
	float:  right;
}
/* ====//header_right//==== */
/* ====//header_right//==== */
.jhc__header_ri{
	width: auto;
	float: right;
	overflow:  hidden;
}
.jhc__button_sm{
	margin:0 0 0 11px;
	padding:0;
	width: 99px;
	height: 33px;
	display: inline-block;
	text-decoration: none;
	border: solid 1px #004ea2;
	border-radius: 4px;
	background: #004ea2;
	color: #FFF;
}
.jhc__button_sm_inner{
	margin:0;
	margin-right: 15px;
	padding: 10px 21px;
	display: block;
	font-size: 88%;
	font-weight: bold;
	color: #FFF;
	background:  #004ea2;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	float:  left;
}
#jhHeaderButton, #jhHeaderButton2 {
    background: #fb8746;
}
.jhc__button_sm_inner.top_btn{
	margin:0;
	margin-right: 15px;
	padding: 10px 21px;
	display: block;
	font-size: 88%;
	font-weight: bold;
	color: #FFF;
	background: #fb8746;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	float:  left;
}

.jhc__button_sm_inner:last-child {
	margin:  0;
}
.jhc__button_sm_inner.liaison{
	background: #000000;
}
/* ====//header_right//==== */
/* =============//ヘッダー//============= */
/* =============グローバルメニュー============= */
#jhc__global_nav{
	margin: 0;
	/*! padding: 10px 0 0; */
	height: auto;
	background-color: #e5e5e5;
	width: 100%;
	display:  block;
	position: relative;
	/*! overflow: hidden; */
}
#jhc__gmenu{
	max-width: 1000px;
	overflow:  visible;
	display:  table;
	margin:  0 auto;
	/*! padding: 10px 0 0; */
	position: relative;
}
.jhc__gmenu_li{
	margin: 0;
	padding: 0px 0px;
	float: left;
}
.jhc__gmenu_li a:hover{
	background-color: #cbcbcb;
}
.jhc__gmenu_li a{
	margin: 0;
	padding: 14px 11px 15px 11px;
	color: #010101;
	font-weight: bold;
	font-size:  100%;
	letter-spacing: 0.001em;
	display:  block;
}
.li_badge {
  margin: 0;
  padding: 0;
  position: relative;
}
.li_badge:before {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  top: -5px;
  right: -5px;
  border: 10px solid #ff2b1b;
  border-radius:40px;
  z-index: 100;
  animation: skew 2.3s linear infinite;
    box-shadow: 1px 0px 2px 1px rgba(51, 51, 51, 0.21);
    -webkit-box-shadow: 1px 0px 2px 1px rgba(51, 51, 51, 0.21);
	-moz-box-shadow: 1px 0px 2px 1px rgba(51, 51, 51, 0.21);
    -o-box-shadow: 1px 0px 2px 1px rgba(51, 51, 51, 0.21);
    -ms-box-shadow: 1px 0px 2px 1px rgba(51, 51, 51, 0.21);
}
    @keyframes skew {
        0% {transform: skew(0deg, 0deg);}
        5% {transform: skew(5deg, 4.2deg);}
        10% {transform: skew(-4deg, -3deg);}
        15% {transform: skew(3deg, 2.2deg);}
        20% {transform: skew(-2deg, -1.5deg);}
        25% {transform: skew(0.9deg, 0.9deg);}
        30% {transform: skew(-0.6deg, -0.6deg);}
        35% {transform: skew(0.3deg, 0.3deg);}
        40% {transform: skew(-0.2deg, -0.2deg);}
        45% {transform: skew(0.1deg, 0.1deg);}  
        50% {transform: skew(0deg, 0deg);}
    }
.jhc__gmenu_li_badge::before{
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
	width: 12px;
	height: 24px;
	margin-top: -12px;
}
#jhc__global_nav_spbtn{
	display: none;
}
#jhc_gn_close{
	display: none;
}
#jhc__global_nav #jhc_gn_threebtns{
	display: none;
}
#jhc__gmenu_li02.clicked, #jhc__gmenu_li03.clicked{
	background-color: #cbcbcb;
	position: relative;
}
#jhc__gmenu_li02.clicked:after, #jhc__gmenu_li03.clicked:after{
	content: '';
	margin: 0;
	padding: 0;
	border: 5px solid #0186d1;
	border-color: transparent transparent #0186d1 transparent;
	position: absolute;
	bottom: 0;
	left: calc( 50% - 5px );
	z-index: 991;
}
#jhc__gmenu_li02_sub, #jhc__gmenu_li03_sub{
	margin: 0;
	padding: 0;
	width: 100%;
	display: none;
	background: #0186d1;
	overflow: hidden;
	top: 45px;
	left: 0;
	color: #ffffff;
	z-index: 101;
	position: absolute;
	box-shadow: 10px 3px 57px 0 rgba(51, 51, 51, 0.6);
	-webkit-box-shadow: 10px 3px 7px 0 rgba(51, 51, 51, 0.6);
	-moz-box-shadow: 10px 3px 57px 0 rgba(51, 51, 51, 0.6);
	-o-box-shadow: 10px 3px 57px 0 rgba(51, 51, 51, 0.6);
	-ms-box-shadow: 10px 3px 57px 0 rgba(51, 51, 51, 0.6);
}
.jhc__sub_gmenu{
	margin: 0 auto;
	padding: 35px 40px;
	width: calc( 100% - 80px );
	overflow: hidden;
	clear: both;
}
.jhc__sub_gmenu_left{
	margin: 0 30px 0 0;
	padding: 0;
	width: 62%;
	display: block;
	background: #ffffff;
	overflow: hidden;
	float: left;
	position: relative;
}
.jhc__sub_gmenu_left img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 100%;
}
.jhc__sub_gmenu_left a{
	width: 100%;
	display: block;
}
.jhc__sub_gmenu_left .jhc__sub_gmenu_leftimga{
	width: 134px;
	float: left;
}
.jhc__sub_gmenu_lefttext{
	margin: 0;
	padding: 20px 20px 0 20px;
	display: block;
	overflow: hidden;
	color: #000000;
}
.jhc__sub_gmenu_lefttext h3{
	margin: 0;
	padding: 0;
	display: block;
	color: #0250a2;
	font-size: 140%;
	letter-spacing: 0.05em;
	line-height: 2em;
}
.jhc__sub_gmenu_lefttext h3 span{
	display: block;
	font-size: 80%;
	line-height: 1em;
}
.jhc__sub_gmenu_item{
	margin: 0 0 15px 0;
	font-size: 112%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.jhc__sub_gmenu_item li{
	margin: 0 0 7px 0;
	vertical-align: middle;
}
.jhc__sub_gmenu_item li span{
	margin: 0 15px 0 0;
	font-size: 78%;
}
.jhc__sub_gmenu_acvbtn{
	margin: 0;
	padding: 0;
	width: 100%;
	display; block;
	clear: both;
	overflow: hidden;
}
.jhc__sub_gmenu_acvbtn .jhc__button_sm_inner{
	margin: 0 8px 0 0;
	padding: 7px 0 5px 0;
	width: calc( 50% - 4px);
	font-weight: normal;
	font-size: 85%;
	border-radius: 3px;
	letter-spacing: 0.1em;
}
.jhc__sub_gmenu_acvbtn .jhc__button_sm_inner:last-child{
	margin: 0;
}
.jhc_sub_infolabel{
	margin: 0;
	padding: 3px 10px 2px 10px;
	font-size: 89%;
	color: #004da2;
	border: 2px solid #004da2;
	position: absolute;
	top: 17px;
	right: 21px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing: 0.06em;
}
.jhc__sub_gmenu_right{
	margin: 0;
	padding: 0;
	width: calc( 38% - 30px );
	float: right;
}
.jhc__sub_gmenu_right li{
	margin: 0 0 25px 0;
}
.jhc__sub_gmenu_right li:last-child{
	margin-bottom: 0;
}
.jhc__sub_gmenu_right p{
	margin: 0 0 12px 0;
	padding: 2px 0 0 15px;
	width: calc( 100% - 15px );
	display: block;
	clear: both;
	position: relative;
	font-size: 113%;
	letter-spacing: 0.08em;
}
.jhc__sub_gmenu_right p:before{
	content:'';
	margin: 0;
	padding: 0;
	width: 5px;
	height: 100%;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}
.jhc__sub_gmenu_right li a{
	margin: 0 0 7px 10px;
	padding: 0 0 0 20px;
	display: block;
	color: #ffffff;
	font-size: 87%;
	line-height: 1.25em;
	letter-spacing: 0.09em;
	position: relative;
}
.jhc__sub_gmenu_right li a:last-child{
	margin-bottom: 0;
}
.jhc__sub_gmenu_right li a:before{
	content: '';
	margin: 0;
	padding: 0;
	display: block;
	border: 5px solid #ffffff;
	border-width: 4px 5px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 4px;
	left: 7px;
}
.jhc__sub_gmenu_webleft{
	margin: 0 30px 0 0;
	padding: 18px 20px 17px 20px;
	widtH: calc( 38% - 40px - 30px );
	display: block;
	float: left;
	overflow: hidden;
	background: #ffffff;
	color: #000000;
	position: relative;
}
#jhc__gmenu_li02_sub .jhc_login_panel_close, #jhc__gmenu_li03_sub .jhc_login_panel_close{
	padding: 10px 0;
}
#jhc__gmenu_li03_sub .jhc__sub_gmenu_left{
	margin-right: 0;
}
#jhc__gmenu_li03_sub .jhc__sub_gmenu_acvbtn{
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	display: block;
	text-align: center;
}
#jhc__gmenu_li03_sub .jhc__button_sm_inner{
	margin: 10px auto;
	width: 220px;
	float: none;
}
#jhc__gmenu_li03_sub h3{
	margin: 0 0 9px 0;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
	color: #004ea2;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#jhc__gmenu_li03_sub p{
	margin: 0 0 13px 0;
	font-size: 89%;
	font-weight: bold;
	line-height: 1.3em;
}
#jhc__gmenu_li03_sub .jhc_sub_infolabel{
	padding: 1px 13px 1px 15px;
	font-family: YuGothic, 'Yu Gothic', sans-serif, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック体', YuGothic;
	right: 30px;
	letter-spacing: 0.1em;
	font-size: 87%;
}
#jhc__gmenu_li03_sub .jhc__sub_gmenu_lefttext{
	padding: 18px 20px 0 20px;
}
#jhc__gmenu_li03_sub h4{
	margin: 0 0 6px 0;
	padding: 0;
	display: block;
	clear: both;
	font-size: 100%;
	line-height: 1.23em;
	letter-spacing: 0.025em;
}
#jhc__gmenu_li03_sub h4 span{
	margin: 0 0 3px 0;
	display: block;
	font-size: 87%;
}
#jhc__gmenu_li03_sub .jhc__sub_gmenu_lefttext p{
	margin: 0 0 2px 0;
	max-width: 385px;
	font-weight: normal;
	font-size: 82%;
	line-height: 1.4em;
	letter-spacing: 0.03em;
}
#jhc__gmenu_li03_sub .jhc__sub_gmenu_webleft .jhc__sub_gmenu_acvbtn{
	position: absolute;
	bottom: 0;
	left: 0;
}
/* //=============グローバルメニュー=============// */
#jhc__main_body {
	margin: 0;
	width: 100%;
	padding:  0 0 40px 0;
	overflow:  hidden;
}
	/* リード */ 
#jhc__lead{
	margin: 25px 0 0 0;
	/* border:1px solid #4A4447; */
	background-color: #dfded5;
}
.jhc__lead_p{
	margin: 0;
	padding: 30px 35px;
	letter-spacing: 0.07em;
	line-height: 1.9em;
	font-size:  107%;
}
.jhc__lead_span{
	font-weight: bold;
	color: #004ea2;
}
	/* /リード/ */
/* バナーエリア */
#jhc__bunner{
	margin: 0 auto;
	padding: 36px 0 0 0;
	width: 100%;
	width: 1000px\9;
	text-align: center\9;
	height: 520px\9;
	overflow: hidden\9;
}
#jhc__bunner *{
	margin: 0;
	box-sizing: content-box;
}
.swiper-slide{
	margin: 0 auto;
	max-height: 520px;
	max-width: 1000px;
	position: relative;
}
.swiper-container{
	overflow: visible!important;
}

#jhc__bunner #jhc_topbnr_01 a{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/* border: 1px solid #ff0000; */
	position: absolute;
}
/* 
#jhc__bunner #jhc_topbnr_01 a{
	margin: 0;
	padding: 0;
	width: 112px;
	height: 25px;
	border: 1px solid #ff0000;	position: absolute;
}
*/
.jhc_topbnr_01_a01{
	/* top: 307px; */
	/* left: 298px; */
	top: 60%;
	left: 55%;
	width: 38% !important;
	height: 16% !important;
}
.jhc_topbnr_01_a02 {
	/* top: 355px; */
	/* left: 495px; */
	top: 77%;
	left: 55%;
	width: 38% !important;
	height: 16% !important;
}
.jhc_topbnr_01_a03 {
	top: 383px;
	left: 495px;
}
.jhc_topbnr_01_a04 {
	top: 412px;
	left: 495px;
}
.jhc_topbnr_01_a05 {
	top: 440px;
	left: 495px;
}
.jhc_topbnr_01_asp{
	display: none;
}
#jhc__bunner a:hover{
	background: rgba(50,82,142,0.45);
	cursor: pointer;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: -35px!important;
	font-size: 100%!important;
	font-family: Arial, Helvetica, "sans-serif"!important;
	font-weight: bold!important;
	letter-spacing: 0.2em!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: transparent!important;
	content:'<';
	width: 5px!important;
	height: 5px!important;
	left: calc( 50% - 40px )!important;
	color: #000000;
	top: auto!important;
	bottom: -30px!important;
	border: 2px solid #000000;
	border-color: #000000 transparent transparent #000000;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: transparent!important;
	content:'<';
	width: 5px!important;
	height: 5px!important;
	right: calc( 50% - 40px )!important;
	color: #000000;
	top: auto!important;
	bottom: -30px!important;
	border: 2px solid #000000;
	border-color: #000000 #000000 transparent transparent;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.jhc__contents_tag{
	margin: 20px 0 50px 0;
	height: 740px;
	box-shadow: 0px 0px 22px 3px #dcdcdc;
}
/* /バナーエリア/ */
/* =============コンテンツタイトル(共通)============= */
.jhc__title_word{
	font-size: 225%;
	letter-spacing: 0.18em;
	line-height: 0.95em;
	font-weight: bold;
	font-family: Helvetica;
}
.jhc__title_word_news{
	/* font-size: 33px; */
	/* letter-spacing: 0.15em; */
	/* line-height: 1.2em; */
}
.jhc__title_word_news{
	/* font-size: 34px; */
	/* letter-spacing: 0.2em; */
}
.jhc__title{
	display: block;
	text-align: center;
	margin-bottom: 60px;
}
.jhc__title_word span{
	margin: 0;
	padding: 0;
	font-size: 50%;
	font-family: YuGothic, 'Yu Gothic', sans-serif, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #004ea2;
	letter-spacing: 0.2em;
	font-weight: bold;
}
/* 新着情報 */
#jhc__news{
	margin: 106px 0 0;
	padding: 65px;
	width:auto;
	height: auto;
	background: #ffffff;
}
#jhc__news .jhc__title {
	margin-bottom:  29px;
}
/*==============新着情報①================*/
.jhc__topic ul{
	margin:0;
	padding:0;
}
.jhc__topic_body{
	 /* 文字数により変更*/
	 margin: 0px 0 10px 0;
	 overflow:hidden;
}
@-moz-document url-prefix() {
    .win .jhc__topic_body .jhc__topic_ri {
        width: 66%;
    }
}
.jhc__topic_ri_inner a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0.05em;
	font-size: 17px;
}
.jhc__topic_body div {
	display: inline-block;
	vertical-align: top;
}
.jhc__topic_ri_inner{
	margin: 0;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 0.08em;
	font-size:  107%;
	vertical-align: top;
	display: block;
}
.jhc__topic_le_inner_le {
	margin: 0;
	width: 40%;
	float: left;
}
.jhc__topic_le_inner_ri {
	width: 60%;
	float: right;
}
/*=======//jhc__topic_ri_inner//=======*/
}
.jhc__div{
	display: inline-block;
}
.jhc__div2{
	display: inline-block;
	width: 580px;
	height: 10px;
	font-size: 16px;
	float: right;
}
.jhc__topic{
	margin: 0;
	padding: 0;
	display: block;
}
/* -----既存の大ボタン-----*/
.jhc__button_la {
	margin: 35px 0 0;
	clear: both;
}
.jhc__button_la a{
	/* margin: 50px 7.5%; */
	padding: 12px 0 13px;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #004597;
	border-radius: 3px;
	overflow: hidden;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
	}
/* /新着情報/ 
/* JH個人会員の特典 */
#jhc__contents, #jhc__information{
	margin: 140px 0 0;
	padding: 64px 0 0 0;
	height: 100%;
	border-top-style: solid;
	border-width: 5px;
	}
#jhc__information .jhc__contents_le{
	padding-bottom: 105px;
	height: 510px;
}
#jhc__feature{
	margin: 96px 0 0;
	padding: 64px 0 0 0;
	border-top-style: solid;
	border-width: 5px;
	/* overflow:  hidden; */
}
.jhc__feature_inner {
	padding: 50px 35px 32px;
	position:  relative;
}
/*12月27日(木)追記*/
.jhc_benefit_jhc__button_la a {
    background: #fb8746;
    padding: 20px 0 26px;
    font-size: 180%;
}
.jhc_benefit_jhc__button_la a span {
    font-size: 140%;
}
.jhc__button_benefit {
    margin-top: 30px;
}
.jhc_benefit_jhc__button_la {
    margin-top: 50px;
}
.jhc_float_bnr {
    display: block;
    /* position: fixed; */
    /* right: 30px; */
    /* bottom: 130px; */
    /* z-index: 100; */
    z-index: 1;
    height: 100%;
    overflow: hidden;
}
.float_bnr_wrap {
    display: block;
    position: fixed;
    right: -18px;
    bottom: 105px;
    z-index: 100;
}
.float_bnr_close {
    display: block;
    color: #bc5633;
    /* font-weight: bold; */
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    right: 18px;
    bottom: 157px;
    box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -webkit-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -moz-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -o-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    -ms-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
    z-index: 2;
}
.float_bnr_close span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: bold;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .float_bnr_close span { top: 23px !important; } /* IE11 */
}
.float_bnr_sp {
    display: none !important;
}
.jhc_benefit_jhc__button_la_br{
    display: none;
}
.float_bnr_detail {
    display: inline-block;
    background: #fff;
    padding: 6px 19px 5px 12px;
    /* text-align: right; */
    float: right;
    border-radius: 5px 0 0 0;
    color: #bc5633;
    font-weight: bold;
    font-size: 80%;
    position: relative;
    margin-top: 2px;
}
.float_bnr_detail:after {
    content: "";
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #bc5533;
    position: absolute;
    right: 7px;
}

.jhc_float_bnr p:last-child {
    margin-top: 5px;
    display: block;
}
/* /12月27日(木)追記*/

/* 1月9日(水)追記 */
.jhc__button_benefit a:nth-child(2) {
    background: #fff;
    color: #004597;
    border: 2px solid;
    margin-top: 15px;
}

#jhc_6features_outerwrap .jhc_ben_h3 {
    text-align: center;
}
/* /1月9日(水)追記 */

/*FEATURE01*/
.jhc__feature_bi_ri .jhc__feature_title {
	top: 35px;
}
.jhc__feature_bi_ri .jhc__feature_inner {
	padding-top: 81px;
	background: #ffffff;
}
.jhc__feature_bi{
	margin: 0;
	width:100%;
	height: auto;
	overflow: hidden;
}
#feature1 .jhc__feature_bi_le {
	max-width: 504px;
	width: 100%;
	float: left;
	min-height: 613px;
	/* display: inline-block; */
	background: url(/assets/images/feature01.png) no-repeat;
	background-size: cover;
	background-position: right center;
    position: relative;
}
.jhc__feature01_badge {
    display: block !important;
    max-width: 216px;
    position: absolute;
    height: auto !important;
    bottom: 0;
}

#feature2 .jhc__feature_bi_le {
	max-width: 504px;
	width: 100%;
	float: left;
	min-height: 873px;
	height: 100%;
	/* display: inline-block; */
	background: url(/assets/images/feature02.png) no-repeat;
	background-size: cover;
	background-position: left center;
	background-position: -200px 0px;
}
#feature3 .jhc__feature_bi_le, #feature4 .jhc__feature_bi_le, #feature5 .jhc__feature_bi_le, #feature6 .jhc__feature_bi_le{
	float: none;
	width: 100%;
}
#feature3 .jhc__feature_bi_ri, #feature4 .jhc__feature_bi_ri, #feature5 .jhc__feature_bi_ri, #feature6 .jhc__feature_bi_ri{
	float: none;
	width: 100%;
}
#feature1 .jhc__feature_bi_le img, #feature2 .jhc__feature_bi_le img {
	display:none;
}
.jhc__feature_bi_le img {
	width: 100%;
	vertical-align: middle;
	display: block;
	height: 100%;
}
.jhc__feature_bi_ri {
	margin: 0;
	width: calc( 100% - 504px );
	float: right;
}
.jhc__feature_title{
	/* display: inline; */
	position:  absolute;
	top: 20px;
	left:  0;
	padding: 3px 9px 3px 37px;
	background-color:#000000;
	color:#FFFFFF;
	font-size: 88%;
	font-style: italic;
	font-weight: normal;
	vertical-align: middle;
	letter-spacing: 0.19em;
}
.jhc__feature_title_nu {
	font-weight: bold;
	padding: 0 0 0 5px;
}
.jhc__feature_sl:nth-child(2n+2) {
	margin-right:  0;
}
.jhc__feature_bi:first-child {
    margin-bottom: 60px;
}
.jhc_feature_signup_cap {
    display: block;
    margin: 40px 0 0;
    /* text-align: right; */
    line-height: 1.5;
}
.jhc__feature_detail:after {
	content: "";
	display:block;
	clear:both;
}	
	/*/FEATURE01/*/
.jhc__feature_sl{
	margin: 70px 70px 0px 0;
	margin-right: 69px\9;
	width: calc((100% - 70px)/2);
	height: auto;
	float: left;
	overflow: hidden;
	background: #ffffff;
	min-height: 489px;
}
.jhc__feature_sl_img {
	/* margin: 0 0 10px 0; */
}
.jhc__feature_sr{
	margin:0 0 65px 35px;
	width:calc((100% - 70px)/2);
	height: 415px;
	box-shadow:0px 0px 22px 3px #dcdcdc;
	float:right;
	overflow: hidden;
}
.jhc__contents_arc h3 {
	height: 33px;
	width: 260px;
	margin: 30px 40px 20px 40px;
	font-size: 22px;
	letter-spacing: 0.05em;
	}
.jhc__contents_le .jhc__feature_sr {
	height: 580px;
}
.jhc__feature{
	background-color:#000000;
	color:#FFFFFF;
	font-style: italic;
	font-weight: bold;
	box-shadow: 4px 4px;
}
.jhc__feature_discr{
	font-size: 160%;
	line-height: 1.4em;
	color: #464646;
	letter-spacing: 0em;
}
.jhc__feature_sl .jhc__feature_discr {
	font-size: 136%;
}
.jhc__feature_span{
	font-size: 14px;
	text-indent: 1em;
	font-weight: bold;
	width: inherit;
	height: 120px;
}
.jhc__feature_p{
	margin: 17px 0 0px;
	font-size: 100%;
	letter-spacing: 0.02em;
	font-weight: bold;
	color: #464646;
	line-height: 1.5em;
}
.win .jhc__feature_p {
    margin: 4px 0 0 ;
    letter-spacing: 0em ;
} /* win 対応 */

.jhc__feature_sl .jhc__feature_p {
	font-size:  94%;
	letter-spacing: 0.09em;
}
.jhc__feature_sl .jhc__feature_p span {
    font-weight: normal;
    font-size: 95%;
    display: block;
    margin-top: 10px;
}
.jhc__feature_bi_ri ul {
	margin: 30px 0 0 -4px;
	text-indent: -0.3em;
	font-weight: bold;
	font-size: 88%;
	letter-spacing: 0.03em;
	border-top: 1px dashed #ccc;
	padding-top: 30px;
}
#feature2 .jhc__feature_bi_ri ul {
    /* border-top: 1px dashed #ccc; */
    /* padding-top: 30px; */
}
.jhc__feature_bi_ri_li {
	margin: 0;
	list-style: none;
	padding: 0;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4em;
	font-size: 112%;
	letter-spacing: 0.08em;
}
#feature1 .jhc__feature_bi_ri h5, #feature2 .jhc__feature_bi_ri h5 {
    font-size: 145%;
    margin-bottom: 20px;
    color: #004ea1;
}

#feature2 .jhc__feature_bi_ri_li {
    /* line-height: 1.7; */
    margin-bottom: 20px;
    line-height: 1.3;
}
#feature2 .jhc__feature_bi_ri_li:last-child {
    margin: 0;
}
#feature2 .jhc__feature_bi_ri_li p {
    font-weight: normal;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 100%;
    line-height: 1.4;
    margin: 8px 0 0;
    letter-spacing: 0.05em;
}
.jhc__feature_bi_ri_li_br {
    display: none;
}
.jhc__feature_title_sm {
	display: inline;
	padding: 4px 7px 4px 35px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 0.26em;
	margin: 0 0;
}
.jhc__feature_title_sm_nu {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 5px;
}
/* /JH個人会員の特典/ */
/* Learning Designコンテンツ */
	/* バナー */
.jhc__contents_large {
	margin: 60px 0 70px 0;
	padding: 70px;
	height: auto;
	/*width:  calc( 100% - 140px);*/
	overflow: hidden;
	position:  relative;
	background: #fff;
}
.jhc__contents_floater {
	margin-bottom: 0px;
}
.jhc__contents_large_le {
	margin: 0 35px 35px 0;
	width: 46%;
	float: left;
}
.jhc__contents_large_le img {
	width: 100%;
	display:  block;
}
.jhc__contents_large_ri h3:after {
	content: ""; 
	width:  calc( 100% + 70px + 35px );
	position: absolute;
	right: -70px;
	bottom: 0;
	border-bottom: 3px solid #333;
	z-index:  10; 
}
.jhc__category {
	overflow: hidden;
}
.jhc__contents_large_ri {
	margin: 0 0 35px 0;
	padding: 0;
	width: calc( 100% - 35px - 46% );
	float: right;
}
.jhc__contents_large_ri h3 {
	font-size: 150%;
	margin: 0px 0;
	padding: 0 0 25px;
	font-weight: bold;
	letter-spacing: 0.08em;
	/* border-bottom: 3px solid; */
	position:  relative;
}
.jhc__contents_body_sub h4 {
	margin: 0px 0 5px 0px;
	padding: 0;
	font-size: 17px;
	color: #0d58a8;
}
.jhc__contents_large_ri h4 {
	margin: 31px 0 11px;
	padding: 0;
	font-size: 113%;
	color: #0d58a8;
}
.jhc__contents_main_bi {
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-size: 188%;
	font-weight: bold;
	letter-spacing: 0.06em;
}
.jhc__contents_main_sm {
	margin: 17px 0 0;
	padding: 0;
	display: block;
	font-size: 113%;
	letter-spacing: 0.05em;
}
.jhc__contents_body_sub {
	margin: 0;
}
.jhc__contents_main_mi {
	margin: 0;
	padding: 0px 0px 12px 0px;
	display:block;
/* 	font-size: 150%; */
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.11em;
}
.jhc__contents_main {
	margin: 0;
}
.jhc__category_ri .jhc__category_inner {
	padding: 3px 0px 0px 13px;
	margin: 0;
	font-size: 15px;
	letter-spacing: 0.08em;
}
.jhc__category .jhc__category_ri {
	width: 160px;
}
/*bana------------*/

}
#jhc__contents{
	height:100%;
	border-top-style: solid;
	border-width:5px;
}
.jhc__contents_reg {
	width: 100%;
	/* height: 580px; */
	margin: 60px 0 0;
}
.jhc__contents_le:nth-child(2n) {
	margin-right:  0;
}
.jhc__contents_reg:after {
	content: "";
	display:block;
	clear:both;
}
#jhc__contents:after {
	content: "";
	display: block;
	clear: both;
}
/* コンテンツ左*/
.jhc__contents_le{
	margin: 0 70px 0 0;
	width: calc(( 100% - 210px ) / 2 );
	padding: 36px 35px 70px;
	height: auto;
	float:left;
	overflow:hidden;
	position:  relative;
	background: #ffffff;
}
.jhc__contents_ri{
	margin:0 0 70px 35px;
	width:calc((100% - 70px)/2);
	height:580px;
	box-shadow:0px 0px 22px 5px #dcdcdc;
	float:right;
	overflow:hidden;
}
.jhc__contents_le h3 {
	margin: 0px 0 52px;
	font-size: 150%;
	letter-spacing: 0em;
	width: 100%;
	text-decoration: underline;
    text-decoration-style: solid;
}
.jhc__contents_ser_title {
	margin-bottom:  20px;
}
.jhc__contents_head_box {
	padding: 12px 23px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #FFF;
	background-color: #000;
	font-size:  88%;
}
.jhc__category_inner{
	display: block;
	line-height: 1.7em;
	letter-spacing: 0.05em;
}
span.jhc__category_inner_b {
	display: block;
	/* font-size: 88%; */
	line-height: 1.7em;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.jhc__contents_lead {
	 margin: 0px 0 29px;
}
.jhc__contents_lead span{
	width: 80%;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.07em;
	line-height: 1.5em;
}
.jhc__contents_inner{
	background-color: #D8DACF;
	width: auto;
	height: auto;
	margin: 0 0 40px;
	padding: 20px 20px 20px;
	overflow: hidden;
}
.jhc__contents_inner_box{
	margin-top: 0;
	display: block;
	height: inherit;
	float: left;
}
.jhc__contents_inner_ri {
	float: right;
	padding: 0 0;
	margin: 0 0 0 20px;
}
#jhc__contents .jhc__contents_inner_ti{
	margin: 0 0 8px 0;
	line-height: 1.2em;
	display: block;
}
#jhc__contents .jhc__contents_inner_box{
	margin: 0;
	width: calc( 100% - 110px - 20px );
}
#jhc__contents .jhc__contents_inner_ri{
	margin-left: 20px;
}
.jhc__contents_inner_ti{
	line-height: 2.9em;
	margin: 0;
	font-size: 77%;
}
.jhc__contents_inner_name {
	margin: 12px 0 0 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 88%;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: -0.06em;
}
.jhc__contents_inner h4{
	margin:0;
	padding: 0;
	font-size: 113%;
	line-height: 1.7em;
}
.jhc__contents_name{
	font-size: 12px;
}
.jhc__button_small{
	padding: 9.5px 0 10.5px;
	width: auto;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background: #004597;
	border-radius: 4px;
	overflow: hidden;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.jhc__contents_ri .jhc__button_small {
	margin:  0 auto;
}
.jhc__contents_inner_le span{
	font-size: 15px;
}
.jhc__contents_inner_ri img {
	display:  block;
	max-width: 110px;
}
.jhc__button_par{
	width: calc( 100% - 70px );
	display: block;
	position: absolute;
	bottom: 35px;
}
	/*/連載/ */
.jhc__contents_ser_title h4 {
	font-size: 113%;
	line-height:  1.4em;
	letter-spacing: 0.06em;
}
.jhc__contents_ser_body_no {
	margin: 0;
}
.jhc__contents_ser_body_no span {
	margin: 0;
	padding: 7px 10px;
	background-color:  #000;
	color: #FFF;
	font-weight: bold;
	font-size:  100%;
	display:  inline-block;
}
.jhc__contents_ser_body_nane span{
	/*margin: -4px -9px;*/
	margin: 0;
	padding: 0px;
	font-size: 138%;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.3em;
}
.jhc__contents_ser_body_lead span{
	margin: 0;
	padding: 0;
	font-size: 100%;
	letter-spacing: 0.06em;
	font-weight: bold;
	line-height: 1.4em;
}
.jhc__contents_ser_body_lead {
	margin: 0px 0 30px 0;
}
.jhc__contents_ser_body_nane {
	margin: 8px 0 16px;
}
.jhc__contents_ser_body_aut span {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	letter-spacing:  0.05em;
}
.jhc__contents_ser_body_aut {
	margin: 0px 0 9px 0;
	border-bottom: 1px solid;
	padding-bottom: 7px;
}
.jhc__contents_ser_body_tex span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	letter-spacing: 0em;
	text-overflow: ellipsis;
	line-height: 1.5em;
}
.jhc__contents_ser_body_tex {margin: 0 0 43px;}

/*お知らせ*/
/*　//編集部通信//　*/
/*　お役立ちリンク一覧　*/
.jhc__information_link_inner_img img {
	margin: 0 0 15px 0;
	width: 100%;
}
.jhc__information_link_inner_txt span {
	padding: 0 0;
	font-size: 100%;
	letter-spacing: 0.06em;
	display: inline-block;
	line-height: 1.3em;
}
.jhc__button_small_font {
	letter-spacing: 0.1em;
	padding: 10px 0;
}
.jhc__button_small span {
    font-size: 80%;
    display: inline-block;
    font-weight: normal;
}
.jhc__information_link_inner_txt {
	margin: 0 0 30px;
}
/*　//お役立ちリンク一覧//　*/

/*　//セミナーレポート//　*/
#jhc__seminar_box_top {
	background: url(/assets/images/seminar/seminar_index_bg1.png) no-repeat center -55px;
	background-size: cover;
	padding: 0px;
}

#jhc__seminar_box_top .jhc__contents_floater {
    position: relative;
    z-index: 90;
    padding: 35px;
}

.jhc__seminar_box_left {
    /* padding: 35px; */
    float: right;
    width: 430px;
    position: relative;
}

.jhc__seminar_box_inner {
    overflow: hidden;
}

.jhc__seminar_box_left h1 {
    padding: 35px;
    position: relative;
    z-index: 100;
}

h1 {}

.jhc__seminar_box_left p {
    padding: 0 35px 5px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.075em;
    position: relative;
    z-index: 100;
}

.jhc__seminar_box_left:before {
    background: #ffffff;
    opacity: 0.6;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.jhc__seminar_box_right {
    float: right;
    width: calc(100% - 430px);
    height: calc(550px / 2);
}
.jhc__seminar_box_left .jhc__button_la {
    position: relative;
    z-index: 100;
    max-width: 396px;
}

.jhc__seminar_box_right > img {
    height: 100%;
}

#jhc__seminar_box_top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+99 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
/*　//セミナーレポート//　*/


/*　フッター　*/
#jhc__footer {
	margin: 100px auto 0 auto;
	padding: 0;
	height: 100%;
}
#jhc__fmenu {
	width: 100%;
}
.jhc__fmenu_in {
	width: 100%;
	height: 340px;
	background-image: url("/assets/images/footer_img.png");
	background-repeat: repeat-x;
	position:  relative;
}
/*
.jhc__fmenu_in_menu_wrap .jhc__fmenu_in_menu:first-child {
    bottom: 100px;
}
*/
.jhc__fmenu_in_menu_li {
	margin: 0;
	font-size: 88%;
	list-style: none;
	display: inline;
	line-height: 2.2em;
}
.jhc__fmenu_in_menu_wrap {
	width:  100%;
}
.jhc__fmenu_in_menu {
	margin: 0 auto;
	padding: 0;
	max-width: 950px;
	overflow:  hidden;
	display:  inline-block;
	text-align: center;
	position: absolute;
	bottom: 48px;
}
.jhc__fmenu_in_menu_li a {
	margin: 0;
	padding: 10px 19px;
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	font-weight: normal;
	font-size: 98%;
	letter-spacing: 0.095em;
}

/* privacy */
#jhc__fmenu_privacy {
    width: inherit;
    height: 100%;
    background-color: #FFF;
}

.jhc__fmenu_in_menu_li.jhc__privacy {
    color: #000;
    margin: 0;
    padding: 1% 0 0.65% 0;
    font-size: 128%;
    list-style: none;
    display: inline;
    line-height: 0;
    vertical-align: text-bottom;
	}


.jhc__fmenu_in_menu.jhc__privacy {
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    overflow: hidden;
    display: inline;
    text-align: center;
    position: inherit;
    bottom: 0px;
    height: inherit;
}

.jhc__fmenu_in_menu_li.jhc__privacy a {
    color: #000;
    font-size: 70%;
    padding: 10px 19px;
}
/* /privacy/ */

.jhc__fmenu_in_menu_li a:hover {
	background-color: #FFF;
	opacity: 0.5;
	color: #000;
}
.jhc__fmenu_buttom {
	margin: 0;
	padding: 46px 0;
	width: 100%;
	height: auto;
	background-color: #000;
}
.jhc__fmenu_logo {
	/* margin: 0 calc((100% - 200px) /2); */
	padding: 0;
	/* display: inline-block; */
	width:  100%;
	text-align:  center;
}
.jhc__fmenu_copy {
	margin-top: 24px;
	width:  100%;
	text-align:  center;
}
.jhc__fmenu_logo img {
	/* margin: 35px 0 25px 0; */
	/* display: inline-block; */
}
.jhc__fmenu_copy span {
	/* margin: 0px auto; */
	/* padding:0 41%; */
	color: #FFF;
	font-size: 60%;
	letter-spacing: 0.13em;
}
/*　//フッター//　*/
/*　query　*/
.fb-page.fb_iframe_widget {
	/* margin: 5% 7%; */
}
iframe{
	width: 100%;
}
/*バナー*/
.jhc__information_banner {
	margin-top: 90px;
}
.jhc__information_banner_floater {
	margin: 0px 0 67px;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.jhc__information_banner_floater_le {
	margin: 0 70px 0 0;
	margin-right: 69px\9;
	width: calc((100% - 70px)/2);
	float: left;
	overflow: hidden;
}
.jhc__information_banner_floater_le img{
	width: 100%;
}
.jhc__information_banner_floater_le:nth-child(2n) {
	margin-right:  0;
}
.jhc__information_banner_floater a{
	display:  block;
}
.jhc__information_banner_big{
	display: block;
	clear: both;
}
.jhc__information_banner_big a {
	display:  block;
}
.jhc__information_banner_imgwrap{
	margin; 0;
	padding: 0;
	width: 48%;
	display: block;
	float: left;
	overflow: hidden;
}
.jhc__information_banner_ce{
	width: 100%;
}
.jhc__information_banner_floater_ri {
	margin: 0 0 70px 35px;
	width: calc((100% - 70px)/2);
	float: right;
	overflow: hidden;
}
.jhc__information_banner_big_text{
	margin: 0;
/* 	padding: 52px 0 52px 30px; */
    padding: 56px 0 54px 30px;
	width: calc( 52% - 33px );
	display: block;
	background: #e7e7e5;
/* 	border: 3px solid #f7f7f4; */
	border-left: 0;
	float: left;
	font-size: 170%;
	font-weight: bold;
	line-height: 1.4em;
	letter-spacing: 0.115em;
	position: relative;
}
.jhc__information_banner_big_text span{
	display: block;
	font-size: 66%;
	letter-spacing: 0em;
}
.jhc__information_banner_big_text:after{
	content: '';
	margin: 0;
	padding: 0;
	width: 14px;
	height: 14px;
	background: #e7e7e5;
	display: block;
	border: 4px solid #c8c8bd;
	border-color: #c8c8bd #c8c8bd transparent transparent;
	position: absolute;
	right: 31px;
	top: calc( 50% - 10px );
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.jhc_bannerimg_sp{
	display: none;
}

.jhc__information_outer {
    width: 100%;
    margin: 0px 0 67px;
    overflow: hidden;
}
/*/バナー/*/

/*slider*/
.swiper-container {
	width: 100%;
	/* height: 600px; */
}
/*/slider/*/
#jhc_login_panel{
	margin: 0;
	padding: 0;
	width: 100%\9;
	max-width: 340px\9;
	display: none;
	position: absolute;
	overflow: visible;
	top: 64px;
	right: calc( 50% - 500px );
	background: #ffffff;
	box-shadow: 10px 3px 57px 0 rgba(51, 51, 51, 0.6);
	-webkit-box-shadow: 10px 3px 57px 0 rgba(51, 51, 51, 0.6);
	-moz-box-shadow: 10px 3px 57px 0 rgba(51, 51, 51, 0.6);
	-o-box-shadow: 10px 3px 57px 0 rgba(51, 51, 51, 0.6);
	-ms-box-shadow: 10px 3px 57px 0 rgba(51, 51, 51, 0.6);
	z-index: 10000;
}
.jhc_login_panel_wrap{
	margin: 0;
	padding: 20px 20px 13px 20px;
	display: block;
	overflow: visible;
	clear: both;
	position: relative;
}
.jhc_login_panel_wrap:before{
	content:'';
	margin: 0;
	padding: 0;
	display: block;
	border: 6px solid #ffffff;
	border-color: transparent transparent #ffffff transparent;
	border-width: 7px 6px;
	position: absolute;
	top: -13px;
	right: 40px;
}
.jhc_login_panel_close{
	margin: 0;
	padding: 6px 0;
	width: 100%;
	display: block;
/* 	background: #004ea2; */
	background:#a8a5a5;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.04em;
	font-size: 100%;
	transition: all .3s linear;
	clear:both;
}
#jhc_subscribe_panel{
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	overflow: visible;
	top: 64px;
	right: calc( 50% - 370px );
	background: #ffffff;
	box-shadow: 10px 3px 57px 0 rgba(51, 51, 51, 0.6);
	-webkit-box-shadow: 10px 3px 57px 0 rgba(51, 51, 51, 0.6);
	-moz-box-shadow: 10px 3px 57px 0 rgba(51, 51, 51, 0.6);
	-o-box-shadow: 10px 3px 57px 0 rgba(51, 51, 51, 0.6);
	-ms-box-shadow: 10px 3px 57px 0 rgba(51, 51, 51, 0.6);
	z-index: 10000;
}
.jhc_subscribe_panel_wrap{
	margin: 0;
	padding: 20px 20px 13px 20px;
	width: calc( 100% - 40px);
	display: block;
	overflow: visible;
	clear: both;
	position: relative;
}
.jhc_subscribe_panel_wrap:before{
	content:'';
	margin: 0;
	padding: 0;
	display: block;
	border: 6px solid #ffffff;
	border-color: transparent transparent #ffffff transparent;
	border-width: 7px 6px;
	position: absolute;
	top: -13px;
	right: 40px;
}
.jhc_subscribe_panel_close{
	margin: 0;
	padding: 6px 0;
	width: 100%;
	display: block;
/* 	background: #004ea2; */
	background:#a8a5a5;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.04em;
	font-size: 100%;
	transition: all .3s linear;
	clear:both;
}
.jhc_login_panel_close:hover{
	cursor: pointer;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;	
}
.jhc_login_box{
	text-align: right;
	color: #004ea2;
	font-weight: bold;
	font-size: 85%;
	letter-spacing: 0.15em;
}
.jhc_login_box li{
	margin: 0 0 10px 0;
	vertical-align: text-bottom;
}
.jhc_login_input{
	margin: 0 0 0 5px;
	padding: 6px 5px;
	min-width: 200px;
}
.jhc_login_btnwrap{
	margin: 0 0 11px 0;
	padding: 0;
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
	text-align: center;
}
.jhc_login_panel_wrap .jhc__button_sm_inner{
	margin: 0 auto;
	width: 120px;
	float: none;
	box-sizing: content-box;
	border: none;
	cursor: pointer;
}
.jhc_login_forgot{
	margin: 0 9px 0 0;
	text-align: right;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 0.09em;
}
.jhc_login_forgot li{
	margin: 0 0 9px 0;
}
.jhc_login_forgot a{
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #004ea2;
}

/******** ページトップ ********/
#jhc_pagetop{
	margin: 0;
    padding: 0;
    position: fixed;
    right: 60px;
    bottom: 50px;
    z-index: 1000;
}
#jhc_pagetop a{
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	display: block;
	background: #004ea1;
	opacity: 0.9;
}
#jhc_pagetop a:after{
	content: '';
	margin: 0;
	padding: 0;
	border: 10px solid #ffffff;
	border-color: transparent transparent #ffffff transparent;
	border-width: 10px 8px;
	left: calc( 50% - 8px );
	position: absolute;
	top: 10px;
}
@media all and (-ms-high-contrast:none){
	html{
		/*font-family: 'メイリオ', 'Meiryo', sans-serif;*/
		font-weight: 500;
	}
	*::-ms-backdrop, .jhc__button_sm_inner {
		padding: 12px 21px 8px;
	} /* IE11 */
	*::-ms-backdrop, .jhc__gmenu_li a {
		padding-top: 17px;
		padding-bottom: 13px;
	} /* IE11 */
	*::-ms-backdrop, .jhc__sub_gmenu_acvbtn .jhc__button_sm_inner {
		padding-top: 9px;
		width: calc( (100% - 8px ) / 2 );
	} /* IE11 */
	*::-ms-backdrop, .jhc__topic_tag,  .jhc__topic_new{
		padding: 7px 0 2px;
	} /* IE11 */
	*::-ms-backdrop, #jhc__gmenu_li02_sub .jhc_login_panel_close, #jhc__gmenu_li03_sub .jhc_login_panel_close {
		padding: 12px 0 8px;
	} /* IE11 */
	*::-ms-backdrop, #jhc__gmenu_li03_sub .jhc_sub_infolabel {
		padding: 5px 13px 0px 15px;
	} /* IE11 */
	*::-ms-backdrop, .jhc__topic_le {
		padding: 3px 0 0;
	} /* IE11 */
	*::-ms-backdrop, .jhc__button_la a {
		padding: 16px 0 10px;
	} /* IE11 */
	*::-ms-backdrop, .jhc__feature_title {
		padding: 6px 9px 2px 37px;
		font-weight: bold;
	} /* IE11 */
	*::-ms-backdrop, .jhc__contents_head_box {
		font-weight: bold;
		padding: 13px 23px 8px;
	} /* IE11 */
	*::-ms-backdrop, .jhc__button_small {
		padding: 13.5px 0 6.5px;
	} /* IE11 */
	*::-ms-backdrop, .jhc__contents_ser_body_no span {
		padding: 9px 10px 4px;
	} /* IE11 */
	*::-ms-backdrop, .jhc__button_small_font {
		padding: 13.5px 0 6.5px;
	} /* IE11 */
	*::-ms-backdrop, .jhc__fmenu_in_menu_li a {
		padding: 12px 19px 8px;
	} /* IE11 */
	*::-ms-backdrop, .jhc_login_panel_close {
	  padding: 9px 0 3px;
	} /* IE11 */
	*::-ms-backdrop, .jhc_login_panel_wrap .jhc__button_sm_inner { 
	  padding: 12px 21px 6px; 
	} /* IE11 */
	span.jhc__category_inner_b{
		font-weight: bold;
	}
	.jhc__sub_gmenu_acvbtn .jhc__button_sm_inner{
		font-weight: bold;
	}
	.jhc__sub_gmenu_right p{
		padding-top: 4px;
		font-weight: bold;
	}
	.jhc__sub_gmenu_right li a{
		font-weight: bold;
	}
	.jhc__privacy.jhc__fmenu_in_menu{
		margin-top: 20px;
		display: inline-block;
	}
}

@media screen and (max-width: 1100px){
	.jhc__topic_le{
		margin: 0 0 10px 0;
		width: 100%;
		display: block;
	}
	#jhc__contents .jhc__contents_le{
		padding-top: 80px;
	}
	.jhc__topic_body .jhc__topic_ri{
		margin: 0 0 20px 0;
		padding: 0 0 0 20px;
		width: calc( 100% - 20px );
		display: block;
	}
	.jhc__feature_bi_le{
		max-width: 100%;
	}
	#feature3.jhc__feature_sl, #feature4.jhc__feature_sl, #feature5.jhc__feature_sl, #feature6.jhc__feature_sl{
		margin: 70px 60px 0px 0;
		width: calc((100% - 60px)/2);
		min-height: auto !important;
	}
	#feature4.jhc__feature_sl,  #feature6.jhc__feature_sl{
		margin-right: 0;
	}
	.jhc__contents_le{
		margin-right: 60px;
		width: calc(( 100% - 200px ) / 2 )
	}
	.jhc__information_banner_floater_le{
		margin-right: 60px;
		width: calc((100% - 60px)/2);
	}
	.jhc__contents_head_box span{
		display: inline-block;
	}
}
@media screen and (max-width: 1079px){
	#jhc__bunner img{
		margin: 0 auto;
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.swiper-slide{
		max-width: calc( 100% - 80px );
		height: auto;
	}
	.jhc_topbnr_01_a01, .jhc_topbnr_01_a02, .jhc_topbnr_01_a03, .jhc_topbnr_01_a04, .jhc_topbnr_01_a05{
		/* display: none; */
	}
	#jhc__bunner .jhc_topbnr_01_asp{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: block;
		position: absolute;
	}
	#jhc__global_nav .jch__content_width{
		margin: 0 auto;
		max-width: 1000px;
		width: 100%;
	}
	.jch__content_width{
		margin: 0 40px;
		width: calc( 100% - 80px );
	}*/
	.jhc__sub_gmenu{
		padding: 35px 0;
	}
	.jhc__feature_bi_le{
		width: 100%;
	}
	.jhc__feature_bi_ri{
		width: 100%;
	}
	#feature1 .jhc__feature_bi_le, #feature2 .jhc__feature_bi_le {
		height: 100%;
		width: 100%;
		min-height: auto;
		background: none;
		max-width: 100%;
	}

	#feature1 .jhc__feature_bi_le img, #feature2 .jhc__feature_bi_le img {
		display: block;
		width: 100%;
	}
	.jhc__feature_sl{
		margin: 70px 0;
		width: 100%;
	}
	.jhc__category_inner{
		display: inline;
	}
	.jhc__category_inner br{
		display: none;
	}
	.jhc__fmenu_in_menu{
		width: calc( 100% - 80px );
	}
	.jhc__information_banner_imgwrap{
		display: none;
	}
	.jhc__information_banner_big_text{
		margin: 0;
		padding: 35px 0;
		width: 100%;
		float: none;
		border: 0;
		text-align: center;
	}
	.jhc_bannerimg_sp{
		margin: 10px 0 0 0;
		clear: both;
		display: block;
	}
	.jhc_bannerimg_sp img{
		padding: 10px;
		max-width: 120px;
	}
	.jhc_bnrimg01{
		background-color: #fcf2e2;
	}
	.jhc_bnrimg02{
		background-color: #dff0e4;
	}
	.jhc_bnrimg03{
		background-color: #dae9ef;
	}
	#feature1 .jhc__feature_bi_ri h5, #feature2 .jhc__feature_bi_ri h5 {
		line-height: 1.5;
	}

	#feature2 .jhc__feature_bi_ri_li {
		line-height: 1.5;
	}
	
}
@media screen and (max-width: 1023px){
	#jhc__contents .jhc__contents_inner_box, #jhc__contents .jhc__contents_inner_ri{
		margin: 0;
		width: 100%;
		clear: both;
		float: none;
	}
	#jhc__contents .jhc__contents_inner_box{
		margin-bottom: 20px;
	}
	.jhc__contents_inner_ri img{
		margin: 0 auto;
		text-align: center;
		float: none;
	}
}
@media screen and (max-width: 1000px){
	.jhc__header_ri{
		margin: 0 62px 0 0;
	}
	.jhc__header_le span{
		padding: 0;
		font-size: 38%;
		float: none;
	}
	#jhc__header img{
		width: 100%;
		float: none;
	}
	#jhc__global_nav{
		margin: 0;
		padding: 70px 25px 0 25px;
		width: calc( 100% - 50px);
		height: calc( 100% - 70px );
		position: fixed;
		display: block;
		top: 0;
		left: 100%;
		transition: all .4s linear;
		background: rgba(255,255,255,0.90);
		z-index: 100;
		overflow: scroll;
	}
	#jhc__global_nav .jch__content_width{
		overflow: visible;
	}
	.jhc__header_ri{
		margin-top: 10px;
	}
	#jhc__gmenu{
		clear: both;
		overflow: hidden;
	}
	#jhc__global_nav_spbtn{
		margin: 0;
		padding: 8px;
		width: 29px;
		height: 16px;
		border: 1px solid #004ea2;
		background: #ffffff;
		display: block;
		position: fixed;
		top: 28px;
		right: 40px;
		border-radius: 3px;
		transition: all .3s linear;
		z-index: 10000;
	}
	#jhc__global_nav_spbtn span{
		margin: 0 0 5px 0;
		padding: 0;
		display: block;
		width: 100%;
		height: 2px;
		background: #004ea2;
		transition: all 0.2s;
	}
	#jhc__global_nav_spbtn:hover{
		cursor: pointer;
		/*background: #004ea2;*/
	}
	/*#jhc__global_nav_spbtn:hover span, #jhc__global_nav_spbtn:hover span:nth-child(2):before, #jhc__global_nav_spbtn:hover span:nth-child(2):after{
		background: #ffffff;
	}*/
	.jhc__fmenu_in_menu{
		max-width: 100%;
	}
	#jhc__global_nav.jhc_show{
		left: 0;
	}
	#jhc__global_nav_spbtn span:nth-child(2){
		position: relative;
	}
	#jhc__global_nav_spbtn span:nth-child(2):before, 
	#jhc__global_nav_spbtn span:nth-child(2):after{
		content:'';
		display: block;
		width: 29px;
		position: absolute;
		height: 2px;
		transform: rotate(0deg);
		background: #004ea2;
		transition: all .2s linear;
	}
	#jhc__global_nav_spbtn.jhc_show{
		background: #004ea2;
	}
	#jhc__global_nav_spbtn.jhc_show{
		cursor: pointer;
	}
	#jhc__global_nav_spbtn.jhc_show span:first-child{
		width: 0;
	}
	#jhc__global_nav_spbtn.jhc_show span:nth-child(2):before, 
	#jhc__global_nav_spbtn.jhc_show span:nth-child(2):after{
		background: #ffffff;
	}
	#jhc__global_nav_spbtn.jhc_show span:nth-child(2):before{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	#jhc__global_nav_spbtn.jhc_show span:nth-child(2):after{
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
	}
	#jhc__global_nav_spbtn.jhc_show span:nth-child(2){
		width: 0;
	}
	#jhc__global_nav_spbtn.jhc_show span:last-child{
		width: 0;
	}
	.jhc__gmenu_li{
		float: none;
	}
	#jhc_login_panel{
		right: 102px;
		top: 71px;
	}
	#jhc__global_nav #jhc__gmenu_li02_sub .jch__content_width, #jhc__global_nav #jhc__gmenu_li03_sub .jch__content_width{
		margin: 0 auto;
		width: calc( 100% - 80px);
		max-width: 100%;
	}
	#jhc__gmenu_li02_sub, #jhc__gmenu_li03_sub{
		padding: 50px 0 0 0;
		height: calc(100% + 70px );
		top: 0;
		overflow: scroll;
	}
}
@media screen and (max-width: 960px){
	.jhc__feature_discr br{
		display: none;
	}
	#feature3.jhc__feature_sl, #feature4.jhc__feature_sl, #feature5.jhc__feature_sl, #feature6.jhc__feature_sl{
		margin: 50px 50px 0px 0;
		width: calc((100% - 50px)/2);
	}
	#feature4.jhc__feature_sl,  #feature6.jhc__feature_sl{
		margin-right: 0;
	}
	.jhc__contents_reg{
		margin-top: 50px;
	}
	.jhc__contents_le{
		margin-right: 50px;
		width: calc(( 100% - 190px ) / 2 )
	}
	.jhc__information_banner{
		margin-top: 70px;
	}
	.jhc__information_banner_floater_le{
		margin-right: 50px;
		width: calc((100% - 50px)/2);
	}
	.jhc__sub_gmenu_left{
		margin: 0 0 20px 0;
		width: 100%;
		float: none;
	}
	.jhc__sub_gmenu_right{
		width: 100%;
		clear: both;
		float: none;
	}
	.jhc__sub_gmenu_webleft{
		margin: 0 0 20px 0;
		width: calc( 100% - 40px );
		float: none;
	}
	#jhc__gmenu_li03_sub .jhc__sub_gmenu_lefttext p{
		max-width: 100%;
	}
	.jhc__contents_large_le{
		margin: 0 auto 30px auto;
		width: 100%;
		float: none;
		clear: both;
		text-align: center;
	}
	.jhc__contents_large_le img{
		margin: 0 auto;
		width: 100%;
		max-width: 310px;
	}
	.jhc__contents_large_ri{
		margin: 0 auto 35px auto;
		width: 100%;
		clear: both;
	}
	.jhc__contents_large_ri h3:after{
		width: calc( 100% + 70px + 70px );
	}
	#jhc__gmenu_li03_sub .jhc__sub_gmenu_webleft .jhc__sub_gmenu_acvbtn{
		position: relative;
	}
	#jhc__gmenu_li03_sub .jhc__sub_gmenu_webleft .jhc__button_sm_inner{
		margin: 0 auto;
	}
}
@media screen and (max-width: 840px){
	#jhc__header{
		padding: 10px 0;
	}
	#jhc__global_nav{
		padding-top: 75px;
	}
	.jhc__header_ri{
		display: none;
	}
	#jhc__global_nav #jhc_gn_threebtns{
		display: block;
	}
	#jhc_gn_threebtns .jhc__button_sm_inner{
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 10px;
		padding: 10px 0;
		width: calc( 100% - 30px );
		font-size: 100%;
	}
	#jhc_gn_threebtns .jhc_login_btnwrap .jhc__button_sm_inner{
		margin: 0 0 10px 0;
		width: 100%;
		
	}
	.jhc__header_le{
		width: 100%;
		float: none;
	}
	#jhc__header img{
		min-width: 120px;
	}

	#jhc__header .jhc__header_le a{
		width: 20%;
		min-width: 120px;
		display: inline-block;
	}
	#jhc__global_nav_spbtn{
		top: 20px;
	}
	#jhc__header #jhc_login_panel{
		display: none;
	}
	#jhc_login_panel{
		margin: 0 auto 20px auto;
		width: calc( 100% - 40px);
		display: none;
		position: static;
		float: none;
		clear: both;
		overflow: hidden;
	}
	.jhc_login_input{
		width: calc( 80% - 5px - 40px );
	}
	.jhc__header_le span{
		padding: 17px 0 0 10px;
		font-size: 75%;
		display: inline-block;
	}
}
@media screen and (max-width: 800px){
	.jhc__contents_le{
		margin: 0 0 50px 0;
		padding-left: 70px;
		padding-right: 70px;
		width: calc( 100% - 140px );
	}
	#jhc__contents .jhc__contents_le{
		padding-top: 80px; 
		padding-bottom: 70px;
	}
	.jhc__contents_reg .jhc__button_par{
		width: calc( 100% - 140px );
	}
	.jhc__information_banner_floater_le{
		margin-right: 0;
		margin-bottom: 40px;
		width: 100%;
	}
	.jhc__information_banner_floater{
		margin: 0;
	}
	#jhc__contents .jhc__contents_inner_box{
		margin-bottom: 0;
		width: calc( 100% - 110px - 20px );
		float: left;
		clear: none;
	}
	#jhc__contents .jhc__contents_inner_ri{
		margin-left: 20px;
		width: 110px;
		float: right;
		clear: none;
	}
	#jhc__information .jhc__contents_le{
		height: auto;
	}
/*    12月28日(金)追記*/
    .jhc_benefit_orderbtn li:nth-child(3) a {
        font-size: 84%;
    }
}
@media screen and (max-width: 767px){
	.jhc__feature_inner{
		padding: 50px 25px 32px;
	}
	.jhc__information_banner_big_text{
		padding-right: 30px;
		width: calc( 100% - 30px );
	}
}
@media screen and (max-width: 700px){
	#jhc__news{
		padding: 40px;
	}
	.jhc__topic_ri{
		margin: 0 0 10px 0;
	}
	.jhc__contents_large{
		padding: 70px 40px;
		width: calc( 100% - 80px );
	}
	.jhc__button_par{
		width: calc( 100% - 80px );
	}
	.jhc__contents_le{
		padding-left: 40px;
		padding-right: 40px;
		width: calc( 100% - 80px );
	}
	.jhc__contents_reg .jhc__button_par{
		width: calc( 100% - 80px );
	}
	#feature2 .jhc__feature_bi_ri_li p {
		padding-left: 0;
	}
/*    12月28日(金)追記*/
    .jhc_benefit_orderbtn li:nth-child(3) a {
        font-size: 100%;
    }
	#jhc__seminar_box_top {
		width: 100%;
	}

	.jhc__contents_head_box {
		z-index: 100;
	}

	.jhc__seminar_box_right {
		float: none;
		width: 100%;
	}

	.jhc__seminar_boxg_left {
		width: 100%;
	}

	.jhc__seminar_box_left .jhc__button_la {
		max-width: none;
	}
	
}
@media screen and (max-width: 650px){
	.jhc__feature_bi_ri_li_br {
		display: block;
	}
	#feature3.jhc__feature_sl, #feature4.jhc__feature_sl, #feature5.jhc__feature_sl, #feature6.jhc__feature_sl{
		margin: 70px 0 0px 0;
		width: 100%;
		min-height: auto;
	}
	#jhc__gmenu_li03_sub .jhc__sub_gmenu_acvbtn{
		margin: 0 auto 20px auto;
	}
	.jhc__sub_gmenu_webleft{
		padding-bottom: 0;
	}
}
@media screen and (max-width: 620px){
	.jhc__sub_gmenu_left{
		padding: 45px 20px 20px 20px;
		width: calc( 100% - 40px );
	}
	.jhc__sub_gmenu_left .jhc__sub_gmenu_leftimga{
		margin: 0;
		width: 100%;
		clear: both;
		overflow: hidden;
		text-align: center;
		float: none;
	}
	.jhc__sub_gmenu_leftimga img{
		margin: 0 auto;
	}
	.jhc__sub_gmenu_lefttext, #jhc__gmenu_li03_sub .jhc__sub_gmenu_lefttext{
		padding: 20px 0 0 0;
	}
	#jhc__gmenu_li03_sub .jhc__sub_gmenu_acvbtn{
		margin: 0;
	}
	.jhc__sub_gmenu_webleft{
		padding-bottom: 17px;
	}
}
@media screen and (max-width: 600px){
	.swiper-slide{
		max-width: calc( 100% - 40px );
	}
	.jch__content_width, #jhc__global_nav #jhc__gmenu_li02_sub .jch__content_width, #jhc__global_nav #jhc__gmenu_li03_sub .jch__content_width{
		margin: 0 auto;
		width: calc( 100% - 40px );
	}
	#jhc__global_nav .jch__content_width{
		margin: 0 auto;
		width: calc( 100% - 20px );
	}
	#jhc__global_nav_spbtn{
		right: 20px;
	}
	.jhc__fmenu_in_menu{
		width: calc( 100% - 40px );
	}
	#jhc__global_nav.jhc_show{
		padding-left: 5px;
		padding-right: 5px;
		width: calc( 100% - 10px );
	}
	.jhc__information_banner_big_text{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.jhc_bannerimg_sp img{
		max-width: 90px;
	}
/*    12月28日(金)追記*/
    .jhc_benefit_jhc__button_la_br {
        display: block;
    }
    .jhc_benefit_jhc__button_la a {
        padding: 25px 20px 20px;
        line-height: 1.3;
        width: calc(100% - 40px);
        font-size: 125%;
        letter-spacing: 0;
    }
	
	.float_bnr_pc {
		display: none;
	}
	
	.float_bnr_sp {
		display: block !important;
	}
	.float_bnr_wrap {
		/* background: red; */
		bottom: 0px;
		right: 0;
		width: 100%;
		background: -moz-linear-gradient(to right,rgba(253, 183, 107, 0.9), rgba(220, 63, 38, 0.95));
		background: -webkit-linear-gradient(to right,rgba(253, 183, 107, 0.9), rgba(220, 63, 38, 0.95));
		background: linear-gradient(to right,rgba(253, 183, 107, 0.9), rgba(220, 63, 38, 0.95));
		padding: 15px 0 0px;
		box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
		-webkit-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
		-moz-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
		-o-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
		-ms-box-shadow: 2px 0px 20px 5px rgba(51, 51, 51, 0.21);
	}

	img.float_bnr_sp {
		display: block;
		position: absolute;
		bottom: 5px;
		width: 32%;
		left: 0px;
	}

	p.float_bnr_sp {
		color: #fff;
		text-align: center;
		font-weight: bold;
		line-height: 1.3;
		margin-left: 28%;
		letter-spacing: 0.03em;
		font-size: 81%;
		margin-bottom: 4px;
	}
	p.float_bnr_sp span {
		font-weight: bold;
		font-size: 135%;
	}
    p.float_bnr_sp > br {
        display: none;
    }
    
    .float_bnr_close {
        right: 0;
        bottom: 76px;
    }

	#jhc_pagetop {
		right: 20px;
		bottom: 161px;
	}
    .jhc__feature01_badge {
        max-width: 130px;
    }
}
@media screen and (max-width: 540px){
	#jhc__header{
		padding: 15px 0 10px 0;
	}
	.jhc__header_le span{
		display: none;
	}
	.jhc__lead_p{
		padding: 20px 25px;
	}
	#jhc__news{
		padding: 40px 25px;
	}
	.jhc__fmenu_in_menu{
		bottom: 10px;
	}
	.jhc__fmenu_in_menu_li{
		line-height: 1.5em;
	}
	.jhc__information_banner_big_text{
		font-size: 140%;
	}
	.jhc__information_banner_big_text:after{
		right: 25px;
	}
	.jhc__contents_large{
		padding: 70px 25px;
		width: calc( 100% - 50px );
	}
	#jhc__global_nav_spbtn{
		top: 10px;
	}
	.jhc__button_par{
		width: calc( 100% - 50px );
	}
	.jhc__contents_le{
		padding-left: 25px;
		padding-right: 25px;
		width: calc( 100% - 50px );
	}
	.jhc__contents_reg .jhc__button_par{
		width: calc( 100% - 50px );
	}

}
@media screen and (max-width: 520px){
	.jhc__sub_gmenu_left{
		padding-top: 50px;
	}
	.jhc__sub_gmenu_acvbtn .jhc__button_sm_inner{
		margin: 0 0 10px 0;
		width: 100%;
		clear: both;
	}
	.jhc_login_input{
		margin: 5px 0 0 10px;
		width: calc( 100% - 40px - 5px );
		clear: both;
		display: block;
	}
	.jhc_login_box li{
		text-align: left;
	}
	.jhc__fmenu_in_menu_li.jhc__privacy{
		width: 100%;
		display: block;
	}
	.jhc__contents_le h3{
		line-height: 1.3em;
	}
}
@media screen and (max-width: 480px){
	.jhc__information_banner_big_text{
		padding-right: 25px;
		width: calc( 100% - 25px );
	}
	#jhc__contents .jhc__contents_inner_box, #jhc__contents .jhc__contents_inner_ri{
		margin: 0;
		width: 100%;
		clear: both;
		float: none;
	}
	#jhc__contents .jhc__contents_inner_box{
		margin-bottom: 20px;
	}
	.jhc__contents_inner_ri img{
		max-width: 100%;
	}

}
@media screen and (max-width: 450px){
	.jhc__information_banner_big_text{
		font-size: 130%;
	}
	.jhc__information_banner_big_text:after{
		right: 15px;
	}
	.jhc_bannerimg_sp img{
		padding: 4px;
	}
	.jhc__lead_p {
		line-height: 1.7em;
		font-size: 87%;
	}
}
@media screen and (max-width: 400px){
	.jhc__information_banner_big_text{
		font-size: 100%;
		padding: 20px 15px 20px 0;
		width: calc( 100% - 15px );
	}
	.jhc__information_banner_big_text:after{
		width: 5px;
		height: 5px;
	}
	.jhc__sub_gmenu_lefttext h3 span{
		margin-bottom: 8px;
	}
	.jhc__sub_gmenu_lefttext h3{
		margin-bottom: 12px;
		line-height: 1.2em;
	}
	p.float_bnr_sp > br {
		display:block;
	}
	p.float_bnr_sp:last-child {
		margin-top: -12px;
	}
	img.float_bnr_sp {
		width: 42%;
	}
	p.float_bnr_sp {
		margin-left:33%;
	}
    
    .float_bnr_close {
        right: 0;
        bottom: 108px;
    }
}
@media screen and (max-width: 375px){
	.jhc__lead_p{
		padding: 15px 20px;
	}
	.jhc__topic_date{
		margin: 0 0 10px 0;
		width: 100%;
		display: block;
	}
	.jhc__topic_tag:nth-child(2){
		margin: 0 0 0 15px;
	}
	.jhc__topic_ri{
		padding: 0 0 0 15px;
	}
	.jhc__feature_inner{
		padding: 50px 20px 32px;
	}
	#jhc__contents .jhc__contents_le{
		padding: 75px 20px 70px;
		width: calc( 100% - 40px );
	}
	.jhc__contents_le{
		padding: 36px 20px 70px;
		width: calc( 100% - 40px );
	}
	.jhc__fmenu_in_menu_li{
		line-height: 1em;
	}
	.jhc__contents_large{
		padding: 70px 20px;
		width: calc( 100% - 40px );
	}
	.jhc_bannerimg_sp img{
		max-width: 70px;
	}
	.jhc__button_par{
		width: calc( 100% - 40px );
	}
	.jhc__contents_reg .jhc__button_par{
		width: calc( 100% - 40px );
	}

}
@media screen and (max-width: 370px){
	#jhc__information .jhc__title_word{
		letter-spacing: 0.03em;
	}
}
@media screen and (max-width: 340px){
	.jhc__lead_p{
		padding: 10px 15px;
	}
	.jhc__contents_large{
		padding: 70px 15px;
		width: calc( 100% - 30px );
	}
	.jhc_bannerimg_sp img{
		max-width: 60px;
	}
	.jhc__button_par{
		width: calc( 100% - 30px );
	}
	.jhc__contents_le, #jhc__contents .jhc__contents_le{
		padding-left: 15px;
		padding-right: 15px;
		width: calc( 100% - 30px );
	}
	.jhc__contents_reg .jhc__button_par{
		width: calc( 100% - 30px );
	}
	.jhc__contents_inner{
		padding: 20px 15px;
	}
}
@media screen and (max-width: 320px){
	.jhc__information_banner_big_text:after{
		right: 10px;
	}
}