@charset "utf-8";
/* CSS Document (reset) */
html{
  height: 100%; overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0;  }

body, div,  address,
dl, dt, dd, ul, ol, li,
form, fieldset, input, textarea,
pre, blockquote, th, td {
	/* [disabled]margin: 0; */
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #666;
	margin: 0;
}
p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #666;	
}
img { border: 0; vertical-align: bottom; } 
caption { text-align: left; }
table { border-collapse: collapse; border: none; border-spacing: 0; }
fieldset { border: 0; }
input { line-height: 100%; }
ol { list-style-type: none; }
label { cursor: pointer;}
address { font-style: normal; }
hr { display: none; visibility: hidden; height: 0; border: 0; }
a { text-decoration: none;}
a :hover {opacity: 0.7}
/* CSS Document (reset) */
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@media screen and (max-width:480px) {
 body {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#356aa0+50,1b2b51+100 */
background: #356aa0; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #356aa0 50%, #1b2b51 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #356aa0 50%,#1b2b51 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #356aa0 50%,#1b2b51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#1b2b51',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }        
#wrap {
	width: 100%;
	height: 211%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	  }
/****** ヘッダー *********/

#wrap_header{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
		  }
header{
	height: 80px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
    background-image: url(../images/nav_BG.jpg);
	background-repeat: repeat-x;
}
.open_button{            /** mobile **/  /** PC=display:none**/
	background-color: #036;
    padding: 0px 0px 0px 0px;
	position: absolute;
	clip: rect(auto,auto,auto,auto);
	top: 8px;
	right: 10px;
	 border:0;
	}
#cloce{ display:none}

/*******モバイル　メニュー *******/
nav  {
	width: 100%;
	height: auto;
    display: none;
    position: absolute;
    z-index: 500;
}

nav ul {
	width: 100%;
	list-style-type: none;
	float: left;
	}

nav ul li{
	display: block;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	-webkit-box-shadow: 0 0px;
	box-shadow: 0 0px;
	border-bottom: 1px solid rgba(164,162,162,0.9);
	height: 65px;
    background: #002456;
}

nav ul li a{
	width: 100%;
	text-align: center;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding-top: 23px;
	padding-bottom:16px;
	font-size: 13px;
    display: block;
}

.mobile  {
	display:block;
}
    
.mobile_list {
display: none;
}
    
#open {
	display: block;
	/**  ボタンの装飾を解除 **/
	width: 60px;
	height:60px;
   -webkit-appearance: none;
    border-radius: 0;
	top: 10px;
	right: 3%;
    position: absolute;
   background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: white;
    font-size: 32px;
	}	
#cloce {
	display: none;
	/**  ボタンの装飾を解除 **/
	width: 60px;
	height: 60px;
   -webkit-appearance: none;
    border-radius: 0;
	top: 10px;
	right: 3%;
    position: absolute;
   background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: white;
    font-size: 32px;
	}	
    
  .mobail_logo {
    display: block;
    width: 210px;
    height: auto;
    margin: 0px 10px 0px 0px;
    padding: 9px;
    }	   
#wrap_content{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
		  }
		  
#content {
    width: 90%;
    height: auto;
    margin: 0px 2.5% 0px 2.5%;
    overflow: hidden;
    background: #FFFFFF;
    padding: 0% 2.5%;
	}
#content img {
        width: 100%;
        height: auto;
    }


 .title  { 
  width:90%;
  height:20px;
  background-color:#036;
  border-radius:50px;
  color:#FFF;
  margin:10px  auto 30px  auto;
  text-align:center;
 	padding-top:10px;
	padding-bottom:10px;
 }
  
  .title_font  { 
   	font-weight:bold;
		font-size:13px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
  }

/* contact */

#contact_text { margin-bottom:50px;}

#contact_text ul { list-style:none;  }

#contact_text ul li { margin-bottom:20px; }


#contact_text_table tr  td  { 
    border: solid 1px  #FF6600;
	 padding:10px;
	 color:#000;
	 }

    #sideber {
        display: none;
    }

.boder_bottom{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	
}

