@charset "utf-8";

/* ヘッダー */
/*::ヘッダー2段まとめ カバー設定::::::*/
#box-header{
	background: url(../images/logo.png);
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position:  center;
	background-color: #fff /*#e3eaff*/;
	display: block;
	color: #4962a7;
	height: 60px;
	width:100%;
	position: fixed;
	z-index:9999;
	top: 0;
	right: 0;
	transition: 0s;
	box-sizing: border-box;
	padding: 10px 0 0 10px;	
	text-align: left;
}
.titlesp{padding-top: 60px; border-bottom: 1px solid #4962a7;}
#h-1:checked ~ #box-header:before{	background: rgba(31, 31, 31, 0.4);}
#h-1:checked ~ #box-header:after{	background: #111;}


/* 全体調整CSS */
.h-menubox *{	font-size: 14px;}

.h-menubox li{
	font-size: 14px;
	margin-left: 0px;
	padding-left: 0px;
}

/* hamburgerここから */
.input-hidden{	display: none;}

/* label */
.h-switch{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0; /* ハンバーガーアイコンの位置（上から） */
	z-index: 9999; /*一番手前にヘッダー表示*/
	width: 60px; /* アイコン（クリック可能領域）の幅 */
	height: 54px; /* アイコン（クリック可能領域の）高さ */
	transition: 0.3s;
}
.h-switch::after{
	position: absolute;
	right: 17px;
	bottom: 4px;
	content: "menu";
	font-size: 10px;
	font-weight: normal;
	color:#4165c5;
}
/* 展開時アイコン固定 */
#h-1:checked ~ .h-switch{
	position: fixed;
}
/* ハンバーガーアイコン */
.h-switch-line1, .h-switch-line1:before, .h-switch-line1:after{
	width: 25px;
	height: 3px;
	background: #4165c5; /* ハンバーガーアイコンの色 */
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .3s;
	content: "";
}
.h-switch-line1{ transform: translate(-50%, -50%);}
.h-switch-line1:before{	transform: translate(-50%, -300%);}
.h-switch-line1:after{	transform: translate(-50%, 200%);}

/* アイコン　アニメーション */
#h-1:checked ~ .h-switch .h-switch-line1{	width: 0;}
#h-1:checked ~ .h-switch .h-switch-line1:before{	transform: rotate(45deg) translate(-40%, 325%);}
#h-1:checked ~ .h-switch .h-switch-line1:after{	transform: rotate(-45deg) translate(-40%, -325%);}


/* メニューエリア */
.h-menuwrap{
	position: fixed;
	height: 100%;
	background: transparent; 
	padding: 60px 0px 40px;
	z-index: 9997;
	transition: 0.3s;
	overflow-y: scroll;
	top: 0;
	left: 100%;
	width: 100%;
	color: #fff;
	text-align: left;
}

.h-menuwrap *{
	z-index: 9997;}

/* メニューリスト */
.h-menulist{
	padding-left: 0 !important;
	list-style: none;
}

.h-menulist li a{
	text-decoration: none;
	color: #00a;
	display: block;
	padding-top: 4px;
	padding-left: 0px;
	box-sizing: border-box;
}

ul.h-menulist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #fff;
}

ul.h-menulist li {
	position: relative;
	box-sizing: border-box;
	height:45px;
	padding: 0.5em 5vw 0.5em 30px;
	border-top: 1px solid #e3eaff;
	border-bottom: none;
	transition:  .3s;
}
/*↑メインメニュー*/




/* メニューエリア･アニメーション */
	/* 右から */
#h-1:checked ~ .h-menuwrap{
	left: 0;
}
/* コンテンツカバー */
#h-1:checked ~ .h-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 60px;
	left: 0;
	z-index: 9995;
	background: rgba(3,3,3,.5);
	display: block;
}



.accmenu {
  max-width: 100%;
  position: relative;
}

.accmenu a {
  display: block;
  padding-left: 12px;
  text-decoration: none;
  font-size: 13.4px;
	color: #fefefe;
  background:rgba(0,0,0,.7);
  text-indent: 1em;
  height: 40px;
  line-height: 40px;
}
.accmenu a::before{content: "- ";}

.accmenu label {
	position: relative;
	display: block;
	margin:  0;
	height: 45px;
	padding-left : 30px;
	line-height: 45px;
	color :#00a;
	background: #fff;
	border-top: 1px solid #e3eaff;
	border-bottom: none;/*メニューリストの下線*/
	cursor :pointer;
	transition: none;
}

.accmenu input {
  display: none;
}

.accmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255,255,255,.5);
}

.accmenu li {
  padding-right: 0px;
  list-style-position: inside;
  line-height: 1.1em;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li {
  height: 40px;
  opacity: 1;
  border-top: solid .8px #72798d;/*アコーディオン内の下線*/
}

/*右端の矢印*/
.accmenu label:after{
	content:"+";
	display:block;
	width:6px;
	height:6px;
	font-size: 18px;
	position:absolute;
	right:6%;
	top: 0;
	margin: auto;
	color: #3f66c9;
}
  

/*開いた状態の矢印描画*/
#menu_bar01:checked ~ label:after,
#menu_bar02:checked ~ label:after,
#menu_bar03:checked ~ label:after{
	content:"－";
	display:block;
	width:8px;
	height:8px;
	font-size: 18px;
	right: 6%;
	top: 0px;
	margin: auto;
	transition: 0;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
	margin-bottom: 0px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 6%;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.migiy{float: right;}
.migiy::before{
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #3f66c9;
    border-right: 1.5px solid #3f66c9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.sp-titlebar{
	display: block;
	background: url(../images/logo.png);
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position:  center;
	background-color: #fff /*#e3eaff*/;
	color: #4962a7;
	font-weight: normal;
	height: 60px;
	width:100%;
	position: fixed;
	z-index:9999;
	top: 0;
	right: 0;
	transition: 0s;
	box-sizing: border-box;
	padding: 10px 0 0 10px;
}

/* PC非表示設定 */
@media (min-width:769px){
	.h-menubox, #box-header, #sp-banner, .sp-view{display: none;}

}


@media only screen and (min-width:560px) {
	#box-header, .sp-titlebar{	background-color: #fffe;}
}
@media only screen and (max-width:560px) {
}