@charset "shift_jis";
.alL {
  text-align: left !important;
}

.clfx {
  *zoom: 1;
}
.clfx:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

@media (max-width: 959px) {
  .header {
    min-height: 66px;
    background: #02429a;
  }
}

@media (max-width: 959px) {
  .ft_sp {
    display: block;
  }
}

li {
  list-style: none;
}

/* パンくず */
@media (max-width: 959px) {
  #breadcrumb {
    width: auto;
    display: block;
  }
}
@media (max-width: 959px) {
  #breadcrumb #body {
    width: auto;
    padding: 5px 0;
  }
}

@media (max-width: 959px) {
  .bread_pc {
    font-size: 0.7em;
    display: table;
  }
}
.bread_pc li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 959px) {
  .bread_pc li {
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .bread_pc li {
    float: left;
    margin: 0 0 2px 0;
  }
}
.bread_pc li:last-child span {
  padding-left: 5px;
}
@media (max-width: 959px) {
  .bread_pc a {
    background: #f0f0f0;
    height: 26px;
    display: table;
    position: relative;
    padding: 0 5px;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .bread_pc a {
    margin-right: 30px;
  }
}
@media (max-width: 959px) {
  .bread_pc a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -26px;
    border: 13px solid #f0f0f0;
    border-left-color: transparent;
  }
}
@media (max-width: 480px) {
  .bread_pc a:before {
    content: '';
    display: block;
    position: absolute;
  }
}
.bread_pc a:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  right: -8px;
}
@media (max-width: 959px) {
  .bread_pc a:after {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -26px;
    border: 13px solid transparent;
    border-left-color: #F0F0F0;
  }
}
@media (max-width: 959px) {
  .bread_pc span {
    display: table-cell;
    vertical-align: middle;
    height: 26px;
  }
}
#breadcrumb .bread_pc .bread_lisp{
	display: none;
}
@media (max-width: 959px) {
	#breadcrumb .bread_pc .bread_lipc{
		display: none;	
	}
	#breadcrumb .bread_pc .bread_lisp{
		display: inline-block;
	}
}

/* ヘッダー ・フッター*/
#header #header_Right #accountMenu {
  width: 560px;
}
@media screen and (-ms-high-contrast: none) {
  *::-ms-backdrop, .hd_pc #header #header_Right #accountMenu03 {
    top: 11px;
  }
}
.footer {
	margin-bottom: -20px;
}

/* 画像 */
#main img,#g_navi img, .contents img{
	max-width: 100%;
	height: auto;
}

/* メインビジュアル */

.l-page-wrap {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .l-page-wrap {
    width: auto;
  }
}

/* hero */
.l-hero {
  margin-top: 15px;
  padding: 30px 0 0;
  background: url(../images/bg_stripe.gif);
  border-bottom: 5px solid #82c0c3;
  position: relative;
}
@media (max-width: 959px) {
  .l-hero {
    margin-top: 0;
  }
}
.l-hero .l-page-wrap {
  height: 280px;
}
@media (max-width: 959px) {
  .l-hero .l-page-wrap {
    padding: 0 1%;
  }
}
@media (max-width: 480px) {
  .l-hero .l-page-wrap {
    height: 450px;
  }
}

