@charset "utf-8";

/**********************************************/
/* A-PLAT 改修版 */
/* 国の取組　トップページ  2021.8.2 */
/**********************************************/

/*Adobe webフォント　遅延回避*/
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

/*トップページ限定設定用*/
.keni-main .keni-main_inner {
    padding-top:0;
    padding-bottom:0;
}
.keni-main .keni-section_wrap {
    padding-top:0;
    padding-bottom:0;
    margin: 0 auto;

}
/*moreボタン*/
.more_btn {
	width: 200px;
}
/*----------------------------*/
/*リンク*/
/*----------------------------*/
.keni-main a {
    color: #505050;
    text-decoration: none;
}
.keni-main a:hover, a:active, a:focus {
	color: #23698D;
    text-decoration: underline;
}
.keni-main .more_btn{
    color: #FFF;
	margin-top: 20px;
}
.keni-main .more_btn:hover, .more_btn:active, .more_btn:focus {
	color: #FFF;
    text-decoration: none;
}
/*.keni-main .keni-section {
    margin: 0;
}
*/

/*--------------------------------*/
/*ヒーローエリア*/
/*--------------------------------*/
.theme {
    background-color: #5277A2;
}
.theme_title {}
.theme_cover {
	background: url("../img/cover_private_sector.jpg") no-repeat center top;
	background-size: auto;
	background-size: cover;
}
.maru_g{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.engttl{
	font-family: 'Roboto', sans-serif;
}

/*--------------------------------*/
/*概要*/
/*--------------------------------*/
#outlinebox {
    padding: 40px 0 0;
}

/*リード文*/
.read {
    line-height: 160%;
    font-size: 1em;
    margin-bottom: 30px;
}
.read br {
    display: none;
}

.read p {
    margin: 0;
}

/*アイコンの説明*/
.pro-status-top {
    margin-top: 30px;
    padding-left: 20px;
}


/*ナビボタン*/
.top-navi {}

.navibox {
    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;
}

/*枠*/
.navi-col {
    /*width: 33.333%;*/
    width: 90%;
    line-height: 100%;
	margin: 10px auto;
}
.navi-col a {
    display: block;
}
.navi-col a:hover{
	background-color: #b3d4fc;
    text-decoration: none;

}
/*
.pro .navi-col a:hover{
	background-color: #ffedef;
    text-decoration: none;
}
*/
/*カテゴリ*/
/*
.navi-category span {
    background-color:#bca96e;
    font-size: 1.2rem;
    padding: 2px 5px;
    color: #fff;
}
*/
/*よくあるご質問ボタン*/
.keni-main .ps_faq_btn {
	background: #5277A2;
    color: #fff;
    padding: 6px 40px;
	text-align: right;
    text-decoration: none;
    border-radius: 30px;
    position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin: 0px auto 30px;
	max-width: 300px;
    font-family: 'Roboto', sans-serif;
}
.ps_faq_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;
}
.keni-main .ps_faq_btn:hover,.keni-main .ps_faq_btn:active,.keni-main .ps_faq_btn:focus {
	color: #FFF;
}
.keni-main .ps_aq_btn:hover{
	text-decoration: none;
	opacity: 0.6;
}
/*ボタン*/
.navi-menu {
    border: 2px #5277A2 solid; /*基本色*/
    padding: 20px 50px 20px 20px;
    margin-top: 2px;
    
    position: relative;
}


/*副題*/
.navi-menu-subtitle {
    color:#5277A2; /*基本色*/
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 8px;
}

/*題*/
.navi-menu-title, .navi-menu-title-r {
    color: #000;
    font-weight: bold;
    font-size: 1.8rem;
	line-height: 1.2;
}

/* 下矢印 */
.navi-menu-title::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 30px;
}
/* 右矢印 */
.navi-menu-title-r::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 40%;
    right: 30px;
}
/*★字間詰め*/
.space-minus01 {
    letter-spacing: -1px;
}


/*赤色設定：メニューボタン*/
/*
.pro .navi-category span {
    background-color:#D05866;
}
.pro .navi-menu {
    border: 2px #D05866 solid;
}
.pro .navi-menu-subtitle {
    color:#D05866;
}
*/

