@charset "UTF-8";
 /*---ARFS-CBS.css---*/
/* ===2022.6.20=== */  
/* ===2026.6.29=== */ 

/* ========BASIC======== */
html {                    
   overflow-y:scroll;
}

 *{
    box-sizing:border-box; /*余白や線を幅や高さに含める*/
}

body {
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Arial, Helvetica, sans-serif;
   color:#333;
   font-size:13px;
  
}

    img { max-width:100%; height:auto; }       /* ===レスポンシブ=== */


br {
   letter-spacing:normal;
}

a {
   text-decoration:none;
}

a:hover {
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:100%;
   margin:0 auto;
   border-top:2px solid #64B5F6;
	border-bottom: 2px solid #64B5F6;
	box-shadow:0px 4px 0px 0px #0D47A1;
	}

#header {
  margin:0 auto;
  width:100%;
  background:#fff;
  justify-content:space-between;
  display: flex;
   }


#menu {
  width:100%;
}

#contents {
   clear:both;
   width:100%;
   margin-top:5px;
}

#main {
   float:left;
   margin-left:5%;
   width:60%;
 }

#subL {
   float:left;
   width:25%;
}

#footer {
   position:relative;
   clear:both;
   width:100%;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========TOP CUSTOMIZE======== */

#top a {
color: #1e366a;
border-bottom: 1px solid #ccc;;
}


#top a:hover{
   color:skyblue;
   background:#ffffff;
}  
/* ========HEADER CUSTOMIZE======== */

 .logo{
  margin:10px 0 0 30px;
  float:left;
}
.logo img{
  width:100%;
}


.inner {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    height: auto;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flex li {
margin-left: 30px;
    padding-top:0px;
    list-style: none;
    
}

  


#header li a {
color: #1e366a;;}


#header li a:hover{
   color:#fff;
   background:#1e366a;
}  
  
/* ========MENU CUSTOMIZE======== */
#menu table{
border-collapse:separate;
margin-top:10px;
margin-bottom:10px;
width:100%;
table-layout: fixed;
 }

th.th1 {
text-align:center;
font-size:120%;
background-color:#1584c7;
padding-top:5px;
padding-bottom:5px;
 color:#000000;
} 

th.th2 {
text-align:center;
font-size:100%;
background-color:#ffffff;
padding-top:5px;
padding-bottom:5px;
 color:#000000;
border-top: solid 1px #d3d3d3;
border-left: solid 1px #d3d3d3; 
border-right: solid 1px #d3d3d3;
border-bottom: solid 3px #d3d3d3;
 }

#menu table td{
width:18%;
background-color:#64afdc;
border-bottom: solid 3px #d3d3d3;
text-align:center;
 color:#c7153c;
padding-top:5px;
padding-bottom:5px;
}                

#menu a {
display:block;
color:#000000;
}


#menu a:hover{
color:#031949;
background:#ffffff;
}

/* 回り込み解除 */
#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========subL CONTENTS CUSTOMIZE======== */
#subL a {
   color:#031949;
}

#subL a:hover {
background:#031949;
color:#fff}

#subL .section {
   background:#ffffff;
}

#subL ul {
list-style-type:none;
}

#subL li {
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	border-color: #031949;
 position:relative;
  line-height: 30px;
  margin: 5px 0 5px 5px;
  padding-left:5px;
  }
  


#subL .box {
	margin: 3.5em 0em 1.5em 0.5em;
	padding: 0.1em 0em 0.2em 0em;

}
 

 
#subL ul{
   list-style-position: inside;           
   list-style-image:url("../images/list-new.png" );
   padding-left:5px;  }


.out{
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	border-color: #556633;
 position:relative;
  line-height: 30px;
  margin: 5px 0 5px 5px;
  padding-left:5px;
  }
  
 

.line1 {                          /* =文字横ライン= */
 	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
} 

.line1::before,
.line1::after {
      content: '';
      width: 20px;
      height: 2px;
      background-color: #333;
}
.line1::before {
 margin-right: 10px;  
}

.line1::after {
margin-left: 10px;
} 

.line2{                           /* =インデックス風= */ 
position: relative;
margin-top: 50px;
padding: 0px 0px 0px 0px;
border-top: solid 1px #333;
background-color: #ffffff;
}  

.line2:after {
position: absolute;
font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
content: '機器リスト';
background: #1584c7;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 10pt;
line-height: 1.0;
letter-spacing: 0.05em; 

}

.line2 p {
margin: 0; 
padding: 5px;
background: #eaf4fc;
line-height: 1.5;
color: #000000;
}

.line3{                           /* =インデックス風= */ 
position: relative;
margin-top: 50px;
padding: 0px 0px 0px 0px;
border-top: solid 1px #333;
background-color: #ffffff;
}  