.hero-title {
  width: 45%;
  float: left;
  margin-top: 30px;
  display: block;
  position: relative;
  z-index: 5;
}
@media (max-width: 959px) {
  .hero-title {
    width: 39%;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .hero-title {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
}
.hero-title img {
  display: block;
  width: 100%;
}
@media (max-width: 959px) {
  .hero-title img {
    height: auto;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, img {
    zoom: 1 !important;
  }
}
@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .hero-pic img {
    zoom: .5 !important;
  }
}
@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  img {
    zoom: 1 !important;
  }

  .hero-pic img {
    zoom: .5 !important;
  }
}
@media (max-width: 480px) {
  .lte-ie9 img {
    zoom: 1 !important;
  }

  .lte-ie9 .hero-pic img {
    zoom: .5 !important;
  }
}
.hero-pic {
  width: 26%;
  position: relative;
  left: -30px;
  z-index: 1;
}
@media (max-width: 480px) {
  .hero-pic {
    width: auto;
    top: -385px;
    left: 0;
  }
}
.hero-pic img {
  display: block;
  position: absolute;
}

.hero-title-sub {
  float: right;
  width: 52%;
  color: #fff;
  font-size: 0.95em;
  margin-top: 10px;
}
@media (max-width: 959px) {
  .hero-title-sub {
    width: 59%;
    display: table;
  }
}
@media (max-width: 480px) {
  .hero-title-sub {
    width: 90%;
    float: none;
    margin: 15px auto;
    position: relative;
    z-index: 2;
  }
}
.hero-title-sub .title {
  padding: 7px 10px;
  color: #e5007f;
  background: #fff;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 959px) {
  .hero-title-sub .title {
    font-size: 0.9em;
    padding: 7px 1%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
}
@media (max-width: 480px) {
  .hero-title-sub .title {
    width: auto;
    display: block;
    font-size: 1.2em;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 0 0;
  }
}
.hero-title-sub .title:after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  right: -16px;
  border: 10px solid transparent;
  border-left-color: #fff !important;
}
@media (max-width: 480px) {
  .hero-title-sub .title:after {
    top: 28px;
    right: 50%;
    border-top-color: #fff;
    border-left-color: transparent !important;
  }
}
.hero-title-sub .summary {
  margin-left: -9px;
  padding: 7px 2% 7px 5%;
  color: #fff;
  background: #e5007f;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0;
  border-radius: 0 6px 6px 0;
}
@media (max-width: 959px) {
  .hero-title-sub .summary {
    font-size: 0.9em;
    padding-left: 8%;
    display: block;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .hero-title-sub .summary {
    margin-left: 0;
    padding: 10px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0;
    border-radius: 0 0 6px 6px;
    font-weight: normal;
    line-height: 1.2;
  }
}

.hero-summary {
  float: right;
  width: 52%;
  margin-top: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 1.75;
}
@media (max-width: 959px) {
  .hero-summary {
    margin-top: 10px;
    width: 59%;
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
  .hero-summary {
    float: none;
    width: 90%;
    margin: 0 auto;
    font-weight: normal;
    line-height: 1.5;
    font-size: 0.9em;
  }
}


#main{
	width: 100%;
	heigt: 240px;
	margin-top: 5px;
	background: url(../images/bg_stripe.gif);
}
#main h2{
	width: 100%;
	padding-top: 13px;
	padding-bottom: 12px;
	text-align: center;
}

/* グローバルナビ */
#g_navi{
	width: 100%;
	margin-top: -1px;
	background: url(../images/g_navi_bg.png) repeat-x bottom #1fb8ca;
	overflow: hidden;
}
#g_navi_sp{
	display: none;
}
#g_navi ul{
	max-width: 960px;
	margin: 0 auto;
}
#g_navi ul li{
	float: left;
	width: 25%;
}
/*#g_navi ul li:nth-child(1){
	width: 20%;
}
#g_navi ul li:nth-child(2),#g_navi ul li:nth-child(3){
	width: 21%;
}
#g_navi ul li:nth-child(4),#g_navi ul li:nth-child(5){
	width: 19%;
}*/
#g_navi ul li a{
	width: 100%;
	padding: 7px 0 4px 0;
	border-right: 1px solid #fff;
	border-bottom: 4px solid #b91d42;
	text-align: center;
	display: block;
}
#g_navi ul li:nth-child(1) a{
	border-left: 1px solid #fff;
}
#g_navi ul li a:hover{
	background: #fff;
	border-bottom: 4px solid #b9adb0;
}
#g_navi ul li:nth-child(1) a:hover{
	border-left: none;
}
#g_navi .g_navi_sp{
	display: none;
}

/* 背景 */
.bg_o{
	padding: 40px 0 40px 0;
	background: #f2ecdc;
}
.bg_p{
	padding: 40px 0 40px 0;
	background: #f5d8c8;
}

/* 各コンテンツ */
.contents{
	max-width: 916px;
	margin: 30px auto 50px auto;
	padding: 15px 22px 30px 22px;
	background: #fff;
	border-bottom: 7px solid #c4bab2;
	line-height: 1.2;
}

/*IE9▼*/
.contents:not(:target) {
	font-size:75%\9;
}
.bread_pc:not(:target) {
	font-size:75%\9;
}

/* 各コンテンツタイトル*/
.contents .title_l{
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid #f22627;
	font-size: 113%;
}
.contents .title_l img{
	margin-bottom: -5px;
	vertical-align: bottom;
}
.contents .title_l span{
	line-height: 1.5;
}


/* 各コンテンツリスト・ボックス */
.contents .item_list{
	max-width: 908px;
	/*width:97%;*/
	border: 4px solid #e6e6e6;
	margin-left:3px;
	margin-bottom:9px;
	position:relative;
}
.contents .item_list:hover{
	border: 4px solid #D900A6;
}
.contents .item_list a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-999px;
	z-index: 100;
}
.contents .item_list .item_inner{
	display: table;
	position: relative;
	z-index: 10;
}
.contents .item_list .item_inner p{
	padding: 9px 0 9px 0;
	vertical-align: middle;
	display: table-cell;
}
.contents .item_list .item_inner .item_list01{
	padding: 9px 16px 9px 10px;
}
.contents .item_list .item_inner .item_list01 span{
	width: 200px;
	display: block;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 90%;
	color: #fff;
	font-weight: bold;
}

