@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body {
	background: #FFF;
	color: #333;
	font-family: 'uGothic', 'Yu Gothic','Roboto', 'Noto Sans Japanese', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* リンクの設定 */
a {
	border: none;
	color: #006DD9;
	text-decoration: none;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
    outline: none;
}

a:visited {
	color: #7F5AD7;
	text-decoration: none;
}

a:active {
	color: #006DD9;
	text-decoration: none;
}

a:hover {
	color: #006DD9;
	text-decoration: underline;
}
a:focus {
    outline: none;
}

/* img */
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
/* コンテナー */
.acms-container {
	max-width: 1055px;
}
.acms-container .acms-container {
	padding: 0;
	posia
}

.narrow-container {
	margin: 0 auto;
	max-width: 960px;
	padding-left: 20px;
	padding-right: 20px;
}

#adminBox {
    margin-bottom: 0;
}
@media (max-width: 1170px) {
	.acms-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sp-container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.acms-grid .sp-container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.sp-container .sp-container {
		padding: 0;
	}
	.sp-container .acms-container .sp-container {
		padding: 0;
	}
}

/* アニメーション */
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	20% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	20% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

/* ------------------------------
　　トップページ
------------------------------ */
.top_newtopic_headline{
	margin-bottom: 40px;
}
.top_headline{
	overflow: hidden;
	position: relative;
	height: 100%;
	box-shadow:0px 0px 5px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 5px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 5px 3px rgba(0,0,0,0.1);
} 
.top_headline ul{
	padding-bottom: 70px;
}
.top_goindex{
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.top_goindex a{
	display: block;
	color: #1A8F60;
	border: solid 1px #1A8F60;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	text-align: center;
	padding: 5px;
	margin: 10px 10px 10px;
	font-size: 12px;
}
.top_goindex a:hover{
	text-decoration: none;
	background-color: #1A8F60;
	color: #FFF;
}
.top_headline .entry_summary_list .summary-entry:nth-child(4){
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.top_headline .noentry{
	padding: 20px 25px;
	font-size: 14px;
	margin: 0;
	color: #999;
	text-align: center;
}
.top_headline .timecategory{
	white-space: nowrap;
}
@media (max-width: 767px) {
	.top_headline .entry_summary_list .summary-entry:nth-child(4){
		display: none;
	}
	.top_headline .entry_summary_list .summary-entry:nth-child(3){
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

}
/* トップ大ボタン */
.topBigbtn{
	overflow: hidden;
	background-color: #EFEEEE;
	padding: 10px 0;
}
.topBigbtn .acms-container{
	padding: 0 20px;
}
.topBigbtn ul{
	margin-top: 20px;
	margin-bottom: 0;
}
.spnavbanner .topBigbtn ul {
    margin-top: 0;
}
.spnavbanner .topBigbtn li {
   margin-bottom: 10px;
}
.topBigbtn li{
	position: relative;
	margin-bottom: 20px;
}
.topBigbtn li span{
	position: absolute;
	display: block;
	bottom: 0;
	background-color: rgba(34,174,103,0.9);
	text-align: center;
	width: calc(100% - 34px);
	font-size: 17px;
	color: #FFF;
	padding: 7px;
}
.topBigbtn li img{
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
.topBigbtn li:hover img{
	transform: scale(1.1);
}
.topbtnwrapper{
	overflow: hidden;
}
.topbtnwrapper img{
	width: 100%;
}
/* エントリー無しの時 */
.noentrybanner .topBigbtn ul{
	display: block;
	text-align: center;
}
.noentrybanner .topBigbtn ul li{
	float: none!important;
	display: inline-block;
}

/* トップのみのフッター */
.topfooter{
	overflow: hidden;
	padding: 50px 0;
}
.topfooter .topfootermain{
	float: left;
	width: calc(100% - 330px);
}
.topgmap{
	width: 100%;
}
.topfooter .topfootersub{
	width: 300px;
	float: right;
	
}
.footerlogo img{
	width: 70%;
	max-width: 420px;
}
.top_movie{
	margin-bottom: 20px;
}
.top_movie img{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	border: 1px solid #999;
}
.magbanner img{
	width: 100%;
	margin-top: 10px;
}
div.magbanner.spnav{
	margin: 0 10px;
}
.footerlargecopy{
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #CB141C;
	font-size: 29px;
	font-weight: bolder;
	margin-top: 5px;
	margin-bottom: 0;
}
.abcmap_top{
	padding-left: 0;
	min-height: 423px;
}
.abcmap_top .abcmapimg{
	width: 100%!important;
}
.abcmap_top iframe{
	width: 100%!important;
}
@media (max-width: 1023px) {
	.topfooter .topfootermain{
		float: none;
		width: 100%;
	}
	.topBigbtn li span{
		width: calc(100% - 34px);
		font-size: 14px;
		color: #FFF;
		padding: 7px;
	}
	.topfootermain p{
		font-size: 14px;
	}
	.topfootermain p.footerlargecopy {
	    font-size: 25px;
	}
	.topfooter {
	    overflow: hidden;
	    padding: 40px 0 30px;
	}
	.footerlogo img {
	    width: 100%;
	    max-width: 420px;
	}
}

/* フッタースライダー */
.footerslider{
	margin-top: 50px;
}
.footerslider .js-footerslider{
	margin: 0 70px;
}
.js-footerslider img{
	border: 1px solid #DDD;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
.js-footerslider img:hover{
	opacity: 0.6;
}
.footerslider .slick-prev,
.footerslider .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.footerslider .slick-prev {
	left: -30px;
	background: url("../images/footerslidearrow_pre.png") no-repeat;
}

.footerslider .slick-next {
	right: -30px;
	background: url("../images/footerslidearrow_next.png") no-repeat;
}

/* ------------------------------
　　レイアウト微調整
------------------------------ */
main.acms-col-md-8.main{
	width: calc(66.66667% + 20px);
	margin-right: -20px;
	padding-left: 10px;
	padding-bottom: 30px;
}
.acms-col-md-4.sub{
	padding-right: 20px;
	padding-left: 40px;
	float: right;
	position: relative;
}
.sidefixarea{
	max-width: 291px;
	padding-bottom: 20px;
	min-height: 400px;
}
.mt50{
	margin-top: 50px;
}
@media (max-width: 767px) {
	main.acms-col-md-8.main{
		width: 100%;
		padding-right: 10px;
		margin-right: 0;
	}

}

/* ------------------------------
　　管理画面
------------------------------ */
.customunit-admin th{
	font-size: 14px;
	text-align: right;
	vertical-align: top;
	padding: 5px!important;
}
.customunit-admin td{
	padding: 5px!important;
	background: none;
}
.acms-form-group {
    margin-bottom: 0;
}
/* ------------------------------
　　エントリー一覧（トップ・サイドエリア用）
------------------------------ */
.entrylist_head{
	background-color: #CB141C;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-weight: normal;
	margin: 0 0 5px;
}
.entry_summary_list{
	padding: 0;
	margin: 0;
}
.entry_summary_list a{
	color: #333;
}
.entry_summary_list .summary-entry{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	list-style: none;
	padding-bottom: 10px;
	margin: 10px;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}
.entry_summary_list time{
	color: #A5A3A3;
	display: block;
	float: left;
	line-height: 14px;
	margin-right: 4px;
	margin-top: 6px;
}
.top_headline .timecategory.top_event time{
	color: #333;
}
.entry_summary_list .category{
	display: inline-block;
	background-color: #A5A3A3;
	color: #FFF;
	font-size: 11px;
	padding: 3px 5px;
	font-weight: bold;
}
.entry_summary_list .acms-summary-body .categoryicon span.category{
	display: none;
}
.categoryicon{
	width: 100%;
	top: -2px;
    position: relative;
}
.entry_summary_list .acms-summary-body .categoryicon span.category:first-child{
	display: inline-block;
	max-width: calc(100% - 110px);
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	    text-overflow: ellipsis;
}
.side_headline{
	margin-bottom: 20px;
}
.side_headline .entry_summary_list .summary-entry {
    margin: 10px 0;
}
.top_headline .summary .acms-summary-image{
	display: block;
	width: 100px;
	float: left;
}
.top_headline .acms-summary-body{
	display: block;
	width: calc(100% - 100px);
	padding-left: 100px;
}
.side_headline .noentry{
	font-size: 12px;
	text-align: center;
	color: #999;
}
@media (max-width: 1023px) {
	.entry_summary_list time {
	    display: block;
	    padding-bottom: 0;
	    line-height: 1
	}
	.entry_summary_list .acms-summary-body .categoryicon span.category:first-child {
	    display: inline-block;
	    max-width: calc(100% - 10px);
	}
}
@media (max-width: 767px) {
	.entry_summary_list time {
	    display: inline-block;
	}
	.entrylist_head {
	    font-size: 14px;
	    padding: 10px;
	}
	.acms-container.col3headline{
		padding-left: 5px;
		padding-right: 5px;
	}
	.top_newtopic_headline {
	    margin-bottom: 20px;
	}
	.summary-entry .summary-title {
		width: 100%;
		text-overflow: ellipsis;
	}
	.top_headline .acms-summary-body{
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.top_headline .summary-title{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.top_headline .summary .acms-summary-image{
		display: block;
		width: 60px;
		float: left;
	}
	.top_headline .acms-summary-body{
		display: block;
		width: 100%;
		padding-left: 70px;
	}
	.entry_summary_list time {
	    padding-bottom: 4px;
	    margin-top: 2px;
	    font-size: 15px;
	}
	.entry_summary_list .acms-summary-body .categoryicon span.category:first-child{
		max-width: calc(100% - 110px);
		top: -2px;
	}
}
/* ------------------------------
　　絞り込みボタン
------------------------------ */
.customfiledtable th{
	min-width: 200px;
	vertical-align: top;
}
.subcategorylist{
	
}
.subcategorylist ul{
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0;
}
.subcategorylist ul li{
	list-style: none;
	margin: 0 0 10px;
}
.subcategorylist ul li span{
	display: block;
	border: 1px solid;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.subcategorylist ul li span a{
	padding: 6px;
	display: block;
}
.subcategorylist ul li.stay span a,.subcategorylist ul li span a:hover{
	color: #FFF!important;
	text-decoration: none;
	
}
.subcategorylist li{
	padding-right: 5px;
	padding-left: 5px;
}
/* 色設定 */
.subcategorylist ul li span,
.subcategorylist ul li span a{
	color: #22AD67;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.subcategorylist ul li.stay span,
.subcategorylist ul li span:hover{
	background-color: #22AD67;
}

/* ------------------------------
　　エントリー一覧（新着index他）
------------------------------ */
.photo_summary{
	padding: 0 10px;
}
.photo_summary .summary-custom-entry {
	padding-right: 0;
	padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.photo_summary .photo{
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
	border: 1px solid #DDD;
}
.photo-title{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}
.photo-title a{
	color: #333;
}
div.noimg{
	border: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.photo_summary time{
	display: block;
	margin-bottom: 5px;
}
.newsdate{
	color: #999;
	font-size: 14px;
}
.categoryicon .category{
	display: inline-block;
	background-color: #A5A3A3;
	color: #FFF;
	font-size: 12px;
	padding: 3px 8px;
	font-weight: normal;
	margin-right: 3px;
	top: -2px;
	position: relative;
}
.photo{
	overflow: hidden;
}
.photo img{
	width: 100%;
}
.summary-custom-entry .photo img{
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
.summary-custom-entry:hover .photo img{
	transform: scale(1.1);
}
.entry_summary_list .categoryicon .category{
	font-size: 10px;
	top: 5px;
}
.side_newsdate time{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
	float: none;
}
.side_eventdate time{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
	float: none;
	color: #333;

}
@meia (max-width: 767px) {
	.photo_summary .photo{
		margin-bottom: 20px;
	}
	.entry_summary_list .categoryicon .category{
		top: 3px;
	}
}
/* ------------------------------
　　エントリー一覧（利用者の声）
------------------------------ */
.voice_summary{
	padding-left: 0;
}
.voice_summary li .photo{
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #DDD;
}
.voice_summary li .categoryicon{
	position: absolute;
	z-index: 5;
}
.voice_summary .summary-custom-entry{
	border-bottom: none;
}
a.entrylink{
	color: #CB141C;
	margin-top: 5px;
	font-weight: bold;
}
/* ------------------------------
　　エントリー本文
------------------------------ */
.entry header{
	margin-bottom: 30px;
}
h1 {
    font-size: 1.9em;
    margin: 0.6em 0;
}
p.entryInfo{
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	h1 {
	    font-size: 22px;
	}
}
/* ------------------------------
　　セミナー・イベント
------------------------------ */
.event .acms-entry img.columnImage{
	border: 1px solid #DDD;
}
dd em{
	font-weight: bold;
	font-style: normal;
}
p.eventdate{
	margin-top: 0;
}
.eventdate time{
	font-size: 18px;
	font-weight: bold;
}
/* 動的フォームで他のカテゴリのものは消す */
option.contactForm{
	display: none;
}


/* ------------------------------
　　ABCとは・相談をお考えの方へ
------------------------------ */
div.bg_color_gray{
	background-color: #F0F0F0;
	margin: 30px 10px;
	overflow: hidden;
}
div.bg_color_gray .column-image-auto{
	padding: 0;
}
.abc_trouble{
	padding: 0 10px 30%;
	overflow: hidden;
	background-image: url("../abc/images/abc_troublebgimg.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.abc_trouble div{
	padding: 0 20px!important;
}
.abc_trouble div img{
	max-width: 100%;
}
.abc_trouble div p{
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 0;
	line-height: 1.4;
	text-align: center;
}
.acms-entry .btn-attention-block-large{
	margin-left: 10px;
	color: #FFF!important;
	margin-bottom: 30px;
}
.acms-entry .btn-attention-block-large:hover{
	text-decoration: none;
}

.abcstep{
	overflow: hidden;
}
.abccontent p:first-child,.supportcontent p:first-child{
	margin: 0 30px 60px;
}
.abcstep .step{
	width: 33.33333%;
	float: left;
	border-left: 1px solid #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.abcstep .step:nth-child(2){
	border-left: none;
}
.abcstep .step img{
	width: 100%;
}
.abcstep .step p{
	padding-top: 15px;
	font-size: 14px;
}
.support img{
	/* width: 100%; */
}
.abccontent.policy{
	text-align: center;
	padding: 0 20px;
}
.abccontent.policy p.policycopy{
	border-bottom: 2px solid;
	display: inline-block;
	margin: auto;
	margin-bottom: 30px;
}
.abccontent.policy dt{
	font-size: 18px;
	float: none;
}
.abccontent.policy dd{
	padding-top: 0;
	margin-bottom: 30px;
	font-size: 15px;
	padding-left: 0;
}
/* support */
.acms-grid .bg_color_gray:first-child{
	margin-top: 0;
}
.flowcontent{
	margin: 0 30px;
	background-color: #FFF;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.4);
}
.flowcontent img{
	width: 100%;
}
.flowtext{
	padding: 10px 15px;
	margin-bottom: 30px;
}
.flowtext h4{
	color: #cb141c;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}
div.flowtext p{
	margin-bottom: 10px;
}
/* サポートメニュー */
.supportmenu_content{
	margin: 0 30px 30px;
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.4);
}
.supportmenu_content .supporticon{
	background-color: #22AE67;
	background-image: url("../support/images/supporticonbg.png");
	float: left;
	width: 150px;
	height: 100%;
	position: absolute;
}
.supportmenu_content .supporticon img{
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.suppottext{
	padding: 20px 20px 20px 180px;
}
div.suppottext h4,div.suppottext p{
	margin: 0;
	padding: 0;
	}
div.suppottext h4{
	color: #22AE67;
	font-size: 20px;
	margin-bottom: 10px;
	}
.supportcontent .contactinfo img{
	width: 100%;
	max-width: 550px;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.supportcontent .contactinfo{
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.abc_trouble div p {
	    font-size: 12px;
	    margin: 0 -10px 30px;
	}
	.abc_trouble div {
	    padding: 0 10px !important;
	    text-align: center;
	}
	.abcstep .step {
	    width: 100%;
	    float: none;
	    border-left: none;
	}
	.abcstep .step img:first-child{
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	.flowtext h4{
		font-size: 18px;
		margin-top: 10px;
	}
	div.flowtext p{
		font-size: 14px;
	}
	.supportmenu_content .supporticon{
		float: none;
		width: 100%;
		height: auto;
		position: relative;
	}
	.supportmenu_content .supporticon img{
		width: 30%;
		display: block;
		position: relative;
		margin: auto;
	}
	.suppottext{
		padding: 20px 20px 20px 20px;
	}
	.supportcontent .contactinfo img{
		width: calc(100% - 20px);
	}
	.supportcontent .contactinfo p{
		font-size: 14px;
	}
}
/* 記事無し */
.supportcontent.noentry p{
	margin-left: 10px;
	margin-right: 10px;
}
.noentrytext{
	font-weight: bold;
}
/* ------------------------------
　　個人情報保護方針
------------------------------ */
.privacypolicy dl dt{
	font-size: 20px;
	margin-bottom: 18px;
	float: none;
}
.privacypolicy dl dd{
	font-size: 16px;
	margin-bottom: 50px;
	padding-left: 0;
	padding-top: 0!important;
}

/* ------------------------------
　　アクセス
------------------------------ */
.abcmap{
	min-height: 530px;
	margin-bottom: 30px;
}
.column-map-auto img.abcmapimg{
	display: none;
	background-color: #EEE;
}
span.caution{
	display: block;
	border: 1px solid #CB141C;
	text-align: center;
	color: #CB141C;
	font-weight: bold;
	padding: 10px;
	margin: 20px 10px;
}
span.linktogmap{
	text-align: right;
	font-size: 12px;
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
}

span.linktogmap a{
	color: #666!important;
}
@media (max-width: 767px) {
	span.linktogmap{
		text-align: center;
		font-size: 14px;
		display: block;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	span.linktogmap a{
		display: block;
		border: 1px solid #333!important;
		color: #333!important;
		padding: 10px;
	}
}
/* ------------------------------
　　FAQ
------------------------------ */
.entry-column dl.faqcontent{
	padding: 0 10px;
	margin-bottom: 0;
}
dl.faqcontent dt{
    display:block;
    position: relative;
	background-color: #e5e5e5;
	padding: 20px 20px 20px 70px;
	font-weight: normal;
    line-height: 1.5;
    margin-bottom: 20px;
    cursor:pointer;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
dl.faqcontent dt:hover{
	background-color: #D3D3D3;
}
dl.faqcontent dd{
    display:none;
	padding: 0 20px 40px 70px;
}
dl.faqcontent dt:before{
	position: absolute;
	content: url("../images/faqicon_q.png") ;
	display: block;
	width: 40px;
	height: 40px;
	margin-left: -55px;
}
dl.faqcontent dd:before{
	position: absolute;
	content: url("../images/faqicon_a.png") ;
	display: block;
	width: 40px;
	height: 40px;
	margin-left: -55px;
}
/* ------------------------------
　　スタッフ紹介
------------------------------ */
.staffinfowrap{
	margin-bottom: 80px;
}
.staffphoto{
	width: 33%;
	float: left;
}
.staffphoto img{
	width: 100%;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.staffheadinfo{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.staffinfowrap .staffinfo_text{
	padding-left: calc(33% + 30px);
	position: absolute;
	bottom: 0;
}
.staff_title{
	font-size: 18px;
	margin-bottom: 12px;
}
.name_jp{
	font-size: 30px;
	font-weight: bold;
}
.name_en{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 25px;
}
.company,.company_url{
	font-size: 16px;
}
.staff_week{
	margin-top: 25px;
}
.staff_week span{
	display: inline-block;
	background-color: #22AE67;
	color: #FFF;
	padding: 7px;
	font-size: 13px;
	line-height: 13px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}
h2.topborder{
	color: #cb141c;
	border-top: 1px solid #cb141c;
	border-left: 10px solid #CB141C;
	border-bottom: none!important;
	padding: 15px 0 10px 20px!important;
	margin-top: 40px;
}
div.staffintro p{
	margin-bottom: 10px;
}
a.staff_profile_file{
	color: #FFF!important;
	font-size: 14px;
	margin-left: 10px;
}
@media (max-width: 767px) {
	a.staff_profile_file {
		width: 80%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.staffinfowrap .staffinfo_text{
		padding-left: calc(33% + 20px);
		position: relative;
		top: 0;
	}
	.staff_title{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.name_jp{
		font-size: 20px;
	}
	.name_en{
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	.company,.company_url{
		font-size: 16px;
	}
	h2.topborder{
		font-size: 18px;
	}
	.staffheader{
		margin-top: -70px;
		padding-top: 70px;
	}
	.staffheader h2.topborder{
		margin-top: 0;
	}
	.staffinfowrap {
	    margin-bottom: 50px;
	}

}
/* ------------------------------
　　連携機関
------------------------------ */
.partnerwrap{
	border-bottom: 1px solid #CCC;
	margin-bottom: 60px;
	padding-bottom: 30px;
}
.partnerhead{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.partnerimg{
	padding: 0 10px!important;
}
.partnerimg img{
	width: 100%;
}
.partnerimg img{
	border: 1px solid #CCC;
}
.partnerinfo{
	position: absolute;
	bottom: 0;
	left: 50%;
}
.partnerinfo p.partner_name{
	margin: 0 10px;
	font-size: 30px;
	font-weight: bold;
}
.partnerinfo p.partner_url{
	margin: 0 10px;
}
@media (max-width: 767px) {
	.partnerinfo{
		position: relative;
		bottom: 0;
		left: 0;
	}
	.partnerimg{
		margin-bottom: 20px;
	}
	.partnerinfo p.partner_name{
		margin: 0 10px;
		font-size: 20px;
		line-height: 1.5;
	}
	.partnerinfo p.partner_url{
		margin: 0 10px;
	}
}
/* ------------------------------
　　ファイルユニット
------------------------------ */

.fileicon {
	padding-left: 10px;
	padding-right: 10px;
	color: #333!important;
	text-decoration: underline!important;
}
 
.fileicon:before {
	font-family: FontAwesome;
	display: inline-block;
	padding-right: 6px;
}
 
.fileicon--docx:before {
	content: "\f1c2";
	color: #3455FF;
}
 
.fileicon--xlsx:before {
	content: "\f1c3";
	color: #45C666;
}
 
.fileicon--pptx:before {
	content: "\f1c4";
	color: #FF3633;
}
 
.fileicon--pdf:before {
	content: "\f1c1";
	color: #E60D1C;
}
 
.fileicon--zip:before {
	content: "\f1c6";
	color: #666;
}
/* ------------------------------
　　acms上書き
------------------------------ */
.acms-label {
    border-radius: 0;
    top: -2px;
    position: relative;
}
.acms-label-warning {
    background-color: #CD610B;
}
/* ------------------------------
　　ボタン
------------------------------ */
.btn {
	border: 0;
	background: #999;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.btn:hover,
.btn:visited {
	color: #FFF;
	text-decoration: none;
}
.btn:focus,
.btn:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn:hover {
	background-color: #999;
	background-image: linear-gradient(to bottom, #C1C1C1, #999);
	color: #FFF;
}
.btn:active,
.btn:focus {
	background: #878787;
}

/* ボタン　色付き */
.btn-attention {
	border: 0;
	background: #FF9A00;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.btn-attention:hover,
.btn-attention:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention:focus,
.btn-attention:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention:hover {
	background-color: #FF9A00;
	background-image: linear-gradient(to bottom, #FDD87D, #FF9A00);
	color: #FFF;
}
.btn-attention:active,
.btn-attention:focus {
	background: #EDA800;
}

/* ボタンサイズ大 */
.btn-large {
	background: #999;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-large:hover,
.btn-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-large:focus,
.btn-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-large:hover {
	background: #777;
}
.btn-large:active,
.btn-large:focus {
	background: #878787;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
	background: #FF9A00;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-attention-large:hover,
.btn-attention-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention-large:focus,
.btn-attention-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention-large:hover {
	background: #FF7E00;
}
.btn-attention-large:active,
.btn-attention-large:focus {
	background: #EDA800;
}

/* デスクトップ：最大360pxボタン */
.btn-block-large {
	width: 100%;
	background: #999;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-block-large:hover,
.btn-block-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-block-large:focus,
.btn-block-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-block-large:hover {
	background: #777;
}
.btn-block-large:active,
.btn-block-large:focus {
	background: #878787;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
	width: 100%;
	background: #cb141c;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.greenbtn.btn-attention-block-large {
	background: #22AE67;
	position: relative;
}
.greenbtn.btn-attention-block-large:hover {
	background: #1D985A;
}
.greenbtn.btn-attention-block-large:active,
.greenbtn.btn-attention-block-large:focus {
	background: #1D985A;
}
/* .greenbtn.btn-attention-block-large:before {
	content: "＞";
	position: absolute;
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 15px;
	font-size: 13px;
	line-height: 1;
	height: 13px;
	width: 13px;
	color: #FFF!important;
} */
.greenbtn.btn-attention-block-large:before {
	content:  "";
	background:url("../images/btnafter.png"); 
	background-size:contain;
	position: absolute;
	display: inline-block;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 15px;
	height: 23px;
	width: 23px;
	color: #FFF!important;
}
.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention-block-large:focus,
.btn-attention-block-large:active {
	color: #FFF;
}
.btn-attention-block-large:hover {
	background: #A61118;
}
.btn-attention-block-large:active,
.btn-attention-block-large:focus {
	background: #A61118;
}

@media (min-width: 768px) {
	.btn-block-large {
		max-width: 360px;
	}
	.btn-attention-block-large {
		max-width: 360px;
	}
}

@media (max-width: 767px) {
	.btn-search-block {
		display: block;
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
		padding: 15px 20px;
		font-size: 20px;
	}
	.btn-attention-block-large {
		width: calc(100% - 20px);
		font-size: 16px;
	}
}

/* ボーダーボタン */
.home-btn {
	margin: 20px 0 10px;
}

.btn-border {
	display: inline-block;
	padding: 7px 10px;
	color: #333;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #CCC;
}
.btn-border [class*="acms-icon-"] {
	color: #CCC;
	font-size: 14px;
}
.btn-border:hover {
	text-decoration: none;
}

/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 130px;
	color: #cb141c;
	background: url("../images/bg_other.jpg") #EEE no-repeat center;
	background-size: cover;
}

.page-title-filter {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
}

.page-title-inner {
	display: block;
	position: absolute;
	padding: 25px 10px 20px;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.8);
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.page-title {
	margin: 0 0 10px 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}
.page-title a {
	color: #cb141c;
}

.page-description {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.5;
}
.page-title_en{
	font-size: 50px;
	line-height: 1;
	margin: 0;
	font-family: 'Amiko', sans-serif;
}
.page-title_ja{
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	margin: 0;
	font-family: 'Noto Sans Japanese', sans-serif;
}
@media (max-width: 767px) {
	.page-title_en {
	    font-size: 20px;
	    letter-spacing: 0.02em;
	}
	.page-title_ja {
	    font-size: 14px;
	}
	.page-title-inner {
	    padding: 15px 0 10px;
	}
}
@media (min-width: 768px) {
	.page-title-wrapper {
		height: 340px;
	}
}
/* ------------------------------
　　サマリー一覧
------------------------------ */
.summary-custom-entry{
	overflow: hidden;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
/* ------------------------------
　　ページャー
------------------------------ */
.pager {
	list-style: none;
	margin: 0 -5px 50px -5px;
	padding: 0;
	text-align: center;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
}
.pager li.cur {
	/* 現在いる位置 */
	padding: 10px 20px;
	color: #FFF;
	background: #999;
}

.pager-link {
	display: block;
	padding: 10px 20px;
	color: #333;
	background: #E5E5E5;
}
.pager-link:visited,
.pager-link:focus,
.pager-link:active {
	color: #333;
}
.pager-link:hover {
	color: #FFF;
	text-decoration: none;
	background: #333;
}

.pager-link-forward {
	float: right;
}

.pager-link-prev {
	float: left;
}

@media screen and (min-width: 768px) {
	.pager-link {
		padding: 8px 12px;
	}
	.pager li.cur {
		/* 現在いる位置 */
		padding: 8px 12px;
	}
}

/* 前後リンク */
.serial-nav {
	list-style: none;
	margin: -25px 0 60px 0;
	padding: 0;
}
.serial-nav li{
	width: 33.333333%;
	padding: 10px;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.serial-nav .serial-nav-item {
	display: block;
	float: none;
}
.serial-nav .serial-nav-item-prev:before {
	content: "＜";
	position: absolute;
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 30px;
	font-size: 16px;
	line-height: 1;
	height: 16px;
	width: 16px;
	color: #B0B0B0!important;
}
.serial-nav .serial-nav-item-next:before {
	content: "＞";
	position: absolute;
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 30px;
	font-size: 16px;
	line-height: 1;
	height: 16px;
	width: 16px;
	color: #B0B0B0!important;
}
.serial-nav .serial-nav-item-next {
}
.serial-nav a {
	display: block;
	padding: 12px 0;
	border: 1px solid #B0B0B0;
	color: #B0B0B0!important;
	text-align: center;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.serial-nav a:hover,
.serial-nav a:visited,
.serial-nav a:focus,
.serial-nav a:active {
	color: inherit;
	text-decoration: none;
}
.serial-nav a:hover {
	background: #E5E5E5;
}
.serial-nav-item-index a{
	background-color: #B0B0B0;
	color: #FFF!important;
}
.serial-nav-item-index a:hover{
	background-color: #9A9A9A;
}
@media screen and (min-width: 768px) {
	.serial-nav {
		margin: 0 -10px 60px;
		border: 0;
	}
	.serial-nav .serial-nav-item-prev {
		float: left;
	}
	.serial-nav .serial-nav-item-next {
		float: right;
	}
}
@media (max-width: 767px) {
	.serial-nav a {
		font-size: 12px;
	}
	.serial-nav .serial-nav-item-prev::before {
	    left: 15px;
	    font-size: 14px;
	    line-height: 1;
	    height: 14px;
	    width: 14px;
	}
	.serial-nav .serial-nav-item-next::before {
	    right: 15px;
	    font-size: 14px;
	    line-height: 1;
	    height: 14px;
	    width: 14px;
	}
	.serial-nav {
	    list-style: none;
	    margin: -25px -10px 60px;
	    padding: 0;
	}
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
	margin-bottom: 40px;
	padding: 5px 0;
	background: #4B4848;
}

.topicpath-list {
	list-style: none;
	margin: 0 auto;
}

.topicpath-item {
	color: #FFF!important;
	font-size: 12px;
	float: left;
	padding: 0 10px 0 23px;
	background: url("../images/marker/icon_arrow.png") no-repeat left center;
}
.topicpath-item:first-child {
	padding: 0 10px 0 0;
	background: 0;
}

.topicpath-link {
	color: #FFF;
	font-size: 12px;
}
.topicpath-link:hover,
.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active {
	color: #FFF;
}
.topicpath-link a{
	color: #FFF!important;
}
@media (max-width: 767px) {
	.topicpath-item {
	    font-size: 12px;
	    padding: 0 10px 0 18px;
	}
	.topicpath {
	    margin-bottom: 30px;
	}
}
/* ------------------------------
　　スライダー
------------------------------ */
.sliderwrapper{
	background-color: #000;
	overflow: hidden;
	margin-bottom: 25px;
}
.dotsarea{
	background-color: #FFF;
	height: 25px;
}
.slick-slider {
	padding: 0;
}
.slick-slider img {
	margin: 0 auto;
}
.sliderwrapper .slick-slide img{
	opacity: 0.2;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}
.sliderwrapper .slick-slide.slick-active img{
	opacity: 1;
}
.fix-height {
	height: 300px;
	/* はじめのちらつき防止 */
	overflow: hidden;
	/* はじめのちらつき防止 */
}

.slick-slide:hover {
	cursor: pointer;
}

.slick-list:focus {
	position: relative;
}
.slick-list:focus:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px dotted #00C2FF;
	z-index: 1;
}
.slick-slide {
  margin-right: 0;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.sliderwrapper .slick-list {
  overflow: visible!important;
}
.main-slider-image {
	height: 300px;
	background: no-repeat center #333;
	background-size: cover;
}
.main-slider-image a:hover {
	text-decoration: none;
}

.main-slider-text-outer {
	height: 100%;
}

.main-slider-text-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.main-slider-text-inner {
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}

.main-slider-main-copy {
	margin: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
}

.main-slider-side-copy {
	margin: 0;
	color: #FFF;
	font-size: 16px;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.sliderwrapper .slick-prev,
.sliderwrapper .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 35px;
	height: 55px;
	margin-top: -29px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:focus,
.slick-next:focus {
	border: 1px dotted #FFF;
}

.sliderwrapper .slick-prev {
	left: -50px;
	background: url("../images/topslidearrow_pre.png") no-repeat;
}

.sliderwrapper .slick-next {
	right: -50px;
	background: url("../images/topslidearrow_next.png") no-repeat;
}

/* ドットのナビゲーション */
.slick-dots {
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	position: relative;
/* 	top: -30px; */
}

.slick-dots li button {
	content: "";
	position: relative;
	display: inline-block;
	width: 40px;
	height: 2px;
	margin: 0 4px;
	font-size: 0;
	background: #8C8079;
	border-radius: 0;
	border: 0;
}

.slick-dots li button:focus {
	outline: 0;
	border: 1px solid #463F3B;
}

.slick-dots li:hover button {
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #463F3B;
}

.slick-dots button {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

@media screen and (min-width: 768px) {
	.slick-prev {
		left: 50px;
	}
	.slick-next {
		right: 50px;
	}
	.fix-height {
		height: 400px;
		/* はじめのちらつき防止 */
	}
	.main-slider-image {
		height: 400px;
	}
	.main-slider-main-copy {
		font-size: 40px;
	}
	.main-slider-side-copy {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.sliderwrapper .acms-container{
		padding: 0;
	}
	.sliderwrapper .slick-slide img{
		opacity: 1;
	}
	.sliderwrapper {
	    margin-bottom: 10px;
	}
	.slick-dots li {
		top: -5px;
}

}
/* ------------------------------
　　各モジュール
------------------------------ */
.module-section {
	margin: 0 0 30px 0;
}

/* タイトル */
.module-header {
	position: relative;
	margin: 0;
	padding: 5px 0;
	color: #333;
	border-bottom: 2px solid #333;
}
.module-header + .summary-custom,
.module-header + .summary-default,
.module-header + .entry-column,
.module-header + .pickup-list,
.module-header + .search-form,
.module-header + .banner {
	margin-top: 10px;
}

.module-heading {
	margin: 0;
	font-size: 18px;
}
.module-heading [class*="acms-icon-"] {
	margin: 0 10px 0 0;
	vertical-align: baseline;
}

a.module-index-link {
	position: absolute;
	bottom: 5px;
	right: 0;
	color: #333;
	font-size: 16px;
}
a.module-index-link [class*="acms-icon-"] {
	color: #CCC;
	font-size: 14px;
}

/* カスタムフィールドグループ */
.group-list {
	list-style: none;
	padding: 0;
}

/* 行揃えの設定 */
/* 見出し */
.heading-align-left .group-heading {
	text-align: left;
}

.heading-align-center .group-heading {
	text-align: center;
}

.heading-align-right .group-heading {
	text-align: right;
}

/* 概要文 */
.detail-align-left .group-detail {
	text-align: left;
}

.detail-align-center .group-detail {
	text-align: center;
}

.detail-align-right .group-detail {
	text-align: right;
}

/* ボタン */
.btn-align-left .group-btn-wrap {
	text-align: left;
}

.btn-align-center .group-btn-wrap {
	text-align: center;
}

.btn-align-right .group-btn-wrap {
	text-align: right;
}

/* ------------------------------
　　リスト
------------------------------ */
@media screen and (min-width: 768px) {
	/* リスト */
	a.acms-list-group-item {
		padding: 10px 20px 10px 10px;
		transition: padding .15s ease-out;
	}
	a.acms-list-group-item:hover {
		padding: 10px 10px 10px 20px;
		transition: padding .25s ease-out;
	}
}

/* ------------------------------
　　サマリー
------------------------------ */
.summary-default {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}

.summary-default-entry {
	float: left;
	padding: 10px;
	color: #333;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
	transition: background-color .25s ease-out;
}
.summary-default-entry.bl-hover {
	background: #F1F1F1;
}
.acms-entry .summary-default-entry {
	padding: 10px;
}

.summary-title {
	margin: 0 0 0 0;
	font-size: 14px;
}

.summary-detail {
	margin: 0;
	line-height: 1.5;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.summary-default-entry-image-wrap img {
		width: 60px;
		height: auto;
	}
}

@media screen and (min-width: 480px) {
	.summary-default {
		margin: 0 0 20px 0;
	}
}

/* ------------------------------
　　ピックアップリスト
------------------------------ */
.pickup-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pickup-list img {
	display: block;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.pickup-list img:hover {
	opacity: .75;
}

/* ------------------------------
　　バナー
------------------------------ */
.banner {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner a {
	display: block;
	transition: opacity .25s ease-out;
}
.banner a:hover {
	opacity: .75;
}

.banner-list-item {
	margin: 0 0 20px 0;
}

/* ------------------------------
　　ヘッドライン
------------------------------ */
.headline-item {
	line-height: 1.5;
	transition: background-color .25s ease-out;
}
.headline-item.bl-hover {
	background: #F1F1F1;
}

@media screen and (max-width: 479px) {
	/* 画面幅が小さいとき */
	/* ヘッドライン */
	.headline-item {
		padding: 10px 0;
	}
	.headline-title {
		display: block;
		margin: 0;
	}
}

/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form .btn-search {
	padding: 10px 20px;
	font-size: 16px;
	-webkit-filter: none;
	        filter: none;
	/* IEでのグラデーションを上書き */
	background: #333;
	color: #FFF;
	border-radius: 0 4px 4px 0;
	border: 1px solid #333;
}
.search-form .btn-search:hover,
.search-form .btn-search:active,
.search-form .btn-search:focus {
	background: #666;
}

.search-form input[type="search"] {
	padding: 9px 10px;
	height: 40px;
	font-size: 16px;
	box-sizing: border-box;
}

input[type="search"].search-form-input {
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 20px;
	box-sizing: border-box;
}

/* ------------------------------
　　レイアウトモジュール
------------------------------ */
/* 背景色 */
.layout-bg {
	padding: 20px 0;
	background: #F6F6F6;
}

.layout-space {
	padding: 20px 0;
}

/* カラムの中央寄せ */
.center-col {
	float: none;
	margin: 0 auto;
}

/* 見出し */
.section-heading {
	margin: 20px 0 40px 0;
	font-size: 28px;
}
.section-heading a {
	color: #333;
}

/* ------------------------------
　　各モジュール
------------------------------ */
/* フィールドグループ */
.group-heading {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 1.2;
}

.group-detail {
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 1.7;
}

/* ヘッドライン */
.lp-headline {
	font-size: 16px;
}

/* ------------------------------
　　フッター
------------------------------ */
/* お問い合わせ誘導エリア */
.lp-suggest-box {
	padding: 50px 0;
}

.lp-suggest-text {
	margin: 30px 0 10px 0;
}

.lp-suggest-tel {
	margin: 0;
	font-size: 34px;
	font-weight: bold;
	color: #FFB500;
}
.lp-suggest-tel a {
	color: #FFB500;
}

.btn-shadow {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}

/* ------------------------------
　　エントリー
------------------------------ */
.entry {
	margin: 0 0 25px 0;
}

.page-header {
	margin: 0 0 20px 0;
}

.entry-info {
	margin-top: 0;
	font-size: 14px;
}

/* カテゴリーと新着ラベル */
.entry-category,
.entry-new {
	font-size: 14px;
}

/* タイトル */
.entry-title {
	margin: 10px 0;
}
.entry-title a {
	color: #333;
}
.acms-entry h2 .entry-title {
	padding: 0;
}

/* エントリーのスタイル */
.entry-column {
	color: #333;
}
.entry-column h2 {
	margin: 0 10px 20px;
	padding: 5px 10px 10px 10px;
	font-size: 25px;
	color: #CB141C;
	border-bottom: 5px solid #CB141C;
}
.entry-column h2.module-heading {
	margin: 0;
	padding: 0;
	border: 0;
}
.entry-column h3 {
	margin: 40px 10px 20px 10px;
	padding: 5px 10px;
	font-size: 16px;
	color: #CB141C;
	border-bottom: 2px solid #CB141C;
}
.entry-column a:link {
	color: #006DD9;
	text-decoration: none;
}
.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
	text-decoration: underline;
}
.entry-column a:visited {
	color: #7F5AD7;
	text-decoration: none;
}
@media (max-width: 767px) {
	.entry-column h2 {
	    font-size: 20px;
	    border-bottom: 3px solid #CB141C;
	}
}
/* 本文 */
.entry-column p {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.7;
}
.entry-column p em,
.entry-column li em,
.entry-column dd em,
.entry-column dt em
{
	font-weight: bold;
	font-style: normal;
}
.entry-column p strong,
.entry-column li strong,
.entry-column dd strong,
.entry-column dt strong{
	color: #CB141C;
}

/* エントリー内ボタン */
.entry-column p.entry-btn {
	margin-bottom: 10px;
}
.entry-column p.entry-btn a {
	background: #999;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn a:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-column p.entry-btn a:focus,
.entry-column p.entry-btn a:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn a:hover {
	background-color: #999;
	background-image: linear-gradient(to bottom, #C1C1C1, #999);
	color: #FFF;
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus {
	background: #878787;
}

/* 色付きボタン */
.entry-column p.entry-btn-attention a {
	background: #FF9A00;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.entry-column p.entry-btn-attention a:hover,
.entry-column p.entry-btn-attention a:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-column p.entry-btn-attention a:focus,
.entry-column p.entry-btn-attention a:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn-attention a:hover {
	background-color: #FF9A00;
	background-image: linear-gradient(to bottom, #FDD87D, #FF9A00);
	color: #FFF;
}
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus {
	background: #EDA800;
}

.entry-column p.summary-title {
	margin: 0 0 10px 0;
}

.entry-column p.summary-detail {
	margin: 0 0 10px 0;
	font-size: 14px;
}

/* エントリー内コンテナー */
.entry-container {
	margin: 0 5px;
}

/* テーブル */
.entry-column table {
	width: 100%;
	margin: 0 0 30px 0;
}
.entry-column table.table-history {
	table-layout: fixed;
}

.entry-column th,
.entry-column td {
	display: block;
	padding: 5px 10px;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	border-top: 1px solid #DFDFDF;
	vertical-align: top;
}

.entry-column .acms-table-responsive {
	margin-bottom: 30px;
}
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
	display: table-cell;
	white-space: nowrap;
}
.entry-column .acms-table-responsive table {
	margin: 0;
}
@media (max-width: 767px) {
	.entry-column th, .entry-column td {
	    border-top: 0;
	    padding: 5px 0;
	}
	.contact-box table.input th {
	    padding: 15px 0 0;
	}
}

/* 沿革用テーブル */
.entry-column table.table-history tr {
	background: #FFF;
}

.entry-column table.table-history th,
.entry-column table.table-history td {
	display: block;
}

.entry-column table.table-history th {
	padding: 10px;
}

.entry-column table.table-history td {
	padding: 10px 0;
}

.entry-column table.table-history .table-history-img {
	display: block;
	padding: 0 10px 10px 10px;
	background: #FFF;
}

/* リスト */
.entry-column ul {
	margin: 0 0 25px 0;
	padding: 0 0 0 2em;
}
.entry-column ul li {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 1.5;
}
.entry-column ul.summary-default {
	padding: 0;
}
.entry-column ul.summary-default li {
	margin: 0;
}

/* 番号付きリスト */
.entry-column ol {
	margin: 0 0 25px 0;
	padding: 0 0 0 2.5em;
}
.entry-column ol li {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 1.5;
}

/* 定義リスト */
.entry-column dl {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 16px;
}

.entry-column dt {
	margin: 20px 1em 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	min-width: 5em;
}

.entry-column dd {
	margin-left: 0;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 1.8;
}
.entry-column dt + dd{
	padding-top: 20px;
}
/* イベント・新着カテゴリーの定義リスト */
.news .entry-column dt,
.event .entry-column dt {
	float: left;
}

.news .entry-column dd,
.event .entry-column dd {
	padding-left: 6em;
}
.news .entry-column dt + dd,
.event .entry-column dt + dd{
	padding-top: 20px;
}

@media (max-width: 767px) {
	.entry-column dt {
		margin: 20px 0 0 0;
		min-width: 0;
		float: none;
	}

	.entry-column dd {
		padding-left: 0.5em;
	}
	.entry-column dt + dd{
		padding-top: 0;
	}
	.news .entry-column dt,
	.event .entry-column dt {
		float: none;
	}

	.news .entry-column dd,
	.event .entry-column dd {
		padding-left: 0em;
	}
	.news .entry-column dt + dd,
	.event .entry-column dt + dd{
		padding-top: 0px;
	}
}


/* 引用 */
.entry-column blockquote {
	width: 100%;
	margin-bottom: 30px;
	padding: 15px 20px 15px 16px;
	font-size: 16px;
	line-height: 2;
	border-left: 4px solid #BFBFBF;
	background: #EFEFEF;
	box-sizing: border-box;
}

/* ソースコード */
.entry-column pre {
	width: 100%;
	margin: 0 0 30px 0;
	box-sizing: border-box;
}
.entry-column pre ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}
.entry-column pre ol li {
	line-height: 1.5;
}

/* 区切り線 */
.entry-column hr {
	border: 0;
	border-bottom: 1px solid #E5E5E5;
}

/* ユニット */
.entry-column .caption {
	margin: 0 0 20px 0;
	font-size: 13px;
}

.column-file-auto + .caption {
	margin-left: 10px;
}

@media screen and (min-width: 480px) {
	.entry-column .table-history-img {
		float: right;
	}
}

@media screen and (min-width: 768px) {
	.entry-column th,
	.entry-column td {
		display: table-cell;
		padding: 15px 20px;
		text-align: left;
		font-size: 16px;
		border-top: 1px solid #DFDFDF;
	}
	.entry-column th {
		background: inherit;
	}
	.entry-column tr:nth-child(odd) {
		background: #F5F5F5;
	}
	.entry-column td.td_eventname{
		padding: 25px 20px;
	}
}

/* エントリーフッター */
.entry-footer {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #F5F5F5;
}

/* タグ */
.entry-tag {
	margin: 0 0 5px 0;
}

.entry-tag-icon {
	float: left;
	color: #999;
}

.entry-tag-item {
	float: left;
	margin: 0 0 0 10px;
}

/* SNSシェア */
.share-wrapper {
	float: right;
}

.share-text {
	display: inline;
	float: left;
	margin: 0;
}

/* SNSシェアボタン */
.share-list {
	display: inline;
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

.share-item {
	display: inline-block;
	margin: 0 0 0 20px;
	vertical-align: top;
}
.share-item a {
	color: #999;
	text-decoration: none;
}
.share-item [class*="acms-icon"] {
	font-size: 16px;
	vertical-align: middle;
}
.share-item .share-item-facebook {
	/* Facebook */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #3B5999;
	border-radius: 4px;
}
.share-item .share-item-facebook:before {
	vertical-align: middle;
}
.share-item .share-item-twitter {
	/* Twitter */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #55ACEE;
	border-radius: 4px;
}
.share-item .share-item-twitter:before {
	vertical-align: middle;
}
.share-item .share-item-gplus {
	/* Google + */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #DD4B39;
	border-radius: 4px;
}
.share-item .share-item-gplus:before {
	vertical-align: middle;
}

/* 続きを読むボタン */
.continue-link {
	margin: 0;
	font-size: 16px;
}

.continue-link a {
	display: inline-block;
	padding: 10px;
	color: #FFF;
	line-height: 1.5;
	font-weight: bold;
	border-radius: 3px;
	background: #999;
}
.continue-link a [class*="acms-icon"] {
	margin: 0 10px 0 0;
}
.continue-link a:link,
.continue-link a:visited {
	color: #FFF;
}
.continue-link a:hover,
.continue-link a:focus,
.continue-link a:active {
	color: #FFF;
	text-decoration: none;
	background: #AAA;
}

@media screen and (min-width: 768px) {
	/* タグ */
	.entry-tag {
		margin: 0;
	}
	/* 続きを読むボタン */
	.continue-link a {
		padding: 5px 10px;
		font-weight: normal;
	}
}

/* ------------------------------
　　編集ページ
------------------------------ */
.field-title {
	padding: 0 10px;
}

.field-title:first-child {
	margin: 0 0 10px 0;
}

/* ------------------------------
　　サブカラム
------------------------------ */
.side-title {
	margin-top: 0;
	font-size: 18px;
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.beforecontact{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #CCC;
}
.beforecontact h3{
	font-size: 22px;
	margin-top: 0;
}
.beforecontact strong{
	color: #CB141C;
}
.contact-box p.message {
	margin: 0 0 35px 0;
	padding: 0 10px;
	font-weight: bold;
	color: #C41134;
}
.contactadinfo{
	margin-bottom: 60px;
}
p.adinfo{
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
}


.contact-box p.contact-no {
	margin: 0 15px 10px;
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	color: #C41134;
}
.contact-box p.contact-no a {
	color: inherit;
}

.contact-box p.error-text {
	/* エラー文 */
	margin: 5px 0 0 0;
	color: #C41134;
	clear: both;
}

.contact-box table.contact-form tr {
	background: #FFF;
}
.contact-box table th{
	padding-left: 0;
}
.contact-box table.input th{
	padding: 25px 0 0;
}
.contact-box .acms-form input{
	padding: 15px;
	font-size: 16px;
	border: none;
	background-color: #EEE;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.contact-box .acms-form input[type=submit] {
    font-size: 18px;
    background-color: #cb141c;
    position: relative;
}
.contact-box .acms-form select{
	padding: 15px 10px;
	font-size: 14px;
	border: none;
	background: url(../../system/images/marker/arrow_black03.png) 100%,#EEE;
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	        box-shadow: none;
	width: 100%;
	margin-bottom: 10px;
}
.contact-box .acms-form textarea{
	padding: 15px;
	font-size: 16px;
	border: none;
	background-color: #EEE;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.contact-box .acms-form select.adress-selecter{
	width: auto;
	padding-left: 10px;
	padding-right: 30px;
}
@media screen and (min-width: 480px) {
	.contact-box th,
	.contact-box td {
		display: table-cell;
	}
}

@media screen and (min-width: 768px) {
	.contact-box th {
		width: 220px;
	}
}
@media (max-width: 767px) {
	.contact-box p.contact-no {
	    font-size: 30px;
	}
}

/* ステップ 
------------------------------ */
.contact-box .mail-step {
	margin: 0 10px 35px 10px;
	padding: 0 10px;
	background: #E5E5E5;
	/* カウンターの設定 */
	counter-reset: mailStep;
}

.contact-box .mail-step-item {
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 18px 0 14px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px solid transparent;
}
.contact-box .mail-step-item:before {
	/* カウンターの設定 */
	counter-increment: mailStep;
	content: counter(mailStep) ".";
}

.contact-box .mail-step-item-current {
	color: #333;
	border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
	.contact-box .mail-step {
		height: 60px;
	}
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
	margin: 0 10px 50px 10px;
	text-align: center;
}

.form-btn {
	display: inline-block;
}

.form-btn-return {
	float: left;
}

.form-btn-send {
	float: right;
}
.form_sendbtn{
	text-align: right;
}
.eventbackbtn{
	background-color: #999!important;
}
@media screen and (min-width: 768px) {
	.form-btn-return {
		float: none;
	}
	.form-btn-send {
		float: none;
		max-width: 360px;
		width: 100%;
	}
}

/* ラベル 
------------------------------ */
.label-required {
	margin: 0 5px;
	padding: 2px 8px;
	color: #FFF;
	font-size: 12px;
	border-radius: 3px;
	background: #C41134;
}

@media screen and (min-width: 768px) {
	.label-required {
		float: right;
	}
}

/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
	border: 1px solid #C49511;
}

.contact-box select.focused:invalid {
	border: 1px solid #C41134;
}

.contact-box select[required]:valid {
	border: 1px solid #A7A7AA;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
	background: #FFFDEB;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
	background: #FFEBEE;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
	background: #FFF;
}

/* バリデーター
------------------------------ */
.valid-mark {
	display: none;
}

.valid-mark.valid {
	display: inline;
	color: #5CB85C;
	float: right;
}

.invalid {
	background: #FFEBEE !important;
}

/* ------------------------------
　　ヘッダー
------------------------------ */
/* サイト名 */
.site-name {
	font-size: 24px;
	font-weight: bold;
	color: #C41134;
}
.header-stack .site-name {
	margin: 25px 0 20px;
}
.site-name a {
	color: #C41134;
}
.site-name a:hover,
.site-name a:focus,
.site-name a:active,
.site-name a:visited {
	color: #C41134;
}

.site-logo {
	display: inline-block;
	width: 73%;
	max-width: 460px;
	height: auto;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.site-name-text {
	display: inline;
	vertical-align: middle;
}

.edit-link {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.header-nav{
	position: relative;
	z-index: 1;
	background-color: #cb141c;
	box-shadow:0px 2px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 2px 3px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 2px 3px 0px rgba(0,0,0,0.3);
}
.site-logo_sp{
	top: 0;
    bottom: 0;
    margin: auto 20px;
    position: absolute;

}
@media (max-width: 767px) {
	.site-logo_sp{
	    margin: auto 10px;
	}
}
@media (min-width: 768px) {
	.site-name {
		font-size: 24px;
	}
	.header-stack .site-name {
		text-align: left;
	}
	.site-logo {
		width: 460px;
	}
	.header {
		display: table;
		width: 100%;
	}
	.header-stack .header {
		display: block;
	}
	.header-logo {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
	}
	.header-stack .header-logo {
		display: block;
	}
	.header-nav {
		width: 100%;
		vertical-align: middle;
	}
	.header-stack .header-nav {
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
	}
}

@media (min-width: 1024px) {
	.header-logo {
		display: table-cell;
		width: 40%;
	}
	.header-stack .header-logo {
		display: block;
		width: 100%;
	}
	.header-nav {
		width: 100%;
	}
	.header-stack .header-nav {
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
	}
}

/* ------------------------------
　　情報BOX
------------------------------ */
.headinfobox{
	background-color: #cb141c;
	float: right;
	width: 480px;
	margin-top: 20px;
}
.headinfobox div{
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	border-left: 1px solid #FFF;
}
.headinfobox div a{
	display: block;
}
.headinfobox div a:hover{
	background-color: #950F15;
}
.headinfobox div:first-child{
	border-left: none;
}
.headinfobox div img{
	width: 160px;
}
/* ------------------------------
　　ナビゲーション
------------------------------ */
.header-logo {
	/* 固定したときの高さを保つ */
	padding: 80px 0 0 0;
}

.site-header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	padding: 0;
/* 	border-bottom: 1px solid #DDD; */
	background: #FFF;
	z-index: 100000;
	box-sizing: border-box;
	height: 80px;
	box-shadow:0px 0px 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 2px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 2px 1px rgba(0,0,0,0.1);
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
@media (max-width: 767px) {
	.site-header {
	    height: 60px;
	}
	.header-logo {
		padding: 60px 0 0 0;
	}
}

/* モバイル時ナビゲーションボタン */
.nav-menu-btn {
	display: inline-block;
	height: 80px;
	width: 80px;
	background-color: #CB141C;
	padding: 7px 5px;
	font-size: 20px;
	color: #333;
	box-sizing: border-box;
	float: right;
}
a .nav-menu-btn {
	color: #333;
}
.nav-menu-btn:hover {
	color: #333;
	text-decoration: none;
}
.nav-menu-btn .acms-icon-sort {
	display: inline-block;
}

.nav-menu-btn-text {
	margin: 0;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	color: #FFF;
	vertical-align: middle;
	display: block;
}
@media (max-width: 767px) {
	.nav-menu-btn {
		height: 60px;
		width: 60px;
		padding: 3px 5px;
	}
}
/* モバイル時ヘッダー アイコン */
.nav-menu-action {
	display: table;
	float: right;
	margin: 0;
	padding: 0;
}

.nav-menu-action-item {
	display: table-cell;
	width: 44px;
	height: 44px;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	color: #333;
}

.nav-menu-action-link {
	color: #333;
}
.nav-menu-action-link:hover,
.nav-menu-action-link:active,
.nav-menu-action-link:visited,
.nav-menu-action-link:focus {
	color: #333;
	text-decoration: none;
}

.navbar {
	display: none;
	width: 100%;
}
.navbar.acms-admin-module-edit-wrapper {
	z-index: 1;
}
.navbar ul {
	list-style: none;
	margin: 0 20px;
	padding: 0;
}
.navbar li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 15px;
}
.navbar li a:hover,
.navbar li a:focus,
.navbar li a:active {
	text-decoration: none;
	color: #FFF;
	background: #C41134;
}

@media (min-width: 1024px) {
	.header {
		height: 100px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.navbar {
		display: inline-block;
		vertical-align: middle;
	}
	.navbar > ul {
		list-style: none;
		padding: 0;
	}
	.header-stack .navbar > ul {
		float: none;
		display: table;
		width: 100%;
		table-layout: fixed;
		border-right: 1px solid #EEE;
	}
	.navbar li {
		float: left;
		position: relative;
		margin: 0 0;
		vertical-align: middle;
		text-align: center;
		width: 16.6666%;
	}
	.navbar > ul > li:after{
		content: "";
		border-right: 1px solid #FFF;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 0;
		height: 25px;
	}
	.navbar > ul > li:first-child:before{
		content: "";
		border-left: 1px solid #FFF;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
		height: 25px;
	}
	.header-stack .navbar li.navbar-btn {
		padding: 0 10px;
	}
	.header-stack .navbar li {
		float: none;
		display: table-cell;
		border-left: 1px solid #EEE;
	}
	.navbar li ul {
		/* 二階層目 */
		display: none;
		position: absolute;
		left: 0;
		min-width: 100%;
	}
	.navbar li li {
		margin: 0;
	}
	.header-stack .navbar li li {
		display: block;
		border: 0;
	}
	.navbar li a {
		/* 一階層目のリンクのみ */
		padding: 20px 0;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		transition: border .25s ease-out;
		color: #FFF;
	}
	.navbar li a:hover,
	.navbar li a:focus,
	.navbar li a:active {
		color: #FFF;
		background: transparent;
	}
	.header-stack .navbar li a {
		display: block;
		padding: 10px;
		font-size: 16px;
	}
	.navbar li.stay a {
		/* 一階層目のリンクのみ */
		border-bottom: 4px solid #FFF;
	}
	.navbar li.stay a.btn-attention {
		border: 0;
	}
	.navbar li:hover ul {
		/* 二階層目 */
		display: block;
		z-index: 10000;
		-webkit-animation: .8s fade-in;
		        animation: .8s fade-in;
		margin: 0;
	}
	.navbar li:hover a {
		/* 一階層目のリンクのみ */
		border-bottom: 4px solid #FFF;
	}
	.navbar li:hover a.btn-attention {
		border: 0;
	}
	.navbar li:hover li a {
		border: 0;

	}
	.navbar li li {
		/* 二階層目以降 */
		display: block;
		float: none;
		text-align: left;
		background: rgba(255,255,255,0.8);
		border-left: none;
		border-right: none;
		border-top: 1px solid #cb141c;
		width: 100%;
		
	}
	.navbar li li:first-child {
		border: 0;
	}
	.navbar li li a {
		margin: 0;
		padding: 10px 0;
		color: #cb141c;
		border: 0;
		text-align: center;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		
	}
	.navbar li li a:hover {
		color: #FFF;
		border: 0;
		background: #cb141c;
	}
	.navbar a.btn-attention {
		/* ボタン（色付き） */
		background: #FF9A00;
		font-weight: bold;
		color: #FFF;
		line-height: 1.2;
		border: 0;
		display: inline-block;
		padding: 8px 15px;
		border-radius: 3px;
		border: 0;
	}
	.navbar a.btn-attention:hover,
	.navbar a.btn-attention:visited {
		color: #FFF;
		text-decoration: none;
	}
	.navbar a.btn-attention:focus,
	.navbar a.btn-attention:active {
		color: #FFF;
		box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
	}
	.navbar a.btn-attention:hover {
		background-color: #FF9A00;
		background-image: linear-gradient(to bottom, #FDD87D, #FF9A00);
		color: #FFF;
		border: 0;
	}
	.navbar a.btn-attention:active,
	.navbar a.btn-attention:focus {
		background: #EDA800;
	}
}

@media (min-width: 1024px) {
	.header-logo {
		padding: 0;
	}
	.navbar ul li a {
		font-size: 15px;
	}
}

@media (min-width: 1440px) {
	.navbar ul li a {
		font-size: 16px;
	}
}

/* オフキャンバス */
.close-btn {
	display: none;
	width: 100%;
	padding: 0;
	border: 0;
	outline: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	opacity: 1;
	-webkit-tap-highlight-color: transparent;
}

.js-acms-offcanvas-open #offcanvas .close-btn {
	display: block;
	opacity: .7;
}

.js-acms-offcanvas-open #offcanvas .close-btn:focus {
	color: #FFF;
	overflow: initial;
	white-space: initial;
	text-indent: initial;
}

@media (max-width: 1023px) {
	#nav {
		padding: 10px 15px 100px 15px;
		box-sizing: border-box;
	}
	.offcanvas-nav {
		/* グローバルナビゲーション */
		margin: 0 0 10px 0;
	}
	.offcanvas-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #541919;
		background: #8d0e14;;
	}
	.offcanvas-nav li {
		display: block;
		padding: 20px;
		font-size: 14px;
		font-weight: bold;
		border-top: 1px solid #541919
	}
	.offcanvas-nav li li:last-child {
		padding-bottom: 15px;
	}
	.offcanvas-nav li.navbarBtn {
		border: 0;
	}
	.offcanvas-nav li.stay {
		background: #5c0202;
	}
	.no-js .offcanvas-nav li.stay {
		background: #E5E5E5;
	}
	.offcanvas-nav li:first-child {
		border: 0;
	}
	.offcanvas-nav li ul {
		border-bottom: none;
		background: none;
		/* display: none; */
	}
	.offcanvas-nav li ul li {
	    padding: 15px;
	    border-top: none;
	    font-weight: normal;
	}
	.offcanvas-nav li ul li:before {
	    content: "＞";
	    display: block;
	    padding-right: 5px;
	    margin: auto;
	    float: left;
	    font-size: 10px;
	    color: #FFF !important;
        top: 3px;
	    position: relative;
	}
	.offcanvas-nav a {
		display: block;
		margin: -10px;
		padding: 10px;
		color: #E8EDE3;
	}
	.offcanvas-nav a:hover {
		text-decoration: none;
	}
	.offcanvas-nav a.btn-attention {
		border-top: 0;
		border-radius: 0;
		font-weight: normal;
	}
	.offcanvas-nav a.btn-attention:hover {
		background: #FF9A00;
	}
	.no-js .offcanvas-nav a {
		color: #333;
	}
	/* オフキャンバス内のパーツ */
	.offcanvas-bar {
		display: none;
		padding: 0 0 100px;
	}
	.js-acms-offcanvas-active .offcanvas-bar {
		background: #D5D5D5;
	}
	.offcanvas-bar .module-header {
		color: #FFF;
		border-bottom: 2px solid #FFF;
	}
	.no-js .offcanvas-bar .module-header {
		/* IE8対応 */
		color: #FFF;
		border-bottom: 2px solid #FFF;
	}
	.offcanvas-bar .side-list-link {
		color: #FFF;
	}
	.no-js .offcanvas-bar .side-list-link {
		/* IE8対応 */
		color: #333;
	}
	.offcanvas-bar .side-list-link:hover,
	.offcanvas-bar .side-list-link:visited,
	.offcanvas-bar .side-list-link:focus,
	.offcanvas-bar .side-list-link:active {
		color: #FFF;
		background: 0;
	}
	.no-js .offcanvas-bar .side-list-link:hover,
	.no-js .offcanvas-bar .side-list-link:visited,
	.no-js .offcanvas-bar .side-list-link:focus,
	.no-js .offcanvas-bar .side-list-link:active {
		/* IE8対応 */
		color: #333;
	}
	.offcanvas-bar .pickup-title {
		margin: 0;
		color: #FFF;
		font-size: 16px;
	}
	.offcanvas-bar .pickup-title a {
		color: inherit;
	}
	.offcanvas-bar .btn-search {
		background: #999;
		border: 1px solid #666;
	}
	.offcanvas-bar .sns-list {
		margin: 0 -5px;
	}
	/* ナビゲーション内のスタイル */
	.spnavheader{
		background-color: #FFF;
		padding: 5px 0;
		text-align: center;
	}
	.spnavheader img{
		width: 50%;
		max-width: 200px;
		
	}
	.nomgb{
		margin-bottom: 0!important;
		padding-bottom: 0!important;
	}
	/* バナー */
	.spnavbanner .topBigbtn{
		padding-top: 0;
		background-color: #D5D5D5;
	}
	.spnavbanner .topBigbtn .acms-container {
    padding: 0 15px;
	}
	.spnavbanner .topBigbtn li span {
	    font-size: 11px;
	}
}

/* ***********************************************************
* #nav-toggle
* *********************************************************** */
#nav-toggle {
  display: block;
  position: relative;
  right: 0;
  left: 0;
  margin: auto;
  top: 8px;
  width: 23px;
  height: 30px;
  cursor: pointer;
  padding: 10px 11px 0;
  z-index: 100001;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
  left: 0;
  zoom: 1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
.open #nav-toggle {
  background: transparent;
}
.open #nav-toggle span {
  background: #FFF;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}
.open #spfootmenu {
    position: fixed;
    z-index: 999999;
    left: 0;
}
@media (max-width: 767px) {
	#nav-toggle {
	    top: 3px;
	    width: 23px;
	    height: 25px;
	    padding: 10px 11px 0;
	}
}
/* ------------------------------
　　フッター
------------------------------ */
/* お問い合わせ誘導エリア */
.suggest-box {
	background: #DDD;
}

.suggest-inner {
	display: table;
	width: 100%;
	padding: 15px 0;
}

.suggest-item {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.suggest-text {
	margin: 0 0 10px 0;
	line-height: 1.5;
	font-size: 14px;
}

.suggest-tel {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
.suggest-tel a {
	color: inherit;
}

.suggest-btn {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.suggest-inner {
		padding: 0;
	}
	.suggest-item {
		padding: 30px 10px;
	}
	.suggest-tel {
		margin: 0;
	}
	.suggest-half {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
}

/* フッター内会社情報 */
.foot-wrapper {
	padding: 50px 0;
	background: #4B4848;
	font-size: 14px;
}

.footerinfo img{
	width: 100%;
	max-width: 220px;
}
.footeradtext{
	margin-left: 0;
	margin-top: 10px;
	color: #EEE;
	font-style: normal;
}

.company-about {
	margin: 0 0 30px 0;
	color: #EEE;
}

.company-name {
	margin: 0 0 15px 0;
	color: #EEE;
	font-size: 20px;
	font-style: normal;
}

.company-detail {
	margin: 0 0 5px 0;
	padding: 0;
	color: #EEE;
	font-size: 14px;
	font-style: normal;
}
.company-detail a {
	color: #EEE;
}
.company-detail a:hover {
	text-decoration: underline;
}
.footerinquiry a{
	display: inline-block;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 3px 8px;
	font-size: 12px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	margin-top: 5px;
	font-style: normal;
	font-weight: bold;
}
.footeradtext a{
	color: #FFF;
}
.footerinfo .footeradtext,.footerinfo .footerinquiry{
	padding-left: 10px;
	margin-left: 0;
	line-height: 1.8;
}

/* フッターナビ */
.footernav{
	position: relative;
}
.footernav .acms-hide-pc{
	display: block!important;
}
.footernav ul{
	right: 0;
	float: right;
}
.footernav ul div{
	float: left;
	padding-right: 60px;
}
.footernav ul div:last-child{
	padding-right: 0;
}
.footernav ul li{
	list-style: none;
	margin-bottom: 10px;
}
.footernav ul li a{
	padding: 5px 5px;
	color: #EEE;
	font-size: 13px;
}
.footernav ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #666;
    display: inline-block;
    width: 10px;
}
.copyright p{
	margin: 0;
}
.copyright p a{
	color: #FFF;
}
@media screen and (max-width: 767px) {
	.footer-nav {
		display: none;
	}
	.footerinfo img {
	    max-width: 210px;
	}
	.footername{
		float: none;
		margin-right: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.footerinfo .footeradtext, .footerinfo .footerinquiry {
	    padding-left: 0;
	    margin-left: 0;
	    text-align: center;
	    font-size: 14px;
	    line-height: 1.8;
	}
	.copyright {
		font-size: 12px;
		padding-top: 30px;
	}
	.foot-wrapper {
	    padding: 30px 0;
	}
}
@media (max-width: 1023px) {
	.copyright {
	    padding-top: 0;
	}
}

/* ページの上に戻るボタン */
.page-top-btn {
	display: block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 63px;
	height: 63px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../images/gototop.png") no-repeat center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	z-index: 1000;
	opacity: 0;
	transition: opacity .2s ease-out;
}
.no-js .page-top-btn {
	/* jsが無効の環境のとき */
	opacity: .6;
}

.page-top-btn-appear {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.page-top-btn {
	    right: 10px;
	    bottom: 10px;
	    width: 50px;
	    height: 50px;
	    transition: opacity .5s ease-out;
	}
}

@media screen and (min-width: 768px) {
	.page-top-btn:hover {
		opacity: .8;
		transition: opacity .25s linear;
	}
}

/* フッター内各SNSアカウントのリンク集 */
.sns-list {
	list-style: none;
	margin: 0 -5px 30px 15px;
	padding: 0;
}

.sns-list-item {
	float: left;
	margin: 0 5px;
}
.sns-list-item a:hover,
.sns-list-item a:visited,
.sns-list-item a:active,
.sns-list-item a:focus {
	text-decoration: none;
}

/* 各種SNSボタン */
.sns-list-item .sns-list-facebook {
	/* Facebook */
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.5;
	font-size: 19px;
	color: #FFF;
	border-radius: 4px;
	background: #3B5999;
}
.sns-list-item .sns-list-facebook:before {
	vertical-align: middle;
}

.sns-list-item .sns-list-twitter {
	/* Twitter */
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.5;
	font-size: 19px;
	color: #FFF;
	border-radius: 4px;
	background: #55ACEE;
}
.sns-list-item .sns-list-twitter:before {
	vertical-align: middle;
}

.sns-list-item .sns-list-gplus {
	/* Google + */
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.5;
	font-size: 19px;
	color: #FFF;
	border-radius: 4px;
	background: #DD4B39;
}
.sns-list-item .sns-list-gplus:before {
	vertical-align: middle;
}

.sns-list-item .sns-list-youtube {
	/* YouTube */
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.5;
	font-size: 19px;
	color: #FFF;
	border-radius: 4px;
	background: #CD201F;
}
.sns-list-item .sns-list-youtube:before {
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.sns-list {
		width: 100%;
		float: right;
		margin: 0 -10px;
	}
	.sns-list li{
		float: right;
	}
	.sns-list-item {
		margin: 5px;
	}
	.sns-list-item a:hover {
		opacity: .8;
		transition: opacity .25s linear;
	}
}

/* 著作権表示 */
.copyright {
	margin: 0;
	color: #999;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
}

.copyright-text {
	margin: 0 auto;
}

.copryright-logo {
	vertical-align: middle;
}

/* ABC女子申し込みフォーム */
.contact-box table.ajform.input .acms-form-width-half{
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
}
div.disabled_spouse,div.disabled_child,div.disabled_others_family{
	opacity: 0.3;
	height: auto;
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 20px;
	margin-top: 5px;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
div.disabled_spouse.disabled-off_spouse,div.disabled_child.disabled-off_child,div.disabled_others_family.disabled-off_others_family{
	opacity: 1;
}
.contact-box table.ajform.input th {
    padding: 25px 5px 25px;
}
.contact-box table.ajform.input td {
    padding: 25px 0;
}
table.ajform .acms-admin-form-radio label{
	padding: 3px;
}
table.ajform #postal-code{
	margin-bottom: 5px;
}
.abcjoshibanner{
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 40px;
	
}
.abcjoshibanner img{
	width: 100%;
}
.abc_j1banner{
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 40px;
}
.abc_j1banner img{
	width: 100%;
}

.side_joshibanner{
	margin-top: 10px;
}
.side_joshibanner img{
	width: 100%;
}
p.branch_text{
	color: #333;
	font-size: 12px;
	margin-bottom: 0;
	margin-left: 0;
}
.ajform_pdflink{
	padding-left: 10px;
	margin-bottom: 20px;
}
.ajform_pdflink a{
	display: inline-block;
	margin-right: 20px;
}
.ajform_pdflink a:before{
	content: "";
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	background-image: url("../images/icon_pdf.png");
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.homelink{
	text-align: center;
}
.acms-entry.contact-box .homelink a{
	display: inline-block;
	padding: 10px 25px;
	border: 2px solid #CB141C;
	color: #222;
	margin-bottom: 30px;
	font-weight: bold;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.acms-entry.contact-box .homelink a:hover{
	text-decoration: none;
	background-color: #CB141C;
	color: #FFF;
	
}
@media (max-width: 767px) {
	.contact-box table.ajform.input th {
	    padding: 25px 5px 0;
	}
	.contact-box table.ajform.input td {
	    padding: 15px 0;
	}

}