.line3:after {
position: absolute;
font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
content: '機器リスト';
background: #1584c7;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 10pt;
line-height: 1.0;
letter-spacing: 0.05em; 

}

.line3 p {
margin: 0; 
padding: 5px;
background: #eaf4fc;
line-height: 1.5;
}



 .list1 {                                /* =点線= */
margin-left: 5px;
margin-top:10px;
list-style: none; 
padding:0px 0px 0px 5px;  
  font-weight: bold;
 border-bottom: dashed 1px #333;
}

     
/* ========subL追加　2023.12.19======== */
#subL .box3 {

  margin: 5px 0 5px 5px;
  padding-left:5px;

}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#031949;
}

#main a:hover {
   text-decoration:underline;
}
#main h1 {
    font-size:15px;
    margin:0 30px 15px 0px;
    padding:2px 2px 2px 15px;
   border-bottom:3px double #000;
}
  
#main .box1 {
   margin:5px 20px 20px 15px;
   padding:10px;
   font-size:15px;
   color:#000;
   background-color:#fff;
}
 
#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
}

#main dd a {
   padding:0.2em;
   text-decoration:underline;
	}

#main dd a:hover {
   text-decoration:underline;
}




    
#main .red {
  color:#FC0000;
  font-weight: bold;
}



/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 60% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:20px 0;
   text-align:center;
   font-style:normal;
   font-size:11px;
   border-top:1px solid #ccc;
}


/* ========FOOTER CUSTOMIZE======== */
 
.textred{
color: #ff0000;
}  

.text-wh{
color: #ffffff;
}  

 
/* ===2022.5.28=== */      

@media screen and (max-width: 767px) {  /* ===メディアクエリ=== */
    .flex {
        text-align: center;
        display: inline-block;
        line-height: 30px;
        flex-direction: column;
        padding-bottom: 5px;
        padding-left: 0;
    }
    .flex li {
        margin: 0 auto;
        list-style: none;
        border-bottom: 1px solid #ccc;
    }
}

/* ===LPAR === */ 
.box2 {
   margin:30px 20px 50px 20px;
   padding:20px 15px 20px 15px;
   font-size:15px;
   border:5px double #031949;
   line-height:1.5;

}

.pp{
padding:10px 5px 20px 20px;
line-height:1.4;
font-size:12px;
} 

.contact{
margin-left:200px;
font-size:12px;
}

#main .li{
  padding-bottom:15px;
  }

/* ========LPAR()2026.6.29======== */

 
 
  
/* ========LPAR(下線)2026.6.29======== */
.box-list .under {
    text-decoration: underline;
     text-decoration-thickness: 1.5px; 
}  

/* ========LPAR(リスト余白)2026.7.9======== */
.box-list ol li {
    margin-bottom:10px ;
}  

/* ========LPAR(斜字)2026.7.9======== */
.box-list .italic {
   font-style: italic;
}  


 /* ========LPAR(タイトル タブ)2026.7.8======== */
.tab {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    max-width: 100%;
    margin-top: 20px;
}

.tab > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 15px 15px 0 0;
    background-color: #f0f2f5;
    color: #000;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    border:1px solid #5A4B8A;
    border-bottom: none;
}

.tab > label:hover {
    opacity: .8;
}

.tab input {
    display: none;
}


/* --- 通常時のコンテンツ部分（非表示のもの） --- */
.tab > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
    
    margin-top: -2px;
    border-radius: 0 0 5px 5px;
}

/* --- ① 選択されたタブ自体のスタイル --- */
.tab label:has(:checked) {
    opacity: 1;
    background-color: #5A4B8A; 
    color: #fff;           
    font-weight: bold;
    
    border-bottom: none;
    position: relative;
    z-index: 1;
}

/* --- ② 選択されたタブの「直後のdiv」を表示し、背景色を変える --- */
.tab label:has(:checked) + div {
    display: block;
    background-color: #F4F1FA; 
}


/* 2026.7.10color */
/* 論文紹介のコンテナ部分 */
.paper-section {
    background-color: #F0F4F8; /* 淡い背景色 */
    
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

/* 論文のタイトル */
.paper-title {
    color: #1C3D5A; /* 深いネイビー */
    font-weight: bold;
}

/* ========LPAR(下線)======== */
.paper-section .under {
    text-decoration: underline;
     text-decoration-thickness: 1.5px; 
}  

/* ========LPAR(リスト余白)======== */
.paper-section ol li {
    margin-bottom:10px ;
}  

/* ========LPAR(斜字)======== */
.paper-section .italic {
   font-style: italic;
}  