/*PC用css*/

body{
	margin: 0;
	padding: 120px 30px 50px 30px;
 	font-size: 0.9em;
	-webkit-text-size-adjust: 100%;
}

div#headerArea {
	height:126px;
}

div#footerArea {
	position: fixed !important;
	position: absolute;
}

div#contentsArea{
	padding: 20px 10px 10px 10px;
	font-size: 0.9em;
}

#boxA { width:67%; float:left; padding:0 0 0 0; background-color:#ffffff;}
#boxB { width:33%; float:right; padding:20px 0 0 0;  background-color:#ffffff;}
#boxC { clear:both; width:100%; } 
#boxD { float:left; margin:0 10px 0 0; }
#boxE { float:left; }

.frame {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:300px;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}

/* アコーディオンメニュー */
/* 閉じた状態のサブメニュー */
.menu ul {
    overflow: hidden;
    line-height: 0;
    padding: 0;
    /* 下記は開閉によらず共通の設定 */
    background: #fff;
    list-style: none;
    margin: 0;
}
/* 開いた状態のサブメニュー */
.menu input:checked + ul {
    line-height: 1.2;
    padding: 0.5rem 0;
}

.head-m{ z-index: 2;
	display: inline-block;
	text-align:right;
	overflow:hidden;
	position:absolute;
	bottom:0;
	right:0;}
	
.head-m img {
    width: 20vw;
    height: auto;
	max-width: 200px;
	max-height: 50px;
}

a.anchor {
    display: block;
    padding-top: 130px;
	margin-top: -130px;
}

table {
max-width:100%;
font-size: 1em;
border-collapse: collapse;
  }
  
a.anchor{
    display: block;
    padding-top: 126px;
    margin-top: -126px;
}