table a{ color: #666; text-decoration: underline;  }

table a:hover { opacity:0.6}


.table_font_L{ font-size:24px; font-weight:bold; }

td{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*contact*/

.message{
	width: 300px;
	height: auto; 
	padding:10px;
	text-align: center;
	margin-bottom:30px;		
}

p { 
color:#666;
font-size: 0.9rem;    
    
    }

.table-wide-nameA{ width:40%; font-size:13px;}
.table-wide-nameB{ width:60%}

.textW50{
width: 15%;
border: 1px solid #CCCCCC;
margin: 0px 4px;
padding: 2% 2%;
height: 20px;
}

.textW100{
	width: 90%;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 2% 5%;
	height: 20px;
}

.textW200{
	width: 100%;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 10px;
	height: 20px;
}

.textW300{
	width: 100%;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	height: 45px;
}
.commentArea{
	width: 100%;
	height: 100px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

.buttonStyle {
	padding: 5px 20px 5px 20px ;
	border-radius: 20px;
	}

.submit{
width: 90%;
text-align: center;
padding: 5%;
}

.Maintenance{
	width: 100%;
	height: 400px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 100px;
 }
/*font*/

.font-M{ font-size: 24px;}
.font-s{ font-size:10px;}
.font_r{ color:#F00;}

/*footer*/

#wrap_footer{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
		  }

footer{
	ont-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 30px;
	height: auto;
	width: 320px;
	margin:0 auto ;	
}
 #footer_link {
	width: 100%;
	height: auto;
	font-size: 13px;
	margin: 0px  auto 0px  auto;
 }
.Copyright  {
	width:100%;
	height:20px;
	text-align:center;
	font-size: 13px;	
	} 
.footer_rogo_position{
	margin: 50px 0px 13px 0px;
	float: left;
}
    .title_index_top {
    width: 80%;
    margin: 10%;
    color: red;
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
    font-size: 18px;
    font-weight: bold;
}

/**************　TOPへ戻るボタン  **************************/

#page-top {
	position: fixed;
	bottom: 3%;
	right: 2%;
		background-color: #036;
	height: 45px;
	border-radius: 35px;
	box-shadow: 1px 1px 1px 1px #333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 1px 1px #333;
	text-align: center;
	margin: 0px;
	-moz-background-size: cover;
	width: 55px;
}
#page-top a  {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}


/********  コンテンツ 共通 **********/

.pc{ display:none  }
.mobile{  }

.space_boxA{
	width: 420px;
	height: 60px;
	float: left;
 }


/********  共通  **********/

.BOX_about_A {
	width: 100%;
	float: left;
	margin-bottom: 7px;
	margin-top: 27px;	 
}

.fooeter_logo_position {
	display: none;
}

/********  共通  **********/ 
#command_top_page {
	width: 100%;
	height: auto;
	float: right;
	margin-bottom: 50px;
	margin-top: 50px;
	padding-top: 20px;
	
}

.BOX_about_L {
	width:100%;
	float: left;
	padding-bottom: 10px;
}

.BOX_about_S {
	 width:28%;
	 float: left;
	 padding: 10px 0px;
    font-size: 0.8em;	
}

a.button_SW {
	opacity: 0.68;	
}

.BOX_about_M {
	width:33%;
	float: left;
	padding: 10px 1%;
    font-size: 0.8rem;
}
#command_top_page .AB_box_contena .BOX_about_S {
	text-decoration: underline;
}
.AB_box_contena{
display: block;
width: 100%;
float: left;    
}    
#sw_serecter {
	width: 100%;
	height: 30px;
	float: right;
	text-align: right;
	margin-top: 20px;
	}

.serect_button {
	width: 90px;
	padding: 3px 10px 3px 10px;
	background-color: hsla(0,0%,100%,1.00);
	text-align: center;
	font-weight: bold;
	color: hsla(0,1%,19%,1.00);
	border-radius: 5px;
	border: 1px solid hsla(0,0%,70%,1.00);
	float:right;
}


#sw_serecter a:hover {
	background-color: hsla(189,100%,88%,1.00);
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	float: right;
}

