@charset "UTF-8";

/* *ヘッダー
-----------------------------------*/
.l-header {
	z-index: 100;
	left: 0;
	width: 100%;
	clear: both;
	border-top: 5px solid #008d92;
}
.top .l-header {
	margin-bottom: 40px;
}
.l-header .l-header-inner {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

.l-header .l-header-inner {
	margin: 0 auto 10px;
}

.index .l-header,
.entry_body .l-header {
	position: relative;
}

.index .l-header .gNav-item a,
.entry_body .l-header .gNav-item a,
.index .l-header .sub_nav ul li a,
.entry_body .l-header .sub_nav ul li a {
	color: #333333;
}


.acms-navbar {
	background: none;
	border: none;
	margin-bottom: 0;
}
.acms-navbar a:link, .acms-navbar a:visited, .acms-navbar a:hover, .acms-navbar a:active, .acms-navbar #viewing {
	color: #333;
	padding: 0 13.3px;
	width: 115px;
	text-align: center;
	background: none;
}

.acms-navbar ul {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.l-header {
		height: auto;
		min-width: 0;
		top: 0;
		min-height: inherit;
		padding: 10px 0;
		margin-bottom: 0;
	}

	.top .l-header {
		margin-bottom: 0;
	}

	.l-header .l-header-inner  {
		padding-top: 0;
		min-height: inherit;
		width: 100%;
		margin-bottom: 0;
	}

	.l-header.open {
		background: rgba(255,255,255,1);
		position: absolute;
	}

	.l-header-inner + .l-header-inner {
		display: none;
	}
	.l-header.open .l-header-inner + .l-header-inner {
		display: block;
	}

	.acms-navbar a:link, .acms-navbar a:visited, .acms-navbar a:hover, .acms-navbar a:active, .acms-navbar #viewing {
		width: 100%;
	}

}

@keyframes headerAnimation {
	0% {
		margin-top: -70px;
	}
	100% {
		margin-top: 0;
	}
}


/*ロゴ
-----------------------------------*/
.logo {
	margin: 15px 0 0;
	float: left;
	position: relative;
}
.logo-item {
	line-height: 0.45;
	margin: 0;
	width: 46%;
	height: 100%;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 15px;
}
.logo-item span {
	font-size: 11px;
}
.logo-item a {
	height: 100%;
	display: block;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.logo-item a:hover {
	opacity: 0.5;
}
.logo-item img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 768px) {
	.logo {
		box-sizing: content-box;
		display: table;
		border-right: none;
		width: 41.09%;
		margin: 0;
		margin-left: 2.68%;
	}
	.logo-item {
		display: table-cell;
		vertical-align: middle;
		height: auto;
		padding: 0;
		float: none;
	}
	.logo-item img {
		padding: 0;
		width: 100%;
	}
	.logo-item a {
		padding: 0;
		height: auto;
	}
}

/*タイトル
-----------------------------------*/

.header-title {
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.2rem;
	margin: 0;
	padding: 36px;
}
.header-title a {
  color: #fff !important;
}
@media screen and (max-width: 480px) {
	.header-title {
		font-size: 14px;
		font-size: 1.8rem;
		font-weight: bold;
	}
}

