@charset "UTF-8";
/* CSS Document */
@media screen and (max-width : 540px) {
  #layout_wrapper_upper .main_img_area {
    flex-direction: column;
    gap: 0;
  }
  #layout_wrapper_upper .left {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 30px;
  }
  #layout_wrapper_upper .left p {
    font-size: 100%;
    padding: 0;
  }
  #layout_wrapper_upper .left p + p {
    margin-top: 10px;
  }
  #layout_wrapper_upper .right {
            width: calc(100% - 40px);
            margin: 0 auto;
            padding: 20px 20px 0;
  }
  #layout_wrapper_upper {
    background: #E8F8FF url(../images/top_bg_main.png) center no-repeat;
            background-size: 95%;
            background-position: bottom;
            padding-bottom: 0;
  }
  #layout_wrapper_upper::after {
    bottom: 69%;
  }
/*  .slider_top .swiper-pagination {
    display: none;
  }*/
  .slider_top .slider_control_btn {
    margin: 0;
  }
	.slider_top .slider_control_btn.stop .icon_stop,
	.slider_top .slider_control_btn.start .icon_start{
    width: 24px;
    height: 24px;
    background-size: 24px;
	}
	.swiper-pagination-bullet{
    width: 8px;
    height: 8px;
	}
  #layout_wrapper {
    width: calc(100% - 20px) !important;
    padding: 10px 0;
  }
	#layout_wrapper_upper .right .swiper_top .swiper-slide img{
    border: 3px solid #2583C8;
    width: calc(100% - 6px);
	}
	#layout_wrapper_upper .left .main_logo img {
    max-width: 100px;
}
	
	.content_inner{
		padding: 0 20px;
            width: calc(100% - 40px);
	}
	.top_content_wrap .top_about{
    border-radius: 20px 0 20px 0;
		background: #3C729A;
	}
	.top_content_wrap .top_citizen{
    border-radius: 20px 0 20px 0;
    background: #CCE636;
	}
	.top_content_wrap .top_information{
    border-radius: 0 20px 0 20px;
    background: #4C5AB2;
	}
	.top_content_wrap .top_business{
    border-radius: 0 20px 0 20px;
    background: #B5427A;
	}
	.top_content_wrap .top_about .title_box{
            padding: 0 8px 0 45px;
            width: 140px;
	}	
	.top_content_wrap .top_citizen .title_box{
            padding: 0 8px 0 68px;
            width: 80px;
	}	
	.top_content_wrap .top_information .title_box{
            padding: 0 36px 0 8px;
            width: 140px;
	}
	.top_content_wrap .top_business .title_box{
            padding: 0 45px 0 8px;
            width: 100px;
	}
	.top_content_wrap .top_about::after,
	.top_content_wrap .top_information::after,
	.top_content_wrap .top_citizen::after,
	.top_content_wrap .top_business::after{
    width: 85.25px;
    height: 167.25px;
    background-size: 85.25px 167.25px;
	}
	.top_content_wrap .top_content .txt_box{
            padding: 6px;
            width: calc(100% - 180px);
	}
	
	.top_news h2 span{
    font-size: 92%;
	}
	.top_news ul{
    font-size: 100%;
	}
	.top_news ul li{
    flex-direction: column;
	}
	
	.top_content_wrap{
    background-size: 20px;
	}
	.top_content_wrap .top_content .title_box h2{
            font-size: 78%;
	}
	.top_content_wrap .top_content .txt_box{
            font-size: 76%;
            background: #fff;
	}
	.top_content_wrap .top_about .txt_box{
    border-radius: 0 0 10px 0;
	}	
	.top_content_wrap .top_citizen .txt_box{
    border-radius: 0 0 10px 0;
    width: calc(100% - 156px);
	}	
	.top_content_wrap .top_information .txt_box{
    border-radius: 0 0 0 10px;
	}
	.top_content_wrap .top_business .txt_box{
    border-radius: 0 0 0 10px;
            width: calc(100% - 143px);
	}
	.top_content_wrap .top_link a{
    font-size: 100%;
    padding: 16px;
	}

}












