@charset "UTF-8";
/* CSS Document */
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                                  共通    */ 
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
html {
	scroll-behavior: smooth;
}
*{
	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:#53489b;
	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;
}

/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                              ヘッダー    */ 
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#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;
}
#company_menu {
	border-color:#53489b!important;
}
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                              メニュー    */ 
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#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:#53489b;
	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!important;
	background: none!important;
	margin: 0 auto 25px auto;
	text-align: center;
	line-height: normal!important;
}
#foot_contact a:hover img {
    visibility: visible;
}
#foot_contact a{
	display: flex!important;
	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!important;
}
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 #53489b;
	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: #53489b;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-weight: bold;
    border: solid 2px #53489b;
}
#page-top a:hover {
	color: #fff;
    text-decoration: none;
    background: #53489b;
}

#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
}

.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: #53489b;
		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;
}
.nowrap{
	white-space: nowrap;
}
.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%;
}
.brand_page .logo_box.column{
	flex-direction:column;
	margin-bottom: 40px;
	align-items: flex-start;
}
.brand_page .logo_box.column h5{
	font-size: 110%;
    font-weight: bold;
	margin-top: 1.5rem;
    margin-bottom: 0.4rem;
}
.brand_page .logo_box.column .brand_logo{
	flex-basis:100%;
	margin-inline: auto;
	padding: 60px;
	width: 100%;
	box-sizing: border-box;
}
.brand_page .logo_box.column .brand_logo img{
	width: 100%;
	max-height: 200px;
	max-width: 500px;
}
.brand_page .logo_box.column .brand_logo.logo2{
	padding:20px
}
.brand_page .logo_box.column .brand_logo.logo2 img{
	max-height: 300px;
}
.brand_page .logo_box.column .brand_box{
	flex-basis:100%;
	width: 100%!important;
}
#sp_contener .brand_page .logo_box.column .brand_logo img{
	max-height: 130px;
}
#sp_contener .brand_page .logo_box.column .brand_logo.logo2 img{
	max-height: 200px;
}
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                        base.css差分       */
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/

div#wrapper{
	width:100%;
	margin:	0;
	padding: 0;
}

#g_menu a:link,
#pankuzu a:link,
#side_menu a:link,
#fotter a:link{
    text-decoration: none;
    /* color: #474749; */
}

#g_menu a:visited,
#pankuzu a:visited,
#side_menu a:visited,
#fotter a:visited{
	/* color: #551a8b; */
}

#g_menu a:hover,
#pankuzu a:hover,
#side_menu a:hover,
#fotter a:hover{
	/* color:#53489b; */
	text-decoration:underline;
}

#old div#content a {
	color: #0088ee;
	text-decoration: none;
}
#old div#content a:link {
	color: #0088ee;
}
#old div#content a:visited {
	color: #0088ee;
}
#old div#content a:hover {
	color: #ff8800;
	text-decoration: underline;
}

div#header{
	height: 110px;
	margin-bottom:0;
}


div#header h1{
	float: none;
	margin-top: 0;
}

/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                        content.css差分    */
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/

div#content_wrapper{
	width:900px;
	height:100%;
	margin: 0 auto ;
	margin-bottom: 100px;
}

div#content{
	width:680px;
	float:left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 16px !important;
}


div#content img {
	position: relative;
	left: -10px;
}

div#content img.float_l{
	position: static;
	margin-right:20px;
}

div#content img.float_r{
	position: static;
	margin-left:20px;
}

.simpleSlideShow {
	position: relative;
	left: -10px;
}

.simpleSlideShowWrapper img {
	position: absolute !important;
	left: 0 !important;
}

.column-2{/* 2段 */
	width:319px;
	float:left;
}

.hs_column-3_1{	padding:0 20px 0 10px;}
.hs_column-3_2{	padding:0 19px;}
.hs_column-3_3{	padding:0 10px 0 20px;}

table{ max-width:620px;}


form#mailformpro input[type=text],
form#mailformpro input[type=email] {
	width: 240px;
}
form#mailformpro textarea {
	width: 360px;
	height: 300px;
}
form#mailformpro .name input[type=text] {
	width: 90px;
}
form#mailformpro .zip input[type=text] {
	width: 60px;
}
form#mailformpro  input[type=tel] {
	width: 96px;
}

/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                       fonts.css差分      */
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
body {
	line-height: normal;
}





/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                     ここからstyle.css     */
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                        　　　共通   */
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#side_menu ul:nth-child(2) {
	margin-top: 30px;
}

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

#new div#content img { 
	position: static;
}
.no_display {
	display: none;
}


/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                           レフト   */
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#left_side {
	width:200px;
	float:left;
}
#side_menu li {
	border-bottom: dotted 2px #bdb4f6;
	width:190px;
	padding:10px 0 10px 10px;
}
#side_menu ul li:first-child {
	border-bottom:none;
	padding-bottom:0;
}
#side_menu ul li.etc_menu {
	border-bottom:dotted 2px #7f96ba;
	padding:10px 0 10px 10px;
}

#side_menu .side_title {
	background:url(/img/side_ttl.svg) no-repeat;
	background-size: contain;
	width: 190px;
	height:42px;
	font-size:18px;
	color:#53489b;
	font-weight:bold;
	padding-top: 4px;
	padding-left:15px;
	letter-spacing:0.15em;
}
#side_menu .side_title a:link {
	color:#53489b;
	font-weight:bold;
}
#side_menu .here {
	color:#878889;
}

#side_navi img {
	width:100%;
}
#side_navi .corona a{
	font-weight: bold;
	font-size: 14px;
	font-family: sans-serif;
	width: 195px;
	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;
}
#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%;

}
#side_navi {
	margin-top:30px;
}
#side_navi li {
	padding-bottom:8px;
}
#norton img {
	width:108px;
}
#norton {
	background:url(../img/top/side_norton_bnr.png) no-repeat #000000;
	background-position:right;
	background-size:200px 65px;
	width:198px;
	height:65px;
	border:#000000 solid 1px;
}