/*よくあるご質問ボタン*/
.keni-main .faq_btn {
	background: #bca96e;
    color: #fff;
    padding: 6px 40px;
    text-decoration: none;
    border-radius: 30px;
    position: relative;
	display: block;
	width: 300px;
	text-align: center;
	font-weight: bold;
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
    font-family: 'Roboto', sans-serif;
}
.faq_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;
}
.keni-main .faq_btn:hover,.keni-main .faq_btn:active,.keni-main .faq_btn:focus {
	color: #FFF;
}
.keni-main .faq_btn:hover{
	text-decoration: none;
	opacity: 0.6;
}


/*--------------------------------*/
/*更新情報*/
/*--------------------------------*/
#newsbox {
    background-color: #F5F5F5;
    padding: 50px 0 60px;
}
#newsbox .keni-section h2 {
    margin: 0 auto;
    padding: initial;
    border:initial;
    background:initial;
    text-align: center;
}
#newsbox .keni-section h2 span {
    display: block;
    font-size: 0.7em;
    letter-spacing: 3px;
}

#newsbox .more {
    text-align: right;
}
#newsbox .more a {
	/*background: url("../img/icon_next3.png") no-repeat 90% center;*/
	background-color: #fff;
	color:#000;
}



/****************************/
/*出力データ基本設定*/
/****************************/
/*PG制御用ラジオボタン*/
.newsitem {
    display: none;
}
/*大カテゴリ*/
.mk-news {
    display: none;
}
/*Newマーク*/
#newsbox .newmk {
    margin-left: 10px;
    padding: 1px 10px;
    border: 1px red solid;
}

/*一覧*/
.info-update {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 0;
    padding: 0;
    border-top: 2px #C5C5C5 solid;
}


/*base.cssで設定済みのものを変更*/
.info-update #dblist {
    padding: 0;
}
.info-update #dblist li {
	border-bottom: 2px #C5C5C5 solid;
	padding:15px 10px;
}
#dataout {
    margin-bottom: 30px;
}




/*----------------------------*/
/*コンテンツ紹介*/
/*----------------------------*/
/*一般*/
.general .introduction {
    border: 15px #5e9dc9 solid;
}
/*専門（pro）*/
/*
.pro .introduction {
    border: 15px #E19AA2 solid;
}
*/

.general .keni-section_wrap {
    padding: 0;
}
/*
.pro .keni-section_wrap {
    padding: 0;
}
*/


/*外枠*/
.introduction {
    padding: 0px 30px;
}

/*内枠*/
.introduction_inner {
    width:100%;
    margin: 0;
    padding: 50px 0;
    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;
    border-bottom: 2px #B7B7B7 solid;
}
.introduction_inner:last-child {
    border-bottom-width: 0;
}
.intro-img {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    order:1;
    
    position: relative; /*UPDATEマーク用*/
    
}
.intro-txt {
    width: 100%;
    padding: 0;
    order:2;
}
.intro-txt p{
    line-height: 140%;
}
.introduction h2 {
    margin: initial;
    padding: initial;
    border:initial;
    background:initial;
    line-height: 130%;
    margin-bottom: 30px;
}

/*副題*/
.introduction h2 .menu-subtitle {
    display: block;
    color:#5277A2;     /*基本色*/
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 8px;
}
/*赤設定：副題*/
/*
.pro .introduction h2 .menu-subtitle {
    color:#D05866;
}
*/

/*サブリンク*/
.introduction ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.col-link {
    width: 100%;
}
.introduction li {
    margin: 0;
    font-weight: bold;
    font-size: 0.9em;
}

/*MOREボタン*/
.introduction .more {
    text-align: center;
    margin-top: 30px;
}

/*updateマーク*/
.introduction .update {
    position:absolute;    
    top:-30px;
    left:10px;
}

footer{
	border-top: none;
}

