@charset "UTF-8";
/* CSS Document */
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                                  共通    */ 
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
*{
	margin:0;
	padding:0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:75%;
	color:#474749;
}
ul li {
	list-style:none;
}
img {
 border-style: none;
 transition: 0.3s;
}
a:hover img {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";
}
a:link {
	text-decoration:none;
	color:#474749;
}
a:hover{
	color:#1e51a2;
	text-decoration:underline;
}
.float_l{	
	float:left;}

.float_r{
	float:right;}
.clear{
	clear:both;
	overflow:hidden;
}
#wrapper {
	width:100%;
}
#container {
	width:900px;
	margin:0 auto;
}

.auto_margin {
	margin:0 auto 30px !important;
}
.no_margin {
	margin: 0 !important;
}

/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                              ヘッダー    */ 
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#header {
	width:100%;
	height: 70px!important;
	background: #53489b;
	background:#fff;
	border-bottom: solid 4px #53489b;
}
#header a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
#header .box {
	width:900px;
	height: 70px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	clear: both;
	overflow: hidden;
}
#header h1{
	/* display: inline-block; */
	/* vertical-align: middle; */
}
#header h1 img {
	/* max-height: 50px; */
	margin:auto;
	display:inline-block;
	vertical-align:middle;
	aspect-ratio: 30/7;
	height: 70px;
}
#header img {
	/* float:left; */
}
#contact_tel {
	/* float:right; */
}
#contact_tel img{
	max-height: 50px;
}
#company_menu img{
	max-height: 53px;
}
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                              メニュー    */ 
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#g_menu {
	width:685px;
	width: 700px;
	margin-top:10px;
	margin-left:215px;
	margin-left: auto;
}
#g_menu a:link {
	text-decoration:none;
	color:#474749;
}
#g_menu a:hover{
	color:#1e51a2;
	text-decoration:underline;
}
#g_menu ul li {
	width: 130px;
	height:18px;
	border-left:#000000 solid 1px;
	float:
	left;
	text-align:
	center;
}
#g_menu ul li.security_policy{width: 170px;}
#g_menu li:last-child {
	border-right:#000000 solid 1px;
}

/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                        グローバルナビ    */ 
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#g_navi {
	width:900px;
	margin-top:20px;
}
#g_navi a:link {
	text-decoration:none;
	color:#FFFFFF;
	font-size:1.25em;
}
#g_navi li {
	width:175px;
	height:40px;
	background:url(../img/top/top_10.png) no-repeat;
	background: url(/img/nav_item_bg.svg) no-repeat center;
	float:left;
	text-align:center;
	padding-top:20px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position:relative;
}
#g_navi li:hover {
	z-index: 99;
}
#g_navi a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-top:20px;
}
.mr06 {
	margin-right:6px;
}
#g_navi li:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color:#fff100;
} 

#g_navi a:visited {
	text-align:center;
	color:#FFFFFF;
	font-size:1.25em;
}
#g_navi a:hover {
	color:#fff100;
}

/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                            コンテンツ    */ 
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#content {
	width:900px;
	margin-top:30px;
}
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                            パンくず　    */ 
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#pankuzu  {
	font-size:13px;
	margin-bottom:20px;
}
#pankuzu .arrow {
	padding:10px;
	color:#fff100;
	font-weight:bold;
}
#pankuzu .here {
	color:#878889;
}
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                              フッター    */ 
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#fotter {
	width:900px;
	margin:100px auto 30px auto;
}
#left {
	width:250px;
	float:left;
	text-align:center;
}
.address {
	margin:10px auto;
	font-size:12px;
}
#telfax {
	width:250px;
	background:#ececed;
	padding-top:8px;
	padding-bottom:8px;
	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	
	color:#555555;
	font-size:14px;
}
#fotter #left a img{max-width: 150px;}
#fotter #right{margin-top:4rem}
#right {
	width:600px;
	float:right;
	font-size:11px;
	margin-left:40px;
}
#foot_contact {
	width: 100%;
	height: auto;
	background: none;
	margin: 0 auto 25px auto;
	text-align: center;
}
#foot_contact a:hover img {
    visibility: visible;
}
#foot_contact a{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px;
	margin: auto;
	border-radius:3px;
	font-size:15px;
	text-decoration: none!important;
	transition:0.4s all;
}
#foot_contact a{
	border: solid 1px #53489b!important;
	color: #53489b;
	background:#fff;
}
#foot_contact a:hover{
	color:#fff;
	background:#53489b;
}
body.sp #foot_contact a{
	border-radius:2px;
	border: solid 1px #53489b!important;
	color: #fff!important;
	background:#53489b;
	max-width:260px;
}
body.sp #foot_contact a:hover{
	border:solid 1px;
	color:#53489b!important;
	background:#fff;
}
#right li {
	list-style:none;
	float:left;
	text-align:left;
	border-left:solid 1px #1e51a2;
	margin-bottom:8px;
	padding-left:8px;
}
#fotter li:hover {
	text-decoration:underline;
}
#right .info_01 {
	width:145px;
	float:left;
	margin-top:30px;
}
#right .info_01 li {
	width:145px;
}
#right .info_02 {
	width:200px;
	float:left;
	margin-top:30px;
}
#right .info_02 li {
	width:200px;
}
#right .info_03  {
	width:250px;
	float:left;
	margin-top:30px;
}
#right .info_03 li {
	width:250px;
}