.serect_button_center {
	width: 10px;
	font-size: 28px;
	padding-top: 0px;
	padding-right: 21px;
	padding-left: 3px;
	padding-bottom: 0px;
	background-color: hsla(0,0%,100%,1.00);
	text-align: center;
	font-weight: bold;
	color: hsla(0,1%,19%,1.00);
	float: right;
	margin-top: -5px;
}

#command_content {
	width: 99%;
	height: auto;
	float: right;
	border: 1px solid hsla(0,0%,86%,1.00);
	margin-bottom: 50px;
	margin-top: 17px;
}
 

.BOX_about_right_box {
	width:500px;
	float: left;
	padding-bottom: 10px;
	background-color: chartreuse;
}

.BOX_about_singl {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	padding-top: 21px;
}

.BOX_about_singl_A {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	padding-top: 21px;
}
.BOX_aboutsingl_A  ul {
	list-style: none;	
}
.BOX_about_singl_A  ul li {
	list-style-image: none;
	list-style: none;
	list-style-position: outside;
	width: 100%;
	margin-bottom: 21px;
	margin-left: 25px;
}
.margin-left_10px {
	margin-left: 10px;
}

#formbox_info {
	width: 100%;
	height: auto;
	float: right;
	border: 1px solid hsla(0,0%,86%,1.00);
	margin-bottom: 50px;
}
.explanatory_text {
	margin-top: 20px;
}
.explanatory_text ul {
    list-style-position: outside;
    margin-left: 10%;
    width: 90%;
    float: left;
}
.explanatory_text ul li {
	width: 95%;
}
.explanatory_text ul li.list_none {
	list-style-type: none;
}       
/**** 共通　ページのタイトル ***/   
    
.title_text_box_ics {
	width: 95%;
	padding: 5px 2.5%;
	background-color: hsla(138,99%,27%,1.00);
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 30px auto 45px auto;
	text-align: center;
    }
.title_text_box_ms {
	width: 95%;
	padding: 5px 2.5%;
	background-color: hsla(327,92%,34%,1.00);
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 30px auto 45px auto;
	text-align: center;
}
.title_text_box_mt {
	width: 95%;
	padding: 5px 2.5%;
	background-color: hsla(60,100%,50%,1.00);
	color: hsla(0,1%,19%,1.00);
	font-size: 18px;
	font-weight: bold;
	margin: 30px auto 60px auto;
	text-align: center;
}
.title_text_box_ch {
	width: 95%;
	padding: 5px 2.5%;
	background-color: hsla(211,95%,22%,1.00);
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 30px auto 45px auto;
	text-align: center;

}

.under_line {
	color: red;
	text-decoration: underline;
}

.textW80 {
	width: 80px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	padding: 5px;
	height: 20px;
}

.margin-right-80 {
	margin-right: 70px;
	padding: 5px ;
	
}

.margin-right-65 {
	margin-right: 55px;
	padding: 5px;

}

.sw_L {
	width: 20px;
	height: 20px;
	margin-bottom: 7px;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
}

option {
	font-size: 16px;
	padding: 5px;
}

.line_B {}

.box_L {
	width: 100%;
}

.ms_info {
	width: 540px;
	float: left;
	text-align: center;
}

.input_box {
	
}
.textW200 {
	width: 280px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	height: 15px;
}

.textW100-admin {
	width: 280px;
	padding: 5px;
	
}

.L_box_contena {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}       
    
    
/**** 応対チェックボック・マニュアル ***/    

#formbox01,#formbox02,#formbox03,#formbox04,#formbox05,#formbox06,#formbox07 {
    width: 95%;
    height: auto;
    float: right;
    border: 1px solid hsla(0,0%,86%,1.00);
    display: none;
    margin-bottom: 50px;
    padding: 0% 2%;
    }   
.sw {
    width: 80%;
    height: 20px;
    margin: 15px 7.5%;
	text-align: center;
	border-radius: 10px;
	padding: 10px 2.5%;
	background-color: hsla(211,95%,22%,1.00);
	color: white;
	float: right;
}
    