/*****************************/
/*サイト内検索
/*****************************/
#top_search_box h3{
    border-bottom: none;	
}
#top_search_box{
	margin-bottom: 20px;
	padding: 20px;
	background-color: #dedcdd;
}
.top_keywords ul{
	margin: 0;
}
.search_form{
	margin-bottom: 30px;
}
.keywords li a{
    color: #333;
    background-color: #fff;
}
.keywords li a:hover{
	color: #fff;
}
.icon_search::before{
	margin-right: 5px;
	color: #aaa;
}

#SS_searchForm{
  box-sizing: border-box;
  position: relative;
  padding: 3px 10px 3px 20px;
  border-radius: 20px;
  height: 2.4em;
  width: 300px;
  overflow: hidden;
	background-color: #fff;
}
#SS_searchForm input[type="text"]{
  border: none;
  height: 2.0em;
}
#SS_searchForm input[type="text"]:focus {
  outline: 0;
}
#SS_searchForm input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #2EA7E0;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -8px;
  outline : none;
}

.introduction_inner a[target=_blank]::after {
    content: '';
	margin-left: 0;
}


/****************************/
/*レスポンシブ
/****************************/
@media (max-width: 480px) {
	.keni-main_wrap{
		margin-top: 90px;
	}
}
@media (min-width: 480px) {
	.keni-main_wrap{
		margin-top: 100px;
	}
}
@media (min-width: 768px) {
	.keni-main_wrap{
		margin-top: 180px;
	}
    .keni-main .ps_faq_btn {
	    margin-right: 20px;
   }
}
@media (max-width: 920px) {
	.col3-cont .col_2of3{
		width: inherit;
	}
	.col3-cont .col{
		width: 100%;
	}
}
@media (min-width: 920px) {

   /* .pro-status-top {
        text-align: right;
    }*/

    .read {
        text-align: center;
        line-height: 200%;
        font-size: 1.2em;
        margin-bottom: 40px;
    }
    .read br {
        display: block;
    }
	.navibox {
	justify-content: space-between;
}
    .navi-col {
        width: 31.5%;
	margin: 0 0 30px;
    }

    .intro-img {
        width: 45%;
        padding: 0 20px;
        order:0;
        margin-bottom: 0;
    }
    .intro-txt {
        width: calc(100% - 45%);
        padding: 0 20px;
        order:0;
    }
    .col-link {
        width: 50%;
    }
    .introduction {
        padding: 0px 50px;
    }
    .introduction .update {
        position:absolute;    
        top:-20px;
        left:0px;
    }
    .introduction .more {
        text-align: right;
        margin-top: 30px;
    }
#top_search_box{
	margin-bottom: 50px;
}		
.search-col2-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search_form{
	width: 40%;
}
.top_keywords{
	width: 58%;	
}
}

@media (min-width: 1400px) {    
}

/*----------------------------*/
/*印刷用*/
/*----------------------------*/
@media print {
    .keni-main_wrap{
		margin-top: 0;
	}
	#outlinebox {
        padding: 15px 0 20px;
    }
	.read {
        margin-bottom: 0px;
    }
    .navi-col {
        width: 33.333%;
        padding:10px;
    }
    .navi-menu-subtitle {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
    .navi-menu-title {
        font-size: 1.4rem;
    }
	.navi-menu-title::after {
        top: 40%;
        right: 15px;
		width: 12px;
        height: 12px;
    }
	.navi-menu {
        padding: 20px 20px 20px 10px;
    }
	#newsbox {
        padding: 30px 0 30px;
    }
    .general .introduction {
        border-width: 10px;
    }
    /*
    .pro .introduction {
        border-width: 10px;
    }
    */
	.introduction {
        padding: 0px 20px;
    }
	.introduction_inner {
        padding: 20px 0;
	}
	.intro-img {
        width: 40%;
        padding: 0 5px;
        order:0;
        margin-bottom: 0;
    }
    .intro-txt {
        width: calc(100% - 40%);
        padding: 0 10px;
        order:0;
    }
	.col-link {
        width: 50%;
    }
	.column .col-link {
        width: 50%;	
	}
	.column .table_no-style{
		width: 50%;	
	}
	

	.more_btn {
	    width: 160px;
    }
}