@charset "UTF-8";

.blog_detail_Content {
    margin-bottom: 50px;
}

/*-------------
タグクラウドウィジェット
-------------*/

aside .widget_tag_cloud{
	margin-bottom:30px
}

.widget_tag_cloud a{
 width:auto;
 background:#fff;
 border:1px solid #bbb;
 color:#666;
 padding:0.1em 0.3em;
 margin:3px;
 border-radius:1px;
 text-decoration:none;
 font-size:12px;
}

.widget_tag_cloud a:hover{
 background:#0078c1; 
 color:#fff; 
 border:1px solid #bbb;
}

/* 目次の下の資料DLコンテナ */

.usefulBox a {
    display: block;
}

.detail .usefulBox__container { /* コンテナ */
    background: #0078c1;
    padding: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.usefulBox__container img { /* 資料画像 */
    width: auto;
    height: 120px;
    margin-right: 25px;
}

.usefulBox__item p.tag { /* お役立ち資料マーク */
    color: #fff;
    font-size: 14px;
    background: #0078c1;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 5px 20px;
    display: inline-block;
}

.detail .usefulBox__item_ttl p { /* 資料タイトル */
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 0;
}

/* 記事の下の資料DLコンテナ */

.detail .usefulBox__ttl { /* ～な企業様へ */
    color: #333;
    font-size: 22px;
    font-weight: 700;
    padding: 25px 0 5px;
    text-align: center;
    background: #f4f4f4;
    margin-bottom: 0!important;
}

.detail .usefulBox__ttl p {
    border-bottom: 1px solid #777;
    display: inline-block;
    padding: 0 25px;
}

.detail .usefulBox__container.-gray {
  background: #f4f4f4;
  padding-left: 50px;
}
.detail .usefulBox__container.-gray img {
      margin-right: 50px;
  width: 150px;
  height: auto;
box-shadow: 0 0 8px #ccc;
}

.detail .usefulBox__item_ttl.-black p{
    padding-top: 10px;
    color: #333;
}

.detail .usefulBox__item .btn-arrow {
    width: 270px;
    margin: 20px 0 0;
}

@media (max-width:768px) {
  .detail .usefulBox__ttl {
    font-size: 17px;
    padding: 15px 0
  }
  .detail .usefulBox__container {
    padding: 20px 15px
  }
.detail .usefulBox__container.-gray {
    padding-left: 20px;
}
  .detail .usefulBox__container img {
    width: 110px;
    height: auto;
    margin-right: 15px
  }
.detail .usefulBox__container.-gray img {
    margin-right: 15px;
}
.detail .usefulBox__item_ttl p {
    font-size: 14px;
}
.usefulBox__item p.tag {
    font-size: 11px;
}
  .detail .usefulBox__item .btn-arrow {
    width: auto;
    font-size: 13px
    min-width: 200px;
  }
}


.detail .detail_box p.sub_cap{
  font-weight: 300;
  font-size: 80%;
  padding-bottom: 0 !important;
}

.bgc_blue{
	background: #0078c1;
}
.fwn{
	font-weight: normal;
}
.archive_whitepaper_download_wpbox .archive_box {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.archive_whitepaper_download_wpbox .archive_box .flex_box{
    padding: 20px 20px 50px;
/*    border: 1px solid #ccc;
    border-radius: 25px;*/
    width: 48%;
    margin-bottom: 30px;
    /*border-bottom: 1px solid #ccc;*/
}
.whitepaper_category .top_img.in_page{
	padding-top: 40px;
}
.oyakudachi_tag{
	padding: 10px 0;
	border: 1px solid #fff;
	width: 230px;
	margin: 0 auto;
}
.archive_whitepaper_download_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.button_current {
	background-color: #d9e7f0;
	font-weight: bold;
}
aside h3 {
    text-align: center;
}
aside .cat_li li a {
    padding: 15px 7px;
}
aside .cat_li li a:hover {
    background-color: #d9e7f0;
    font-weight: bold;
}
aside .button_back_whitepaper_download {
	font-size: 15px;
	font-weight: 700;
	padding: 15px 20px;
	background: #eb6a02;
	color: #fff;
	border-radius: 50px;
	text-align: center;
}

@media (min-width: 769px){
.whitepaper_downlload_deteal_aboutwp_box{
	display: block;
}
.whitepaper_downlload_deteal_aboutwp_box .explanation_wp{
	width: 100%;
	margin: 40px auto;
	max-width: 960px;
}
.whitepaper_downlload_deteal_aboutwp_box .explanation_wp h2.title{
	font-weight: 700;
	color: #000;
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
}
.whitepaper_downlload_deteal_aboutwp_box .explanation_wp .lead_sentence{
	margin:30px 113px;
	line-height: 1.9;
}
.whitepaper_downlload_deteal_aboutwp_box .explanation_wp .material_detail{
	margin: 0 113px;
}
.whitepaper_downlload_deteal_aboutwp_box .explanation_wp .material_detail p{
	margin-bottom: 10px;
}
.whitepaper_downlload_deteal_aboutwp_box aside{
	width: 100%;
	margin-top: -100px;
    padding-top: 100px;
}
.archive_whitepaper_download_wpbox{
	/*width: 100%;*/
}
.archive_whitepaper_download_wpbox .archive_box .flex_box.wrap .archive_whitepaper_download_wpbox_img{
/*	width: 25%;
	margin-right: 50px;*/
	height: 225px;
    overflow: hidden;
}
.archive_whitepaper_download_wpbox .archive_box .flex_box.wrap .archive_whitepaper_download_wpbox_title{
	width: 100%;
}
.archive_whitepaper_download_wpbox .archive_box .flex_box.wrap .archive_whitepaper_download_wpbox_title .btn_wpdl{
	text-align: center;
}
.archive_whitepaper_download_wpbox .archive_box .flex_box.wrap .archive_whitepaper_download_wpbox_title a.btn_wpdl:hover{
	background-color: #fff;
	color: #003c60;
	border:1px solid #003c60;
}
.archive_whitepaper_download_wpbox .archive_box .flex_box.wrap .archive_whitepaper_download_wpbox_title a.btn_wpdl{
	padding: 15px 30px;
	background-color: #003c60;
	color: #fff;
    border:1px solid #003c60;
}
.background_blue_line .list_flex .list_img_sec {
    width: 355px;
    margin-right: 30px;
}
.whitepaper_download_title_upper_form{
    color: #000;
    text-align: center;
    font-size: 22px;
}
.in_page.blue .top_img__headline .whitep_box__txt img {
    max-width: 200px;
    min-width: 200px;
    margin-right: 35px;
}
.cta-banner__ore_bg {
    background: #eb6a02;
    width: 185px;
    padding: 5px 5px 5px 35px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
    position: relative;
    text-align: left;
    height: 56px;
    align-items: center;
    display: flex;
}
.background_blue_line .list_flex .list_box ul li {
    padding-left: 30px;
    line-height: 1.8;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.whitep_con .btnarea_whitepaper_download{
	text-align: center;
	margin-top: -30px;
}
.whitep_con .btn_return_top{
	text-align: center;
	margin-top: 40px;
}
}

.archive_whitepaper_download_wpbox .archive_box .flex_box.wrap .archive_whitepaper_download_wpbox_img{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

@media (max-width: 768px){
.whitepaper_downlload_deteal_aboutwp_box{
	margin: 40px auto;
}
.whitepaper_downlload_deteal_aboutwp_box .explanation_wp{
    padding: 0 15px;
}
.whitepaper_downlload_deteal_aboutwp_box .explanation_wp h2.title{
	font-weight: 700;
	color: #000;
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}
.whitepaper_downlload_deteal_aboutwp_box .explanation_wp .lead_sentence{
	margin-bottom: 30px;
}
.whitepaper_downlload_deteal_aboutwp_box .explanation_wp .material_detail{
	margin-bottom:30px;
}
.whitepaper_downlload_deteal_aboutwp_box .explanation_wp .material_detail p{
	margin-bottom: 5px;
}
.archive_whitepaper_download_wpbox .archive_box .flex_box.wrap .archive_whitepaper_download_wpbox_img{
	width: 50%;
	margin: 0 auto;
	height: 140px;
    overflow: hidden;
}
.archive_whitepaper_download_wpbox .archive_box .flex_box.wrap .archive_whitepaper_download_wpbox_title{
	width: 100%;
	text-align: center;
}
.archive_whitepaper_download_wpbox .archive_box .flex_box.wrap .archive_whitepaper_download_wpbox_title a.btn_wpdl:hover{
	background-color: #fff;
	color: #003c60;
	border:1px solid #003c60;
}
.archive_whitepaper_download_wpbox .archive_box .flex_box.wrap .archive_whitepaper_download_wpbox_title a.btn_wpdl{
	padding: 15px 30px;
	background-color: #003c60;
	color: #fff;
}
.background_blue_line .list_flex .list_img_sec {
	width: 100%;
	margin: 0 auto 25px;
}
.whitepaper_download_title_upper_form {
    font-weight: 700;
    color: #000;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}
.whitep_con .btn_return_top{
	text-align: center;
	margin-top: 40px;
}
.whitep_con .btnarea_whitepaper_download{
	margin-top: 40px;
	text-align: center;
}
.whitep_con .btnarea_whitepaper_download .btn-arrow {
    min-width: 300px;
}
.archive_whitepaper_download_wpbox .archive_box .flex_box{
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 15px 35px;
}
.whitepaper_category .top_img.in_page{
	padding-top: 25px;
}
aside .button_back_whitepaper_download {
    width: 80%;
    margin: 0 auto;
}
aside .cat_li li a {
     margin-bottom: 0; 
    padding-left: 15px;
}
}
.archive_box .archive_whitepaper_h2_box h2{
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin: 15px 0;
	text-align: center;
}
.archive_whitepaper_h2_box{
    margin-bottom: 10px;
}
.sidebar_whitepaper_bnr{
    padding: 30px 10px 20px;
    background: #b7c7d4;
    position: sticky;
    top: 140px;
    text-align: center;
    border-radius: 10px;
    border: solid 4px #b7c7d4;
    box-shadow: 0 0 8px #ccc;
}
a.sidebar_whitepaper_bnr:hover {
    opacity: 1.0;
}

.sidebar_whitepaper_bnr img{
    /*object-fit: cover;*/
    width: 100%;
    /*height: 136px;*/
}
.sidebar_whitepaper_bnr .btn-arrow:before {
    content: none;
}
.sidebar_whitepaper_bnr .btn-arrow {
    border-radius: 50px;
}
.sidebar_whitepaper_bnr .btn-arrow.min{
    margin: 30px 0 10px;
    padding: 15px 0;
    background: #fafafa;
    color: #eb6a02;
}

p.btn-arrow.min:hover {
    background: #eb6a02;
    color: #fff;
}

@media (max-width: 768px){
.sidebar_whitepaper_bnr{
    display: none;
}
.archive_whitepaper.col-2-main {
    display: flex;
}
.archive_whitepaper.col-2-main aside {
    order: 1;
}
.archive_whitepaper.col-2-main .left-container {
    order: 2;
}
}

.lkc-title-text {
    margin-bottom: 10px !important;
}
.lkc-excerpt {
    font-size: 12px !important;
    line-height: inherit !important;
}
.lkc-url {
    display: none !important;
}
.lkc-card {
    margin-top: 20px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 20px !important;
}
.lkc-thumbnail {
    margin: 0 10px 0 0 !important;
}
.lkc-content {
    margin: 0 0 0 0 !important;
}
@media (max-width: 768px){
.lkc-thumbnail {
    float: none !important;
    max-width: 100% !important;
    text-align: center !important;
    margin-bottom:10px !important;
}
.lkc-content {
     height: auto !important;
}
}
.lkc-internal-wrap {
    background-color: #fff !important;
}
.archive_whitepaper_download_wpbox_title_h2{
    text-align: center;
}
.archive_whitepaper_download_wpbox_title_h2 h2{
    font-size: 16px;
}
.footer .problembnr {
    position: fixed;
    right: 0;
    bottom: 0;
}
.problembnr .close{
    text-align: right
}
.problembnr .close span{
    padding: 3px 5px;
    color: #000;
    background: #fff;
    cursor: pointer;
}
.problembnr .rec_wp_bnr{
    width: 210px;
    word-break: break-all;
    /*background-color: #003c60;*/
    padding: 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 7px 7px 0 7px;
    background: linear-gradient(330deg, #003c60,#A06AC8 80%);
}
.problembnr .rec_wp_bnr_img{
    background-color: #fff;
    height: 125px;
    margin-bottom: 10px;
    overflow: hidden;
}
.problembnr .rec_wp_bnr_cta{
    padding: 10px;
    background: #eb6a02;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 10px;
}
.problembnr label input{
    display: none;
}
.problembnr label input:checked ~ a{
    display: none;
}
.problembnr label input:checked ~ p{
    display: none;
}
.problembnr .rec_text{
    width: 125px;
    word-break: break-all;
    /*background-color: #003c60;*/
    padding: 7px;
    color: #fff;
    font-size: 12px;
    border-radius: 7px 7px 0 7px;
    display: none;
    cursor: pointer;
    background: linear-gradient(330deg, #003c60,#A06AC8 80%);
}
.problembnr .rec_text .cta{
    padding: 5px 10px;
    background-color: #eb6a02;
    border-radius: 7px;
    text-align: center;
    font-weight: bold;
    margin-top: 7px;
}
.problembnr label input:checked ~ .rec_text{
    display: block;
}
.problembnr a:hover{
    opacity: 1 !important;
}
@media (max-width: 768px){
.problembnr .rec_wp_bnr{
    width: 125px;
    font-size: 12px;
    padding: 7px;
}
.problembnr .rec_wp_bnr_img{
    height: 68px;
    margin-bottom: 7px;
}
.problembnr .rec_wp_bnr_cta {
    margin-top: 7px;
    padding: 10px 7px 7px 7px;
}
.problembnr .close span {
    padding: 10px;
}
.problembnr .close {
    line-height: 2;
}
}
.rank_li .sidebnr_flex{
    display: flex;
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    transition: box-shadow .1s ease-in;
}
.rank_li .sidebnr_flex .item_num{
    position: absolute;
    top: -1px;
    left: -1px;
    color: #fff;
    background: #444;
    border: 1px solid #444;
    font-size: 0.7rem;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-top-left-radius: 3px;
}
.rank_li .sidebnr_flex .item_img{
    max-width: 82px;
    width: 100%;
    height: 60px;
}
.rank_li .sidebnr_flex .item_img img{
    object-fit: cover;
    height: 60px;
    overflow: hidden;
}
.rank_li .sidebnr_flex .item_txt{
    width: calc(100% - 82px);
    font-size: 11px;
    padding-left: 10px;
    max-height: 60px;
    overflow: hidden;
    line-height: 1.4;
}
.mb15{
    margin-bottom: 15px;
}
@media (max-width: 768px){
aside .rank_li {
    margin-left: 15px;
    margin-right: 15px;
}
.rank_li .sidebnr_flex .item_txt {
     font-size: 12px; 
}
}
.wpp-list li{
    display: flex;
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #333;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    transition: box-shadow .1s ease-in;   
}
.wpp-list li a:first-child{
    max-width: 82px;
    width: 100%;
    height: 60px;
    object-fit: cover;
    overflow: hidden;
}
.wpp-list li a:last-child{
    width: calc(100% - 82px);
    font-size: 11px;
    padding-left: 10px;
    max-height: 60px;
    overflow: hidden;
    line-height: 1.4;
}
@media (min-width: 769px){
.background_lite_blue_line .history_box__item {
    padding-right: 30px;
}
}
@media (max-width: 768px){
.background_lite_blue_line .history_box__item {
    font-size: 11px;
}
}
.tac{
    text-align: center !important;
}
.detail_box p{
    line-height:1.8;
    text-align: justify;
}
.nav-mega__item{
    position: relative;
}
.menu__third-level{
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}
.menu__third-level a{
    display: block;
    width: 100%;
    padding: 1em;
    background: hsla(0,0%,100%,.9);
}
.menu__third-level li:not(:last-child){
    border-bottom: 1px dotted #000;
}
.menu__third-level a:hover{
    background-color:#fff;
}
.nav-mega__item:hover .menu__third-level{
    visibility: visible;
}
@media (min-width: 769px){
.nav__list li:last-child {
    border-right: none !important;
}
}
.archive_box .archive_dec a {
     display: inline-block; 
}
.archive_box .archive_dec span {
    font-weight: bold;
}
.detail .detail_box .ar-cat {
    margin-bottom: 10px;
}
.top .top_img .over_blue ul li:before {
    content: none;
}
aside .cat_li li a.sec_cat_li{
    font-size: 12px;
    border-top: none;
}
aside .cat_li li .sec_li:not(:last-child){
    margin-bottom: -15px;
}
aside .cat_li li .sec_li:first-child{
    margin-top: -15px;
}
aside .cat_li li a {
    border-top: 1px solid #ccc;
    border-bottom: none;
}
aside .cat_li {
    border-bottom: 1px solid #ccc;
}
.top_img .over_blue span{
    font-size: 20px;
}
.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.jcC{
    justify-content: center !important;
}
.whitepaper_downlload_deteal_aboutwp_box_wpimgbox{
    background: #edf5fb;
    background-image: -webkit-repeating-linear-gradient(45deg,#edf5fb,#edf5fb 15px,#e5f1f9 0,#e5f1f9 30px);
    background-image: -o-repeating-linear-gradient(45deg,#edf5fb,#edf5fb 15px,#e5f1f9 15px,#e5f1f9 30px);
    background-image: repeating-linear-gradient(45deg,#edf5fb,#edf5fb 15px,#e5f1f9 0,#e5f1f9 30px);
}
.whitepaper_downlload_deteal_aboutwp_box_wpimg{
    padding:0 113px 0;
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}
.svg_box-shadow{
    box-shadow: 0px 0px 10px #808080;
}
.whitepaper_downlload_deteal_aboutwp_box_wpimg image{
/*    max-width: 200px;
    margin-right: 10px;
    margin-left:10px;
    width: 100%;*/
}
.svg-container {
  width: 100%;
  /*padding-top: 66%;*/
  position: relative;
  /*overflow: hidden;*/
}
.svg-container .svg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 768px){
.whitepaper_downlload_deteal_aboutwp_box_wpimg{
    padding:40px 15px 20px;
}
.svg-container {
    justify-content: center;
}
.whitepaper_downlload_deteal_aboutwp_box_wpimg svg {
    margin-bottom: 20px;
}
}
.in_page.blue .top_img__headline {
    max-width: 960px;
    width: 100%;
}
@media (max-width: 768px){
.pc-only{
    display: none;
}
}
@media (min-width: 769px){
.sp-only{
    display: none;
}
}
.useful_box__ttl p{
    font-size: 22px !important;
    text-align: center !important;
    padding-bottom: 0 !important;
}
.detail .useful_box__item_ttl p{
    font-size: 19px !important;
    padding-bottom: 0 !important;
}
.fc_white{
    color: #fff !important;
}
.detail .useful_box__item .btn-arrow:hover{
    text-decoration: none;
}
@media (max-width: 768px){
.useful_box__ttl p{
    font-size: 17px !important;
}
.detail .useful_box__item_ttl p{
    font-size: 13px !important;
}
}
.page-serch .search_result-text {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    width: 100%;
}
.page-serch .archive_box .archive_img {
    margin-right: 25px;
}
.page-serch .archive_box .archive_dec {
    width: calc(100% - 250px);
}
.search-icon{
    position: relative;
}
.search-icon span {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.search-icon span::before,
.search-icon span::after {
    background: #fff;
}
.search-icon span::before,
.search-icon span::after {
    width: 3px;
    height: 20px;
    left: 14px;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.search-icon span::before,
.search-icon span::after {
    position: absolute;
    content: '';
}
.search-icon span::after {
    width: 17px;
    height: 17px;
    left: -5px;
    top: -6px;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #ccc;
}
.search-box form{
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: auto;
}
.search-box button{
    position: absolute;
    /*top: 25%;
    margin-top: -13px;*/
    right: 0;
    width: 50px;
    height: 50px;
    background: #ccc;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ccc;
}
.search-box{
    width: 100%;
}
.search-box input{
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
    font-size: 16px;
}
@media (max-width: 768px){
.search-box{
    padding: 0 10px;
}
.search_result-container{
    padding: 0 15px;
}
.page-serch .archive_box .archive_dec {
    width: 100%;
}
.page-serch .search_result-text {
    font-size: 18px;
}
}
.w100{
    width: 100%;
}
.useful_box_sec a{
    display: block;
}
.useful_box_sec a:hover{
    text-decoration: none;
}
.useful_box_sec .useful_box__txt {
    padding: 25px;
}
.useful_box_sec .useful_box__txt img {
    width: auto;
    height: 120px;
}
.useful_box__item p.tag{
    color: #fff;
    font-size: 14px;
    background: #0078c1;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 5px 20px;
    display: inline-block;
}
.taL{
    text-align: left !important;
}
.taJ{
    text-align: justify !important;
}
.screen-reader-text{
    display: none;
}
.nav-links{
    text-align: center;
    margin-top: 40px;
}
.nav-links a {
    padding:15px 20px;
    border: 1px solid #e5e5e5;
}
.nav-links a:hover{
    background: #0078c1;
    border: 1px solid #0078c1;
    color: #fff;
}
.nav-links .current{
    padding:15px 20px;
    background: #0078c1;
    border: 1px solid #0078c1;
    color: #fff;
}
@media (max-width: 768px){
.nav-links a {
    padding:10px 15px;
}
.nav-links .current{
    padding:10px 15px;
}
}
.form_boxform_test{
    width: 100%;
    /*border: 2px solid #00609a;*/
    /*display: flex;*/
}
.form_test{
    color: #00609a;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    width: 100%;
}
@media (min-width: 769px){
.asideform_test{
    margin: 30px auto 40px;
    background: #f9f9f9;
    width: 100%;
}
}
@media (max-width: 768px){
.form_test{
    margin-bottom: 0;
}
}
