@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */

html{
	line-height: 1.5;
}

/*	アンカーの調整	*/
.js-anchor::before {
	position: relative;
	margin-top: -200px;
	height: 200px;
	opacity: 0;
	visibility: hidden;
}

/*	admin.css	*/
#adminBox, .acms-admin-box {
	padding: 10px;
	border: 1px solid #d8d8de;
	background-color: #e4e5ea;
	margin: 0;
	font-size: 14px;
}

.acms-list-group-item:hover {
    background: none;
}

.acms-icon {
    padding-right: 3px;
}

.acms-form-group {
    margin-bottom: 0px;
}

.titleWrapper {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.column-image-center p.caption {
	text-align: center;
}

.acms-entry [class*=column-image-] {
	text-align: center;
}





/*	site parts	*/
hr.hasenline {
	margin: 50px 0;
	border: none;
	border-top: dashed 1px #ccc;
	height: 1px;
	color: #FFFFFF;
}

.acms-unit-clear {
	clear: both;
}

.columnImage1 {
	border: 1px solid #cdcdcd;
	box-sizing: content-box !important;
	height: auto;
}

.textLeft {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
/*     font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}

.textCenter {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
/*     font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}

.textRight {
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
/*     font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}


/*	header	*/
.header {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.headerImage {
	height: 840px;
}

.headerImage > div {
    height: 100%;
    background-color: rgba(0,90,150,0.4);
}

.header-stack .site-name {
/* 	text-align: center; */
}

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

.headerText {
	text-align: right;
}


/*	nav btn	*/
.nav-menu-btn {
	position: absolute;
	display: inline-block;
	top: 12px;
	right: 0px;
	width: 45px;
	height: 45px;
	margin: 8px 0 8px 3px;
	padding: 3px 0 5px 0;
	font-size: 22px;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 5px;

}

a.nav-menu-btn:link,
a.nav-menu-btn:visited,
a.nav-menu-btn:hover,
a.nav-menu-btn:active {
	color: #333;
}

.nav-menu-btn-text {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: 700;
	color: #333;
	text-align: center;
	vertical-align: top;
}

.nav-menu-action-item {
	display: table-cell;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}

.nav-menu-action-item a:link,
.nav-menu-action-item a:visited,
.nav-menu-action-item a:hover,
.nav-menu-action-item a:active {
	display: block;
	margin: 6px 0 0 0;
	font-size: 30px;

}

/*	sitemap	*/
.sitemap .moduleSection {
	margin-bottom: 20px;
}
.sitemap .moduleHeading {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.sitemap ul li a {
	font-size: 16px;
	line-height: 1.5;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}



/*	追加	*/
.contents_wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.pagehead {
	height: 650px;
	margin: 0 auto;
	color: #fff;
}

.pagehead h1 {
	margin-top: 0;
	padding-top: 190px;
	text-align: center;
}

.pagehead img {
	max-width: 1560px;
	width: 101.5%;
	margin-left: -1%;
}

.head-btn {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
}

.head-btn p {
	position: absolute;
	bottom: 40px;
	margin-left: 1%;
	letter-spacing: 0.3em;
	color: #fff;
	border: 1px solid #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
	line-height: 2;
}

.head-btn p a:link,
.head-btn p a:visited {
	display: block;
	padding: 10px 40px 10px 60px;
	background: #014C92 url(../../images/link_6.png) no-repeat 15px center;
	font-size: 16px;
	color: #fff;
	opacity: 0.7;
}

.head-btn p a:hover,
.head-btn p a:active {
	display: block;
	padding: 10px 40px 10px 60px;
	background: #014C92 url(../../images/link_6.png) no-repeat 15px center;
	font-size: 16px;
	color: #fff;
	opacity: 0.4;
}


/*	mark	*/
.topmark {
	position: relative;
	width: 100%;
	max-width: 1560px;
	min-width: 1028px;
	margin: 0 auto;
}

.topmark img {
	position: absolute;
	top: -200px;
	right: 10px;
	z-index: 2;
}


.container_wrapper {
	width: 100%;
	padding: 20px 0;
}

.blueBg {
	background: #014C91;
}

/*	top news	*/
.topnewBox_wrapper {
	min-width: 1100px;
}
.topnewsBox_l {
	float: left;
	width: 100px;
	padding: 10px 20px;
}

.topnewsBox_l .module-header {
	border: none;
	margin: 0;
	padding: 0;
}

.topnewsBox_l h2 {
	margin: 0 0 10px 0;
	color: #fff;
	font-family: serif;
	letter-spacing: 0.8em;
	text-align: center;
}

.topnewsBox_l a {
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #013462;
    display: block;
    padding: 5px 30px 5px 30px;
    text-align: center;
    line-height: 1.5;
    background: #fff url(../../images/link_6-2.png) no-repeat 6px center;
    color: #014C91 !important;
    font-size: 12px !important;
    font-size: 1.1rem;
}

.topnewsBox_r {
	float: left;
	width: calc(100% - 400px);
	padding: 10px 20px;
	border-left: 2px solid #fff;
}

.topnewsBox_r ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.topnewsBox_r ul li {
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
}

.topnewsBox_r ul li time {
	margin: 10px 20px 10px 0;
	padding: 10px 0 10px 20px;
	line-height: 1.5;
	background: url(../../images/link_6.png) no-repeat 0px center;
}


.topnewsBox_r ul li a {
	margin: 10px 0;
	padding: 10px 0;
	line-height: 1.5;
}

.topnewsBox_r ul li a:link,
.topnewsBox_r ul li a:visited,
.topnewsBox_r ul li a:hover,
.topnewsBox_r ul li a:active {
	color: #fff;
}


/*			*/
/*	footer	*/
/*			*/

/*	banner footer	*/
.banner_footer {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.banner_footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.banner_footer ul li {
	float: left;
	margin-right: 10px;
}

.banner_footer ul li img {
	width: auto;
	height: auto;
	max-height: 60px;
}

/*	footer_navi	*/
.footer_navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_navi ul li a {
	line-height: 2;
    color: #000;
    display: inline-block;
    padding-left: 8px;
    background: url(../../images/link_1.png) no-repeat left 5.5px;
    font-size: 13px;
    color: #666;
}


.footer_navi ul li.acms-col-md-8 ul {
	margin-left: 0em;
}

.footer_navi ul li.acms-col-md-8 ul li {
	float: left;
	width: 25%;
}

.footer_navi ul li.acms-col-md-8 ul li ul {
	margin-left: 10px;
}

.footer_navi ul li.acms-col-md-8 ul li ul li {
	float: none;
	width: 100%;
}



/*	画像の矢印	*/
.columnImage_arrow_wrapper {
	position: relative;
}

.columnImage_arrow_wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;/*指定したい幅*/
	padding-top: 100%;/*画像の幅に対する高さ比率*/
	display: block;
}

.columnImage_arrow_wrapper::after {
	content: '';
	position: absolute;
	display: block;
	top: calc(50% - 20px);
	right: -20px;
	width: 14px;
	height: 200px;
	z-index: 99;
	background-image: url(../../images/sankaku.png);
	background-repeat: no-repeat;
	background-size: 70% auto;
	vertical-align: middle;
}



/*	offcanvas用	*/
.headerLink_offcanvas {
	position: inherit;
	top: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: left;
}

.headerLink_offcanvas li {
	display: inline-block;
	padding: 0 0 0 0.5em;
}

.headerLink_offcanvas li a:hover,
.headerLink_offcanvas li a:visited {
	opacity: 0.5;
}

.headerLink_offcanvas li.headerLink_shunta {
	display: inline-block;
}

.headerLink_offcanvas li.headerLink_insta {
	display: inline-block;
}

.headerLink_offcanvas li.headerLink_en {
	display: none;
}

.headerLink_offcanvas li.headerLink_shunta a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../../images/header_btn_shunta.png) no-repeat;
	background-size: 100% 100%;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}

.headerLink_offcanvas li.headerLink_insta a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../../images/header_btn_insta.png) no-repeat;
	background-size: 100% 100%;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}

