@charset "utf-8";
/* CSS Document */

.h3_offLink_1co{
	padding:6px 25px;
	border:solid 1px #cccccc;
	border-radius:3px;
	background-image:linear-gradient(#ffffff,#f6f6f6);
	box-shadow:0 2px 2px #cccccc,inset 0 0 0 1px #ffffff;
	position:relative;
	font-weight:bold;
}
.h3_offLink_1co::before{
	content:"";
	width:4px;
	height:85%;
	display:inline-block;
	background:#06a177;
	position:absolute;
	top:0;
	left:10px;
}
.innerlink{
	display: flex;
	padding:10px;
	justify-content:space-between;
	flex-wrap:wrap;
	text-align: center;
}

.innerlink a::after{
    content: "\e5db";
    font-family: 'Material Icons';
	background-color: #3f51b5;
    color: #ffffff;
    border-radius: 100%;
    vertical-align: baseline;
    padding: 2px;
    font-size: 11px;
    line-height: 1;
    position: relative;
    margin-left: 0.5em;
}
.indent1{
	padding-left: 1em;
    text-indent: -1em;
}

.dot_box{
    border: dotted 3px;
    padding: 10px;
    inline-size: fit-content;
}
.txtLink01{
padding: 0 10px 10px 10px;
}
div div.h4_onLink,
div div.h4_offLink {
	margin-bottom: 12px;
}
h2 {
	font-weight:bold;
}

div h3.h3_3co {
	margin-bottom: 20px;
}
/*div h3.h3_3co span.sml{
	display: block;
	margin-top: -5px;
	margin-bottom: -52px;
}*/
.indent15{
        text-indent: -1.5em;
    margin-left: 1.5em;
}
.bgOn img{
height: 40px;
    width: auto;
    padding: 0px 10px 5px 0px;
}
.df3 ul{
        display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.df4 ul{
         display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.df4 ul li img{
         height:120px;
         width:auto;
}

div .gensi_Box_child .title {
	font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 20px;
		background: none;
    background-color: #dceede;
	padding-top: 0;
}

.arrow_right{
	font-size: unset;
	background-color: #ffffff;
	text-align: center;
	display: block;
	padding-top: 20px;
	margin: 0 1em .5em 1em !important;
}
.arrow_right a::after{
content: url(/images_new/arrow_right.png);
    display: inline-block;
    transform: scale(0.6);
    padding-left: 10px;
    padding-top: 5px;
    vertical-align: middle;
}
.h4_onLink {
	background: none;
}
div .gensi_Box_child .title img{margin: 10px 8px 10px 20px;max-height: 1.6em;vertical-align: middle;aspect-ratio: 1/1;}

div .gensi_Box{
	overflow: hidden;
    width:auto;
	margin-bottom: 10px;
}

div .gensi_Box_flex{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	box-sizing:border-box;
	margin-bottom:20px;
	justify-content: space-around;
}

div .gensi_Box_flex .gensi_Box_child{
	float:none;
	flex-basis:49%;
	margin: 0;
	width:auto;
	box-sizing:border-box;
	border: none;
	max-width:372px;
    border: 1px solid #dddddd;

}

div .gensi_Box_flex .gensi_Box_child ul{
	padding:10px 0;
	border-top:solid 1px #dddddd;
	width:100%;

}@media screen and (max-width: 959px) {
div .gensi_Box_child .title img{
    width: auto !important;
}
div .gensi_Box_flex .gensi_Box_child{
	max-width: 100% !important;
}
}
/* Phone */
@media screen and (max-width: 640px) {
div .gensi_Box_flex{
    flex-direction: column;
}
div .gensi_Box_child p img{
    width: auto !important;
}
        .df3 ul{
flex-direction: column;
}
.df4 ul{
flex-direction: column;
}
.df4 ul li img{
         height:auto;
         padding:10px 0px;
}
.df4 ul li{
margin: 0 auto;
        text-align: center;
        }
        .c_externalcollaboration img{
        width: auto;
}

}
@media screen and (max-width:800px){
	
	
	
	.h3_1co, .h3_3co {
	background: #06a177;
	color: #FFF;
	text-align: center;
	padding: 10px 0 8px 0;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.3;
	text-indent: 0;
		border:none;
}
	h1  *{
		background: none !important;
		padding: 0 !important;
	}
	#breadcrumb{
		display: none;
	}

	.h4_offLink {
	padding: 11px 0 11px 10px;
	font-weight: bold;
	margin: 0 10px 15px 0px;
	font-size: 18px;
	border-left: 5px solid #06a177;
	text-align: left;
	line-height: 1.3;	
	background: none;
	margin: 10px !important;
}
	.h4_offLink *{
		background: none !important;
		padding: 0 !important;
	
	}
	.h4_offLink h1, .h4_onLink h1, .h4_offLink h2, .h4_onLink h2, .h4_offLink h3, .h4_onLink h3 {
	 font-size: 100%;
  }	
	.lineH4{
		display: none;
	}
	.h4_offLink +.mL10{
		margin-right: 10px;
	}
	.h4_offLink+.mB40{
		margin-bottom:20px !important;
	}

}

@media screen and (min-width:960px){
	.gensi_Box_flex .gensi_Box_child{
		display:flex;
		flex-direction:column;
		justify-content:space-between;
	}
	div .gensi_Box_flex .gensi_Box_child ul{
		border:none;
		height:100%;
	}
}
@media screen and (min-width: 950px){
    #special_contents,#related_link{
        margin-left:auto;
        margin-right: auto;
    }
       }
       #special_contents,#related_link {
    margin: 3vh 3vw;
}
.heading_style2 {
    font-size: 106%;
    border-bottom: solid 1px #dddddd;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
}
.heading_style2::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 3px;
    background: #208647;
    vertical-align: middle;
    margin-right: 0.3em;
}

#related_link li{
    margin-bottom:10px;
font-size: 0.6rem;
margin: 0px 10px;
}

#related_link a {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow:hidden;
    vertical-align:middle;
    line-height:1;
}
@media (min-width: 960px) {
      .uk-width-large-1-4 {
        width:auto; 
    }
		.gensi_Box_flex div{
			width:50%;
		}
		
     }
     @media (max-width: 979px) {
        .c_externalcollaboration img{
        width: auto;
}
#related_link a {
    width: 95%;
}
#related_link li{
margin: 0px;
}

	.gensi_Box_flex div{
			width:100%;
		}
		.gensi_Box_wrapper{
			padding: 0 10px 10px 10px;
		}

     }
	 .mainContent{
		margin-top:0!important;
			}
			sup {
    vertical-align: super!important;
}
.news_list select{
	margin-left: 20px;
    margin-bottom: 10px;
	width: 16em;

}