@charset "utf-8";

/**********************************************/
/* A-PLAT 改修版 */
/* 事業者の適応　2022.8.16 */
/**********************************************/
/*
.keni-main { }
.keni-main_inner {border: 1px red solid;}
.keni-section_wrap {border: 1px blue solid;}
.keni-section { border: 1px green solid;}
*/
h1, h2, h3, h4, h5, h6{
    font-family: 'Noto Sans JP', sans-serif;
}
#main{
    font-family: 'Noto Sans JP', sans-serif;
}
.keni-main_wrap{
	margin: 120px 0 0 0;	
}
.keni-section_wrap{
	margin-bottom: 0;
}


/*----------------------------*/
/*リンク*/
/*----------------------------*/
.keni-main a[target=_blank][rel=noopener] {
	background: none;
}
.keni-main a[target=_blank][type="application/pdf"] {
	background: none;
}
.keni-main a[target=_blank][rel=noopener]::after {
    font-family: "FontAwesome";
    content: '\f08e';
	margin-left: 5px;
	font-size: 1em;
}
.keni-main a[target=_blank][type="application/pdf"]::after {
    font-family: "FontAwesome";
    content: '\f1c1';
	margin-left: 5px;
	color: #FF6666;
}
.keni-section h2 a{
	text-decoration: none;
}
.keni-section h3 a{
	text-decoration: none;
}

/*----------------------------*/
/*リンクマーク調整*/
/*----------------------------*/
a[type$="pdf"] {
    padding: 2px 2px 2px 0;
}
.keni-main_wrap a[target="_blank"][rel="noopener"] {
padding-right: 0;
}


/*----------------------------*/
/*見出し*/
/*----------------------------*/
.keni-section h1:first-child {
	margin: 20px 0px;
}
.keni-section h2 {
    border-left: 8px #5277A2 solid;
    background-color: #f3f3f3;
    padding: 10px 15px;
	margin-bottom: 20px;
	background-image: none; /* IE対応 */
}
.keni-section h3 {
    border-bottom: 3px #5277A2 solid;
	border-left: none;
    padding: 5px;
}

/*見出し下　英語*/
.en_title{
	color: #b4b4b4;
	font-weight: bold;
	margin-top: -10px;
	line-height: 1.2em;
    font-family: 'Roboto','Noto Sans JP',sans-serif;
}


/*----------------------------*/
/*パンくず*/
/*----------------------------*/
.keni-breadcrumb-list_wrap {
    background-color: #5e9dc9;
	padding: 5px;
}




/*----------------------------*/
/*★仮設定：境界線*/
/*----------------------------*/
.keni-section hr{
	border: 1px #ccc solid;
	margin: 30px 0;
}

/*----------------------------*/
/*★MOREボタン*/
/*----------------------------*/
.more a {
	background: url("../img/icon_next3_w.png") no-repeat 90% center;
	padding: 5px 40px;
	background-color: #5277A2; /*基本色*/
	color:#fff;
	font-weight:bold;
	font-size: 0.9em;
	border-radius: 150px;
	
	width: 100%;
	max-width: 200px;
	display: inline-block;
	text-align: center;
}

/*moreボタン*/
.more_btn {
	background: #5277A2;
    color: #fff;
    padding: 6px 40px;
    text-decoration: none;
    border-radius: 30px;
    position: relative;
	display: block;
	/*width: 160px;*/
	width: 200px;
	text-align: center;
	font-weight: bold;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
    font-family: 'Roboto', sans-serif;
	
	
}
.more_btn::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}
.more_btn:hover, .more_btn:active, .more_btn:focus {
	color: #FFF;
}
.more_btn:hover{
	text-decoration: none;
	opacity: 0.6;
}


/*----------------------------*/
/*★仮設定：カラム用（代用）*/
/*賢威のカラムを使えれば差し替える*/
/*----------------------------*/
.column {
    width:100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;

    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

/*----------------------------*/
/*サイドメニュー*/
/*----------------------------*/
.keni-sub{
	margin: 10px;
}

/*タイトルライン*/
#private_sector2 .sub-section_title {
    border-bottom: 5px #5277A2 solid;
}

/*現在地*/
.current {
    background-color: #e7e2d1;
}

