@charset "utf-8";

/**********************************************/
/* A-PLAT 改修版 */
/* 地域の適応　トップページ  2020.11.11 */
/**********************************************/

/*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: #a8b81a;
}
.theme_title {}
.theme_cover {
    background: url("../local/img/cover.jpg") no-repeat center top;
    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 60px;
}

/*リード文*/
.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:100%;
    padding:10px 20px;
    line-height: 100%;
}
.navi-col a {
    display: block;
}
.navi-col a:hover{
	background-color: #f9fece;
    text-decoration: none;

}
.pro .navi-col a:hover{
	background-color: #ffedef;
    text-decoration: none;
}
/*カテゴリ*/
.navi-category span {
    background-color:#a8b81a; /*基本色*/
    font-size: 1.2rem;
    padding: 2px 5px;
    color: #fff;
}

/*ボタン*/
.navi-menu {
    border: 2px #a8b81a solid; /*基本色*/
    padding: 20px 50px 20px 20px;
    margin-top: 2px;
    
    position: relative;
}


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

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

/* 下矢印 */
.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;
}

/*★字間詰め*/
.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: #a8b81a;
    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;
}

/*支援メニュー一覧ボタン*/
.keni-main .menu_btn {
	background: #D05866;
    color: #fff;
    padding: 6px 40px;
    text-decoration: none;
    border-radius: 30px;
    position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
}
.menu_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 .menu_btn:hover,.keni-main .menu_btn:active,.keni-main .menu_btn:focus {
	color: #FFF;
}
.keni-main .menu_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 #DDE3A6 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: 100%;
    
    margin-bottom: 30px;
}

/*副題*/
.introduction h2 .menu-subtitle {
    display: block;
    color:#a8b81a;     /*基本色*/
    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;
}




/****************************/
/*レスポンシブ
/****************************/
@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 .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;
    }
    .navi-col {
        width: 33.333%;
        padding:20px;
    }

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

@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;
    }
}