@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.5em;
    color: #003d73;
}

body.inside {
	background-image: url(../img/bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
}


.wf-noto { font-family: "Noto Sans JP"; }

  .thin { font-weight: 100; }
  .light { font-weight: 300; }
  .regular { font-weight: 400; }
  .medium { font-weight: 500; }
  .bold { font-weight: 700; }
  .extrabold { font-weight: 800; }
  .black { font-weight: 900; }

/*切り替え*/
	.pc { display: block; }
	.sp { display: none; }

.res-img { width: 100%; }


/*インデント*/
.indent{
	padding-left:1em;
	text-indent:-1em
}

/*画像　リンクボタン*/
.btn　{}
.btn a:active img,
.btn a:hover img,
.btn a:focus img{
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}

.btn img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*リンク*/
A:link, A:visited { text-decoration: none; color: #003d73;}
A:hover, A:active { text-decoration: underline; color: #6aa8e7;}



.float_right{
	float: right;
}

.center{
	text-align: center;
}

.wrapper{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.clear{
	clear: both;
}

#header {
    color: #ffffff;
    font-size: 110%;
    font-weight: 600;
        height: 80px;
        background-color: #10106a;
}

.logo { padding: 10px 0 0 10px; }


.menu{
	float: left;
}


.margine_left_0 {
	margin-left: 0;
}

.margine_bottom_10 {
    margin-bottom: 10px;
}


.main-body {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    padding: 20px 30px;
    margin-top: 30px;
    overflow: auto;
}

.column-info-1{
	float: left;
	width: 30%;
    text-align: center;
}

.column-info-2{
	float: left;
	width: 70%;
}

.info-container{
    display: flex;
    width: 100%;
    margin: 15px auto;
}


.company-container,
.bussiness-container{
    display: flex;
    width: 100%;
    height: 460px; /* 背景画像の高さに固定 */
        margin: 15px auto;
}

.info-container h2,
.company-container h2,
.bussiness-container h2 {
    font-size: 230%;
    font-weight: 800;
    border: none;
    margin: 5px auto;
    letter-spacing: 0.2em;
}

/* 右カラム（テキスト） */
.column-info-1 {
    flex: 0 0 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 中央寄せ */
}


/* 左カラム（背景画像） */
.column-info-2 {
    flex: 0 0 70%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 高さに対して中央寄せ */
}

/* 縦グラデーションバー */
.column-info-2::before {
    content: "";
    position: absolute;
    left: 0;           /* カラム左端に表示 */
    top: 0;
    width: 5px;        /* 線の太さ */
    height: 100%;      /* カラムの高さいっぱい */
    background-color: #003d73;
    );
}

/* リストスタイル */
.column-info-2 ul {
    list-style: none;  /* ・を消す */
    margin: 0;
    padding-left: 10%; /* 線からテキストまで */
}

/* PDFアイコンを赤色に */
.column-info-2 li.pdf i.fa-file-pdf {
    color: red;
    margin-right: 10px; /* アイコンとテキストの間隔 */
    font-size: 130%;
}

/* 各リストアイテム */
.column-info-2 li.pdf {
    margin-bottom: 10px;
}

/* スマホ表示 */
@media screen and (max-width: 720px) {
    .info-container {
        flex-direction: column; /* 縦並び */
    }

    .column-info-1,
    .column-info-2 {
        width: 100%;
        flex: 0 0 auto;
    }

    .column-info-2 {
        min-height: 100px; /* 必要に応じて調整 */
    }
}

/* 右カラム（テキスト） */
.column-Bus-1 {
    flex: 0 0 30%;
    background-color: #f2f2f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 中央寄せ */
}


/* 左カラム（背景画像） */
.column-Bus-2 {
    flex: 0 0 70%;
    background-image: url("../img/bussines-info-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;

    /* リストを上下中央に */
    display: flex;
    flex-direction: column; /* 縦並びの子要素に備える */
    justify-content: center; /* 高さ460pxの中央寄せ */
}



/* 左カラム（テキスト） */
.column-Com-1 {
    flex: 0 0 30%;
    background-color: #f2f2f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 中央寄せ */
}


/* 右カラム（背景画像） */
.column-Com-2 {
    flex: 0 0 70%;
    background-image: url("../img/company-profile-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;

    /* リストを上下中央に */
    display: flex;
    flex-direction: column; /* 縦並びの子要素に備える */
    justify-content: center; /* 高さ460pxの中央寄せ */
}


/* ページタイトル */
.page-title {
    text-align: center;
    font-size: 150%;
    font-weight: 800;
    letter-spacing: 0.2em;
    margin-top: 30px;
}

.page-title h2 {
    text-align: center;
    font-size: 200%;
    font-weight: 800;
    border: none;
    margin: 5px auto;
    letter-spacing: 0.2em;
}




/* スマホ表示 */
@media screen and (max-width: 720px) {
    
    .page-title {
    text-align: center;
    font-size: 130%;
    font-weight: 800;
    letter-spacing: 0.2em;
    margin-top: 30px;
}

    
    
.company-container,
    .bussiness-container{
        flex-direction: column; /* 上下に縦並び */
    }

    /* 左カラム（テキスト）を上に */
    .column-Com-1 {
        order: 0;  /* 上に来る */
    }

    /* 右カラム（背景画像）を下に */
    .column-Com-2 {
        order: 1;  /* 下に来る */
        width: 100%;
        height: auto;
    }
    
        /* 上：テキスト */
    .column-Bus-1 {
        order: 0;
        width: 100%;
        height: auto;
    }

    /* 下：背景 + リスト */
    .column-Bus-2 {
        order: 1;
        width: 100%;
        height: auto;
    }
    
}

/* リストの「・」を非表示にする */
.gradation-bar {
    list-style: none;      /* ・を消す */
    margin: 0;
    position: relative;

    /* カラム左端から10%右にずらす */
    margin-left: 10%; 
}

/* 左側の縦グラデーション線 */
.gradation-bar::before {
    content: "";
    position: absolute;
    left: 0;          /* リストの左端 */
    top: 0;
    width: 5px;       /* 線の太さ */
    height: 100%;     /* リスト全体の高さ */
    background-color: #10106a;
}




/* 個々のリストアイテムのスタイル調整 */
.gradation-bar li {
    margin-bottom: 10px; /* アイテム間のスペース */
    padding-left: 10px;  /* 左側の余白 */
}



ul.list-arrow li {
    position: relative;
    padding-left: 24px; /* アイコン分の余白 */
}

ul.list-arrow li::before {
    content: "\f0a9"; /* fa-circle-arrow-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* solid を表示 */
    font-size: 16px;
    color: #10106a; /* アイコン色（必要に応じて変更） */
    position: absolute;
    left: 0;
    top: 0.1em;
}
.column1 {
	margin: 1% auto;
    width: 98%;
}

.column1_narrow {
	margin: 1% auto;
    width: 80%;
}

.column2_1 {
	float: left;
	width: 48%;
	margin: 1%;
}


.column2_2 {
	float: left;
	width: 90%;
	margin: 1%;
}


.column3_1{
	float: left;
	width: 30%;
}

.column3_2{
	float: left;
	width: 70%;
}

.column4_0{
	float: left;
	width: 23%;
	margin: 0.5% 0.5% 0.5% 2.5%;
}

.column4_1{
	float: left;
	width: 23%;
	margin: 0.5%;
}

.column4_3{
	float: left;
	width: 75%;
	margin: 0.5%;
}

.column6_0{
	float: left;
	width: 15%;
	margin: 1%;
}

.column6_1{
	float: left;
	width: 15%;
	margin: 1%;
}

.img100 {
max-width: 100%;
height: auto;
width /***/:auto;
}


.arrow{
	clear: both;
	text-align: center;
	margin-bottom: -59px;
}


.lead {
	color: #ffffff;
	margin: 20px;
	text-align: center;
	font-size: 110%;
}

.subttl{
	padding: 8px;
	margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    background-color: #f2f2f2;
}

.lead_inside{
	font-size: 110%;
	line-height: 1.8em;
	margin: 20px;
	text-align: left;
}

h1.toppage {
	padding: 50px 0 150px 20px;
    font-size: 75px;
    color: #ffffff;
    text-shadow: 1px 1px 8px #10106a;
    line-height: 1.1em;
    font-weight: 900;
}

h2 {
    font-size: 150%;
    color: #003d73;
    line-height: 1.5em;
    border-left: solid 5px #003d73;
    padding: 0 10px;
    margin: 20px 0;
}

.ttl {
      position: relative;
      padding: 20px;
     border-left: none;
    margin-bottom: 15px;
}

.ttl::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 4px; /* 下線の太さ */
      background-image: linear-gradient(
        90deg,
        rgba(151, 238, 205, 1) 0%,
        rgba(127, 188, 230, 1) 35%,
        rgba(213, 229, 246, 1) 100%
      );
    }

.topimage {
    background-image: url("../img/top-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    padding-bottom: 10px;
    
    opacity: 0;
    animation: bgFade 5s ease forwards; /* 背景フェードイン */
}

@keyframes bgFade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* スマホ（768px 以下）のときだけ、画面の高さに合わせる */
@media screen and (max-width: 768px) {
    .topimage {
        height: 70vh;      /* スマホの画面ぴったりの高さにする */
        background-position: center center; /* 画像の中央を見せる */
        background-attachment: scroll;      /* スマホは fixed が効かないので外す */
    }
}

.toppage {
    font-size: 2.5rem;
    line-height: 1.4;
    animation: none;
}

/* 個々の文字 */
.toppage span {
    opacity: 0;
    display: inline-block;
    animation: textFade 0.6s ease forwards;
}

/* 文字フェードのキーフレーム */
@keyframes textFade {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}


.insideimage {
    background-color: #10106a;
	margin: 0px;
	padding: 0px;
}


/*グラデーションのボーター*/
.gradient-line {
  width: 100%;
  height: 15px;
  border: none;
  background: linear-gradient(90deg, 
    rgba(0, 16, 97, 1),
    rgba(145, 241, 255, 1)
  );
  background-size: 400% 100%;
  animation: gradientLoop 8s ease-in-out infinite;
}

@keyframes gradientLoop {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/*グラデーションのボーターここまで*/


.greeting-name {
    border: none;
    font-size: 18px;
    margin: 0 0 20px;
    padding-left: 0;
    
}

h3 {
  position: relative;
  padding-left: 20px; /* バーと文字の間の余白 */
  font-size: 1.5em;
  font-weight: bold;
}

h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 5px;
  height: calc(100% + 15px);
   background-color: #10106a;
}



.font-big {
	font-size: 120%;
    line-height: 1.6em;
}

h3.link-ttl {
    border: none;
    padding: 4px 0;
    margin: 20px 0 2px 0;
    font-size: 20px;
    line-height: 1.5em;
}


.space_top10{
	margin-top: 10px;
}

.txt-center {
	text-align: center !important;
 }

/*area01*/
.area01{
	clear: both;
	background: linear-gradient(#ffffff, #eae9e9);
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
}

.info_main{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.date{
	float: left;
	width: 100px;
	clear: left;
}

.info_ttl{
	float: left;
	margin-bottom: 5px;
}

.divide_border {
	border-top: solid 1px #E0E0E0;
	margin: 30px;
	clear: both;
}
/*area02*/
.area02{
	clear: both;
	padding-top: 80px;
	padding-bottom: 20px;
	overflow: auto;
	background-image: url(../img/logger_bg.jpg);
	background-size: 100%;
	background-color: #3F3A39;
	background-repeat: no-repeat;
	background-position: center top;
}

/*area03*/
.area03{
	clear: both;
	padding-top: 80px;
	padding-bottom: 20px;
	overflow: auto;
}

/*area04*/
.area04{
	clear: both;
	padding-top: 80px;
	padding-bottom: 20px;
	overflow: auto;
	background-color: #eae9e9;
}


.content_ttl {
	border-top: 2px solid #E20030;
	border-bottom: 2px solid #E20030;
	padding: 15px;
	margin: 30px;
}

.content_subttl {
	background-color: #E20030;
	padding: 8px;
	margin-top: -20px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	text-align: center;
}

.ttl_border {
    border-bottom: 2px solid #e20030;
    border-left: medium none;
    padding: 5px 0;
}

.thumb_caption {
	color: #ffffff;
	background: #403B38;
	text-align: center;
	border-radius: 0 0 5px 5px;
	padding: 5px;
	font-size: 90%;
}

.thumb_caption_small{
	font-size: 90%;
}


.col_caption {
	text-align: left;
	padding: 5px;
	font-size: 90%;
}

.col_caption h4 {
	text-align: center;
	color: #ffffff;
	background: #403B38;
	border-radius: 5px;
	padding: 5px;
	font-size: 120%;
	margin: 3px 0;
}



.links {
	margin: 20px 90px;
}

.link a{
	background-color: #797979;
	color: #FFFFFF;
	text-decoration: none;
	margin: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 3px;
	line-height: 2.5em;
	white-space: nowrap;
}

.column_text {
	margin: 0 0 10px 20px;
}

.column_col {
	margin: 0 30px 10px 30px;
	overflow: auto;
}

.table-nomal{}


.data_table {
	width: 90%;
	margin: 20px auto;
}
.data_table td{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.no_bottomborder{
	border-bottom: none !important;
}

.dash{
	border-bottom: 1px dashed #949494 !important;
}


.data_table th{
	background-color: #8F8F8F;
	padding: 3px 5px;
}

.data_table .td_ttl{
	background-color: #E0E0E0;
}

.data_table .b_right {
	    border-right: 1px solid #949494;
}


.footer{
	background-color: #10106a;
    color: #ffffff;
    padding: 10px;
    margin-top: 20px;
}

.pagetop{
	text-align: right;
	padding: 10px;	
}

.short-non{
	display: none;
}

.copyright{
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 20px 10px;	
}

a.link-btn-access ,
a:active.link-btn-access ,
a:focus.link-btn-access  {
    border: solid 1px #003d73;
    padding: 2px 4px;
    color: #ffffff;
    background-color: #003d73;
    text-decoration: none;
}

a:hover.link-btn-access  {
    border: solid 1px #4b4ed3;
    padding: 2px 4px;
    color: #ffffff;
    text-decoration: none;
    background-color: #4b4ed3;
}


.link-btn a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.link-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.link-btn a:hover {
  background: #7fbde6;
  color: #FFF;
text-decoration: none;
}
.link-btn a:hover:after {
  right: 1.4rem;
}


/* recruite */
.column_fukidashi {
    width: 390px;
    margin: 15px 15px 15px 80px;
    float: left;
}

.column_fukidashi_right {
    width: 390px;
    margin: 15px 15px 0 15px;
    float: left;
}

.recruite-fukidashi01 {
    background-color: #fff100;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6em;
    border-radius: 15px 15px 0 0;
    width: 360px;
}

.recruite-fukidashi02 {
    background-color: #d0e0a0;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6em;
    border-radius: 15px 15px 0 0;
    width: 360px;
}

.name {
        text-align: right;
        margin: 0 0 20px 0;
    }

.name.orange {
    background-color: #f2902f;
border-radius: 20px;
padding: 5px 10px;
margin: -25px 0 20px auto;
display: block;
float: right;
color:
#fff;}

.name.green {
    background-color: #6d9103;
border-radius: 20px;
padding: 5px 10px;
margin: -25px 0 20px auto;
display: block;
float: right;
color:
#fff;}

.fukidashi-subllt {
    margin-top: -40px;
}
.tm-ue { margin-top: -50px; }

.fukidashi-date {
background-color:
#ffffff;
padding: 3px 5px;
border-radius: 5px;
display: inline-block;
margin: 5px 0;
font-size: 12px;
}
.txt-note {
    border-bottom: 1px solid #ffffff;
    line-height: 2.0em;
}

@media only screen and (max-width: 1024px){
    .head-catch { display: none; }
}



@media only screen and (max-width: 999px){
.wrapper{
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.logo img { display: block; }

}


@media only screen and (min-width: 721px){
	#ham-menu-area{
		display: none;
	}
}

@media only screen and (max-width: 720px){

body {
font-size: 16px;
}

	.pc { display: none; }
	.sp { display: block; }

    .head-catch { display: none; }
    
br.sp {
    display: inline;
  }

    
.menu{
		display: none;
	}
    
.logo img { display: block; }
.logo { font-size: 12px; }

#ham-menu {
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px; /*メニュー内左右上下余白*/
    position: fixed;
    right: -300px; /*メニュー横幅 width と合わせる*/
    top: 30px;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 300px; /*メニュー横幅*/
    z-index: 1000;
}

	#ham-menu ul {
		padding-left: 10px;
		margin-top: 0;
	}
	#ham-menu ul li{
		line-height: 1.5em;
		font-size: 100%;
		border-bottom: solid 1px #3D3D3D;
		list-style: outside none none;
		padding: 5px;
	}
	
	#ham-menu ul li.noborder{
		border-bottom: none;
	}

		#ham-menu a{
		text-decoration: none;
	}

	#ham-menu ul li li{
		line-height: 1.3em;
		padding: 2px;
	}
	

#menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}

#menu-icon {
    background-color: #fff; /*アイコン部分背景色*/
    border-radius: 10px 0 0 10px; /*角丸*/
    color: #333; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    line-height: 50px; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 30px;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
}

#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}

#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-300px); /*メニュー本体横幅 width と合わせる*/
}

#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}
	

h1.toppage {
    font-size: 50px;
}
    
h2.toppage {
    font-size: 16px;
}
    
.toppage img {
    width: 50%;
}


.footer .font-big{
        font-size: 16px;
    }
    
.column1_narrow {
	width: 97.5%;
	margin: 1%;
}
	
.column2_1 {
		float: none;
	width: 97.5%;
	margin: 1%;
	}

.column3_0, .column3_1, .column3_2
    {
	float: none;
	width: 97.5%;
	margin: 1%;
}

.column4_0, .column4_1, .column4_3{
	float: none;
	width: 97.5%;
	margin: 1%;
}
	
.thumb_caption {
	margin: 0 5% 5%;
	}
	
	
.links {
	margin: 20px;
}

	
	.img100 {
max-width: 98%;
height: auto;
width /***/:auto;
}
	

/* recruite */
.column_fukidashi {
    width: 390px;
    margin: 15px auto;
    float: none;
}

.column_fukidashi_right {
    width: 390px;
    margin: 15px auto;
    float: none;
}

.recruite-fukidashi01 {
    background-color: #fff100;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6em;
    border-radius: 15px 15px 0 0;
    width: 360px;
}

.recruite-fukidashi02 {
    background-color: #d0e0a0;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6em;
    border-radius: 15px 15px 0 0;
    width: 360px;
}

.tm-ue { margin-top: inherit}

    .column1_narrow.font-big {
        width: 85%;
        margin: 10px auto;
    }
}


/*　　プルダウンメニュー多階層対応　*/
.gnav {
    display: flex;
    height: 2rem;
    margin: 0 auto;
    width: 1000px;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 25%;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
    background: #003d73;
    border-right: 1px solid #eee;
    color: #fff;
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
/*子階層以降共通*/
.gnav li li {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .5s;
}
.gnav li li a {
    border-top: 1px solid #eee;
}
.gnav li:hover > ul > li {
    height: 2rem;
    opacity: 1;
    overflow: visible;
}

/*孫階層以降共通*/
.gnav li ul li ul {
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

/*一番右のメニュー*/
.gnav > li:nth-child(5) ul li ul {
    left: -100%;
}

/*aの背景色を指定*/   
.gnav li:hover a {/*親階層*/
    background: #003d73;
}
.gnav li li a {/*子階層*/
    background: #003d73;
}
.gnav li li:hover a {
    background: #004789;
}
.gnav li ul li ul li a {/*孫階層*/
    background: #004789;
}
.gnav li ul li ul li:hover a {
    background: #0065c1;
}
.gnav li ul li ul li ul li a {/*ひ孫階層*/
    background: #0065c1;
}
.gnav li ul li ul li ul li:hover > a {
    background: #1e7dd4;
}


/*リストに「▶︎」を付ける*/
.gnav > li > ul:before{/*子階層*/
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    right: 1rem;
    position: absolute;
    top: 1rem;
    transform: translateY(-40%);
}
.gnav li ul li ul:before {/*孫階層*/
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    content: "";
    left: -20px;
    position: absolute;
    top: 1em;
    transform: translateY(-50%);
}
.gnav li:nth-child(5) ul li ul:before {/*一番右のメニューの孫階層*/
    border: 5px solid transparent;
    border-right: 5px solid #fff;
    left: auto;
    right: -20px;
}

.narrow { width: 95%; margin: 0 auto;}


.label { background-color: #808080;
border-radius: 5px;

padding: 3px 8px;
margin: 10px;
color: #ffffff;
font-size: 16px;
}

.atten-wrap {
    border: 2px solid #cccccc;
    padding: 15px 20px;
    margin: 15px 0;
}

.lyopro { border-color: #50759f;}


/* ------------------------*/
/* floating page top　*/
/* ------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* ------------------------*/
/* oultine*/
/* ------------------------*/

table.table-2col {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
table.table-2col th {
      width: 22%;
  background: #5986b3;
    color: #ffffff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table.table-2col td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
}


.head2 {
    background-color: #003d73!important;
    color: #ffffff;
}

table.table-nomal {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
table.table-nomal th {

  background: #5986b3;
    color: #ffffff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table.table-nomal td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
}



@media all and (max-width: 600px) {
  table.table-2col th, table.table-2col td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.table-2col tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}