/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                        採用ページ   */
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.saiyo {
	font-size: .9rem;
	letter-spacing: .1em;
}
.clearfix {
    width: auto;
}
address {
	font-style: normal;
}
.saiyo_h1,
.saiyo_h2 {
	font-weight: bold;
	line-height: 1.9;
	font-size: .9rem;
}
.saiyo_h2 {
	margin-left: 4%;
}
.top_tab {
	width: 682px;
}
.tab1 {
	color: #fdf005;
	font-size: 1rem;
	text-align: center;
	line-height: 2.5;
	width: 340px;
	background-color: #53489b;
	border-radius: 3px 15px 0 0;
	float: left;
	text-decoration: none;
}
.tab2 {
	color: #000;
	text-align: center;
	font-size: 1rem;
	line-height: 2.5;
	width: 170px;
	background-color: #c0c1c2;
	border-radius: 3px 15px 0 0;
	float: left;
	margin-left: 1px;
	text-decoration: none;
}
.saiyo {
	padding: 15px 0 30px 0;
	border: solid 1px #dedfe0;
	width: 680px;
}
.saiyo_title2 {
	width: 100%;
    height: 42px;
    color: #fff;
    line-height: 2;
    font-size: 1.3rem;
    font-weight: normal;
    background: #53489b;
    border-bottom: solid 5px #183593;
    padding-left: 17px;
    box-sizing: border-box;
}
.title_border {
	border-bottom: solid 1px #1a4897;
	margin: 0 1.4% 25px 1.4%;
}
.saiyo_photo {
	text-align: center;
}
.saiyo_text {
	font-size: 1.2rem;
	line-height: 1.94;
	background-image: url(../img/saiyo/alsok_topicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 11px 28px;
	text-indent: 1.2rem;
	margin-left: 4.7% ;
	list-style: none;
}
.marker {
	background-color: #fef003;
}
.flow {
	font-size: 1.1rem;
	background-color: #c1c3c1;
	text-align: center;
	padding: 10px 0 15px 0;
	margin: 20px 1.4% 30px 1.4%;
}
.support {
	color: #fdf103;
	font-size: 1rem;
	background-color: #fe0606;
	line-height: 1.75;
	border-radius: 5px;
	margin: 0 15px;
}
.support_text {
	color: #ffffff;
	font-size: .8rem;
	margin-left: .7rem;
}
.flow_photo {
	margin: 20px 0;
}
.saiyo_content {
	background-image: url(../img/saiyo/alsok_haikei.png);
	box-shadow: 0 0 0 1px #79a2e3,
                0 0 0 5px #c4dcfd inset;
    padding:1% 2%;
    margin: auto 25px;
	line-height: 1.25;
}
.saiyo_h2 + .saiyo_content {
	margin-bottom: 30px;
}
.list {
	background-image: url(../img/saiyo/alsok_icon.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	float: left;
	width: 20%;
	border-top: thin solid #084696;
	text-indent: .7rem;
}
.list_content {
	float: left;
	width: 80%;
	border-top: thin solid #084696;
}
.list:first-child,
.list:first-child+.list_content {
	border-top: 0;
}
.noicon {
	background-image: none;
	text-indent: 0;
}
.font_small {
	font-size: .8rem;
}	
.text {
	padding: 9px 0;
}
.kuhaku {
	margin-left: .5rem;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both; 
}
.noborder {
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.clearleft {
	clear: left;
}
.work>h1 {
	font-size: 31px;
	height: 31px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: normal;
}
.work {
	border-bottom: dashed 1px #000000;
	margin-bottom: 30px;
	padding-bottom: 30px;
	margin: 0 3.7%;
    margin-top: 30px;

}
.bango {
	color: #ffffff;
	font-size: 1.2rem;
	background-color: #1b4898;
	border-radius: 5px;
	margin-right: 10px;
	display: block;
	width: 31px;
	height: 31px;
	line-height: 1.7;
	text-align: center;
	float: left;
}
.work_text {
	width: 58%;
}
.work_photo {
	float: right;
}
.neme {
	font-size: 33px;
}
.ippan_obo>h1 {
	text-align: center;
	font-size: .9rem;
	margin-top: 30px;
}
.contact {
	box-shadow: 0 0 0 1px #53489b, 0 0 0 5px #dcd7ff inset;
	padding: 2%;
	border-radius: 10px;
	margin: 0 3.7% 45px 3.7%;
}
.contact_text {
	text-align: center;
	font-size: .9rem;
	font-weight: bold;
	border-bottom: solid 1px #084696;
	padding: 10px;
	margin-bottom: 20px;
}
.saiyo_address {
	width:360px;
	border-left: solid 5px #dcd7ff;
	padding-left: 15px;
	margin: 15px auto;
}
.information {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact_address {
	font-size: 1rem;
	line-height: 1;
}
.contact_photo {
	text-align: center;
	margin: auto 1.4%;
}
.shinsotu_saiyo>h1 {
	font-size: .9rem;
	font-weight: bold;
	margin-left: 3.7%;
}
.shinsotu_saiyo>img {
	margin: 20px auto;
}
.shinsotu {
	border: 1px solid #5c5d5e;
	border-radius: 5px;
	padding: 10px;
	margin: 0 3.7% 15px 3.7%;
}
.shinsotu>p {
	letter-spacing: normal;
}
.shinsotu_address {
	font-size: .8rem;
	text-align: right;
	margin-top: 5px;
}
.no_spacing {
	letter-spacing: normal;
}
.recruit {
	text-align: center;
}
.mail_photo {
	margin: 30px auto;
}
.bottom_tab {
	width: 680px;
	position: relative;
	margin: 0 3.7%;
	display: table-cell;
}
.bottom_tab a.saiyo_tab1,
.bottom_tab a.saiyo_tab2 {
	color: #53489b;
}
.saiyo_tab1,
.saiyo_tab2,
.saiyo_tab3{
	color: #53489b!important;
	font-size: 1rem;
	line-height: 3;
	text-align: center;
	width: 46%;
	border: solid 2px #53489b;
	border-radius: 10px;
	text-decoration: none;
	display: block;
	position: absolute;
	right: 51%;
	top: 50px;
}
.saiyo_tab2 {
	right: 3%;
	top: 50px;
}

.saiyo_tab3{
	width: 94%;
	right: 3%;
    top: 115px;
}


.recruit_margin {
	margin: 10px 1.4% 15px 1.4%;
}
.shinsotu_work1 {
	width: 28%;
	float: left;
}
.border-top {
	border-top: dashed 1px #000000;
	margin-top: 1rem;
	padding-top: 1rem;
}
.shinsotu_work2 {
	float: left;
	margin-left: 10px;
	height: 105px;
}
.work2_middle {
	display: table-cell;
	vertical-align: middle;
	height: 105px;
}
.shinsotu_work3,
.shinsotu_work4,
.shinsotu_work5 {
	float: left;
	line-height:1.2;
}
.shinsotu_work3 {
	width: 24%;
}
.shinsotu_work4 {
	width: 30%;
}
.shinsotu_margin {
	margin: 30px 3.7%;
}
.tunen_margin {
	margin-top: 1rem;
}
.tunen_page {
	margin: 0 3.7% 15px 3.7%;
}


/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                          GVぺージ   */
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
div#content #gv img {
	left: 0;
}
#gv {
	letter-spacing: .1em;
}
#gv_top .text {
	text-align: center;
	padding: 24px 0;
	font-size: 1.5rem;
	font-weight: bold;
}
#gv_top .photo {
	text-align: center;
}
#point .title {
    width: 100%;
    height: auto;
    color: #16607f;
    text-align: center;
    position: relative;
    border: solid 2px #16607f;
    border-radius: 15px;
    box-sizing: border-box;
    margin: 46px 0 31px 0;
}
#point .title:after, #point .title:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    top: 100%;
    left: 50%;
    position: absolute;
    width: 0;
    margin-left: -16px;
}
#point .title:after {
    border-width: 16px;
    border-top-color: #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 100%;
    margin-left: -16px;
    margin-top: -4px;
}
#point .title:before {
	border-width: 16px;
    border-top-color: #16607f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 100%;
}
#point .title div {
	width: 70%;
	margin: auto;
}
#point .title div img,
#point .title div p {
	float: left;
}
#point .title div {
	line-height: 1.7;
}
#point .title div img {
	padding-top: 5px;
}
#point .title div p {
	color: #16607f;
    font-size: 1.8rem;
    font-weight: bold;
}
#point .point {
	width: 220px;
    height: auto;
    border: solid 1px #16607f;
    border-radius: 8px;
    box-sizing: border-box;
    margin-right: 10px;
    float: left;
}
#point .point:last-child {
	margin-right: 0;
}
#point .point>p {
	width: 100%;
	height: 25px;
	color: #fff200;
    font-weight: bold;
    padding-left: 10px;
	background: #16607f;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	position: relative;
	letter-spacing: 0;
}
#point .point p span {
	font-size: 2rem;
    position: absolute;
    bottom: -8px;
    left: 63px;
    color: #fff200;
    text-shadow:
    	0 1px 0 #16607f,
		1px 0 0 #16607f,
		0 -1px 0 #16607f,
		-1px 0 0 #16607f,
		-1px -1px 0 #16607f,
		1px -1px 0 #16607f,
		-1px 1px 0 #16607f,
		1px 1px 0 #16607f;
}
#point .point div {
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}
div#content #point .point div img {
	position: absolute;
	top: -3px;
	left: 10px;
}
div#content #point .point1 div img {
	top: -6px;
}
div#content #point .point2 div img {
	top: 0;
}
#point .point div h2 {
	color: #16607f;
	line-height: 1.6;
	font-size: 1rem;
    font-weight: bold;
    text-align: center;
	margin-top: 144px;
}
#point .point2 div h2 {
	line-height: 1.2;
	position: absolute;
	margin-top: 126px;
	z-index: 999;
}
#point .point2 div h2 span {
	font-size: .8rem;
}
#point .point div p {
	line-height: 1.6;
    height: 51px;
	font-size: .7rem;
	letter-spacing: .02em;
	text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
