@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) {

body.fixed{
	position: fixed;
	width: 100%;
}
header{
	z-index: 9;
	background-color: #ffffff;
	position: fixed;
}
#main{
	margin: 0;
	padding-top: 90px;
}
.content{
 display: block;
 width: 100%;
 position: relative;
}
#home #main_content{
 max-width: 768px;
}
#home #side_content{
 width: 100%;
}
#home #side_content {
 margin-left: 0px;
}
#home_content_link_relation a,#home_content_link_detail a,#home_content_link_standard a {
 background: none;
}
#home_content_link li a:hover img { visibility: visible; }
.box{
 display: none;
}
.pc_fotter_non{
	display: block;
	padding: 0 20px;
}
.sp_fotter_non{
	display: none;
}
#ft_address{
	display: flex;
	text-align: center;
	margin: 0 auto;
	flex-direction: column;
}
.order01{ order: 2;}
.order02{ order: 1;}
.order03{ order: 3;}
.ft_sitemap_list_group_fx{
	display: block;
}
.ft_sitemap_list_group_fx li{
	margin: 0 auto !important;
}
#ft_sitemap{
	width: 100%;
	text-align: center;
}
.ft_sitemap_list_group{
	height: auto;
}
#side_link_banner{
	width: 100% !important;
}
#side_link_banner li{
	margin: 0 5px;
}
.side_banner_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sp_ft_breadcrumb{
	padding: 0 20px;
}
.sp_menu{
	display: block;
}
.pc_menu{
	display: none;
}
#hd_logo{
	padding-left: 20px;
	margin-top: 5px;
	width: 100%;
}
.menu-btn{
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #ffffff;
}
.menu-btn span,.menu-btn span:before, .menu-btn span:after{
content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #8ec555;
    position: absolute;
}
.menu-btn span:before{
bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
.sp_menu_aicon{
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}
.sp_menu .menu_inner li::before{
 content: none;
}
.sp_menu_list{
	background-color: #f2f2f2;
	display: none;
	padding: 20px 20px 60px 20px;
}
.menu_inner{
	font-size: 1.7rem;
	font-weight: bold;
}
#hd_util{
	float: none;
}
.sp_menu_list .menu_inner li{
	margin-bottom: 25px;
}
.sp_menu_list #hd_util p{
	display: block;
	margin: 0 10px;
}
#hd_util{
	text-align: center;
	width: 100%;
}
.inquiry_area{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
#hd_util_search{
	display: block;
}
.sp_home_content_title{
	display: flex;
	background-color: #dfeecf;
    justify-content: space-between;
    padding: 0px 20px 20px 20px;
}
.sp_non{
	display: none;
}
.sp_home_content_img{
	margin-top: -12px;
}
.sp_home_content_img img{
	width: 100%;
}
.sp_home_content_title a:hover {
	background: url(../images/btn_detail_02.png) no-repeat;
}
#home_content_title h2{
	background-size: contain;
	left: 10px;
}
#ft_sitemap ul > li, .ft_sitemap_list_spmar li{
	margin-bottom: 15px !important;
}
#ft_link{
	margin-top: 30px;
}
.sp_menu.menu_open .sp_menu_list{
	display: block;
}
.sp_menu.menu_open .menu-btn span::before {
    bottom: 0;
    transform: rotate(
45deg);
    transition: all 200ms;
}
.sp_menu.menu_open .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 200ms;
}
.sp_menu.menu_open .menu-btn span{
	background-color: rgba(255, 255, 255, 0);
    transition: all 200ms;
}
#hd_util_search input[type="text"]{
	background: #ffffff;
}
.main_content_wrapper{
	padding-top: 60px;
}
#kv_menu{
	width: 100%;
}
#kv_menu1{
	top: 25px;
    left: 5%;
}
#kv_menu2{
	top: 25px;
    right: 5%;
    left: auto;
}
#kv_menu3{
	top: 220px;
    left: 5%;
}
#kv_menu4{
	top: 220px;
    right: 5%;
    left: auto;
}
#home_content_title a, #home_content_title a span{
	right: 15px;
}
#kv_menu li a{
	width: 160px;
	height: 160px;
}
#home #main_content section p{
	font-size: 14px;
	margin: 15px;
}
#home #main_content section ul {
	margin-top: 30px;
}
.information_section{
	padding: 0px 15px;
}
.information{
	padding: 10px 15px;
}
#hd_util_search{
	width: 100%;
}
#hd_util_search input[type="text"]{
	width: 96%;
	font-size: 16px;
}
input[type="text"], input[type="password"]{
	font-size: 16px;
}
#hd_util_search input[type="submit"]{
	right: 2%;
}
#main_content{
	width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
}
#main_content p{
	font-size: 90%;
}
#main_title{
	padding: 0 20px;
}
.lower section h2,.lower section h2.outline{
	padding: 0.5em;
}
.lower section{
	padding: 0;
}
ul.list_news li .date{
	width: 100%;
}
ul.list_news li a{
	width: 100%;
	font-size: 87.5%;
}
ul.info_nav{
	float: none;
}
ul.info_nav li{
	margin-bottom: 8px;
}
#main_title + .content{
	margin-top: 30px;
}
#side_content{
	width: 100%;
}
#side_nav li{
    border-bottom: 1px dotted #93cbed;
    padding-left: 1em;
    padding-right: 0.5em;
}
#side_nav li:last-child{
	border: none;
}
#side_nav{
	padding: 10px 20px;
	margin: 0 0 1em;
}
#side_nav li{
	padding: 15px;
}
	#side_nav li a{
		display: block;
		width: 100%;
	}