.contents .item_list .item_inner .item_list01 .label_b{
	background: #D900A6;
}
.contents .item_list .item_inner .item_list01 .label_p{
	background: #d87b84;
}
.contents .item_list .item_inner .item_list02{
	width: 120px;
	text-align: center;
}
.contents .item_list .item_inner .item_list02 img{
	width: 120px;
}
.contents .item_list .item_inner .item_list03{
	width: 200px;
	line-height: 1;
}
.contents .item_list .item_inner .item_list03 span{
	font-size: 138%;
	font-weight: bold;
	color: #ff0000;
}
.contents .item_list .item_inner .item_list03 em{
	font-size: 63%;
}
.contents .item_list .item_inner .item_list04{
	font-size: 88%;
}

/*item_box_top----------------------*/
.item_box_top {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.item_box_top .item_list{
	width: 31%;
}
.item_box_top .item_list + .item_list{
    margin-left: 20px;
}
.item_box_top .item_list .item_inner p{
	display: block;
	padding: 5px;
}
.item_box_top .item_list a{
	text-indent: -100vw;
}
.item_box_top .item_list .item_img{
	width: 100%;
}
.item_box_top .item_list .item_img img{
	width: 100%;
	height: auto;
}
.item_box_top .item_list .item_inner .item_list04{
    font-size: 75%;
    line-height: 1.4;
}
.item_box_top .item_list .item_inner .item_text01{
    font-size: 107%;
    font-weight: bold;
}


.contents .item_box01 h4{
	margin-bottom: 10px;
	font-size: 113%;
	color: #ff0000;
}
.contents .item_box01 p{
	margin-bottom: 35px;
	font-size: 88%;
	line-height: 1.6;
}

.contents .item_box02a{
	width: 27%;
	float: left;
}
.contents .item_box02b{
	width: 69%;
	float: right;
}
.contents .item_box02a div{
	margin-bottom: 5px;
}
.contents .item_box02a .item_box02a_text01{
	margin-bottom: 5px;
	font-size: 107%;
	font-weight: bold;
}
.contents .item_box02a .item_box02a_text02{
	font-size: 150%;
	font-weight: bold;
	color: #ff0000;
}
.contents .item_box02a .item_box02a_text03{
	margin-bottom: 8px;
	font-size: 63%;
}
.contents .item_box02a .item_box02a_text04{
	font-size: 75%;
	line-height: 1.4;
}
.contents .item_box02b h5{
	margin-bottom: 10px;
	color: #ca7820;
}
.contents .item_box02b h5 span{
	font-size: 125%;
}
.contents .item_box02b h5 em{
	font-size: 88%;
	font-style: italic;
}
.contents .item_box02b .item_box02b_text01{
	margin-bottom: 20px;
	font-size: 82%;
	line-height: 1.8;
}
.contents .item_box02b .item_box02c{
	width: 100%;
	margin-bottom: 8px;
	text-align: right;
	font-size: 82%;
}
.contents .item_box02d li{
	width: 32.5%;
	padding-right: 1.2%;
	float: left;
}
.contents .item_box02d li:last-child{
	padding-right: 0; 
}

.contents .item_box03a{
	width: 26%;
	text-align: center;
	float: left;
}
.contents .item_box03b{
	width: 71%;
	float: right;
}
.contents .item_box03b h4{
	margin-bottom: 12px;
	font-size: 113%;
	font-weight: bold;
	color: #ff0000;
}
.contents .item_box03b p{
	font-size: 88%;
	line-height: 1.6;
}

.contents .item_box03b p{
	font-size: 88%;
	line-height: 1.6;
}

hr.style-one{
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin:30px 0;
}


/* 各コンテンツボタン */
.btn{
	width: 100%;
	padding-top: 40px;
}

.btn a{
	width: 100%;
	padding: 10px 0 8px 0;
	background: #f28d27;
	border-bottom: 5px solid #ca7820;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 125%;
	text-decoration: none;
}
.btn a:hover{
	opacity: 0.5;
}
.btn img{
	vertical-align: middle;
}
.btn_win a{
	background: url(../images/icn02.png) no-repeat right #f28d27;
}
.btn_p{
	padding-top: 15px;
	margin-bottom: -25px;
}
.btn_p a{
	background: #fe8585;
	border-bottom: 5px solid #fe5858;
	font-size: 100%;
}
.btn50{
	width: 50%;
	padding-left: 50%;
}
.btn50 a{
	font-size: 107%;
}
.btn80{
	width: 80%;
}

.btn_s{
	padding-top: 20px;
}
.btn a:link{
	color: #fff;
	text-decoration: none;
}
.btn_spt{
	display: none;
}
.btn_sp{
	display: none;
}

/* コンテンツ下部 */
.contents_b{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.contents_b h4{
	margin-bottom: 20px;
}
.contents_b .airhtlop_box_l{
	float: left;
}
.contents_b .airhtlop_box_r{
	float: right;
}
.contents_c{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 25px 0;
}

.contents_b .idTabs {
	text-align: center;
}
.contents_b .idTabs li {
	display: inline-block;
}
.contents_b .idTabs li a {
	display: block;
	font-size: 14px;    
	margin: 0 2px;
	text-decoration: none;
	background: #fe5858;
	border: 1px solid #f22627;
	border-radius: 4px;
	width: 180px;
	padding: 15px 0;
	font-weight: bold;
	color: #fff;
}
.contents_b .idTabs li a:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #f22627;
}
.contents_b .idTabs li a.selected {
	border: 1px solid #fff;
	background: none;
}
.contents_b .idTabs li a.selected:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #f22627;
}