#point .point2 div p {
	margin-top: 169px;
}
#simulation {
	text-align: center;
}
#simulation .clearfix {
	margin: 50px 0 20px 0;
}
#simulation .clearfix div {
    width: 110px;
    line-height: 30px;
    color: #fff;
    font-size: .8rem;
    font-family: 'Helvetica, Arial, sans-serif';
    background: #16607f;
    text-align: center;
    position: relative;
    float: left;
    margin: 3px 0;
    letter-spacing: .2em;
}
#simulation .clearfix div:after, #simulation .clearfix div:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
}
#simulation .clearfix div:before {
	border-width: 17px;
    border-left-color: #16607f;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
#simulation .clearfix h1,#simulation .clearfix h2 {
	font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.34;
    color: #16607f;
    float: left;
    padding-left: 30px;
}
#kanshi {
	margin-bottom: 35px;
}
#kanshi .clearfix:first-of-type {
	margin-top: 25px;
}
#kanshi h1 {
	line-height: 1.4;
    color: #53489b;
    font-size: 1.45rem;
    border-left: solid 6px #53489b;
    border-bottom: solid 3px #53489b;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 50px;
}
#kanshi .box {
	width: 200px;
	margin-left: 20px;
	float: left;
	padding-bottom:15px; 
}
#kanshi .box h2 {
	font-size: .8rem;
	color: #fff;
    text-align: center;
    background: #53489b;
    border-radius: 3px 3px 0 0;
    border-bottom: solid 2px #ffff0b;
    position: relative;
}
#kanshi .box h2 span {
	font-size: .5rem;
    position: absolute;
    bottom: 2px;
    right: 5px;
    letter-spacing: 0;
}
div#content #kanshi .box img.margin-top {
	margin-top: -7px;
}
#kanshi .box p {
	line-height: 1.6;
    height: 51px;
	font-size: .7rem;
	letter-spacing: .02em;
	text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
#teikyo h1{
	width: 700px;
    height: 39px;
    line-height: 1.8;
    text-align: center;
    font-size: 1.35rem;
    font-weight: bold;
    color: #fff;
    background: #53489b;
    margin-left: -10px;
}
#eturan h2 {
	line-height: 1.55;
    color: #7b5aa3;
    font-size: 1.45rem;
    border-left: solid 6px #7b5aa3;
    border-bottom: solid 3px #7b5aa3;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 35px;
}
#eturan>.clearfix {
	padding-top: 25px;
}
#eturan .clearfix h3 {
	font-size: .8rem;
    color: #fff;
    background: #7b5aa3;
    border-radius: 3px;
    padding: 0 10px;
    margin-bottom: 10px;
    width: 100%;
    min-height: auto;
    box-sizing: border-box;
    border-bottom: 0;
    font-weight: normal;
}
#eturan .clearfix h3 span {
	font-size: .6rem;
    color: #ffee00;
    float: right;
    line-height: 1.9;
    margin-right: 7px;
    letter-spacing: .05em;
}
#eturan .clearfix div {
	width: 310px;
	padding-bottom: 10px;
	margin-left: 20px;
	float: left;
	position: relative;
}
#eturan .clearfix div:last-child {
	padding-bottom: 0;
}
#eturan .clearfix div div {
	padding-top: 10px;
	border-top: dotted 1px #7b5aa3;
	margin-top: 15px;
	margin-left: 0;
}
#eturan .clearfix div div .keibi_photo {
	position: absolute;
    bottom: 0;
    margin-left: 100px;
    z-index: 998;
}
#eturan .clearfix div div .keibi_text {
	position: absolute;
    z-index: 999;
}
#eturan .clearfix div p {
	width: 140px;
	font-size: .7rem;
	letter-spacing: .02em;
	float: left;
	text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
#eturan .clearfix div p span {
	font-size: .6rem;
	display: block;
}
#eturan .clearfix div img {
	float: right;
}
#eturan .clearfix div .teikyo_img {
	position: absolute;
    top: 11px;
    margin-left: 155px;
}
#mail_1 h2,
#mail_2 h2 {
	line-height: 1.55;
    color: #3eb134;
    font-size: 1.45rem;
    border-left: solid 6px #3eb134;
    border-bottom: solid 3px #3eb134;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 40px;
}
#mail_1>.box,
#mail_2>.box {
	padding-top: 25px;
}
#mail_1 .box h3,
#mail_2 .box h3 {
	font-size: .8rem;
    color: #fff;
    background: #3eb134;
    border-radius: 3px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%;
    min-height: auto;
    border-bottom: 0;
    font-weight: normal;
}
#mail_1 .box,
#mail_2 .box {
	width: 330px;
	float: left;
}
#mail_1 .box div,
#mail_2 .box div {
	padding-bottom: 20px;
	margin-left: 20px;
}
#mail_1 .box div p,
#mail_2 .box div p {
	font-size: .7rem;
	letter-spacing: .02em;
	text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
