
@charset "utf-8";
/*文字コード指定*/

*, *:after, *:before {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, p, th, td{
    font-family: 'Arial', sans-serif;
    font-size: 14px;
   
}

.iconP{
	vertical-align:middle;
}

/*全体設定*/
body {
  background: #F0F1F5;
  color: #000000;
  font-weight: 400;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0px 0px 10px;
}

/*リンク設定*/
a {
  outline: none;
  color: #005BAA;
  text-decoration: none;
}

a:hover, a:focus {
  color: #333;
  outline: none;
}

.main {
  position: relative;
  z-index: 50;
}

.grid {
  position: relative;
  background-color:#F0F1F5;
}

.grid::after {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ヘッダー */
header{
  width: 100%;
  line-height: 1;
  padding: 15px 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  background: #002B62;
  background-size: cover;
  
}

header h6, header p{
	margin: 3px 0px;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}

h6{
	font-size: 18px;
	font-family: meiryo;
}

.img1{
      width:83px;
      float:right;
}

.hlong *{
	display:inline-block;
	vertical-align:middle;
}

/* 権限設定と集計管理のリスト作成 */
ul,ol{
	margin: 5px 0px;
}

ul li{
	font-size: 12px;
	line-height: 1.5em;
}


/* 機種名 */
.name {
  font-size: 12px;
  font-weight: bold;
}

/*検索ボックス*/
.searchInput{
  padding: 10px 16px;
  background: #F0F1F5;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content:         flex-end;
}

/* 項目領域 */
.grid_item, .grid_item_ex {
  padding: 10px 16px;
  position: relative;
  color: inherit;
  background: #F0F1F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*スマホ コンテンツ区切り線*/
.grid_item::before,.grid_item_ex::before {
  position: absolute;
  content: '';
  top: 0px;
  right: 20px;
  bottom: 0px;
  left: 20px;
  border-bottom: 1px solid #000000;
}

/*最後の区切り線のみ表示しない*/
.grid_item:last-of-type:before{
	border-bottom: none;
}

dl{
	margin-bottom: 0px;
}

dt,dd {
	margin: 0px;
	margin-top: -7px;
	padding: 0px;
}


.grid_item *, .grid_item_ex *{
  z-index: 10;
}

/*アイコン画像*/
.icon{
	display: inline-block
	width: 40px;
	height: 40px;
	margin-left: 16px;
	margin-right: 16px;
}

.iconP{
	margin-top: -2px;
}

/*float解除*/ 
.clear{
    clear:both;　
}

/* フッダー */
footer {
  background-color: #DCDDE1;
  width: 100%;
  padding: 5px 15px 5px;
  text-align: center;
  line-height: 0.5em;
  cursor: default;
  margin-right: auto;
  margin-left: auto;
}

footer p{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

/*アコーディオンメニュー*/
.panel_title {
    cursor: pointer;
}

#panel_list{
	min-width:100px;
}

.panel_body,
.pc_panel_body {
    padding: 16px;
    line-height: 2em;
}

.panel_body{
	margin-top: -30px;
}

.comment{
	margin-top: 25px;
	font-size: 13px;
	line-height: 1.5em;
}

.bullet{
	display: inline-block
	width: 10px;
	height: 10px;
}

.list{
	margin-left: 20px;
	margin-top: -26px;
	font-size: 14px;
	line-height: 1.8em;
}

/*<p>書式、補足（note）、関連情報（seealso）、注記（important）*/
.note, .seealso, .important {
	background-color:#ffffff;
	margin-top: 5px;
	padding : 2px 12px 2px 2px;
}

.note p, .seealso p, .important p{
	margin-top: 5px;
	margin-left: 16px;
	margin-bottom: 10px;
}

.important span{
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight:bold;
    font-size: 14px;
    padding: 2.5px;
    color: #ffffff;
    background-color:#000000;
}

.note span{
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight:bold;
    font-size: 14px;
    border: 0.5px solid #000000;
    padding: 2.5px;
    color: #000000;
    background-color:#ffffff;
}

.seealso span{
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight:bold;
    font-size: 14px;
    color: #000000;
    padding: 2.5px;
    background-color:#D9D9D9;
}


/*デスクトップ向けアイテム表示欄*/
@media screen and (min-width: 767px) {
  html,
  body,
  .container,
  .main {
    height: 100vh;
    font-size: 10px;
  }

  .main {
    height: 100%;
  }

  .grid_item {
    padding: 24px 16px;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;

    
    /*折り返し制御*/
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
 .icon{
	max-width: 100px;
	max-height: 100px;
 }

  .grid_item {
    width: 100%;
    text-align: center;
 }
 
   .grid_item_ex {
    width: 50%;
    text-align: center;
 }
 
 dt h2{
	text-align: left;
 }

 dt{
	margin-left: 3px;
 }

 dd{
	text-align: left;
 }

  .grid_item::before{
    top: 12px;
    right: 16px;
    bottom: 12px;
    left: 16px;
    border: 1px solid #bcbcbc;
  }
  
  .grid_item_ex{
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  }
  
  /*最後の区切り線のみ表示しない*/
	.grid_item:last-of-type:before {
	border: 1px solid #bcbcbc;
  }
  
  .grid_item:hover::before,
  .grid_item:focus::before{
    border: 3px solid #B2B2B2;
  }
  
  .grid_item_ex::before{
  display: none;
  }

.comment{
	margin: 0px;
	color: #000000;
}

}
