/*ページトップ*/
/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:#2c6db3;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}




.main-bdr{
  border-color: #6bb6ff;
}
 
.tl-content {
  position: relative;
  padding: 0 0 1.5em 2.8em;
}
 
.tl-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 8px;
  width: 3px;
  background: #ccd5db;
}
 
.tl-content:not(:first-of-type):not(:last-of-type) .tl_marker {
  background: transparent;
}
 
.tl-content:last-of-type:before {
  content: none;
}
 
.tl-content img{
  max-width: 100%;
  height: auto;
}
 
.tl_label {
  padding-top: 2px;
  color: #90969a;
  font-size: 14px;
  font-weight: bold;
}
 
.tl_title {
	font-size: 1.1em;
	/* [disabled]font-weight: bold; */
	line-height: 1.5;
}
 
.tl_main {
  margin-top: 0.5em;
  padding: 0 0 1.5em;
  font-size: 0.9em;
  line-height: 1.6;
  border-bottom: dashed 1px #ccd5db;
}
 
.main-bc {
  background-color: #6bb6ff;
}
 
.tl_marker {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #6bb6ff;
}


.wide {overflow: hidden; position: relative;}
@media print, screen and (min-width: 1000px) {
.wide {
	width: 1000px;
	/* [disabled]margin-top: 50px; */
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 50px; */
	padding-top: 50px;
	padding-bottom: 50px;
}
}
@media only screen and (min-width: 701px) and (max-width: 999px) {
.wide {
	width: 100%;
	/* [disabled]margin-top: 50px; */
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 50px; */
	padding-top: 50px;
	padding-bottom: 50px;
}
}
@media only screen and (max-width: 700px) {
.wide {
	width: 100%;
	/* [disabled]margin-top: 40px; */
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 40px; */
	padding-top: 40px;
	padding-bottom: 40px;
}
}	