div#content #mail_1 img,
div#content #mail_2 img {
	float: right;
	margin-right: 20px;
}
#mail_2 h2 {
    color: #ed7963;
    border-left: solid 6px #ed7963;
    border-bottom: solid 3px #ed7963;
}
#mail_2 .box h3 {
	background: #ed7963;
}
div#content #mail_2 img {
	margin-top: 6px;
}
#hoken {
	width: 680px;
    padding: 15px;
    border: solid 3px #bd6b66;
    box-sizing: border-box;
    margin-top: 50px;
}
div#content #hoken img {
	float: left;
	margin-right: 12px;
	position: absolute;
}
#hoken h2 {
	font-size: 1.9rem;
	font-weight: bold;
	font-style: italic;
	line-height: 1.27;
    color: #bd6b66;
    text-shadow:
    	0 1px 0 #ad4740,
		1px 0 0 #ad4740,
		0 -1px 0 #ad4740,
		-1px 0 0 #ad4740,
		-1px -1px 0 #ad4740,
		1px -1px 0 #ad4740,
		-1px 1px 0 #ad4740,
		1px 1px 0 #ad4740;
    float: left;
    padding-left: 48px;
}
#hoken>.title {
	padding-bottom: 12px;
	border-bottom: solid 2px #bd6b66;
	margin-bottom: 12px;
	position: relative;
}
#hoken>.title>p {
	width: 350px;
	height: 36px;
    float: left;
    text-align: center;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: .7rem;
    font-weight: bold;
    color: #bd6b66;
}
#hoken .large {
	font-size: 1.3rem;
	font-weight: bold;
	padding-top: 0;
}
#hoken .large span {
	font-size: 1.75rem;
	font-family: "Hiragino Sans","ヒラギノ角ゴシック";
    font-weight: 600;
    color: #fff60c;
    text-shadow: 0 2px 0 #053e95,
        -1px -2px 0 #053e95,
        1px -2px 0 #053e95,
        2px -2px 0 #053e95,
        0px -2px 0 #053e95, 
        2px 2px 0 #053e95,
        1px 2px 0 #053e95,
        2px -1px 0 #053e95,
        2px 0px 0 #053e95,
        2px 1px 0 #053e95,
        -2px 1px 0 #053e95,
        -2px 2px 0 #053e95,
        -1px 2px 0 #053e95,
        -2px -2px 0 #053e95;
}
#hoken .regular {
	font-size: .8rem;
    letter-spacing: .03em;
    padding-top: 5px;
}
#hoken .regular span {
	font-size: .9rem;
	font-weight: bold;
}
#hoken .small {
	font-size: .6rem;
	line-height: 1.1;
	letter-spacing: -.05em;
	padding-top: 0;
}
#hoken .wrapper {
	background: #fffded;
	padding: 9px;
	box-sizing: border-box;
	margin-top: 15px;
}
#hoken .wrapper h3 {
	font-size: .9rem;
    font-weight: bold;
    color: #ba635f;
    width: 100%;
    background: 0;
    border-bottom: 0;
    min-height: auto;
    padding: 0;
    border-radius: 0;
}
#hoken .wrapper .box {
	width: 308px;
	height: 65px;
	border: solid 1px #ba635f;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
	margin-right: 10px;
	float: left;
}
#hoken .wrapper .box:last-child {
	margin-top: 9px;
}
#hoken .wrapper .no_margin {
	height: 138px;
	margin-right: 0;
	float: right;
}
#hoken .wrapper .box h4 {
	width: 100%;
	font-size: .9rem;
	font-weight: normal;
	line-height: 1.8;
	color: #fff;
	text-align: center;
	background: #bc6863;
	border-bottom: solid 1px #bc6861;
	border-radius: 6px 6px 0 0;
	padding: 0;
	box-sizing: border-box;
	margin-right: 9px;
	margin-bottom: 0;
}
#hoken .wrapper .box .text {
	width: 100%;
	height: auto;
	font-size: .7rem;
	letter-spacing: .02em;
	text-align: center;
	padding: 10px;
	border: none;
	margin: 0!important;
	box-sizing: border-box;
}
#hoken .wrapper .no_margin .text {
	text-align: left;
}
#gv_mail {
	box-shadow: 0 0 0 1px #79a2e3, 0 0 0 8px #c4dcfd inset;
    padding: 10px 23px 15px 23px;
    border-radius: 19px;
    margin: 50px 0 26px;
}
#gv_mail .box p {
	float: left;
	padding: 13px 0 0 4px;
}
#gv_mail .box img {
	float: right;
}
#gv_mail .text {
	font-size: 2.3rem;
    font-weight: bold;
    padding: 0 4px 7px 4px;
    line-height: 1.05;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #d1d3d7;
    box-sizing: border-box;
}
#gv_mail .text p {
	text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}
#gv_mail .text:after,
#gv_mail .text:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    top: 100%;
    left: 482px;
    position: absolute;
    width: 0;
}
#gv_mail .text:before {
	border-width: 16px;
    border-top-color: #d1d3d7;
    border-left: 14px solid transparent;
    border-right: 0px solid transparent;
}
#gv_mail .text:after {
	border-width: 16px;
    border-top-color: #fff;
    border-left: 14px solid transparent;
    border-right: 0px solid transparent;
    margin-top: -3px;
    margin-left: -1px;
}
#gv_mail .text span {
	color: #fb560d;
}
#gv_mail .tel .clearfix {
	float: left;
	margin-left: 18px;
}
#gv_mail .tel>img {
	float: right;
	margin-top: 5px;
	margin-right: 18px;
}
#gv_mail .tel .clearfix {
	width: 452px;
	height: 151px;
	text-align: center;
	padding: 20px 0 10px 0; 
}
#gv_mail .tel .clearfix img {
	float: left;
}
#gv_mail .tel .clearfix .time {
	width: 400px;
	height: auto;
	text-align: center;
	float: left;
}
#gv_mail .tel .clearfix .time img {
	float: none;
}
#gv_mail .tel .clearfix .time div {
	width: 309px;
	height: 20px;
	font-size: .9rem;
	line-height: 1.46;
	border: solid 1px #d1d3d7;
	padding: 0;
	margin: 11px auto;
	float: none;
}
#gv_mail .tel .clearfix .time div span {
	font-weight: bold;
}