.side_banner{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.side_banner a{
	width: auto;
	margin: 0 5px;
}
.lower section h2{
	margin-bottom: 20px;
}
.table_scroll{
	overflow: auto;
}
.table_scroll .operation_table{
	width: 664px;
}
.btns{
	margin-bottom: 30px;
}
.btns.type_recruit {
    text-align: center;
}
.btns.type_recruit a{
    margin: auto;
    max-width: 100%;
}
.inputtxt,.widt100,textarea{
	width: 100%;
}
.inputtxt_login,.inputtxt,textarea{
	box-sizing: border-box;
}
.wid70{
	width: 100%;
}
.table_block th,.table_block td{
	display: block;
	border-right: none;
}
.formError{
	left: 10% !important;
	z-index: auto;
}
.bor_bottm{
	border-bottom: 0px;
}
.list_index{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 20px 0px 20px !important;
}
.list_index li img{
	width: 100%;
}
.list_index li{
	width: 47% !important;
	margin: 0 0 20px 0 !important;
	}
#main_title .content span{
	display: none !important;
}
#main_title h1{
	font-size: 130%;
}
ul.list_sitemap > li.list_sitemap_group > a{
	font-size: 2.2rem;
}
.lower section h2.newshl{
	font-size: 2rem;
}
.map_img img{
  max-width:100%;
}
.map_img{
  margin-right: 0;
}
.map_area{
    flex-wrap: wrap;
}

/*もっと学ぼう トップバルーン追加（新規ページ作成）*/
#kv.top-kv-new{
	height: 477px;
}
.top-kv-new #kv_machi{
	top:85px;
}
.top-kv-new #kv_mae{
	top:41px;
}
.top-kv-new #kv_menu1{
	top: 25px;
    left: 5%;
}
.top-kv-new #kv_menu2{
	top: 25px;
    right: 5%;
    left: auto;
}
.top-kv-new #kv_menu3{
	top: 310px;
    left: 5%;
}
.top-kv-new #kv_menu4{
	top: 310px;
    right: 5%;
    left: auto;
}
.top-kv-new #kv_menu5{
	width: 100%;
	 top: 167px;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
/*もっとお金について考えてみませんか？（新規ページ作成）*/
.ly_grd.pension-list{
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

}
@media screen and (max-width: 480px) {
#main_title{
	height: 82px;
}
#main_title h1{
	font-size: 2rem;
	line-height: 21px;
	position: absolute;
	top: 30%;
}
.lower section h2 {
	font-size: 2.5rem;
}
#main_title .content{
padding: 0 0 0 20%;
    background: url(../../images/news/news_mark.png) no-repeat 0;
    background-size: contain;
    height: 80%;
    top: 10%;
}
#home_content_link{
}
#home_content_link li {
 width: 50%;
 height: auto;
 margin: 0 auto;
}
#home_content_link li a{
 height: auto;
}
.sp_menu_aicon #hd_logo img{
	width: 85%;
}
.sp_home_content_itiran a img{
	width: 90%;
	margin-left: 10px;
}
#home_content_title h2{
	top: 11px;
}

#main_content img{
	width: 100%;
}
.mt20{
	margin-top: 0px !important;
}
.dl_qa dd>span.ans{
	left: 0;

}
.dl_qa dd{
	padding: 0 0 2em 50px;
}
.wid90,.overview_list ul,.overview_table{
	width: 100% !important;
}
.table_cell{
		width: 100% !important;
		display: block !important;
		margin-bottom: 30px;
}
/*もっとお金について考えてみませんか？（新規ページ作成）*/
.ly_grd.pension-list{
	grid-template-columns: repeat(1, 1fr);
}
}