/*テキスト
-----------------------------------*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


h2 {
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 35px;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
}

h2::after {
	content: "";
	display: block;
	position: absolute;
	width: 125px;
	height: 2px;
	background: #a2e2ee;
	left: 50%;
	margin-left: -62.5px;
}

p {
	font-size: 88%;
	color: #333;
	line-height: 1.8;
}

p.read {
	text-align: center;
	color: #ffffff;
}




.entry-header {
	margin-bottom: 0;
	border-bottom: none;
}

.module-section h1,
.entry-header h1,
.module-header h1,
.acms-entry h1 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #0066cc;
	    padding: 3px 0 4px 25px;
	border-bottom: solid 1px #0066cc;
  position: relative;
}

.module-section h1:before,
.entry-header h1:before,
.module-header h1:before,
.acms-entry h1:before {
  content: "";
	position: absolute;
	top: 10px;
	left: 8px;
	bottom: 13px;
	width: 6px;
	display: block;
	background: #0066cc;
}

.acms-entry h2,
.acms-summary h2 {
	font-size: 2rem;
	position: relative;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 5px 0 5px 15px;
	background: #0265cc;
	color: #fff;
	text-align: left;
}

.acms-entry h2::after,
.acms-summary h2::after {
	display: none;
}

.acms-entry h3.arrow {
	font-size: 138.6%;
	display: block;
	color: #0066cc;
}

.acms-entry h3::before {
	border: 2px solid #0066cc;
}
.acms-entry h3::after {
	border-top: 2px solid #0066cc;
	border-right: 2px solid #0066cc;
}

@media screen and (max-width: 480px) {
	p {
		font-size: 12px;
		font-size: 1.2rem;
	}

	h2 {
		font-size: 1.5em;
		margin-bottom: 20px;
	}

	.read_box {
	}

	.read_box h3 {
		font-size: 1.8rem;
		letter-spacing: 0;
	}

	.read_box p {
		font-size: 1.2rem;
	}
  .module-section h1:before,
  .entry-header h1:before,
  .module-header h1:before,
  .acms-entry h1:before {
    top: 5px;
    left: 8px;
    bottom: 13px;
    width: 6px;
    height: 20px;
  }
}

/* side_block
----------------------------------*/
#contents .side_block {
	overflow: hidden;
	margin-top: 20px;
}

#contents .side_block　.contents_block {
	overflow: hidden;
}

#contents .side_block .acms-list-group-heading {
	font-size: 84.5%;
	text-align: center;
	border: solid 1px #e1e1e1;
	padding: 3px;
	margin-top: 0;
}
#contents .side_block .acms-list-group-heading span {
	display: block;
	padding-top: 7px;
}
#contents .side_block .acms-list-group {
	background: #ffffff;
	border-radius: 4px;
	border-top: none;
}

#contents .side_block .acms-list-group li {
	font-weight: bold;
	    font-size: 97%;
}
#contents .side_block .acms-list-group li .txtListMenu li {
	font-weight: normal;
	padding-left: 15px;
}
#contents .side_block .acms-list-group li .txtListMenu li a {
	padding: 5px 3px;
	font-size: 108%;
}


#contents .side_block .acms-list-group-item {
	font-size: 100%;
	margin: 0 10px;
	padding: 10px 5px;
  border-bottom: none !important;
}
#contents .side_block .acms-list-group-item .date {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
#contents .side_block .acms-list-group-item .date .acms-label {
	font-size: 11px;
	font-size: 1.1rem;
	background: none;
	float: right;
}
#contents .side_block .acms-list-group-title-link {
	margin: 0;
	text-decoration: underline;
	display: block;
}



#contents .side_block .contents_block .acms-list-group-heading {
	margin-top: 0;
}
#contents .side_block .contents_block .acms-list-group-heading span {
	border-bottom: 2px solid #CCC;
}
#contents .side_block .contents_block .acms-list-group-item .date .acms-label {
	color: #CCC;
}

#contents .side_block .contents_block .acms-admin-module-edit-wrapper {
    position: relative;
    z-index: 0;
    background: #CCC;
    padding: 8px;
}



@media screen and (max-width: 768px) {
	#contents {
		padding-bottom: 50px;
	}
}

/*スタッフブログ
----------------------------------------*/
.staffblog .l-header {
	border-color: #008d92;
}
.staffblog .l-header .l-header-inner {
	margin-bottom: 20px;
}
.staffblog .l-header .logo {
	margin-top: 25px;
}
.staffblog .logo-item {
	width: auto;
}
.staffblog .header-title {
	background: #008d92;
}