.BOX_about_title {
	width: 95%;
	float: none;
	padding-bottom: 6px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	font-weight: bold;
	border-bottom: 1px dotted hsla(0,0%,70%,1.00);
	padding-top: 15px;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.BOX_aboutsingl  ul {
	list-style: none;	
}    
.BOX_about_singl  ul li {
list-style-image: none;
list-style-type: decimal;
list-style-position: outside;
width: 94%;
margin-left: 5%;
margin-bottom: 30px;
font-size: 0.9rem;
line-height: 150%;
} 
/*** コマンドシステム ログイン画面　 ***/      
  #message_container {
    width: 80%;
    height: 305px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 26px;
    opacity: 0.93;
    margin: 10% 5% 3%;
    padding: 5%;
    }  
    #message_container_sw {
        width: 95%;
        height: 245px;
        border-radius: 26px;
        opacity: 0.93;  
        text-align: center;
        margin: 0% 2.5%; 
    }
    .login_logo {
         width: 90%;
        height: auto;
        margin: 12px 5% 23px;
    }
    .login_submit {
    height: 34px;
    text-align: left;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #0c2e50;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid;
    }
    .login_font {
        margin: 10px 5px 20px 20px;  
    }
    .login_ms_font {
        color: yellow;
    }     
    
/*** コマンドシステムTOPページ　 ***/  
    .ms_position {
        margin-top: 50px;
    }        
/*** テーブル ***/
    #table_ma {
    width: 98%;
    float: left;    
    }
     #table_ma tr td {
         padding: 5px;
	     border: solid 1px hsla(0,0%,67%,1.00);
         float: left;
}
   .ma_label {
    width: 100%;
    background: #DBDBDB;    
    }  
    .ma_content {
        width: 100%;
    }
    /*** テーブル  マニュアルページ TBD ***/    
    .ma_tbd_A {
        width: 100%;
        margin: 18px 0px 50px;
    }
     .ma_tbd_A tr td {
         padding: 8px;
	     border: solid 1px hsla(0,0%,67%,1.00);
}
        .ma_tbd_B {
        width: 100%;
        margin: 18px 0px 50px;    
    }
     .ma_tbd_B tr td {
         padding: 8px;
	     border: solid 1px hsla(0,0%,67%,1.00);
}
/*** ミッションシート/ICS テーブル ***/
    .table_ms {
    width: 100%;
   display: flex;
    }
     .table_ms tr td {
         padding: 5px;
	     border: solid 1px hsla(0,0%,67%,1.00);
         float: left;
         width: 97%;
}
/*** ICS テーブル 追加215 ***/    
    .table_msA {
    width: 100%; 
    }
     .table_msA tr td {
         padding: 5px;
	     border: solid 1px hsla(0,0%,67%,1.00);
}  
    .table_msB {
    width: 100%;
    }
     .table_msB tr td {
         padding: 5px;
	     border: solid 1px hsla(0,0%,67%,1.00);
         width: 32%;
         font-size: 0.8rem;
}       
    .ms_label {
        background: #DBDBDB;
        border-top: none;
    }
 /*** ICSページ ***/
    .font_Blue {
        color: #1E7CFC;
        font-weight: bold;
    }
/*** ICS テーブル 追加201 ***/      
    .table_msc5 {
    width: 100%;
   border-bottom: none;
    border-top: none;
    }
     .table_msc5 tr td {
         padding: 5px;
	     border: solid 1px hsla(0,0%,67%,1.00);
         width: 20%;
         font-size: 0.75rem;
} 
    .table_msD {
    width: 100%;
    }
     .table_msD tr td {
         padding: 5px;
	     border: solid 1px hsla(0,0%,67%,1.00);
         width: 50%;
         font-size: 0.75rem;
}     
/**** RBX フォーム  ***/    
 .BOX_about_A  {
	width: 97%;
    margin-top: 10px;
    background: #DBDBDB;
    padding: 5px 5px 5px;
    font-weight: 500;
 }
 
.BOX_about_B  {
	width:100%;
}

.BOX_about_C  {
	width:80px;
	float: left;
	padding-bottom: 40px;
}