#copyright {
	width:100%;
	height:35px;
	background: #53489b;
	padding-top:20px;
	color:#FFFFFF;
	text-align:center;
}

/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                       ページトップボタン    */ 
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #fff;
    text-decoration: none;
    color: #004897;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-weight: bold;
    border: solid 2px #004897;
}
#page-top a:hover {
	color: #fff;
    text-decoration: none;
    background: #004897;
}

#side_navi .corona a{
	font-weight: bold;
	font-size: 14px;
	font-family: sans-serif;
	max-width:245px;
	width: 100%;
	height: 67px;
	background: #f3f3f3;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 2px #fff;
	box-shadow: 0 0 0 1px #9ea0a1;
	position: relative;
	margin-bottom: 4px;
	text-decoration:none
}
#side_navi .corona a:hover{
	background:#ddd;
}
#side_navi .corona a:before{
	content:"！";
	color:#fff;
	background:#1e52a2;
	margin-right:8px;
	padding-top:2px;
	box-sizing:border-box;
	width:20px;
	height:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:0;
	border-radius:100%;

}

.groupBtn a{
	background: #ffd766;
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem;
    display: inline-block;
    margin-bottom: 1rem;
}
.groupBtn.btn2 a{
	background:#fff77f
}
.groupBtn a img{
	height: 1rem;
	margin-left: 0.2rem;
}

#left_side .archive li{
	position:relative;
	padding-left:1.5rem;
	margin-bottom:0.5rem;
	font-size:1rem;
}
#left_side .archive li:before{
	content:"";
	left: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 6px solid transparent;
    border-left: 10px solid #253494;
    display: block;
    position: absolute;
    z-index: 999;
    cursor: pointer;
}

#tmp_contents {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#tmp_contents h3 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 16px;
		padding-bottom: 4px!important;
		border-bottom: solid 1px!important;
	}

	#tmp_contents * {
		font-size: 16px!important;
		text-indent: unset!important;
		vertical-align:middle;
	}
	#content #tmp_contents ul{
		list-style:none;
		padding:0;
	}
	#content #tmp_contents li span {
	    color: inherit;
	    padding-left: 0;
	    margin-top: auto;
	    line-height: inherit;
	    display: flex;
	    /* white-space: nowrap; */
	}
	#tmp_contents li{
		display: flex;
		padding:0!important;
		align-items: flex-start;
	}
	#tmp_contents li:before{
		content:none!important;
	}
	#tmp_contents .num {
		min-width: 168px!important;
		white-space: normal;
		margin-bottom: auto!important;
		margin-bottom: 0!important;
		display: flex;
	}

	#tmp_contents .icon_pdf {
		white-space: normal;
		display: flex;
		position: relative;
		color: #1e51a2;
		margin-top: 0;
		margin-bottom: auto;
	}
.icon_pdf {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.icon_pdf .ttl,
.icon_pdf .size {
  margin: 0!important;
  white-space: normal;
}
	#tmp_contents .icon_pdf:hover{
			color: #fa880c!important;
	}
	#tmp_contents .icon_pdf:after {
		content: "";
		background: url(https://www.alsok-k.co.jp/common/img/pdf.png) no-repeat;
		background-size: contain;
		background-position: center;
		width: 20px;
		padding-top: 18px;
		line-height: 0;
		height: 0;
		position: relative;
		/* position: absolute; */
		bottom: -2px;
	}
	#tmp_contents .mb3{
		margin-bottom: 3rem;
	}

#anshinmail #side_anml h2, .phone_frame h2.phone_head {
    background-image: url(/img/anshinmail_01.svg)!important;
}
.phone_content {
    background-image: url(/img/anshinmail_02.svg)!important;
	background-size:cover!important;
}
#tvcm, #jobMovie{
	border-color:#53489b!important;
}

div#content .center.concept{
	font-weight:bold;
	font-size:30px;
	margin-bottom:30px;
}
.brand_page .small_box p{
	line-height:2;
}
.brand_page .logo_box{
	display:flex;
	align-items:center;
}
.brand_page .logo_box .brand_logo{
	flex-basis:calc(40% - 20px);
	margin-left:0;
	margin-right:auto;
	text-align:center;
}
.brand_logo img{
	max-height:100px;
}
.brand_page .logo_box .brand_box{
	flex-basis:60%;
}