.headerLink_offcanvas li.headerLink_en a {
	display: block;
	width: 48px;
	height: 30px;
	background: url(../../images/header_btn_en.png) no-repeat;
	background-size: 100% 100%;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}



/*	contact	*/
.contact-box {
	margin-top: 100px;
	margin-bottom: 100px;
}
.contact_tel_wrapper {
	width: 714px;
	padding: 22px 43px;
	margin: 100px auto;
	text-align: center;
	line-height: 2;
	border: 2px solid #014c91;
	position: relative;
	line-height: 1.5;
    letter-spacing: 0.2em;
}

.contact_tel_wrapper h2 {
	font-size: 14px;
	border-bottom: 1px solid #014c91;
	padding-bottom: 5px;
	letter-spacing: 0.2em;
	color: #014c91;
	font-weight: normal;
}

.contact_tel_wrapper p.contact-no {
	font-size: 24px;
	letter-spacing: 0.2em;
	color: #014c91;
	padding: 10px;
	font-weight: normal;
}

.contact_tel_wrapper p.contact-time {
	font-size: 14px;
	letter-spacing: 0.1em;

	padding: 0;
}







/*	その他のコンテンツ	*/

.unit_wrapper_other .entry {
	width: 100vw;
	margin-top: 60px;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
.unit_wrapper_other .entry .page-header,
.unit_wrapper_other .entry .entry-column,
.unit_wrapper_other .entry .acms-box-medium {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}

.unit_wrapper_other .entry-title {

    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 30px;
    border: none;
    outline: none;
    border-bottom: 1px dotted #000;
    color: #014c92;
    text-align: left;
    letter-spacing: 0;
    font-weight: normal;
}

.unit_wrapper_other .entry-title a {
	color: #014c91 !important;
}


.unit_wrapper_other .index {
    width: 100%;
    max-width: 760px;
    margin: 50px auto;
    padding: 5%;
    background: url(../../images/newslist_bg.png) repeat;
    border-radius: 10px;
}

.unit_wrapper_other .index .acms-list-group {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px dotted #333;
}

.unit_wrapper_other .index .acms-list-group-item {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #333;
}

.unit_wrapper_other .index .acms-list-group-item time {
    display: inline-block;
    margin-left: 15%;
    padding-right: 3%;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #000;
    padding-left: 30px;
    background: url(../../images/link_8.png) no-repeat left center;
    vertical-align: top;
}

.unit_wrapper_other .index .acms-list-group-item a {
	display: inline-block;
    width: 60%;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #000;
}



/*	エントリー	*/
.unit_wrapper_other_entryunit {
	background: #fff;	
}

.unit_wrapper_other_entryunit .entryInfo {
	margin: 0;
}

.unit_wrapper_other_entryunit .entryInfo time {
	font-size: 16px;
	margin-bottom: 3%;
	border-bottom: 1px dotted #000;
	color: #014c92;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.unit_wrapper_other_entryunit h1.entry-title {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 30px;
	border: none;
	outline: none;
	border-bottom: 1px dotted #000;
	color: #014c92;
	text-align: left;
	letter-spacing: 0;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.errortitle_404 {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 30px;
	border: none;
	outline: none;
	border-bottom: 1px dotted #000;
	color: #014c92;
	text-align: left;
	letter-spacing: 0;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}





@media screen and (min-width: 1280px) {

	.head-btn p {
		position: absolute;
		bottom: 0;
		margin-left: 1%;
		letter-spacing: 0.5em;
		color: #fff;
		border: 1px solid #fff;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: left;
		line-height: 2;
	}

}

@media screen and (max-width: 767px) {

	/*	アンカーの調整	*/
	.js-anchor {
		position: relative;
		top: -150px;
		opacity: 0;
	}

	.head-wrapper .acms-container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header {
	    width: 100%;
	    max-width: inherit;
	    min-width: inherit;
	    margin-left: auto;
	    margin-right: auto;
	    overflow: hidden;
	}

	#adminBox, .acms-admin-box {
		margin-top: 60px;
	}

	.offcanvas-nav .headerLink a {
		font-size: 90%;
		text-align: left;
	}

	/*	header	*/
	.header {
		width: 100%;
		max-width: inherit;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}

	.site-logo {
		display: inline-block;
		width: auto;
		max-width: inherit;
		height: 30px;
		margin: 0 0 0 0;
		vertical-align: middle;
	}

	.headerImage {
		height: 480px;
	}

	.pagehead h1 {
	    margin-top: 0;
	    padding-top: 90px;
	    text-align: center;
	}

	.head-btn {
		margin: 0 auto;
		text-align: left;
	}
	
	.head-btn p {
		position: absolute;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		bottom: 3%;
		letter-spacing: 0.1em;
		color: #fff;
		border: 1px solid #fff;
		font-size: 10px;
		font-size: 1.0rem;
		text-align: center;
		line-height: 2;
	}
	
	.head-btn p a {
		display: block;
		padding: 10px 40px 10px 60px;
		background: #014C92 url(../../images/link_6.png) no-repeat 15px center;
		font-size: 10px;
		font-size: 1.0rem;
		color: #fff;
		opacity: 0.7;
	}
	
	.topmark {
		display: none;
	}

	/*	ヘッダー用	*/
	.headerLink {
		position: absolute;
		top: 15px;
		right: 45px;
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: right;
	}
	
	.headerLink li {
		display: inline-block;
		padding: 0 0 0 0.2em;
	}
	
	.headerLink li a:hover,
	.headerLink li a:visited {
		opacity: 0.5;
	}

	.headerLink li {
		display: none;
	}
	
	.headerLink li.headerLink_en {
		display: block;
		white-space: nowrap;
		font-size: 11px;
	}
	
	.headerLink li.headerLink_shunta a {
		display: block;
		width: 30px;
		height: 30px;
		background: url(../../images/header_btn_shunta.png) no-repeat;
		background-size: 100% 100%;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	.headerLink li.headerLink_insta a {
		display: block;
		width: 30px;
		height: 30px;
		background: url(../../images/header_btn_insta.png) no-repeat;
		background-size: 100% 100%;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
	}
	
/*
	.headerLink li.headerLink_en a {
		display: block;
		width: 48px;
		height: 30px;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
	}
*/



	.topnewBox_wrapper {
		min-width: inherit;
	}

	.topnewsBox_r {
	    float: left;
	    width: 100%;
	    padding: 10px 0;
	    border-top: 2px solid #fff;
	    border-left: none;
	}

	.topnewsBox_l {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}

	.topnewsBox_l h2 {
	    margin: 10px 0 0 0;
	    color: #fff;
	    font-family: serif;
	    letter-spacing: 0.3em;
	    text-align: left;
	}

	.topnewsBox_l a {
		position: absolute;
		top: -5px;
		right: 0;
	    margin: 0 0 10px 0;
	}

	.topnewsBox_r ul li {
	    margin: 5px 0 10px 0;
	    padding: 0;
	    color: #fff;
	}

	.topnewsBox_r ul li time {
		display: block;
		width: 95%;
		margin: 0;
		padding: 5px 0 5px 20px;
		line-height: 1.5;
		background: url(../../images/link_6.png) no-repeat 0px center;
	}

	.topnewsBox_r ul li a {
		display: block;
		width: 95%;
		margin: 0 0 5px 0;
		padding: 0 0 10px 20px;
		line-height: 1.5;
	}


	/*	banner footer	*/
	.banner_footer {
		padding: 20px 0;
		border-bottom: 1px solid #ccc;
		background-color: #fff;
	}
	
	.banner_footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.banner_footer ul li {
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
		text-align: center;
	}
	
	.banner_footer ul li img {
		width: auto;
		height: auto;
		max-width: 80%;
		max-height: 200px;
		margin-left: auto;
		margin-right: auto;
	}


	/*	footer_navi	*/
	.footer_navi ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.footer_navi ul li a {
		line-height: 2;
	    color: #000;
	    display: inline-block;
	    padding-left: 8px;
	    background: url(../../images/link_1.png) no-repeat left 5.5px;
	    font-size: 13px;
	    color: #666;
	}
	
	.footer_navi ul li.acms-col-md-8 ul {
		margin-left: 1em;
	}
	
	.footer_navi ul li.acms-col-md-8 ul li {
		float: none;
		width: 100%;
	}

	.footer_navi ul li.acms-col-md-8 ul li ul {
		margin-left: 1em;
	}

	.footer_navi ul li.acms-col-md-8 ul li ul li {
		float: none;
		width: 100%;
	}


	.contact_tel_wrapper {
		width: calc(100% - 30px);
		padding: 20px 15px;
		margin: 100px auto;
		text-align: center;
		line-height: 2;
		border: 2px solid #014c91;
		position: relative;
		line-height: 1.5;
	    letter-spacing: 0.2em;
	    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.contact_tel_wrapper h2 {
	    font-size: 12px;
	    border-bottom: 1px solid #014c91;
	    padding-bottom: 5px;
	    letter-spacing: 0em;
	    color: #014c91;
	    font-weight: normal;
	}

	.contact_tel_wrapper p.contact-no {
	    font-size: 5vw;
	    letter-spacing: 0em;
	    color: #014c91;
	    padding: 10px;
	}

	.contact_tel_wrapper p.contact-time {
	    font-size: 12px;
	    letter-spacing: 0em;
	    color: #014c91;
	    padding: 0;
	}





	/*	その他のコンテンツ	*/
	.unit_wrapper_other .index {
	    width: calc(100vw - 40px);
	    max-width: inherit;
	    margin: 0;
	    padding: 30px 20px;
	    background: url(../../images/newslist_bg.png) repeat;
	    border-radius: 0;
	}

	.unit_wrapper_other .index .acms-list-group-item {
		display: block;
		padding: 20px 10px;
		text-decoration: none;
		color: #333;
		border-bottom: 1px dotted #333;
	}

	.unit_wrapper_other .index .acms-list-group-item time {
	    display: block;
	    width: 100%;
	    margin-left: 0;
	    padding-right: 3%;
	    letter-spacing: 0.1em;
	    line-height: 1.6;
	    color: #000;
	    padding-left: 20px;
	    background: url(../../images/link_8.png) no-repeat left center;
	    vertical-align: top;
	}
	
	.unit_wrapper_other .index .acms-list-group-item a {
		display: block;
	    width: 100%;
	    letter-spacing: 0.1em;
	    line-height: 1.6;
	    color: #000;
	    margin: 0;
	    padding-left: 20px;
	}

	/*	entry	*/
	.unit_wrapper_other .entry {
		width: calc(100vw - 40px);
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.unit_wrapper_other_entryunit .entryInfo time {
	    font-size: 14px;
	    margin-bottom: 3%;
	    border-bottom: 1px dotted #000;
	    color: #014c92;
	    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.unit_wrapper_other_entryunit h1.entry-title {
		font-size: 18px;
	    line-height: 1.3;
	    margin-bottom: 30px;
        padding: 10px;
	    border: none;
	    outline: none;
	    border-bottom: 1px dotted #000;
	    color: #014c92;
	    text-align: left;
	    letter-spacing: 0;
	    font-weight: normal;
	}


	.errortitle_404 {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 18px;
	    line-height: 1.3;
	    margin-bottom: 30px;
        padding: 10px;
	    border: none;
	    outline: none;
	    border-bottom: 1px dotted #000;
	    color: #014c92;
	    text-align: left;
	    letter-spacing: 0;
	    font-weight: normal;
	}


}

@media screen and (max-width: 479px) {

	/*	画像の矢印	*/
	.columnImage_arrow_wrapper {
		position: relative;
	}
	
	.columnImage_arrow_wrapper::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 14px;/*指定したい幅*/
		padding-top: 50%;/*画像の幅に対する高さ比率*/
		display: block;
	}
	
	.columnImage_arrow_wrapper::after {
		content: '';
		position: absolute;
		display: block;
		left: calc(50% - 26px);
		top: calc(100% + 40px);
		text-align: center;
		width: 52px;
		height: 15px;
		background-image: url(../../images/sankaku_sp.png);
		background-repeat: no-repeat;
		background-size: 70% auto;
		vertical-align: middle;
	}

	.columnImage_arrow_wrapper {
		margin-bottom: 0;
	}

	.acms-entry [class*=column-eximage-] .caption,
	.acms-entry [class*=column-image-] .caption,
	.acms-entry [class*=column-media-] .caption {
		text-align: center;
		font-size: 12px;
		line-height: 1.5;
		padding-bottom: 20px;
	}

}