.BOX_about_D  {
	width:80px;
	float: left;
	padding-bottom: 40px;
}
.RBX_contena {
width: 100%;
margin-top: 0;
margin-right: auto;
margin-left: auto;
padding: 0px 0px 16px 0px;
display: block;    
}    
.radio_label {
    display: block;
}
/*** RBX 送信完了画面****/
    #send_ms_box {
        width: 90%;
        height: 250px;
        margin: 15% 5%;
        background: #FFFFFF;
        border-radius: 10px;
    }
    .center_Placement {
        display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    }
    .send_ms_position {
        display: flex;
        justify-content: center;
        font-size: 16px;
        font-weight: bold;
    }
    .send_ms_sw {
        display: flex;
        justify-content: center;
    }
    .send_ms_logo {
    width: 80%;
    margin: 10px 10% 20px 10%;
    display: flex;
    }
}

@media screen and (min-width:481px) {
    body {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#356aa0+50,1b2b51+100 */
background: #356aa0; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #356aa0 50%, #1b2b51 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #356aa0 50%,#1b2b51 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #356aa0 50%,#1b2b51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#1b2b51',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }    
    /*　画面サイズが481pxからはここを読み込む　*/
 /* menu */
nav{
	height: 65px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    background-image: url(../img/nav_BG.jpg);
	background-repeat: repeat-x;
    overflow: hidden;
    position: fixed;
    top: 0;
    box-shadow: 0px 3px 9px #013140;    
	}    
.command_logo {
    width: 239px;
    height: auto;
    margin: 0px 10px 0px 30px;
    }
nav ul{
	list-style-type: none;
	width: 1100px;
	margin:0 auto;
	padding:0px;
    display: flex;
    justify-content: row;
    flex-wrap: wrap;
    
	}
nav ul li{
	text-align: center;		
	}

nav ul li.active a { color:#FF0;}
	
nav ul li a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
    padding: 20px 15px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

nav ul li a:hover{
    display: block;
	color: #FF0;
	background-color: hsla(0,0%,98%,0.39);
	  }

.menu_A{ width:150px;}   

/*** バーガーメニュー****/
    .mobail_logo {
        display: none
            
    }
    #cloce {
        display: none
    }
    #open {
        display: none
    }
    
#wrap{
	width:100%;
 	height: auto;
	margin-top: 64px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	  }
/* content */
#wrap_content {
	width: 100%;

overflow: hidden;
}

#content {
	width: 750px;
    min-height: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	overflow: hidden;
    padding: 30px;
    background-color: #FFFFFF;
}

 .title  { 
  width:750px;
  height:40px;
  background-color:#036;
  border-radius:50px;
  color:#FFF;
  margin:40px 110px 60px 110px;
  text-align:center;
 	padding-top:10px;
 } 
  
.title_font  { 
   	font-weight:bold;
		font-size:20px;
  }

 .BOX_about_A  {
	width: 150px;
	float: left;
	padding: 15px 0px 15px 0px;
	margin-left: 10px;
 }
 
.BOX_about_B  {
	width:520px;
	float: left;
	padding: 15px 0px 15px 10px;
	margin: 0;
	border-left: 1px dotted hsla(0,0%,80%,1.00);
		
}

.BOX_about_C  {
	width:80px;
	float: left;
	padding-bottom: 40px;
}

.BOX_about_D  {
	width:80px;
	float: left;
	padding-bottom: 40px;
}

/* contact */

#contact_text { margin-bottom:50px;}

#contact_text ul { }

#contact_text ul li { margin-bottom:10px; }

#contact_text_table tr  td  { 
    border: solid 1px  #FF6600;
	 padding:10px;
	 color:#000;
	 }

.message{
	width: 750px;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:50px;
}

