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

/* header_new */
/* ------------------------------------------------------------------
320px 〜 959px
------------------------------------------------------------------*/
@media screen and (min-width:320px) {
	.area_sns_in .icon {
		display: inline-block;
		max-width: 40px;
		margin-right: 8%;
		vertical-align: middle;
	}
	.area_sns_in .icon img {
		width: 100%;
	}
	.area_sns_in li {
		border-bottom: solid 1px #ccc;
	}
	.area_sns_in li:first-child {
		border-top: solid 1px #ccc;
	}
	.area_sns_in a {
		display: block;
		font-size: 1.2rem;
		padding: 4% 0;
	}
	.area_sns_in a:link {
		color: #232323;
		text-decoration: none;
	}
	.area_sns_in a:visited {
		color: #232323;
		text-decoration: none;
	}
	.area_sns_in a:hover {
		opacity: 0.8;
	}
	.area_bnr_in li {
		margin-top: 8%;
	}
	.foot_logo {
		max-width: 165px;
		margin: 16% 0 0 0;
	}
	#footer_n .address {
		letter-spacing: 1px;
		margin-top: 4%;
	}
	.copyright {
		border-top: solid 3px #093C87;
		color: #656464;
		font-size: 0.8rem;
		margin-top: 16%;
		padding-top: 5%;
	}
}

/* ------------------------------------------------------------------
960px〜
------------------------------------------------------------------*/
@media screen and (min-width:960px) {
	#footer_n {
		margin-top: 5%;
	}
	#footer_n footer {
		padding: 0;
	}
	.footer_in {
		background: #40608e;
	}
	.foot_nav {
		width: 960px;
		margin: 0 auto;
		padding: 64px 0;
		display: flex;
		justify-content: space-between;
	}
	.foot_nav .nav_box {
		width: 23%;
	}
	.foot_nav dl dt {
		color: #fff;
		font-size: 1.1rem;
		font-weight: bold;
		letter-spacing: 1.5px;
	}
	.foot_nav dl .mg_t {
		margin-top: 24px;
	}
	.foot_nav dl dt a:link {
		color: #fff;
		text-decoration: none;
	}
	.foot_nav dl dt a:visited {
		color: #fff;
		text-decoration: none;
	}
	.foot_nav dl dt a:hover {
		text-decoration: underline;
	}
	.foot_nav dl dd {
		margin-top: 5px;
		text-indent: 1em;
		letter-spacing: 1px;
	}
	.foot_nav dl dd a:link {
		color: #fff;
		text-decoration: none;
	}
	.foot_nav dl dd a:visited {
		color: #fff;
		text-decoration: none;
	}
	.foot_nav dl dd a:hover {
		text-decoration: underline;
	}
	.foot_nav .st {
		color: #fff;
	}
	.foot_nav .nav_in {
		text-indent: 40px;
	}
	.bottom_in {
		width: 960px;
		margin: 0 auto;
	}
	.foot_logo {
		margin: 0;
	}
	#footer_n .address {
		margin-top: 16px;
	}
	.footer_bottom .bottom_in {
		display: flex;
		justify-content: space-between;
		gap: 0 30px;
		padding: 60px 0;
	}
	.footer_bottom .bottom_in .box {
		width: 24%;
	}
	.footer_bottom .area_bnr_in li {
		margin-top: 0;
	}
	.footer_bottom .area_bnr_in .mg_t {
		margin-top: 16px;
	}
	.footer_bottom .area_bnr_in .mg_t_min {
		margin-top: 7px;
	}
	.footer_bottom .area_sns_in a {
		padding: 0.68em 0;
	}
	.footer_bottom .area_sns_in .icon {
		max-width: 33px;
	}
	.copyright {
		margin-top: 0;
		padding-top: 24px;
	}

}