/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                        安心メール   */
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
html {
	margin-top: 0!important;
}
.anshin div#content {
	float: right;
}
a:link,
a:visited {
    text-decoration: none;
    color: #474749;
}
#sidebar {
    width: 200px;
    float: left;
    margin-right:0;
}
ul#side_menu_wp {
    font-size: 100%;
}
ul#side_menu_wp li.widget h3 {
    background: url(/img/side_ttl.svg) no-repeat!important;
    background-size: contain;
    width: 190px;
    height: 42px;
    font-size: 18px;
    color: #53489b!important;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 15px;
    letter-spacing: 0.15em;
}
ul#side_menu_wp li.widget h3 .kensaku{
	font-size: 16px;
}
ul#side_menu_wp li.widget h3 ul.list {
	padding: 0;
}
ul#side_menu_wp ul {
    background: #ccc url(../img/wp/wp_side_menu_bg.png) no-repeat bottom;
    margin: 0;
    padding: 5px 10px;
}
ul#side_menu_wp ul.collapsing,
li#widget_recent_entries ul,
li#widget_text ul,
li#search ul {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 30px;
}
ul#side_menu_wp .list {
	width: 100%;
	border-top: 0;
}
ul#side_menu_wp ul.list>li.collapse {
	padding: 0;
}
#widget-collapsarch-3-top>li.collapse>a {
	padding: 10px 0;
	display: inline-block;
}
#side_menu_wp .collapsing,
#widget_recent_entries ul li,
#widget_text ul li,
#search ul li {
	border-bottom: dotted 2px #7f96ba;
	border-top: 0;
    width: 200px;
}
#side_menu_wp .collapsing:last-child {
	border-bottom: 0px;
}
#side_menu_wp .collapsing ul li {
	width: 190px;
	padding-left: 10px;
}
#side_menu_wp ul li ul li:first-child {
	border-top: dotted 2px #7f96ba;
}
#side_menu_wp span.collapsing {
	border-bottom: 0;
	padding: 0;
}
ul#side_menu_wp li {
    margin-bottom: 15px;
}
ul#side_menu_wp ul {
	background: none;
	padding: 0;
}
#side_menu_wp .collapsing .search_word {
	width: 196px;
}
#side_menu_wp .collapsing .search_btn {
	margin-top: 10px;
}
#search h3 label {
	font-size: 1rem;
}
div#content {
    width: 680px;
    float: left;
    margin-left: 20px;
    margin-bottom: 100px;
}
div.content_title_wp_bottom {
	width: 680px;
	border-radius: 0 0 5px 5px;
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: #666;
	box-sizing: border-box;
}
div#content h3.pers {
	width: 680px;
	box-sizing: border-box;
}
div#content div.h3_wp {
	width: 648px;
}
div.content_title_wp_middle {
	width: 680px;
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: #666;
	box-sizing: border-box;
}
div#content div.h3_wp {
	border-radius: 5px 5px 0 0;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #666;
}
.anshin #fotter {
	margin-top: 100px!important;
}
span.sym {
    font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#widget-collapsarch-3-top>li.collapse>a:first-of-type {
	text-indent: 1em;
}
li.collapsing.archives a,
#widget_recent_entries ul li a {
    text-indent: 1em;
    display: inline-block;
    padding: 10px 0;
}
li#widget_text ul li {
	padding: 10px;
	box-sizing: border-box;
}
li#search input#s {
    width: 155px;
    box-sizing: border-box;
    margin: 10px 8px 18px 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#gv_mail .text {
		letter-spacing: .05em;
	}
}
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                        content.csså·®åˆ†    */
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.view_timer{display:none;}
div#content_wrapper{
	width:inherit;
	height:100%;
	margin: 0 auto ;
	margin-bottom: 0;
}
div#content{
	width:inherit;
	float:none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: inherit !important;
}
div#content h3{
	background: none;
	color: #474749;
	font-size: inherit;
	padding: 0;
	min-height: inherit;
	border-radius: 0;
	height: auto !important;
	width: inherit;
	font-weight: inherit;
	clear: both;
	border-bottom: none;
}
div.content_title_middle{
	background: inherit;
	width: inherit;
	border-right: none;
	border-left: none;
	padding: 0;
	box-sizing: border-box;
	clear: both;
}
div.content_title_bottom{
	background: inherit;
	width: inherit;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0;
	clear: both;
}
div#content img {
	position: static;
}
div#content dt img {
	position: static;
}
div#content td img {
	position: static;
}
div#content img.float_l{
	position: static;
	margin-right:0;
}
div#content img.float_r{
	position: static;
	margin-left:0;
}
div#content img.img_no_relative {
	position: static;
}
.simpleSlideShow {
	position: static;
}
.column-2{/* 2æ®µ */
	width:inherit;
	float:none;
}
.hs_column-3_1 {
	padding:0;
}
.hs_column-3_2 {
	padding:0;
}
.hs_column-3_3 {
	padding:0;
}
table {
	max-width:none;
}
form#mailformpro input[type=text],
form#mailformpro input[type=email] {
	width: inherit;
}
form#mailformpro textarea {
	width: inherit;
	height: inherit;
}
form#mailformpro .name input[type=text] {
	width: inherit;
}
form#mailformpro .zip input[type=text] {
	width: inherit;
}
form#mailformpro  input[type=tel] {
	width: inherit;
}
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                    ã“ã“ã‹ã‚‰renewal.css    */
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                        ã€€ã€€ã€€å…±é€š   */
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
div#content_wrapper{
	width:900px;
	height:100%;
	margin: 0 auto ;
	margin-bottom: 100px;
}
div#content{
	width:680px;
	float:left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 16px;
	letter-spacing: .1em;
}
div#main_visual {
    margin: 30px auto 14px;
    width: 900px;
}
div#content a:hover {
	text-decoration: underline;
}
div#content .float_l {
	float: left;
}
div#content .float_r {
	float: right;
}
div#content .center {
	text-align: center;
}
div#content h3.comp {
    width: 100%;
    height: 42px;
    color: #fff;
    line-height: 1.55;
    font-size: 1.3rem;
    font-weight: normal;
    background: #6559b6;
    border-bottom: solid 5px #53489b;
    padding: 5px 0 0 17px;
    box-sizing: border-box;
}
div#content .content_title_middle,
div#content .content_title_bottom,
div#content .content_title_middle.btn_pb {
    width: 660px;
    height: auto;
    padding: 28px 0;
    box-sizing: border-box;
    margin: 0 auto;
}
div#content .content_title_middle.btn_pb {
    padding-bottom: 58px;
}
div#content .content_title_bottom {
	padding-bottom: 0;
}
div#content h4.headline {
    width: 100%;
    height: auto;
    color: #29221f;
    line-height: 1.6;
    font-size: 1.15rem;
    font-weight: normal;
    border-bottom: solid 3px #b6b7b9;
    padding-left: 3px;
    box-sizing: border-box;
    position: relative;
    text-align: justify;
}
div#content h4.headline:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 140px;
	height: 3px;
	background: #53489b;
	content: '';
	z-index: 1;
}
div#content h4.headline a {
	color: #29221f;
	display: block;
}
div#content .small_box,
div#content .small_box_b,
div#content .small_box_t {
    color: #29221f;
    font-size: .9rem;
    padding-top: 30px;
    box-sizing: border-box;
    position: relative;
    clear: both;
    overflow: hidden;
}
div#content .small_box_b {
    padding: 20px 0 30px 0;
}
div#content .small_box_t {
	padding: 0 0 30px 0;
}
div#content .small_box p {
	letter-spacing: .07em;
}
div#content .vertical_line {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
    background-color: #53489b;
    border-radius: 3px;
}
div#content .button {
    text-align: center;
    border: solid 2px #53489b;
    border-radius: 10px;
    box-sizing: border-box;
}
div#content .button a {
	color: #53489b;
	display: block;
}
div#content .button:hover {
	background: #53489b;
    transition: all .4s;
}
div#content .button a:hover {
	color: #fff;
	transition: all .4s;
	text-decoration: none;
}
div#content .square_box {
	width: auto;
	box-shadow: 0 0 0 6px #bdb4f6 inset;
	padding: 12px 18px 25px 18px;
	border: solid 1px #53489b;
	box-sizing: border-box;
}
.company_address h2{
	margin: 1rem;
    margin-left: -0.75rem;
    color: #53489b!important;
}
.yakuin_box dl{
	display:flex;
}
#content .yakuin_box dl.company_info{
	margin-bottom:0;
}
.yakuin_box .fixItem{
	height:auto!important;
}
div#content .square_box dt,
div#content .square_box dd {
	font-size: .86rem;
	line-height: 1.5;
	padding: .6rem 0;
	border-top: solid 1px #bdb4f6;
	box-sizing: border-box;
	float: left;
}
div#content .square_box dt:first-child,
div#content .square_box dd:first-of-type {
	border-top: 0;
}
div#content .square_box dt:last-of-type,
div#content .square_box dd:last-of-type {
	border-bottom: solid 1px #bdb4f6;
}
div#content .square_box dt {
	/* background-image: url(../img/saiyo/alsok_icon.png); */
	background-repeat: no-repeat;
	background-position: 0 12px;
	padding-left: 10px;
	position:relative;
}
div#content .square_box dt:before{
	content:"";
	background:#bdb4f6;
	background:#53489b;
	width:5px;
	height:16px;
	border-radius:20px;
	position:absolute;
	left:0;
	top: 12px;
	/* bottom:0; */
	margin:auto;
}
div#content .square_box address {
	display: inline-block;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                        ã€€ä¼šç¤¾æƒ…å ±   */
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
div#content .aegis_pa {
	padding-top: 40px;
}
div#content .small_box .affiliated_text {
	color: #54514f;
	margin-bottom: 23px;
    text-align: justify;
    text-justify: inter-ideograph;/* IEç”¨ */
}
div#content .small_box .business {
    width: 340px;
    height: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}