.staffblog .entry-header h1,
.staffblog .acms-entry h1 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #008d92;
	padding: 3px 0 4px 25px;
	border-bottom: solid 1px #008d92;
}
.staffblog .entry-header h1:before,
.staffblog .acms-entry h1:before {
	background: #008d92;
}
.staffblog .acms-entry h2,
.staffblog .acms-summary h2 {
	background: #008d92;
  color: #fff;
  font-size: 20px;
}
.staffblog #contents .side_block .contents_block .acms-margin-bottom-medium {
	background: #008d92;
	padding: 8px;
}
.staffblog #contents .side_block .acms-list-group li {
	font-weight: bold;
	font-size: 100%;
}
.staffblog .side_block .acms-list-group-item:first-child {
	border: none;
}

.staffblog .l-footer {
	background: #008d92;
}
.staffblog .l-footer::before {
	display: none;
}
.staffblog .footer-inner .logo {
	float: none;
	margin: 0 auto;
}


@media screen and (max-width: 768px) {
	.staffblog .l-header .l-header-inner {
		margin-bottom: 0;
	}
	.staffblog .l-header .logo {
		margin-top: 0;
	}
  .staffblog .entry-header h1,
  .staffblog .acms-entry h1 {
    font-size: 19px;
  }
}



/*ブログ 川本式観点
----------------------------------------*/
.kawamoto .l-header {
	border-color: #032466;
}
.kawamoto .l-header .l-header-inner {
	margin-bottom: 20px;
}
.kawamoto .l-header .logo {
	margin-top: 25px;
}
.kawamoto .logo-item {
	width: auto;
}
.kawamoto .header-title {
	background: #032466;
}

.kawamoto .entry-header h1,
.kawamoto .acms-entry h1 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #032466;
	padding: 3px 0 4px 25px;
	border-bottom: solid 1px #032466;
}
.kawamoto .entry-header h1:before,
.kawamoto .acms-entry h1:before {
	background: #032466;
}
.kawamoto .acms-entry h2,
.kawamoto .acms-summary h2 {
	background: #032466;
}
.kawamoto .acms-entry h2,
.kawamoto .acms-summary h2 {
	background: #032466;
}
.kawamoto #contents .side_block .contents_block .acms-margin-bottom-medium {
	background: #032466;
	padding: 8px;
}
.kawamoto #contents .side_block .acms-list-group li {
	font-weight: bold;
	font-size: 100%;
}
.kawamoto .side_block .acms-list-group-item:first-child {
	border: none;
}

.kawamoto .l-footer {
	background: #032466;
}
.kawamoto .l-footer::before {
	display: none;
}
.kawamoto .footer-inner .logo {
	float: none;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.kawamoto .l-header .l-header-inner {
		margin-bottom: 0;
	}
	.kawamoto .l-header .logo {
		margin-top: 0;
	}
}

/*バナー
-----------------------------------*/

.c-content__bnr-inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}

.c-content__bnr-inner .acms-col-md-4 {
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.c-content__bnr-inner {
		width: 100%;
		padding: 25px 0;
	}
	.c-content__bnr-inner li {
		width: 70.31%;
		margin: 0 auto 10px;
	}

	.c-content__bnr-inner .acms-col-md-4 {
		margin-bottom: 10px;
	}
}

/*フッター
-----------------------------------*/
.l-footer {
	background: #043089;
	margin: 0;
	border-top: 15px solid #d6dde5;
	position: relative;
}
.l-footer::before {
	content: "";
	display: block;
	position: absolute;
	width: 70%;
	height: 5px;
	background: #0066cc;
	top: -5px;
	left: 50%;
	margin-left: -35%;
}


@media screen and (max-width: 768px) {
	.l-footer {
		padding: 0;
	}

	.l-footer::before {
		display: none;
	}
}


.footer-inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}


.footer-inner .sitemap {
	width: 670px;
	float: right;
}
.footer-inner .acms-margin-bottom-medium {
	float: left;
	height: auto;
	width: auto;
	clear: none;
}