.font_r { color:#F00}

.textW50{
	width: 36px;
	border: 1px solid #CCCCCC;
	margin: 0px 5px 0px 5px;
	padding: 5px;
	height: 18px;
}

.textW100{
	width: 200px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	height: 15px;
}

.textW500{
	width: 500px;
	border: 1px solid #CCCCCC;
	margin: 10px 0px 0px 0px ;
	padding: 5px;
	height: 15px;
		
	
}

.textW300{
	width: 350px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	height: 45px;
}
.commentArea{
	width: 350px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	height: 180px;
}

.submit{
	width: 700px;
	height: auto;
	margin: 20px auto 10px auto;
	text-align: center;
}

.buttonStyle {
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
	background-color: hsla(0,0%,98%,1.00);
	border: 3px solid hsla(211,100%,34%,1.00);
	margin-right: 10px;
	font-weight: normal;
}

.buttonStyle:hover {
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
	background-color: hsla(0,0%,98%,1.00);
	border: 3px solid hsla(0,100%,49%,1.00);
	margin-right: 10px;
	font-weight: normal;
}

.pc{ display:block  }
.mobile{ display:none}


.AB_box_contena {
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;

}

#formbox01,#formbox02,#formbox03,#formbox04,#formbox05,#formbox06,#formbox07 {
	width: 760px;
	height: auto;
	float: right;
	border: 1px solid hsla(0,0%,86%,1.00);
	display:none;
	margin-bottom: 50px;
}

.sw {
    width: 450px;
	margin-left: 140px;
	margin-right: 140px;
	margin-bottom: 10px;
    height: 20px;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
	background-color: hsla(211,95%,22%,1.00);
	color: white;
	float: right;
}