div#content .business p {
    color: #53489b;
    line-height: 1;
    font-weight: inherit;
    text-indent: 0;
    padding: 2px 0 10px 0;
}
div#content .small_box .business ul {
    width: 100%;
    font-size: .8rem;
    line-height: 2.2;
    letter-spacing: .03em;
    text-align: justify;
    text-justify: inter-ideograph;/* IEç”¨ */
    padding-left: 7px;
    box-sizing: border-box;
}
div#content .brand_img_margin {
	margin-bottom: 30px;
}
div#content .brand_box {
    width: 550px;
    height: 100%;
    text-align: left;
    font-size: .9rem;
    line-height: 2;
    letter-spacing: .09em;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;/* IEç”¨ */
}
div#content .brand_box ul {
    width: 100%;
    height: 100%;
    background: #e1e2e3;
    padding: 10px 0 10px 28px;
    box-sizing: border-box;
    margin: 20px 0;
}
div#content .alsok_mean {
    width: 610px;
    height: 100%;
    color: #7bb0f7;
    font-size: 1.25rem;
    text-align: center;
    margin: 30px auto;
}
div#content .alsok_mean p {
	color: #29221f;
    font-family: 'Century Gothic' , Futura , sans-serif;
    font-size: 2.4rem;
    letter-spacing: .15em;
    margin-bottom: 10px;
}
div#content .alsok_mean span {
    color: #53489b;
    font-size: 4.4rem;
    font-weight: bold;
    line-height: .75;
    padding-bottom: 8px;
    border-bottom: solid 5px #fff100;
    display: inline-block;
}
div#content .small_box dl {
	width: 100%;
}
div#content .small_box dl dt {
    width: 240px;
    height: 90px;
    float: left;
    color: #53489b;
    font-family: 'Century Gothic' , Futura , sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: .12em;
    line-height: 1.23;
    box-sizing: border-box;
    background-image: -moz-linear-gradient(left, #7bb0f7, #7bb0f7 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, #7bb0f7, #7bb0f7 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(left, #7bb0f7, #7bb0f7 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, #7bb0f7, #7bb0f7 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: 100% 100%;
}
div#content .small_box dl dt span {
	font-size: 4.4rem;
	display: inline-block;
}
div#content .small_box dl dd {
    width: 418px;
    height: 90px;
    float: left;
    font-size: 1.15rem;
    padding-top: 50px;
    box-sizing: border-box;
    background-image: -moz-linear-gradient(left, #7bb0f7, #7bb0f7 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, #7bb0f7, #7bb0f7 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(left, #7bb0f7, #7bb0f7 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, #7bb0f7, #7bb0f7 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: 100% 100%;
}
div#content .intro_text {
	color: #29221f;
    font-size: .9rem;
	width: 100%;
	height: 100%;
	line-height: 2;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}
div#content .business_text {
    width: 315px;
    height: 100%;
    line-height: 2;
    margin-left: 25px;
    margin-top: -7px;
    text-align: justify;
    text-justify: inter-ideograph;/* IEç”¨ */
}
.business_btn {
    width: 240px;
    height: 30px;
    line-height: 2.2;
    font-size: .8rem;
    margin-top: 14px;
}
ul.group {
    width: 330px;
    height: 100%;
    padding-left: 15px;
    box-sizing: border-box;
}
ul.group li.grouplink {
	width: 100%;
	height: 100%;
	line-height: 2.2;
	font-size: .9rem;
	background-image: url(../img/company/grouplink_icon.png);
    background-position: 0 7px;
    background-repeat: no-repeat;
}
ul.group li.grouplink a,
ul.group li.grouplink p {
	display: block;
	padding-left: 18px;
	box-sizing: border-box;
}
div#content ul.group li.grouplink .grouplink_spacing {
	letter-spacing: .05em;
}
div#content dl.company_info {
	margin: 0 10px 15px 10px;
}
div#content dl.company_info dt {
	width: 120px;
}
div#content dl.company_info dd {
	width: 482px;
}
div#content dl.company_info dt.min170{
	min-width:170px;
}
div#content dl.company_info dt.min170+dd{
	max-width:calc(100% - 170px);
}
div#content dl.officer {
	margin: 30px 10px 15px 10px;
}
div#content dl.officer dt {
	width: 235px;
}
div#content dl.officer dd {
	width: 367px;
}
.message_content {
	width: 100%;
	height: 100%;
    background-image: url(../img/company/message_haikei.png);
}
.message_photo img {
	margin-right: 5px;
}
.message_content p {
	font-size: 1.1rem;
	font-family: 'ï¼­ï¼³ ï¼°æ˜Žæœ', 'MS PMincho', 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3', 'Hiragino Mincho Pro', serif;
	margin: 25px 5px 30px 0;
}
.message_content p span {
	margin-left: 40px;
	display: inline-block;
}
.message_content p.message_hl {
	font-size: 1.5rem;
	letter-spacing: .24em;
	line-height: 1.7;
	padding-left: 11px;
	margin: 0;
	max-width: 80%;
}
.message_content .message_text p {
	text-indent: 1rem;
	text-indent: 0;
	line-height: 1.8;
	letter-spacing: .18em;
	text-align: justify;
	text-justify: inter-ideograph;/* IEç”¨ */
	margin: 30px 0 0 0;
	padding: 0 5px;
	box-sizing: border-box;
}
.company_btn_box {
	width: 382px;
	height: auto;
	box-sizing: border-box;
	margin: auto;
}
.company_btn {
	width: 160px;
	height: 30px;
	text-align: center;
	line-height: 2.4;
	background: #ececed;
	display: block;
}
div#content a.company_btn:hover {
	background: #cce0fd;
	color: #183593;
	text-decoration: none;
}
.company_btn:first-child {
	margin-right: 62px;
}
.content_box {
	padding: 25px 14px 0;
	box-sizing: border-box;
}
div#content dl.company_address {
	margin-bottom: 15px;
}
.company_address dt {
	width: 190px;
	height: auto;
}
.company_address dd {
	width: 404px;
	height: auto;
}
.company_address dt a,
.company_address dd a {
	display: block;
}
.b2top {
	text-align: right;
	margin-top: 15px;
	line-height: 1.4;
}
.b2top_btn {
	font-size: .8rem;
	padding: 0 18px;
	border-right: solid 1px #000;
	box-sizing: border-box;
	display: inline-block;
}
.b2top_btn:first-child {
	border-left: solid 1px #000;
}
.b2top_margin {
	margin-right: 34px;
}
#gmap {
	width:640px;
	height:371px;
	margin: auto;
}
.organization_box {
	width: 580px;
	height: auto;
	margin: 20px auto;
}
.organization_title {
	font-size: 1.3rem;
	font-family: "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 2.8;
}
.square_box .organization {
	margin: 30px 0;
}
.ie9 div#content .alsok_mean p,
.ie9 div#content .small_box dl dt {
	font-size: 2rem;
}
.ie9 div#content .alsok_mean span,
.ie9 div#content .small_box dl dt span {
	font-size: 4rem;
}
.ie9 div#content .small_box dl dt,
.ie9 div#content .small_box dl dd {
	border-bottom: dashed 1px #7bb0f7;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                       å€‹äººã®ãŠå®¢æ§˜   */
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/

