@charset "utf-8";
/* CSS Document */
.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;
}*/

div .gensi_Box_child .title {
	font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 20px;
    background-color: #dceede;
}

.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;
}
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
}

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;
}

}
@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;
    }
        .container {
        width: auto!important;
    }
       }
       #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; 
    }
     }
     @media (max-width: 979px) {
#related_link a {
    width: 95%;
}
#related_link li{
margin: 0px;
}
     }