.button_SW {
	width: 180px;
	height: 20px;
	padding: 20px 10px  20px 10px;
	color: white;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	background-image: -webkit-linear-gradient(270deg,rgba(3,132,159,1.00) 0%,rgba(4,94,112,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(3,132,159,1.00) 0%,rgba(4,94,112,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(3,132,159,1.00) 0%,rgba(4,94,112,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(3,132,159,1.00) 0%,rgba(4,94,112,1.00) 99.48%);
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	
}

.button_active {
	width: 176px;
	height: 20px;
	padding: 20px 10px  20px 10px;
	color: hsla(359,100%,50%,1.00);
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	background-image: -webkit-linear-gradient(270deg,rgba(221,221,221,1.00) 0%,rgba(255,255,255,1.00) 53.37%,rgba(163,163,163,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(221,221,221,1.00) 0%,rgba(255,255,255,1.00) 53.37%,rgba(163,163,163,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(221,221,221,1.00) 0%,rgba(255,255,255,1.00) 53.37%,rgba(163,163,163,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(221,221,221,1.00) 0%,rgba(255,255,255,1.00) 53.37%,rgba(163,163,163,1.00) 99.48%);
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
	border: 2px solid hsla(359,100%,50%,1.00);
}

#command_top_page {
	width: 750px;
	height: auto;
	float: right;
	border: 1px solid hsla(0,0%,86%,1.00);
	margin-bottom: 50px;
	margin-top: 50px;
	padding-top: 20px;
	
}

.BOX_about_L {
	width:550px;
	float: left;
	padding-bottom: 10px;
}

.BOX_about_S {
	 width:80px;
	 float: left;
	 padding: 10px 0px;
	
	 
}

.title_index_top {
	width: 750px;
	float: right;
	color: red;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	font-size: 18px;
	font-weight: bold;
			
}
a.button_SW {
	opacity: 0.68;
	
}

.BOX_about_M {
	width:300px;
	float: left;
	padding: 10px 0px;
}
#command_top_page .AB_box_contena .BOX_about_S {
	text-decoration: underline;
}
.AB_box_contena .BOX_about_S a {
}

#sw_serecter {
	width: 750px;
	height: 30px;
	float: right;
	text-align: right;
	margin-top: 20px;
	}

.serect_button {
	width: 90px;
	padding: 3px 10px 3px 10px;
	background-color: hsla(0,0%,100%,1.00);
	text-align: center;
	font-weight: bold;
	color: hsla(0,1%,19%,1.00);
	border-radius: 5px;
	border: 1px solid hsla(0,0%,70%,1.00);
	float:right;
}

#sw_serecter a:hover {
	background-color: hsla(189,100%,88%,1.00);
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	float: right;
}

.serect_button_center {
	width: 10px;
	font-size: 28px;
	padding-top: 0px;
	padding-right: 21px;
	padding-left: 3px;
	padding-bottom: 0px;
	background-color: hsla(0,0%,100%,1.00);
	text-align: center;
	font-weight: bold;
	color: hsla(0,1%,19%,1.00);
	float: right;
	margin-top: -5px;
}

#command_content {
	width: 750px;
	height: auto;
	float: right;
	border: 1px solid hsla(0,0%,86%,1.00);
	margin-bottom: 50px;
	margin-top: 17px;
}

.BOX_about_title {
	width: 640px;
	float: none;
	padding-bottom: 6px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	font-weight: bold;
	border-bottom: 1px dotted hsla(0,0%,70%,1.00);
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.BOX_about_right_box {
	width:500px;
	float: left;
	padding-bottom: 10px;
	background-color: chartreuse;
	
}

.BOX_about_singl {
	width: 700px;
	float: left;
	padding-bottom: 10px;
	padding-top: 21px;
}

.BOX_aboutsingl  ul {
	list-style: none;
	
}

.BOX_about_singl  ul li {
	list-style-image: none;
	list-style-type: decimal;
	list-style-position: outside;
	width: 640px;
	margin-left: 46px;
	margin-bottom: 21px;
}

.BOX_about_singl_A {
	width: 700px;
	float: left;
	padding-bottom: 10px;
	padding-top: 21px;
}

.BOX_aboutsingl_A  ul {
	list-style: none;
	
}

.BOX_about_singl_A  ul li {
	list-style-image: none;
	list-style: none;
	list-style-position: outside;
	width: 665px;
	margin-bottom: 21px;
	margin-left: 25px;
}

.margin-left_10px {
	margin-left: 10px;
}

#formbox_info {
	width: 750px;
	height: auto;
	float: right;
	border: 1px solid hsla(0,0%,86%,1.00);
	margin-bottom: 50px;

}

.explanatory_text {
	margin-top: 25px;
    float: left;
}

.explanatory_text ul {
	list-style-position: outside;
	margin-left: 39px;

}
.explanatory_text ul li {
	margin-top: 10px;
}
.explanatory_text ul li.list_none {
	list-style-type: none;
}    

.title_text_box_ics {
	width: 400px;
	padding: 5px 20px 5px 20px;
	background-color: hsla(138,99%,27%,1.00);
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 0px auto 20px auto;
	text-align: center;
}

.title_text_box_ms {
	width: 400px;
	padding: 5px 20px 5px 20px;
	background-color: hsla(327,92%,34%,1.00);
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 0px auto 20px auto;
	text-align: center;
}

.title_text_box_mt {
	width: 400px;
	padding: 5px 20px 5px 20px;
	background-color: hsla(60,100%,50%,1.00);
	color: hsla(0,1%,19%,1.00);
	font-size: 18px;
	font-weight: bold;
	margin: 0px auto 60px auto;
	text-align: center;
}

.title_text_box_ch {
	width: 400px;
	padding: 5px 20px 5px 20px;
	background-color: hsla(211,95%,22%,1.00);
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 0px auto 60px auto;
	text-align: center;

}

.under_line {
	color: red;
	text-decoration: underline;
}

.textW80 {
	width: 80px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	padding: 5px;
	height: 20px;
}

.margin-right-80 {
	margin-right: 70px;
	padding: 5px ;
	
}

.margin-right-65 {
	margin-right: 55px;
	padding: 5px;
}    

.sw_L {
	width: 20px;
	height: 20px;
	margin-bottom: 7px;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
}

option {
	font-size: 16px;
	padding: 5px;
}

.line_B {
	border-bottom: 1px dotted hsla(0,0%,78%,1.00);
}

.box_L {
	width: 100%;
	float: left;
	
}

.ms_info {
	width: 540px;
	float: left;
}

.input_box {
	
}
.textW200 {
	width: 280px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	height: 15px;
}

.textW100-admin {
	width: 280px;
	padding: 5px;
	
}

.L_box_contena {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
} 
/*** コマンドシステム管理画面***/         
    .admin_sw {
    padding: 4px 20px;
    margin: 5px 5px;  
    }    
    .error {
    color: red;
    font-size: 13px;
    font-weight: bold;
    }
    .title_admin_page {
    width: 1000px;
    float: right;
    color: red;
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
    font-size: 18px;
    font-weight: bold;    
    }    
/*** コマンドシステム 隊員一覧***/       
    #content_admin {
    width: 1000px;
    min-height: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: auto;
    overflow: hidden;
    padding: 30px;
    background-color: #FFFFFF;
    }
    #content_admin td {
        padding: 5px;
        
    }    