/* searchBoxSet(bottom) */
#searchBoxSet { margin: 0 20px 20px; }
#searchBoxSet .md_searchTab { margin: 0; }
#searchBoxSet .md_searchTab .md_search_tabList {
	margin: 0 3px 0 0;
	float: left;
}
#searchBoxSet .md_search_tabList a.is_block {
	background: url(https://www.his-j.com/dst/search/img/tab_bg2.png) no-repeat left top;
	padding: 16px 0 10px 0;
	text-align: center;
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	text-decoration: none;
}
#searchBoxSet .md_search_tabList a {
	background: url(https://www.his-j.com/dst/search/img/tab_bg1.png) no-repeat left top;
	padding: 16px 0 10px 0;
	text-align: center;
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	color: #004098;
	display: block;
	text-decoration: none;
}
#searchBoxSet .md_search_tabList a:hover {
	opacity: 1;
	background: url(https://www.his-j.com/dst/search/img/tab_bg2.png) no-repeat left top;
	color: #ffffff
}
#searchBoxSet #js_tabBody {
	background: #fff;
	border: solid 4px #004098;
	padding: 15px 20px;
	clear: both;
}
#searchBoxSet #js_tabBody .js_menuDest {
	left: inherit;
	right: 0
}
#searchBoxSet #js_tabBody .md_search_item .md_search_label_reqIcon { width: 33px; }
.ui-datepicker-title{
	font-size: 14px;
}
#breadcrumb #body #socialBox { width: 340px; }
#bannerArea {
	width: 960px;
	margin-bottom: 30px;
}
#bannerArea li {
	width: 220px;
	float: left;
	margin-right: 26px;
}
#bannerArea li:last-child { margin-right: 0; }
.closeVer { padding-bottom: 100px; }
#schedule.closeVer { padding-bottom: 0; }
#schedule.closeVer #contentsArea { padding: 40px 0 100px 0; }


/* トップへ戻る */
.linkArea{
	display: none;
}
#pageTop {
	position: fixed;
	bottom: 77px;
	right: 50px;
	font-size: 20px;
	z-index: 9999;
	display: none;
}
#pageTop a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 35px;
	padding: 15px 10px;
	font-weight: bold;
	text-align: center;
	display: block;
	border-radius: 5px;
}
.go-to-top {
	position: fixed;
	bottom: 10px;
	right: 2px;
	z-index: 105;
	display: none;
}
#searchBoxSet h4.title {
	letter-spacing: 0;
	line-height: 0;
	margin: 15px auto 35px;
    text-align: center;
}

/****************************************************************/
/*
/* メディアクエリ設定 960px以上
/* 通常(PC用)記述の場所
/*
/****************************************************************/
@media print,screen and (min-width: 960px) {

}

/****************************************************************/
/*
/* メディアクエリ設定 761px〜959px
/* タブレット用記述の場所
/*
/****************************************************************/
@media screen and (min-width: 761px) and (max-width: 959px) {
	#g_navi_pc{
		display: none;
	}
	#g_navi_sp{
		display: block;
	}
	/*#g_navi ul li:nth-child(2),#g_navi ul li:nth-child(3){
		width: 20%;
	}
	#g_navi ul li:nth-child(4),#g_navi ul li:nth-child(5){
		width: 20%;
	}*/
	#g_navi ul li a{
		padding: 0;
	}
	#g_navi .g_navi_pc{
		display: none;
	}
	#g_navi .g_navi_sp{
		display: inline;
	}
	.contents .title_l span{
		display: none;
	}
	div.bg_p{
		display: none;
	}
	.btn a{
		font-size: 88%;
	}
	#pageTop a {
		display: none;
	}
	.go-to-top {
		display: block;
	}
}