.pers_btn {
    width: 240px;
    height: 30px;
    line-height: 2.11;
    font-size: .8rem;
    position: absolute;
    bottom: 0;
    right: 45px;
}
div#content .pers_text,
div#content .text_wid,
div#content .anshin_j {
    width: 328px;
    height: 100%;
    line-height: 1.76;
    margin-left: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
}
div#content .text_wid {
    width: 100%;
    margin-left: 0;
}
.top_btn {
    margin: 10px 10px 40px 0;
}
.top_btn a {
	font-size: .88rem;
    color: #53489b;
    letter-spacing: .025em;
}

/*///// ipc-07w /////*/
.ipc-07 {
	margin-bottom: -30px; 
}
div#content #function {
    font-size: .75rem;
    line-height: 2;
}
div#content #function dt {
    color: #53489b;
}
div#content #function dd,
div#content #function li {
	color: #000;
    border-bottom: dashed 1px #000;
    padding-bottom: 13px;
    margin-bottom: 13px;
    position: relative;
    z-index: 999;
    list-style: none;
}
div#content #function dd:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
div#content #ipc_table .ipc07_06h,
div#content #ipc_table .ipc06_07h {
    width: 39px;
    height: 18px;
    color: #fff;
    font-size: .85rem;
    font-family: 'Century Gothic' , Futura , sans-serif;
    line-height: 1.3;
    text-align: center;
    background: #e2690e;
    margin: 6px 15px 0 0;
    border-radius: 3px 3px 0 0;
}
div#content #ipc_table .ipc06_07h {
	background: #591a7f;
	margin-right: 0;
}
div#content #ipc_table .ipc07_07h,
div#content #ipc_table .ipc06_06h {
	width: 52px;
    height: 24px;
    color: #fff;
    font-size: 1.15rem;
    font-family: 'Century Gothic' , Futura , sans-serif;
    line-height: 1.3;
    text-align: center;
    background: #591a7f;
    border-radius: 3px 3px 0 0;
}
div#content #ipc_table .ipc06_06h {
    background: #e2690e;
    margin-right: 15px;
}
div#content #ipc_table .ipc07_06h span,
div#content #ipc_table .ipc06_07h span {
	font-size: .7rem;
}
div#content #ipc_table .ipc07_07h span,
div#content #ipc_table .ipc06_06h span {
	font-size: .88rem;
}
div#content #ipc_table ul li {
	width: 630px;
	height: 35px;
	line-height: 35px;
	font-size: .75rem;
	padding-left: 25px;
	background: #cce0fd;
	margin: auto;
	box-sizing: border-box;
}
div#content #ipc_table ul li:nth-child(2n) {
	background: #fff;
} 
div#content #ipc_table ul li .ipc07_06,
div#content #ipc_table ul li .ipc06_07 {
	width: 39px;
	font-size: .88rem;
	color: #e2690e;
	text-align: center;
	float: right;
}
div#content #ipc_table ul li .ipc06_07 {
	color: #591a7f;
}
div#content #ipc_table ul li .ipc07_07,
div#content #ipc_table ul li .ipc06_06 {
	width: 52px;
	color: #591a7f;
	font-size: .88rem;
	text-align: center;
	float: right;
	background: rgba(236, 205, 255, .7);
}
div#content #ipc_table ul li .ipc06_06 {
	color: #e2690e;
	background: rgba(250, 219, 194, .7);
}
.ipc_img_box {
	padding: 40px 0 30px;
}
.ipc_box {
    width: 207px;
    height: auto;
    float: left;
    margin: 0 19px 19px 0;
}
.ipc_box_no {
	margin-right: 0;
}
.ipc_box p {
	width: 100%;
	height: 28px;
	line-height: 2.2;
	text-align: center;
	color: #fff;
	font-size: .85rem;
	background: #959595;
}
div#content dl.ipc_info {
	color: #000;
	font-size: .88rem;
}
div#content dl.ipc_info dt {
    width: 157px;
}
div#content dl.ipc_info dd {
    width: 464px;
}
div#content #function .other,
div#content #function .feature {
    font-size: .85rem;
    letter-spacing: 0;
}
div#content #function .other dt {
    color: #29221f;
}
div#content #function .other dd a,
.recy_text a,
div#content .etc_ul li a:link,
a.color_b:link {
	color: #4d7abe;
}
.money {
	font-size: 1.5rem;
	color: #ff0000;
	display: table;
}
.money .money_text {
    color: #29221f;
    font-size: .9rem;
    display: table-cell;
    vertical-align: middle;
}

/*///// tikuatushoukaki /////*/
div#content #function .feature {
	padding-bottom: 10px;
	letter-spacing: .1em;
}
div#content #function .feature dd:after {
	position: static;
}
.recy_text {
	padding-bottom: 30px;
}
div#content .recy_text p {
	font-size: .8rem;
	line-height: 1.75;
	padding: 10px 0;
}

/*///// kakumetto /////*/
div#content dl.kakumetto dt {
    width: 192px;
}
div#content dl.kakumetto dd {
    width: 430px;
}
:root #gv_mail .text {
	font-size: 2.28rem;
	font-size: 2.16rem\0/;
}

/*///// ALSOKãƒ­ãƒƒã‚¯ /////*/
div#content dl.alsoklock dt {
	width: 200px;
}
div#content dl.alsoklock dd {
	width: 422px;
}