/*** コマンドシステムログイン　 ***/     
    .admin_logo {
    width: 226px;
    height: auto;
    margin: 0px 50px 10px 31px;
    }    
    
/*** コマンドシステムログイン　 ***/       
 #message_container {
        width: 386px;
        height: 245px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #707070;
        border-radius: 26px;
        opacity: 0.93;
        box-shadow: 0px 3px 9px #013140;
    }  
    #message_container_sw {
        width: 386px;
        height: 245px;
        border-radius: 26px;
        opacity: 0.93;  
        text-align: center;
        padding-top: 17px;
    }
    .login_logo {
         width: 311px;
        height: auto; 
        margin: 12px 36px 23px;
    }
    .login_submit {
    height: 34px;
    text-align: left;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #0c2e50;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid;
    }
    .login_font {
        margin: 10px 5px 20px 20px;
    } 
    .login_ms_font {
        color: yellow;
    }
/*** コマンドシステムTOPページ　 ***/    
    .ms_position {
        margin-top: 50px;
    }    
    
/*** テーブル  マニュアルページ ***/
    #table_ma {
        width: 100%;   
    }
     #table_ma tr td {
         padding: 5px;
	     border: solid 1px hsla(0,0%,67%,1.00);
}
   .ma_label {
    width: 50%;
    background: #EBEBEB;    
    }  
    .ma_content {
        width: 50%;
    }   
/*** テーブル  マニュアルページ TBD ***/    
    .ma_tbd_A {
        width: 50%;
        margin: 18px 0px 50px;
    }
     .ma_tbd_A tr td {
         padding: 8px;
	     border: solid 1px hsla(0,0%,67%,1.00);
}
        .ma_tbd_B {
        width: 80%;
        margin: 18px 0px 50px;    
    }
     .ma_tbd_B tr td {
         padding: 8px;
	     border: solid 1px hsla(0,0%,67%,1.00);
}
/*** ミッションシート/ICS テーブル ***/
    .table_ms {
    width: 100%;
    float: left;    
    }
     .table_ms tr td {
         padding: 5px;
	     border: solid 1px hsla(0,0%,67%,1.00);
} 
/*** ICS テーブル 追加215 ***/    
    .table_msA {
    width: 100%;
    float: left;    
    }
     .table_msA tr td {
         padding: 5px;
	     border: solid 1px hsla(0,0%,67%,1.00);
}  
    .table_msB {
    width: 100%;
    float: left;    
    }
     .table_msB tr td {
         padding: 5px;
	     border: solid 1px hsla(0,0%,67%,1.00);
}   
/*** ICS テーブル 追加201 ***/      
    .table_msc5 {
    width: 100%;
    float: left; 
    border-bottom: none;
    border-top: none;
    }
     .table_msc5 tr td {
         padding: 5px;
	     border: solid 1px hsla(0,0%,67%,1.00);
         width: 20%;
} 
    .ics_positionA {
       margin-top: 50px;
    }    
    .ics_positionB {
      margin-bottom: 50px;
    }    
    
    .ms_label {
       background: #EBEBEB;
    } 
 /*** ICSページ ***/
    .font_Blue {
        color: #1E7CFC;
        font-weight: bold;
    }    
/*** RBXのフォーム   ***/
    .radio_label {
        display: block;
    }
    .RBX_contena {
    width: 760px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}    
.radio_label {
    display: block;
}
/*** RBX 送信完了画面****/
    #send_ms_box {
        width: 450px;
        height: 250px;
        background: #FFFFFF;
        border-radius: 10px;
    }
    .center_Placement {
        display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    }
    .send_ms_position {
        display: flex;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
    }
    .send_ms_sw {
        display: flex;
        justify-content: center;
    }
    .send_ms_logo {
    width: 340px;
    margin: 10px auto 20px auto;
    display: flex;
    }    
}