/****************************************************************/
/*
/* メディアクエリ設定 0〜760px
/* スマホ用記述の場所
/*
/****************************************************************/
@media screen and (min-width: 0px) and (max-width: 760px) {
	#g_navi_pc{
		display: none;
	}
	#g_navi_sp{
		display: block;
	}
	/*#g_navi ul li:nth-child(2),#g_navi ul li:nth-child(3){
		width: 20%;
	}
	#g_navi ul li:nth-child(4),#g_navi ul li:nth-child(5){
		width: 20%;
	}*/
	#g_navi ul li a{
		padding: 0;
	}
	#g_navi .g_navi_pc{
		display: none;
	}
	#g_navi .g_navi_sp{
		display: inline;
	}
	
	.bg_p{
		display: none;
	}
	.contents_b{
		display: none;
	}

	.contents .title_l{
		width: auto;
	}
	.contents .title_l img{
		margin-bottom: 0;
	}
	.contents .title_l span{
		display: none;
	}
	
	.contents .item_list{
		padding: 6px 0 6px 0;
		border: none;
		border-bottom: 1px dotted #cecece;
	}
	.contents .item_list:hover{
		border: none;
		border-bottom: 1px dotted #cecece;
	}
	.contents .item_list .item_inner{
		display: block;
	}
	.contents .item_list .item_inner p{
		padding: 0;
		display: block;
	}
	.contents .item_list .item_inner .item_list01{
		width: 100%;
		padding: 0 0 16px 0;
	}
	.contents .item_list .item_inner .item_list02{
		width: 50%;
		margin-bottom: 15px;
		text-align: left;
		float: left;
	}
	.contents .item_list .item_inner .item_list02 img{
		width: auto;
	}
	.contents .item_list .item_inner .item_list03{
		width: 50%;
		margin-bottom: 15px;
		float: left;
	}
	.contents .item_list .item_inner .item_list04{
		line-height: 1.6;
		clear: both;
	}
	/*item_box_top----------------------*/
    .item_box_top {
        display: block;
    }
    .item_box_top .item_list{
        width: 100%;
    }
    .item_box_top .item_list + .item_list{
		margin-left: 0;
    }
    .item_box_top .item_list .item_inner .item_text01 {
        padding: 5px 0;
    }
    .item_box_top .item_list .item_inner .item_list03 {
        margin-bottom: 10px;
    }
	
	.contents .item_box02a{
		width: 100%;
		float: none;
	}
	.contents .item_box02b{
		display: none;
	}
	
	.contents .item_box03a{
		width: 100%;
		margin-bottom: 20px;
		float: none;
	}
	.contents .item_box03b{
		width: 100%;
		float: none;
	}
	
	.contents_c{
		display: none;
	}
	
	#main img,#g_navi img, .contents img{
		zoom: 1;
	}
	
	.btn{
		padding-top: 15px;
	}
  .btn_s_wrap{
		padding-left: 22px;
		padding-right: 22px;
    box-sizing: border-box;
	}
	.btn a{
		padding: 14px 0 11px 0;
		font-size: 88%;
	}
	.btn_p {
		padding-bottom: 20px;
		border-bottom: 1px dotted #000;
	}
	.btn_p a{
		background: url(../images/icn02.png) no-repeat right #fe8585;
	}
	.btn_pc{
		display: none;
	}
	.btn_sp{
		display: block;
	}
	.btn50{
		width: 100%;
		padding-left: 0;
	}
	
	.linkArea{
		margin: 0 0 -20px 0;
		padding: 0.5% 0;
		background-color: #004098;
		background-image: url(//smp.his-j.com/cmn/img/kanto/icon/instruction/arrow_right_white001.png);
		background-repeat: no-repeat;
		background-position: 100% 50%;
		background-size: 20px 12px;
		border-top: 0;
		display: block;
	}
	.linkArea a,.linkArea a:link {
		padding: 12px 0 12px 10px;
		font-size: 13px;
		color: #FFF;
		display: block;
	}
	
	#pageTop a {
		display: none;
	}
	.go-to-top {
		display: block;
	}
	.is-spHidden {
  display: none;
	}
}