/*///// tatametto /////*/
div#content #function .tatametto dt {
	color: #000;
	font-weight: bold;
}
/*///// æŠ•ã’æ¶ˆã™SAT119 /////*/
div#content img.sat_img {
	margin: 35px 0;
}
ul.sat_list li {
    list-style: disc;
    margin-left: 17px;
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                             etc   */
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/

div#content .etc_ul {
    width: 328px;
}
div#content img.etc_img_ma {
	margin-left: 10px;
}
div#content .anshin_j {
	width: 490px;
	margin: 0;
	text-align: justify;
    text-justify: inter-ideograph;/* IEç”¨ */
}
div#content img.etc_map_ma {
	margin-left: 30px;
}
div#content .small_box.cont_caution p {
	margin-bottom: 10px;
}
form#mailformpro dl.cont_from dt {
	text-align: left;
}
form#mailformpro dl.cont_from input[type=tel],
form#mailformpro dl.cont_from input[type=text],
form#mailformpro dl.cont_from input[type=email],
form#mailformpro dl.cont_from textarea {
	width: auto;
}
form#mailformpro dl.cont_from textarea {
	width: 100%;
	height: 300px;
	resize: none;
	box-sizing: border-box;
}
form#mailformpro dl.cont_from li.cont_address {
	padding-top: 6px;
}
.contact_must {
    color: #ff0000;
    font-size: .78rem;
    font-weight: bold;
    line-height: 1.8;
}
.cont_btn_r,
.cont_btn_s {
    width: 260px;
    line-height: 2.7;
    font-size: .8rem;
    background: #fff;
    color: #53489b;
    position: absolute;
    top: 50px;
}
.cont_btn_r:hover,
.cont_btn_s:hover {
	color: #fff;
}
.cont_btn_re {
	width: 680px;
    position: relative;
    margin: 0 3.7%;
    display: table-cell;
}
.cont_btn_r {
	left: 49px;
}
.cont_btn_s {
	left: 350px;
}
.excl_text {
    font-size: .95rem;
    text-indent: 1rem;
    text-align: justify;
    text-justify: inter-ideograph;/* IEç”¨ */
    line-height: 1.8;
    margin-bottom: 30px;
}
.excl_ol {
	line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;/* IEç”¨ */
    padding-left: 30px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.excl_ol li {
    margin-bottom: 25px;
    font-size: .95rem;
}
.excl_ol ul li {
    margin-bottom: 10px;
    display: table;
}
.excl_ol ul li span {
    display: table-cell;
    padding-left: .4rem;
}
.indent {
    text-indent: 1rem;
    display: inline-block;
}
.plc_kai,
.plc_name {
	font-size: .95rem;
    text-align: right;
    line-height: 1.8;
    margin-bottom: 10px;
}
div#content .mana_text {
	margin: 15px 0;
}
.mana_text {
    width: 350px;
    line-height: 1.8;
    float: left;
}
.mana_text dd {
    padding-left: 1rem;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: justify;
    text-justify: inter-ideograph;/* IEç”¨ */
}
#content .align-left{
	text-align: left;
}
.g_affairs {
    width: 280px;
    line-height: 1.8;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #000;
    margin: 40px 0 25px 30px;
}
.excl_ol ul,
ul.etc_list_ma,
div#content img.etc_list_ma {
    margin: 15px 0;
}
li.etc_li_h,
li.etc_li_ma {
	line-height: 2;
}
li.etc_li_ma {
    margin-top: 15px;
}
ul.group.sitemap li.grouplink {
	width: 98%;
	margin-left: 2%;
}
div#content dl.ipc_info dd.mail_mid {
	line-height: 2.7;
}
.class_ma {
    padding-left: 10px;
}
.postal_c {
	padding: 10px;
}

div#content .news {
    text-align: center;
}
div#content .news img {
    margin: 20px auto 0 auto;
}
.text_sm {
	font-size: 10px;
	 text-align: right;
}
div#content h3.thanks_h {
	margin-top: 30px;
}
div#content .thanks_t {
	margin-bottom: 30px;
}
div#content .recy_text p.thanks_recy {
	font-size: .88rem;
	line-height: 2;
	padding: 0;
}
.free_di {
    width: auto;
    line-height: 1.8;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #000;
    display: inline-block;
    margin-bottom: 30px;
}
.recy_text a.dial {
	color: #474749;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                        ã€€å„äº‹æ¥­æ‰€   */
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
div#content img.offi_img {
	padding-right: 10px;
}
div#content .small_box dl.offi_info {
	width: 390px;
	padding-left: 10px;
}
div#content .small_box dl.offi_info dt,
div#content .small_box dl.offi_info dd {
	height: auto;
	color: #474749;
	font-size: 1rem;
	line-height: 1.5;
	background: 0;
	padding: 8px 0;
}
div#content .small_box dl.offi_info dt {
	width: 60px;
	font-weight: normal;
}
div#content .small_box dl.offi_info dd {
	width: 330px;
}
.offi_red {
	color: #ff0000;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 10px;
}
.a_c_f_img {
	height: 180px;
    width: 320px;
    border: solid 1px #626262;
    box-sizing: border-box;
    float: left;
}
div#content .a_c_f_img img {
	height: 170px;
    width: auto;
    margin: 4px 52px;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                      æ³•äººã®ãŠå®¢æ§˜   */
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
ul.cor_ul_style {
    width: 100%;
}
.mp_text {
	width: 440px;
}
.break-word {
	word-wrap: break-word;
}
.corp_ki_ma {
    margin-top: 15px;
    display: block;
}
.ol_num {
	margin: 10px 27px;
}
div#content .aed_qa .small_box_b {
	padding: 15px 0 35px 0;
}
div#content .small_box_b.bousai_g_btn,
div#content .small_box_t.bousai_g_btn {
    padding: 20px 0 70px 0;
}
.bousai_g_btn .pers_btn {
    bottom: 30px;
    right: 0;
}
div#content #function .feature.corp_came {
    width: 360px;
    text-align: justify;
}
div#content #function .corp_came ul {
	margin: 5px 0 0 2px;
}
div#content #function .corp_came li {
	border: none;
	padding: 0;
	margin: 0;
	list-style: disc;
	margin-left: 17px;
}
div#content img.border {
	border: solid 1px #696468;
	box-sizing: border-box;
}
div#content img.border + .pers_text {
	width: 383px;
}
div#content .page a:link {
    font-size: 1rem;
    letter-spacing: 0;
}
div#content .content_title_middle.page {
	padding: 0;
}
.page_c {
	padding: 0 .3em;
	font-size: 1rem;
}
.pager {
    overflow: hidden;
    margin-top: 3rem;
    clear: both;
}
.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
.pager ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
}
.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
}
.pager ul li a {
    background: #EEE;
    color: #000;
    text-decoration: none;
}
.pager ul li a:hover {
    background: #333;
    color: #FFF;
}
@media all and (-ms-high-contrast:none){
	div#content .alsok_mean p,
	div#content .small_box dl dt {
		font-size: 2rem;
	}
	div#content .alsok_mean span,
	div#content .small_box dl dt span {
		font-size: 4rem;
	}
}
@supports (-ms-accelerator:true) {
	div#content .alsok_mean p {
	    font-size: 2.2rem;
	}
	div#content .alsok_mean span {
	    font-size: 4.2rem;
	}
}

.content_title_bottom img{
	max-width:660px;
}
.img100 img{
	width:100%;
	height:auto;
}