.widget_nav_menu .keni-section ul li{
	border-bottom: none;
}
.widget_nav_menu .keni-section ul li a{
	padding-left: 18px;
}
.widget_nav_menu .keni-section ul li a::before{
	display: none;
}
.widget_nav_menu .keni-section ul li a::after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #505050;
  border-right: solid 2px #505050;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}
ul.child li a{
    margin-left: -20px;
}
ul.child li a::after {
    display:none;
}


/*★コンテンツ内枠*/
.keni-main .keni-section h1 {
    /*padding: 50px 40px 0;*/ /*base.css*/
    padding-top: 0;
}

/*----------------------------*/
/*コンテンツ*/
/*----------------------------*/
/*
.pro .pickup{
	border: 2px #d05866 solid;
	padding: 30px;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
}
*/
.pickup-l{
	width: 100%;
	margin-bottom: 10px;
}
.pickup-title{
	font-size: 2.4rem;
    font-weight: bold;
	margin-bottom: 10px;
}
.pickup-l p{
	margin-bottom: 0;
}
.pickup-r{
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
}
.content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contentbox{
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
}


/*----------------------------*/
/*関連コンテンツ*/
/*----------------------------*/
.related-page{
	background-color: #f3f3f3;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.related-box{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.related-box img{
    flex-shrink: 0 /* IE対応 */
}
.related-box:first-child{
	margin-bottom: 40px;
}
.related-box h2{
	margin-top: 0;
	padding-left: 0;
	border-left: none;
}
.related-subtitle{
	color: #a8b81a;
	font-weight: bold;
}
.related-page h2 a{
	color: #505050;
	text-decoration: none;
}
.related-page h2 a:hover{
	color: #23698D;
    text-decoration: underline;
}
.recommended{
	margin-left: 20px;
}
/*----------------------------*/
/*一覧　ページ内リンク*/
/*----------------------------*/
.btn-injmp li{
	border: 1px #ccc solid;
	position: relative;
}
.btn-injmp li::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 30%;
  right: 15px;
}
.btn-injmp li a{
	background:  none;
}

.btn-injmp li.resources-link::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 30%;
  right: 15px;
}

.btn-outjmp {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.btn-outjmp li{
	border: 1px #ccc solid;
	position: relative;
}
.btn-outjmp li::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 32%;
  right: 15px;
}
.btn-outjmp li a{
	background:  none;
	padding: 5px 50px 5px 10px;
}

/*----------------------------*/
/*一覧　ページ内リンク*/
/*----------------------------*/
.sector-list{
	list-style: none;
	margin: 0;
}
.sector-list img{
	width: 26.5px;
	margin-right: 5px;
	vertical-align: middle;
}

#riskadp h2{
    margin-top: 20px;
}
.jp-en{
    text-align: right;
	margin-top: -20px;
}
.jp-en a{
    border: 1px solid #036EB8;
    border-radius: 20px;
    display: inline-block;
    padding: 0 20px;
}
.jp-en a:hover{
    background-color: #036EB8;
    color: #fff;
    text-decoration: none;
}

/*********************/
/*WP
/*********************/
figcaption {
	text-align:center;
	margin-top: 20px;
}
.corporate-logo{
	max-width: 300px;
	min-height: 175px;
	display: flex;
	align-items: center;
    justify-content: center;
	margin: 0 auto;
}
.bdr_gray{
	padding: 20px;
	max-width: 100%;
    border: 2px solid #ddd;
	background: #fff;
	box-sizing: border-box;
	margin: 20px 20px 50px;
}
.footnote{
	font-size: 1.4rem;
	line-height: 1.4;
}
.aligncenter{
    text-align: center;
}
.relation{
    margin-bottom: 0;
    font-size: 1.3rem;
    text-align: left;
    line-height: 2rem;
}
.keni-main a[target=_blank]::after {
    font-family: "FontAwesome";
    content: '\f08e';
	margin-left: 5px;
	font-size: 1em;
}
.keni-main a[target=_blank][type="application/pdf"]::after {
    font-family: "FontAwesome";
    content: '\f1c1';
	margin-left: 5px;
	color: #FF6666;
}
blockquote {
	font-size: 1.3rem;
	line-height: 2;
	padding: 20px 25px;
}
blockquote h5{
	font-size: 1.3rem;
	color: #555;
	font-weight: normal;
}
blockquote::before {
	content: "";
}
blockquote::after {
	content: "";
}
.wp-block-table{
	margin-bottom: 30px;
}
.wp-block-table th{
	vertical-align: middle;
}
.w05{
	width: 5%;
}
.w08{
	width: 8%;
}
.w10{
	width: 10%;
}
.w15{
	width: 15%;
}
.w20{
	width: 20%;
}
.w30{
	width: 30%;
}
.w35{
	width: 35%;
}
.w37{
	width: 37%;
}
.w40{
	width: 40%;
}
.w50{
	width: 50%;
}
.w60{
	width: 60%;
}
.w70{
	width: 70%;
}
.w80{
	width: 80%;
}
.has-text-align-center{
	text-align: center;
}
.has-text-align-right{
	text-align: right;
	display: block;
}
.indent-4{
	text-indent: -4em;
	padding-left: 4em;
}
/****************************/
/*レスポンシブ*/
/****************************/