.title-big  {font-family: 'Noto Sans TC', sans-serif; font-size: 250%; overflow: hidden; text-align: center; letter-spacing: 0.1em; clear: both; color:#1347b5; line-height: 1.5;}
.title-jp  {font-family: 'Noto Sans JP', sans-serif; font-size: 150%; overflow: hidden; text-align: center; letter-spacing: 0.2em; clear: both; color:#000000; line-height: 1.5;}


.box3to1-over {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}										
.box3to1 {vertical-align:top; padding:0; border:1px solid #eeeeee; box-sizing: border-box;}
@media print, screen and (min-width: 1000px) {
.box3to1 {
	width: 46%;
	margin: 0 2% 2%;
}
}
@media only screen and (min-width: 701px) and (max-width: 999px) {
.box3to1 {width:29.33%; margin:0 2% 2%;}
}
@media only screen and (max-width: 700px) {
.box3to1 {width:90%; margin:0 auto 2%;}
}

.box3to1p {overflow:hidden;}
@media print, screen and (min-width: 1000px) {
.box3to1p {padding:10% 5%;}
}
@media only screen and (min-width: 701px) and (max-width: 999px) {
.box3to1p {padding:8% 5%;}
}
@media only screen and (max-width: 700px) {
.box3to1p {
	padding-top: 12%;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 12%;
}
}
.box3to1p p{font-size:113%; padding:0; margin:0; font-weight:700;}










.box3to1ph-over {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}										
.box3to1ph {vertical-align:top; padding:0; border:1px solid #eeeeee; box-sizing: border-box;}
@media print, screen and (min-width: 1000px) {
.box3to1ph {
	width: 21%;
	margin: 0 2% 2%;
}
}
@media only screen and (min-width: 701px) and (max-width: 999px) {
.box3to1ph {
	width: 21%;
	margin: 0 2% 2%;
}
}
@media only screen and (max-width: 700px) {
.box3to1ph {width:90%; margin:0 auto 2%;}
}














.bg-history {background-image: }
	
	
	
	.img-wide {
	width: 30%;
	margin: 0 auto 10px;
}





@media print, screen and (min-width: 1000px) {
.img-wide50 {
	width: 100%;
	margin: 0 auto 10px;
}
}
@media only screen and (min-width: 701px) and (max-width: 999px) {
.img-wide50 {
	width: 100%;
	margin: 0 auto 10px;
}
}
@media only screen and (max-width: 700px) {
.img-wide50 {
	width: 50%;
	margin: 0 auto 10px;}
}





.bg-gr2 {background-color: #555555;}

.bg-lb {background-color: #e6ecf3;}

.bg-vision {background-image: url(images/bg-vision.jpg); background-repeat: no-repeat; background-size: cover;}

.img-wide2 {width: 250px; margin: 0 auto;}




.tableArea{
	max-width: 50%;/* 最大80%の領域内で要素をおさめる */
	margin: 57px auto 0;
	overflow: auto;/*枠からはみ出たらスクロールさせる、はみ出なかった場合は何もしない*/
}
.tableArea table{
    color:#0080ff;
    border-collapse:collapse;/*隣接するセルのボーダーを共有する*/
}
.tableArea table th,
.tableArea table td{
    padding:20px;
    border:1px solid #0080ff;
    white-space:nowrap;/*文字を折り返さない*/
}
.scroll-hint-text{ margin-top:0; }



.split{
    display: table;
    width: 100%;    
}
.split-item{
    display: table-cell;
    padding: 80px;
    width: 50%;
}
.split-left{
    background: #000;
    color: #fff;
    position: relative;
}
.split-left__inner{
    height: 100%;
    position: fixed;
    width: 50%;
}
.split-right__inner{
    height: 8000px;
}
@media screen and (max-width:1024px) {
    .split{
        display: block;
    }
    .split-item{
        display: block;
        width: auto;
    }
    .split-left__inner{
        position: inherit;
        width: auto;
    }
}
.white-space{white-space: nowrap;}



@media print, screen and (min-width: 1100px) {
.footer_box1_e {
	box-sizing: border-box;
	width: 25%;
	margin-top: 0;
	/* [disabled]margin-right: 0.2%; */
	margin-left: 5%;
	margin-bottom: 0;
	color: #FFFFFF;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.footer_box1_e {
	box-sizing: border-box;
	width: 30%;
	margin-top: 0;
	/* [disabled]margin-right: 0.2%; */
	margin-left: 0%;
	margin-bottom: 0;
	color: #FFFFFF;
}
}
@media print, screen and (max-width: 600px) {
.footer_box1_e {
	width: 90%;
	margin-top: 0;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}
}






@media print, screen and (min-width: 1100px) {
.footer_box2_e {
	box-sizing: border-box;
	width: 60%;
	margin-top: 0;
	margin-bottom: 0;
	color: #FFFFFF;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.footer_box2_e {
	box-sizing: border-box;
	width: 60%;
	margin-top: 0;
	/* [disabled]margin-right: 5%; */
	margin-bottom: 0;
	color: #FFFFFF;
}
}
@media print, screen and (max-width: 600px) {
.footer_box2_e {
	width: 90%;
	margin-top: 0;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}
}






@media print, screen and (min-width: 1100px) {
.footer_box_contents1_e {
	box-sizing: border-box;
	width: 60%;
	margin-top: 0;
	/* [disabled]margin-right: 0.2%; */
	/* [disabled]margin-left: 5%; */
	margin-bottom: 2%;
	color: #FFFFFF;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.footer_box_contents1_e {
	box-sizing: border-box;
	width: 60%;
	margin-top: 0;
	/* [disabled]margin-right: 0.2%; */
	margin-left: 0%;
	margin-bottom: 0;
	color: #FFFFFF;
}
}
@media print, screen and (max-width: 600px) {
.footer_box_contents1_e {
	width: 60%;
	margin-top: 0;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: auto;
	color: #FFFFFF;
}
}



@media print, screen and (min-width: 1100px) {
.footer_box_contents2_e {
	box-sizing: border-box;
	width: 97%;
	margin-top: 0;
	/* [disabled]margin-right: 0.2%; */
	margin-left: 3%;
	/* [disabled]margin-bottom: 2%; */
	color: #FFFFFF;
	font-size: 70%;
	line-height: 1.5;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.footer_box_contents2_e {
	box-sizing: border-box;
	width: 97%;
	margin-top: 0;
	font-size: 70%;
	margin-left: 2%;
	color: #FFFFFF;
}
}
@media print, screen and (max-width: 600px) {
.footer_box_contents2_e {
	width: 90%;
	margin-top: 0;
	/* [disabled]margin-bottom: 2%; */
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}
}
.footer_box_contents2_e a {
	color: #FFFFFF;
}
@media print, screen and (min-width: 1100px) {
.footer_box_contents3_e {
	box-sizing: border-box;
	width: 97%;
	margin-top: 3%;
	/* [disabled]margin-right: 0.2%; */
	margin-left: 3%;
	color: #FFFFFF;
	line-height: 1.5;
	font-size: 80%;
	border-bottom: 0.5px solid #f4f4f4;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.footer_box_contents3_e {
	box-sizing: border-box;
	width: 97%;
	margin-top: 3%;
	/* [disabled]margin-right: 0.2%; */
	margin-left: 3%;
	color: #FFFFFF;
	line-height: 1.5;
	font-size: 80%;
	border-bottom: 0.5px solid #f4f4f4;
}
}
@media print, screen and (max-width: 600px) {
.footer_box_contents3_e {
	width: 90%;
	margin-top: 2%;
	/* [disabled]margin-bottom: 2%; */
	margin-left: auto;
	margin-right: auto;
	border-bottom: 0.5px solid #f4f4f4;
	color: #FFFFFF;
}
}


@media print, screen and (min-width: 1100px) {
.footer_box_contents4_e {
	box-sizing: border-box;
	width: 97%;
	margin-top: 3%;
	/* [disabled]margin-right: 0.2%; */
	margin-left: 3%;
	color: #E1E1E1;
	line-height: 1.5;
	font-size: 90%;
	border-bottom: 0.5px solid #f4f4f4;
}
}
.footer_box_contents3_e a {
	color: #FDFDFD;	
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.footer_box_contents4_e {
	box-sizing: border-box;
	width: 97%;
	margin-top: 3%;
	/* [disabled]margin-right: 0.2%; */
	margin-left: 3%;
	color: #E1E1E1;
	line-height: 1.5;
	font-size: 90%;
	border-bottom: 0.5px solid #f4f4f4;
}
}
@media print, screen and (max-width: 600px) {
.footer_box_contents4_e {
	width: 90%;
	/* [disabled]margin-bottom: 2%; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	border-bottom: 0.5px solid #f4f4f4;
	color: #E1E1E1;
}
}




@media print, screen and (min-width: 1100px) {
.footer_box_contents5_e {
	width: 30%;
	/* [disabled]background-color: #87A5E8; */
	margin-left: 3%;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.footer_box_contents5_e {
	width: 30%;
	/* [disabled]background-color: #87A5E8; */
	margin-left: 3%;
	color: #000000;
}
}
@media print, screen and (max-width: 600px) {
.footer_box_contents5_e {
	width: 40%;
	margin-left: 5%;
}
}


.footer_box_contents5_e li a{
	color: #E1E1E1;
	padding-left: 5px;
}
.footer_box_contents5_e li{
	list-style: none;
	color: #FFFFFF;
	line-height: 1.4;
}




.footer_box_child_e {
	width: 7%;
	margin-left: 14px;
	margin-bottom: 4px;
}

.footer_box_child-featured_e {
  flex-grow: 1;
}

 .footer_copyright_e {
	width: 100%;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
	color: #FFFFFF;
	font-size: 70%;
  }
.bg-wall-org {
	overflow: hidden;
	clear: both;
	position: relative;
	background-color: #5C72ED;
}
span.news_e {
	vertical-align: 20%;
	/* [disabled]margin: 0 20px; */
	color: #FFFFFF;
}
.subtytle{
	font-size: 120%;
	font-weight: 500;
}
@media print, screen and (min-width: 1100px) {
.box557{
	width: 47%;
	margin-top: 1%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 1%;
	background-color: #FFFFFF;
	border-radius: 5px;
	/* [disabled]padding-top: 2%; */
	/* [disabled]padding-right: 2%; */
	/* [disabled]padding-bottom: 2%; */
	/* [disabled]padding-left: 2%; */
	font-size: 90％;
	line-height: 1.5;
	text-align: center;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.box557{
	width: 47%;
	margin: 1%;
	background-color: #FFFFFF;
	border-radius: 5px;
	/* [disabled]padding-top: 3%; */
	/* [disabled]padding-right: 3%; */
	/* [disabled]padding-bottom: 3%; */
	/* [disabled]padding-left: 3%; */
	font-size: 130％;
	line-height: 1.5;
	text-align: center;
}
}
@media print, screen and (max-width: 600px) {
.box557{
	width: 98%;
	margin: 1%;
	background-color: #FFFFFF;
	border-radius: 5px;
	/* [disabled]padding-top: 10px; */
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-bottom: 10px; */
	/* [disabled]padding-left: 10px; */
	font-size: 90％;
	line-height: 1.5;
	text-align: center;
}
}


@media print, screen and (min-width: 1100px) {
.kyuzin_box {
	/* [disabled]right: 124px; */
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.kyuzin_box {
	/* [disabled]right: 124px; */
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
}
@media print, screen and (max-width: 600px) {
.kyuzin_box {
	/* [disabled]right: 124px; */
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}


@media print, screen and (min-width: 1100px) {
.newsimage20 {
	/* [disabled]right: 124px; */
	width: 20%;
	margin-right: auto;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.newsimage20 {
	width: 20%;
	margin-right: auto;
}
}
@media print, screen and (max-width: 600px) {
.newsimage20 {
	/* [disabled]right: 124px; */
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}
}


@media print, screen and (min-width: 1100px) {
.newsimage30 {
	/* [disabled]right: 124px; */
	width: 30%;
	margin-right: auto;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.newsimage30 {
	width: 30%;
	margin-right: auto;
}
}
@media print, screen and (max-width: 600px) {
.newsimage30 {
	/* [disabled]right: 124px; */
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}
}



@media print, screen and (min-width: 1100px) {
.newsimage40 {
	/* [disabled]right: 124px; */
	width: 30%;
	margin-right: auto;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.newsimage40 {
	width: 30%;
	margin-right: auto;
}
}
@media print, screen and (max-width: 600px) {
.newsimage40 {
	/* [disabled]right: 124px; */
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
}



@media print, screen and (min-width: 1100px) {
.newsimage50 {
	/* [disabled]right: 124px; */
	width: 50%;
	margin-right: auto;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.newsimage50 {
	width: 50%;
	margin-right: auto;
}
}
@media print, screen and (max-width: 600px) {
.newsimage50 {
	/* [disabled]right: 124px; */
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
}


@media print, screen and (min-width: 1100px) {
.newsimage60 {
	/* [disabled]right: 124px; */
	width: 60%;
	margin-right: auto;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.newsimage60 {
	width: 50%;
	margin-right: auto;
}
}
@media print, screen and (max-width: 600px) {
.newsimage60 {
	/* [disabled]right: 124px; */
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
}


@media print, screen and (min-width: 1100px) {
.newsimage70 {
	/* [disabled]right: 124px; */
	width: 70%;
	margin-right: auto;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.newsimage70 {
	width: 70%;
	margin-right: auto;
}
}
@media print, screen and (max-width: 600px) {
.newsimage70 {
	/* [disabled]right: 124px; */
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
}

@media print, screen and (min-width: 1100px) {
.newsimage80 {
	/* [disabled]right: 124px; */
	width: 80%;
	margin-right: auto;
}
}
@media print, screen and (min-width: 601px) and (max-width: 1099px) {
.newsimage80 {
	width: 80%;
	margin-right: auto;
}
}
@media print, screen and (max-width: 600px) {
.newsimage80 {
	/* [disabled]right: 124px; */
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}