.footer-inner ul.acms-list-group {
	border: none;
}

.footer-inner .acms-navbar a:link, .footer-inner .acms-navbar a:visited, .footer-inner .acms-navbar a:hover, .footer-inner .acms-navbar a:active, .footer-inner .acms-navbar #viewing {
	color: #fff;
}

.footer-inner .acms-navbar a:link {
	padding: 0 13.3px;
	width: auto;
	text-align: left;
	height: auto;
	line-height: 3;
}
.footer-inner .acms-navbar li:last-child {
	border: none;
}


.footer-inner ul li {
	position: relative;
	float: none;
	border: none;
}

.footer-inner ul li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}

.footer-inner ul li a::before {
	content: "";
	position: absolute;
	display: block;
	background: url(../images/common/ico-footer-arrow.png) no-repeat;
	width: 12px;
	height: 24px;
	left: 6px;
	top: 30%;
	background-size: 65%;
}

.footer-inner ul li a:hover {
	text-decoration: none;
}
.footer-inner .logo {
	width: 27%;
	position: relative;
}
.footer-inner .logo img {
	width: 100%;
}


@media screen and (max-width: 768px) {
	.footer-inner {
		width: 100%;
	}

	.footer-inner:first-child {
		padding: 0;
	}

	.footer-inner:last-child {
    padding: 20px 0;
    width: 86%;
    text-align: center;
    margin: 0 auto;
	}

	.footer-inner ul li {
		text-align: left;
	}

	.footer-inner .sitemap {
		width: 100%;
		float: none;
	}

	.footer-inner .logo {
    width: 60%;
		display: block;
		float: none;
		margin: 0 auto;
	}
}

.footer-company a img {
	transition: 0.3s;
}
.footer-company a img:hover {
	opacity: 0.5;
}

.footer-copy {
	position: absolute;
	left: 50%;
	margin-left: -53px;
	bottom: 15px;
}
@media screen and (max-width: 768px) {
	.footer-copy {
	position: static;
    text-align: right;
    margin: 15px 10px;
	}
}

.footerNav-item {
	margin: 0 0 90px;
	font-size: 14px;
	font-size: 1.4rem;
}
.footerNav-item a {
	color: #ffffff;
	padding-left: 15px;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.footerNav-item a:before {
	display: block;
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	font-weight: bold;
	color: #063050;
	left: 1px;
	top: 50%;
	margin-top: -10px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 20px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (min-width: 769px) {
	.footerNav-item a:hover {
		color: #CCC;
	}
	.footerNav-item a:hover:before {
		left: 5px;
	}
}
@media screen and (max-width: 768px) {
	.footerNav-item {
		margin: 0 0 60px;
	}
	.footerNav-item a {
		color: #333;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
		/*border-top: 1px solid #ddd;*/
		text-align: center;
		background: #fff;
		display: block;
		position: relative;
	}
	.footerNav-item a:before {
		left: 15px;
	}
}

/* ファイル */
.entry .column-file > div {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	display: inline-flex;
	gap: 20px;
	align-items: center;
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
}

.acms-admin-block-editor-file-link img, .media-file-block[data-display-type="button"] img, [class*="column-media"] .columnIcon, [class*="column-file"] .columnIcon {
	width: 40px !important;
}

.entry .column-file > div .caption {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.entry .column-file  {
		gap: calc(15 / 375 * 100vw);
	}
	.entry .column-file > div {
		width: 100%;
		padding: calc(15 / 375 * 100vw);
	}

	.acms-admin-block-editor-file-link img, .media-file-block[data-display-type="button"] img, [class*="column-media"] .columnIcon, [class*="column-file"] .columnIcon {
		width: calc(30 / 375 * 100vw);
	}

	.entry .column-file > div .caption {
		font-size: calc(14 / 375 * 100vw);
	}
}