@media (min-width: 768px) {
.keni-main_wrap{
	margin: 220px 0 0 0;
}
.keni-section h1:first-child {
		margin: -30px -40px 30px;
}
.keni-section hr{
	margin: 60px 0;
}
.keni-sub{
	margin: 0px;
}
.en_title{
	margin-top: -30px;
}

.more_btn {
	margin-right: inherit;
}
.pickup-r{
	margin-right: inherit;
}
.related-page{
	margin-left: 20px;
}
}
@media (min-width: 920px) {
.keni-main_wrap{
	margin: 250px 0 0 0;
}
.contentbox{
	width: 45%;
}
.pickup-l{
	width: 60%;
	margin-bottom: 0px;
}
.related-page{
	padding: 50px;
}
.related-box{
	width: 47%;
}
.related-box:first-child{
	margin-bottom: 0;
}
.sector-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sector-list li{
	width: 48%;
}
.sector-list img{
	width: 44px;
	margin-right: 10px;
}		
}
@media (min-width: 1080px) {
.sector-list li{
	width: 32%;
}
}
@media (min-width: 1300px) {
.sector-list li{
	width: 24%;
}
}
@media (max-width: 480px) {
.keni-section h1{
	font-size: 2.4rem;	
}
}
@media (max-width: 768px) {
.keni-main .keni-section_wrap{
	padding: 10px;
}
.keni-breadcrumb-list ol {
	display:block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
 }
}


/*----------------------------*/
/*印刷用*/
/*----------------------------*/
@media print {
	.keni-footer-panel_wrap {
		display: none;
	}
    .page-top {
		display: none !important;
	}

	.keni-main_wrap{
	    margin-top: 140px;
    }
    h1 {
        margin-bottom: 20px !important;
    }
    .contentbox{
	    width: 100%;
	    margin-bottom: 50px;
    }
    .contentbox h2 {
        /*background-color: transparent;*/
        padding: 3px 15px;
	    margin-bottom: 20px;
	}
    
    .more_btn {
        padding: 3px 40px;
  	    display: block;
	    width: 140px;
  	    margin-left: auto;
	    margin-right: 0;
    }

    .recommended{
	    margin-left: 0px;
	    margin-bottom: 20px;
    }
    .related-page {
	    background-color: transparent;
	    padding: 0px;
    }
    .related-box {
	    width: 100%;
	    padding: 20px;
	    margin-bottom: 20px !important;
	    border:1px #ddd solid;
	    overflow:hidden;
	    display: block;	
    }
    .related-box img {
        width: 40%;
        float:left;
    }
    .related-box .related-subtitle {
        width: 58%;
        float:right;
    }
    .related-box h2 {
        width: 58%;
        float:right;
    }
    .related-box p {
        width: 58%;
        float:right;
    }
    .related-box .more_btn {
	    width: 140px;
  	    margin-left: auto;
	    margin-right: 0;
	    height: auto;
	    clear:both;
    }
    .related-box:first-child {
	    margin-bottom: 0px;
    }


    #yearlink {
  	    display:none;
    }
    #yearname {
        background-color: transparent;
        border-width: 0;
        padding: 0;
        border-bottom: 1px #ddd solid;
    }
    
   
}