@charset "UTF-8";
/* CSS Document */

/*共通
-----------------------------------*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
	color: #333;
	height: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-width: 1000px;
	margin: 0;
}
a {
	background: transparent;
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
}
a:focus {
	outline: thin dotted;
}
a:hover {
}
a:active,
a:hover,
a:link,
a:visited {
	overflow: hidden;
	outline: none;
}

label,
select {
	cursor: pointer;
}
body,
html {
	/*overflow-x: hidden;*/
	position: relative;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border: solid 1px #ccc;
	margin: 30px 0 30px 10px;
	width: 980px;
}
mark {
	background: #ff0;
	color: #000;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}


.acms-admin-edit-info {
	width: auto;
}

@media screen and (max-width: 768px) {
	body {
		min-width: 0;
	}

	.acms-admin-edit-info {
		width: auto;
	}
}

/*コンテンツ
-----------------------------------*/
section > * {
	width: 1000px;
	margin: 0 auto;
}

section.entry-column > * {
	width: 100%;
	margin: 0 auto;
}



.l-contents {
    background: #fff;
    padding: 0;
    overflow: hidden;
}

.topicpath {
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	section > * {
		width: 100%;
	}
	.l-contents {
			padding: 0;
			margin: 0;
	}
}







/*テキスト
-----------------------------------*/
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;
}




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

.module-section h1,
.acms-page-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;
}

.module-section h1:before,
.acms-page-header h1:before,
.module-header h1:before,
.acms-entry h1:before {
	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;
}

.acms-entry h4 {
	    /* margin-top: 0; */
    margin-bottom: 20px;
    padding: 0 0 5px;
    font-size: 112.4%;
    line-height: 1.3;
    color: #0066cc;
	background: #fff;
    border-bottom: solid 3px #cce4ff;
    position: relative;
    display: block;
	border-radius: 0;
}
.acms-entry h4:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #0066cc;
	bottom: -3px;
	width: 20%;
}

.acms-entry h5 {
	font-size: 113.07%;
	color: #0065cb;
    line-height: 1.5;
    padding-left: 15px;
}

.acms-entry h5::before {
	    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #0065cb;
    border-radius: 0;
    position: absolute;
    top: 31%;
    left: 0px;
}



.acms-page-header h2:before,
.module-header h2:before,
.acms-entry h2:before,
.acms-summary h2::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 8px;
	bottom: 6px;
	width: 7px;
	display: block;
	background: url(/themes/douaien/images/common/img_h2.png);
}

@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;
	}
}


/*リスト
-----------------------------------*/
li {
    font-size: 100%;
    color: #333;
}

.acms-entry ul,
.acms-entry ol {
	border: none;
	background: #fff;
	font-size: 90%;
    overflow: hidden;
    list-style: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 1em;
    padding: 0 20px 0 10px;
    border-radius: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 6px;
}

.acms-entry ul > li:before,
.acms-entry ol > li:before {
	background: #0066cc;
	content: "";
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 3.5px;
}

.acms-entry ol > li:nth-child(2n):before {
	background: #0066cc;
}

@media screen and (max-width: 480px) {
	li {
		font-size: 14px;
		font-size: 1.4rem;
	}
}



/*ヘッダー
-----------------------------------*/
.l-header {
	z-index: 100;
	left: 0;
	width: 100%;
	clear: both;
	border-top: 5px solid #0066cc;
}
.top .l-header {
	margin-bottom: 40px;
}
.l-header .l-header-inner {
	/*max-width: 1250px;
	min-height: 70px;*/
	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%;
} */


.l-header .acms-navbar ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

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

.l-header .acms-navbar li {
    flex: 0 0 140px !important;
	float: none;
}



.acms-navbar li:last-child a {
 color: #f39800;
}

@media screen and (max-width: 768px) {
	.l-header .acms-navbar ul {
    display: block;
	}

	.l-header {
		height: auto;
		min-width: 0;
		top: 0;
		min-height: inherit;
		margin-bottom: 0;
		position: fixed;
		background: #fff;
	}

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

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

	.l-header.open {
		background: rgba(255,255,255,0.6);
		height: 100%;
		overflow: auto;
		/*position: absolute;*/
        position: fixed;
	}

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

	.acms-navbar li,
	.acms-navbar li:last-child{
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #ccc;
		margin: 0 4.68%;
	}

	.acms-navbar li:last-child {
		border-bottom: none;
	}

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

}

@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%;
		max-width: 140px;
		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;
	}
}

/*@media screen and (max-width: 480px) {
	.logo {
		height: auto;
		box-sizing: content-box;
		display: table;
		border-right: none;
		width: 15%;
	}
	.logo-item {
		display: block;
		vertical-align: middle;
		height: auto;
		padding: 0 10px;
		margin: 0 auto;
		float: none;
	}
	.logo-item img {
		padding: 0;
		width: 100%;
	}
	.logo-item a {
		padding: 0;
		height: auto;
	}
}*/


/*グローバルナビ
-----------------------------------*/
.nav {
}
.gNav {
	margin: 0 auto;
	padding-left: 150px;
	position: relative;
	padding-right: 150px;
}
.gNav-item {
	width: 120px;
	text-align: center;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	color: #ffffff;
}
.gNav-item img {
	display: block;
	margin: 0 auto 5px;
}
.gNav-item a {
	display: block;
	color: #ffffff;
	transition: .2s;
	padding: 40px 0;
}


.gNav-item a:hover {
}

@media screen and (max-width: 768px) {
	.nav {
		width: 100%;
		min-width: auto;
		display: none;
	}
	.gNav {
		float: none;
		padding-left: 0;
		padding-right: 0;
		padding-top: 12%;
	}
	.gNav-item {
		width: 100%;
		height: auto;
		float: none;
		margin: 0;
		border: none;
		padding: 0;
	}
	.gNav-item a {
		display: block;
		padding: 15px 0;
		position: relative;
		color: #333333;
	}
	li.gNav-item:last-child {
		border: none;
	}
	/*.gNav-item a:before {
		display: block;
		font-family: FontAwesome;
		content: "\f105";
		position: absolute;
		left: 15px;
		top: 50%;
		margin-top: -10px;
		font-size: 20px;
		font-size: 2rem;
		line-height: 20px;
		color: #333;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}*/

	.gNav .sns_block {
		width: 38%;
		margin: 0 auto 15px;
		text-align: center;
	}
	.gNav .sns_block li {
		float: left;
		margin-left: 20%;
		width: 20%;
	}
	.gNav .sns_block li:first-child {
		margin-left: 0;
	}
	.gNav .sns_block li img {
		width: 100%;
	}
}



.spNavBtn {
	display: none;
}

@media screen and (max-width: 768px) {
	.spNavBtn {
		display: block;
    position: absolute;
    top: 15px;
    right: 4.68%;
    cursor: pointer;
		border-radius: 1px;
	}

	.spNavBtn-item {
		width: 24px;
    height: 18px;
    position: relative;
    margin: 0;
	}



}


.spNavBtn-bar_01 {
	width: 24px;
	height: 3px;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.spNavBtn-bar_02 {
	width: 24px;
	height: 3px;
	background-color: #000000;
	position: absolute;
	top: 7px;
	left: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.spNavBtn-bar_03 {
	width: 24px;
	height: 3px;
	left: 0;
	background-color: #000000;
	position: absolute;
	top: 14px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.open .spNavBtn-bar_01 {
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 6px;
}
.open .spNavBtn-bar_02 {
	opacity: 0;
}
.open .spNavBtn-bar_03 {
	-moz-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	top: 6px;
}

@media screen and (max-width: 768px) {
	.index .spNavBtn-bar_01,
	.index .spNavBtn-bar_02,
	.index .spNavBtn-bar_03,
	.entry_body .spNavBtn-bar_01,
	.entry_body .spNavBtn-bar_02,
	.entry_body .spNavBtn-bar_03 {
		background-color: #333333;
	}
}



/* サブナビブロック
--------------------------------------*/
.sub_nav {
	text-align: right;
}
.sub_nav a {
	display: block;
}
.sub_nav span {
	font-size: 13px;
	font-weight: bold;
}

.sub_nav ul {
	float: right;
	margin-top: 25px;
	color: #ffffff;
}

.sub_nav ul li {
	float: left;
	padding-left: 40px;
	padding-right: 20px;
	position: relative;
	border-left: 1px solid #cccccc;
	margin-left: 10px;
}
.sub_nav ul li:last-child {
	border-right: 1px solid #cccccc;
}
.sub_nav ul li:first-child::before {
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../images/common/ico-header-topics.png) no-repeat;
	width: 22px;
	height: 23px;
	left: 15px;
	background-size: 90%;
}
.sub_nav ul li:last-child::before {
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../images/common/ico-header-contact.png) no-repeat;
	width: 22px;
	height: 23px;
	left: 15px;
	background-size: 90%;
}


@media screen and (max-width: 768px) {
	.sub_nav {
		display: none;
	}

}


/* フォントブロック
--------------------------------------*/
.font_block {
	display: inline-block;
	margin-left: 15px;
	padding: 10px;
	background: #0066cc;
}
.font_block p {
	margin: 5px 5px 5px 0;
	font-size: 12px;
	float: left;
	color: #ffffff;
}
.font_block p img {
	padding-right: 10px;
}
.font_block button {
	width: 30px;
	font-size: 14px;
	line-height: 2;
	padding: 0;
	border: none;
	background: #66ccff;
	color: #ffffff;
	font-weight: bold;
}
.font_block button.current {
	background: #ffffff;
	color: #333333;
}

.font_block .button.current {
	background: #ffffff;
	color: #333333;
}
@media screen and (max-width: 768px) {
	.font_block {
		display: none;
	}
}



/*ページャー
-----------------------------------*/
.acms-pager li.cur span {
	background: #CCC;
	border-color: #CCC;
}

.acms-pager li>a,
.acms-pager li span>a {
	color: #CCC;
}



/*ページトップ
-----------------------------------*/


.pageTop {
	display: none;
	width: 220px;
	height: auto;
	position: fixed;
	bottom: 0;
	right: 14.15%;
	z-index: 100;
}
.pageTop img {
	width: 100%;
}
/*.pageTop a {
	display: block;
	position: relative;
	background: #56c0bb;
	color: #FFF;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.pageTop a:after {
	font-family: "FontAwesome";
	display: block;
	content: '\f106';
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 26px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: -14px;
}*/
@media screen and (min-width: 769px) and (min-width: 769px) {
	.pageTop a:hover {
		color: #006633;
	}
}
@media screen and (max-width: 768px) {
	.pageTop {
		display: none !important;
	}
}




/*メインビジュアル
-----------------------------------*/
body {
	background-position: center top;
	background-attachment: fixed;
}

#mainV {
	min-width: 1000px;
}


#mainV .slick-slide {
	transform: scale(0.9);
}
#mainV .slick-slide img {
	width: 100%;
}
#mainV .slick-slide.slick-center {
	transform: scale(1.1);
	box-shadow:0px 7px 15px -1px #999999;
}
#mainV .slick-slider {
	overflow: hidden;
	padding-top: 30px;
	margin-top: -30px;
	padding-bottom: 30px;
}

#mainV .slick-prev {
	width: auto;
	height: auto;
	left: 5%;
	z-index: 100;
}
 #mainV .slick-next {
	width: auto;
	height: auto;
	right: 5%;
	z-index: 100;
}

#mainV .slick-prev:before {
	content: "";
	display: block;
	left: 0;
	background: url(../images/top/ico-slide-left.png) no-repeat;
	width: 50px;
	height: 50px;
	background-size: 100%;
	opacity: 1;
}
#mainV .slick-next:before {
	content: "";
	display: block;
	right: 0;
	background: url(../images/top/ico-slide-right.png) no-repeat;
	width: 50px;
	height: 50px;
	background-size: 100%;
	opacity: 1;
}


#mainV .slick-dots {
	position: relative;
	bottom: -30px;
}
#mainV .slick-dots li {
	margin: 0;
}
#mainV .slick-dots li button {
	padding: 0;
}

#mainV .slick-dots li button:before {
	font-size: 30px;
	color: #0066cc;
}
#mainV .slick-dots li.slick-active button:before {
	color: #0066cc;
}
#mainV .slick-dotted.slick-slider {
	margin-bottom: 20px;
}

.mainV-sp {
	display: none;
}

@media screen and (max-width: 768px) {
	#mainV {
		display: none;
	}

	.mainV-sp {
		display: block;
		margin-top: 55px;
	}

	.mainV-sp .slick-prev,
	.mainV-sp .slick-next {
		display: none !important;
	}
	.mainV-sp .slick-dots {
		position: relative;
		bottom: 0;
	}
	.mainV-sp .slick-dots li {
		margin: 0;
	}
	.mainV-sp .slick-dots li button {
		padding: 0;
	}

	.mainV-sp .slick-dots li button:before {
		font-size: 30px;
		color: #0066cc;
	}
	.mainV-sp .slick-dots li.slick-active button:before {
		color: #0066cc;
	}
}





/*カラム
-----------------------------------*/
.l-sec-4 {
	background-color: #f6f6f6;
	padding: 90px 0 0 0;
	overflow: hidden;
	margin-bottom: 120px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.l-sec-4 {
		padding: 30px 0 0;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 480px) {
	.l-sec-4 {
		padding: 0;
		margin-bottom: 0px;
	}
}


.l-col-2 {
	width: 50%;
	float: left;
}
.l-col-3 {
	width: 25%;
	float: left;
}
.top .recruit-btn{
	width: 400px;
	font-size: 20px;
	padding: 16px;
	background-color: #0066cb;
	margin: 0 auto;
}
.top .recruit-btn a {
	color: #FFFFFF;
}

@media screen and (max-width: 768px) {
	.l-col-2,
	.l-col-3 {
		width: 100%;
		float: none;
	}
	.top .recruit-btn{
	width: 70.31%;
}

}


.l-sec-3 {
	background-size: 200% auto;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.l-sec-3 {
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 480px) {
	.l-sec-3 {
		padding: 30px 0 20px 0;
		margin: 0;
	}
}


/*タイトル
-----------------------------------*/
.title,
.title_2 {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
	.title,
	.title_2 {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 15px;
		padding: 15px;
	}
}

.title_2 {
	color: #fff;
}
.subTitle,
.subTitle_2 {
	letter-spacing: 0.2rem;
	font-size: 20px;
	font-size: 2rem;
	margin: 0 0 30px;
	color: #333;
}
@media screen and (max-width: 480px) {
	.subTitle,
	.subTitle_2 {
		font-size: 16px;
		font-size: 1.6rem;
		margin: 0 0 10px;
	}
}
.subTitle_2 {
	text-align: center;
}
.subTitle_3 {
	color: #1e76d0;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
}
@media screen and (max-width: 480px) {
	.subTitle_3 {
		font-size: 16px;
		font-size: 1.6rem;
		margin: 0;
	}
}
.subTitle_4 {
	letter-spacing: 0.2rem;
	font-size: 20px;
	font-size: 2rem;
	margin: 0;
	color: #1e76d0;
}
@media screen and (max-width: 480px) {
	.subTitle_4 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.subTitle_5 {
	letter-spacing: 0.2rem;
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	margin: 0 0 10px;
	color: #333;
}
@media screen and (max-width: 480px) {
	.subTitle_5 {
		font-size: 16px;
		font-size: 1.6rem;
		margin: 0 0 5px;
	}
}

.pageTitle {
	margin-top: 0;
	padding: 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.pageTitle {
		margin-top: 0;
		padding: 0;
	}
}
@media screen and (max-width: 480px) {
	.pageTitle {
		margin-top: 0;
		padding: 0 0 20px;
	}
}
.pageTitle-item {
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.2rem;
	background: #0066cc;
	margin: 0;
	padding: 36px;
}
@media screen and (max-width: 480px) {
	.pageTitle-item {
		font-size: 14px;
		font-size: 1.8rem;
		font-weight: bold;
	}
}



.title-eng {
	margin-bottom: 10px;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 300;
	font-family: "HelveticaNeue-CondensedLight","Helvetica Neue Condensed Light","Helvetica-CondensedLight","Helvetica Condensed Light","Roboto Condensed",sans-serif;
	display: block;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.title-eng {
		font-size: 36px;
		font-size: 3.6rem;
	}
}
@media screen and (max-width: 480px) {
	.title-eng {
		font-size: 28px;
		font-size: 2.8rem;
		margin-bottom: 5px;
	}
}

.subTitle-eng {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	font-family: "HelveticaNeue-CondensedMedium","Helvetica Neue Condensed Medium","Helvetica-CondensedMedium","Helvetica Condensed Medium","Roboto Condensed",sans-serif;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.subTitle-eng {
		font-size: 36px;
		font-size: 3.6rem;
	}
}
@media screen and (max-width: 480px) {
	.subTitle-eng {
		font-size: 24px;
		font-size: 2.4rem;
	}
}


.pageTitle-eng {
	color: #fff;
	margin-bottom: 10px;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	font-family: "HelveticaNeue-CondensedLight","Helvetica Neue Condensed Light","Helvetica-CondensedLight","Helvetica Condensed Light","Roboto Condensed",sans-serif;
	display: block;
	letter-spacing: 0.1rem;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.pageTitle-eng {
		font-size: 46px;
		font-size: 4.6rem;
	}
}
@media screen and (max-width: 480px) {
	.pageTitle-eng {
		font-size: 36px;
		font-size: 3.6rem;
		margin-bottom: 5px;
	}
}



/*ボタン
-----------------------------------*/
@media screen and (max-width: 768px) {
	.btn,
	.btn_center,
	.btn_center2 {
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.btn {
		padding-right: 20px;
		padding-left: 20px;
	}

	.btn_center,
	.btn_center2 {
		padding-right: 33px;
		padding-left: 33px;
	}
}

.btn_center {
	text-align: center;
}
.btn_center2 {
	background-color: #f6f6f6;
	background-color: rgba(0,0,0,0.03);
	text-align: center;
}


.btn-item,
.btn-item_2 {
	margin: 0 auto;
	padding: 20px 0;
	letter-spacing: 0.2rem;
	text-align: center;
}
.btn-item a,
.btn-item_2 a {
	color: #000000;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 80px;
	font-weight: bold;
	border: 3px solid #333333;
	text-align: center;
	position: relative;
	display: inline-block;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


.btn-item a.recruit_b,
.btn-item_2 a.recruit_b {
	color: #000000;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 11px 80px;
	font-weight: bold;
	background: rgba(187,237,142,0.7) !important;
	border: none !important;
	text-align: center;
	position: relative;
	display: inline-block;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

}

.btn-item a:hover.recruit_b,
.btn-item_2 a:hover.recruit_b {
	color: #FFFFFF;
	background: rgba(1,202,200,0.7) !important;
}


.btn-item a:before,
.btn-item_2 a:before {
	display: block;
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -10px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 20px;
	color: #333333;
	-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) {
	.btn-item a:hover,
	.btn-item_2 a:hover {
		background: #333333;
		color: #ffffff;
	}

	.btn-item a:hover:before,
	.btn-item_2 a:hover:before {
		left: 40px;
		color: #ffffff;
	}
}
@media screen and (max-width: 480px) {
	.btn-item,
	.btn-item_2 {
		width: 100%;
	}
	.btn-item a,
	.btn-item_2 a {
		display: block;
		background: rgba(255,255,255,0.7);
		font-size: 1.5rem;
		width: 59.375%;
		margin: 0 auto;
		padding: 3px 0;
		border: 2px solid #333333;
	}


	.btn-item a.recruit_b,
	.btn-item_2 a.recruit_b {
		font-size: 1.5rem !important;
    	margin: 0 auto;
    	padding: 3px 0;
    	border: 2px solid #333333;
	}

	.btn-item a:before,
	.btn-item_2 a:before {
		display: block;
		font-family: FontAwesome;
		content: "\f105";
		position: absolute;
		left: 15px;
		top: 50%;
		margin-top: -10px;
		font-size: 20px;
		font-size: 2rem;
		line-height: 20px;
		color: #333333;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.btn-item .recruit_b a:before,
	.btn-item_2 .recruit_b a:before {
		display: block;
		font-family: FontAwesome;
		content: "\f105";
		position: absolute;
		left: 15px;
		top: 50%;
		margin-top: -10px;
		font-size: 20px;
		font-size: 2rem;
		line-height: 20px;
		color: #333333;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}


}



/*page-home-intro
-----------------------------------*/
.page-home-intro {
    margin: 80px 0 100px;
}
.page-home-intro h2 {
    color: #333333;
}
.page-home-intro .txt {
    text-align: center;
}
.page-home-intro .txt p {
    margin-bottom: 35px;
}

@media screen and (max-width: 769px) {
    .page-home-intro {
        margin: 40px 0 60px;
        padding: 0 4.68%;
    }

    .page-home-intro .txt {
        text-align: left;
    }
}

/*intro　TOP
-----------------------------------*/
.page-home-intro {
	margin: 0 auto 50px;
    display: none;
}
.page-home-intro.active {
	display: block;
}

@media screen and (max-width: 769px) {
    .page-home-intro h2 {
        color: #333333;
    }
}




/*TOP
-----------------------------------*/
.page-home-contents {
	background: url(../images/top/bg.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 75px;
}

.page-home-contents h3 {
	font-size: 1.6rem;
	background: #f2f6f6;
	padding: 10px 0;
	border-top: 4px solid #dfe8eb;
	margin: 0;
	position: relative;
	line-height: 1;
}

.page-home-contents h3 span:first-child {
	color: #ffffff;
	background: #0066cc;
	padding: 8px 15px 8px 40px;
	border-top: 4px solid #38bae4;
}
.page-home-contents h3 span:last-child {
	padding: 0 15px;
}


@media screen and (max-width: 769px) {
	.page-home-contents {
		background: none;
	}
	.page-home-contents h3 {
		padding: 0;
		border-top: none;
		position: relative;
	}

	.page-home-contents h3 span:first-child {
		display: block;
		padding: 10px 0 10px 10.15%;
		border-top: 3px solid #38bae4;
	}
	.page-home-contents h3 span:last-child {
		display: block;
		padding: 10px 3.125%;
		border-top: 3px solid #dfe8eb;
	}
}


/*SERVICE　TOP
-----------------------------------*/

.page-home-service__inner h3::before {
	content: "";
	position: absolute;
	display: block;
	background: url(../images/common/ico-service.png) no-repeat;
	width: 53px;
	height: 48px;
	background-size: 50%;
	left: 5px;
	top: 5px;
}

@media screen and (max-width: 769px) {
	.page-home-service__inner h3::before {
		background-size: 50%;
		top: 10%;
		left: 3.125%;
	}
}


.page-home-service {
	margin: 0 auto 50px;
    display: none;
}
.page-home-service.active {
	display: block;
}

@media screen and (max-width: 769px) {
    .page-home-service h2 {
        color: #333333;
    }
}


/*PRODUCTS　TOP
-----------------------------------*/
.page-home-products {
	margin: 0 auto 50px;
}
.page-home-products__inner h2 {
	color: #333333;
}
.page-home-products__inner h3::before {
	content: "";
	position: absolute;
	display: block;
	background: url(../images/common/ico-products.png) no-repeat;
	width: 53px;
	height: 48px;
	background-size: 50%;
	left: 5px;
	top: 5px;
}

.page-home-products__inner-list {
	background: #e8f1f1;
	padding: 15px;
}
.page-home-products__inner-list li {
	width: 49%;
	float: left;
	margin-bottom: 10px;
}
.page-home-products__inner-list li img {
	width: 100%;
}

.page-home-products__inner-list li:first-child {
	margin-right: 2%;
}

.page-home-products__inner-list li:nth-child(3),
.page-home-products__inner-list li:nth-child(4),
.page-home-products__inner-list li:nth-child(5) {
	width: 32%;
	margin-bottom: 0;
}

.page-home-products__inner-list li:nth-child(3),
.page-home-products__inner-list li:nth-child(4) {
	margin-right: 2%;
}

@media screen and (max-width: 769px) {
	.page-home-products__inner h3::before {
		background-size: 50%;
		top: 10%;
		left: 3.125%;
	}

	.page-home-products__inner-list {
		padding: 10px;
	}
	.page-home-products__inner-list li {
		width: 100%;
	}
	.page-home-products__inner-list li img {
		width: 100%;
	}

	.page-home-products__inner-list li:first-child {
		margin-right: 0;
	}

	.page-home-products__inner-list li:nth-child(3),
	.page-home-products__inner-list li:nth-child(4),
	.page-home-products__inner-list li:nth-child(5) {
		width: 49%;
		margin-bottom: 10px;
	}

	.page-home-products__inner-list li:nth-child(4) {
		margin-right: 0;
	}
}


/*NEW TOP
-----------------------------------*/
.page-home-news h2 {
	color: #ffffff;
}
.page-home-news.active h2 {
	color: #333333;
}
.page-home-news__inner h3::before {
	content: "";
	position: absolute;
	display: block;
	background: url(../images/common/ico-topics.png) no-repeat;
	width: 53px;
	height: 48px;
	background-size: 50%;
	left: 5px;
	top: 5px;
}

.page-home-news__inner-list {
	background: #ffffff;
	padding: 20px 40px 50px;
}

.page-home-news__inner-sub {
	background: #f3f2ee;
	padding: 10px 15px;
}
.page-home-news__inner-sub .rss {
	float: left;
	padding-left: 25px;
	position: relative;
}
.page-home-news__inner-sub .rss::before {
	content: "";
	position: absolute;
	display: block;
	width: 31px;
	height: 31px;
	background: url(../images/common/ico-rss.png) no-repeat;
	background-size: 60%;
	left: 0;
}
.page-home-news__inner-sub .rss a {
	text-decoration: underline;
	color: #664c0c;
	font-weight: bold;
}
.page-home-news__inner-sub .rss a:hover {
	text-decoration: none;
}

.page-home-news__inner-sub .more-btn {
	float: right;
	position: relative;
	background: #8d7c55;
	border-radius: 50px;
	padding: 0 20px 0 30px;
	transition: 0.3s;
}
.page-home-news__inner-sub .more-btn::before {
	content: "";
	position: absolute;
	display: block;
	width: 13px;
	height: 15px;
	background: url(../images/common/ico-arrow.png) no-repeat;
	background-size: 60%;
	left: 13px;
	top: 35%;
}
.page-home-news__inner-sub .more-btn a {
	color: #ffffff;
	font-weight: bold;
}

.page-home-news__inner-sub .more-btn:hover {
	opacity: 0.5;
}

@media screen and (max-width: 769px) {
	.page-home-news__inner h2 {
    color: #333333;
	}
	.page-home-news__inner h3::before {
		background-size: 50%;
		top: 10%;
		left: 3.125%;
	}

	.page-home-news__inner-list {
    padding: 20px 4.68%;
	}
}


/*ニュースリスト
-----------------------------------*/
.news-item .btn-item a,
.news-item .btn-item_2 a {
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 100px;
	font-weight: bold;
	border: 2px solid #FFF;
	text-align: center;
	position: relative;
	display: inline-block;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.00);
	-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) {
	.news-item .btn-item a:hover,
	.news-item .btn-item_2 a:hover {
		background-color: #1e4a2d;
		background-color: rgba(30,74,45,68.00);
		color: #fff;
	}

}

.news-item,
.news-item_n2 {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}


.news-list.detail_list .news-item,
.news-list.detail_list .news-item_n2 {
	clear: both;
	overflow: hidden;
	background-color: #002033;
	background-color: rgba(204,204,204,0.3);
}
.news-list.detail_list .news-item_n2 {
	background-color: #013350;
	background-color: rgba(255,255,255,0.7);
}



.news-link {
	display: block;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #FFF;
}

.news-link:hover {
	opacity: 0.5;
	color: #FFF;
}


@media screen and (max-width: 768px) {
	.news-link {
		padding: 10px 0;
	}
	.news-link:after {
		right: 10px;
	}
}

.news-info {
	float: left;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.news-info {
		margin-bottom: 5px;
		float: none;
	}
}


.news-date {
	display: block;
	float: left;
	margin-right: 20px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
	font-size: 88%;
}
@media screen and (max-width: 480px) {
	.news-date {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.news-title {
	margin: 0;
	line-height: 20px;
	font-size: 100%;
	font-weight: normal;
	margin-left: 90px;
	color: #000000;
	text-decoration: underline;
}

.news-title span {
	background: #16a98f;
	color: #ffffff;
	width: 120px;
	display: inline-block;
	line-height: 1.7;
	text-align: center;
	margin-right: 20px;
	font-size: 88%;
	float: left;
}
.news-title span.important_notice {
	background: #cc0000;
}
.news-title span.product_news {
	background: #204b9f;
}
.news-title span.recruit_news {
	background: #a451a9;
}

.news-title span:last-child {
	width: auto;
	background: none;
	color: #333;
	margin: 0;
	overflow: hidden;
	text-align: left;
	display: block;
	text-decoration: underline;
	font-size: 98%;
}
.news-title span:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.news-title {
		margin-left: 0;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2;
	}
	.news-title span:last-child {
		width: 100%;
	}
}


/*RECRUIT　TOP
-----------------------------------*/
.page-home-recruit {
	background: url(../images/top/bg-recruit.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.page-home-recruit__inner-list {
	text-align: center;
}
.page-home-recruit__inner-list .l-col-3 {
	position: relative;
	background: #ffffff;
	width: 24%;
	margin-right: 1.3%;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
.page-home-recruit__inner-list .l-col-3:last-child {
	margin-right: 0;
}

.page-home-recruit__inner-list .l-col-3:nth-child(1) {
	background-image: url(../images/top/img-recruit01.jpg);
}
.page-home-recruit__inner-list .l-col-3:nth-child(2) {
	background-image: url(../images/top/img-recruit02.jpg);
}
.page-home-recruit__inner-list .l-col-3:nth-child(3) {
	background-image: url(../images/top/img-recruit03.jpg);
}
.page-home-recruit__inner-list .l-col-3:nth-child(4) {
	background-image: url(../images/top/img-recruit04.jpg);
}


.page-home-recruit__inner-list p {
	font-weight: bold;
}
.page-home-recruit__inner-list p.sttl {
	color: #ffffff;
	font-size: 100%;
}
.page-home-recruit__inner-list p.txt {
	margin-top: 50%;
	line-height: 1.4;
}

.page-home-recruit__inner-list p.btn {
	background-size: 65%;
	background-position: center;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}
.page-home-recruit__inner-list p.btn a {
	color: #ffffff;
	font-size: 1.3rem;
}
.page-home-recruit__inner-list .l-col-3:nth-child(1) p.btn {
	background-image: url(../images/top/btn-bg-recruit01.png);
}
.page-home-recruit__inner-list .l-col-3:nth-child(2) p.btn {
	background-image: url(../images/top/btn-bg-recruit02.png);
}
.page-home-recruit__inner-list .l-col-3:nth-child(3) p.btn {
	background-image: url(../images/top/btn-bg-recruit03.png);
}
.page-home-recruit__inner-list .l-col-3:nth-child(4) p.btn {
	background-image: url(../images/top/btn-bg-recruit04.png);
}

@media screen and (max-width: 768px) {
	.page-home-recruit {
		padding: 50px 4.68%;
	}
	.page-home-recruit__inner-list .l-col-3 {
		width: 48.4%;
		float: left;
		margin-right: 3.125%;
		margin-bottom: 10px;
	}
	.page-home-recruit__inner-list .l-col-3:nth-child(even) {
		margin-right: 0;
	}
	.page-home-recruit__inner-list p.sttl {
    font-size: 88%;
    margin: 10px 0;
	}
	.page-home-recruit__inner-list p.txt {
		font-size: 1.1rem;
	}
	.page-home-recruit__inner-list p.btn {
		background-size: 85%;
		padding: 5px 0 10px;
	}
	.page-home-recruit__inner-list p.btn a {
		font-size: 1.2rem;
	}
}


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

.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 ul {
		margin: 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 ul {
}



.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;
	}
}



.acms-list-group-item:hover, .acms-list-group-item:visited, .acms-list-group-item:active, .acms-list-group-item:focus {
	border: none;
}

.acms-list-group-item {
	border: none;
}

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




/*margin
----------------------------------------*/

/*top*/
.mt0{ margin-top: 0px !important; }
.mt05{ margin-top: 5px !important; }
.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }

/*bottom*/
.mb0 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }


/*width
----------------------------------------*/
.w05per { width: 5% !important; }
.w10per { width: 10% !important; }
.w15per { width: 15% !important; }
.w20per { width: 20% !important; }
.w25per { width: 25% !important; }
.w30per { width: 30% !important; }
.w33per { width: 33.3333333333333% !important; }
.w35per { width: 35% !important; }
.w40per { width: 40% !important; }
.w45per { width: 45% !important; }
.w50per { width: 50% !important; }
.w55per { width: 55% !important; }
.w60per { width: 60% !important; }
.w65per { width: 65% !important; }
.w70per { width: 70% !important; }
.w75per { width: 75% !important; }
.w80per { width: 80% !important; }
.w85per { width: 85% !important; }
.w90per { width: 90% !important; }
.w95per { width: 95% !important; }








/*ページ内パーツ
----------------------------------------*/


/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}
/* PCだけ表示 */
.visible_pc_sm {
	display: none !important;
}
/* SPだけ表示 */
.visible_sp_sm {
	display: inline-block!important;
}
.visible_pc_sm.acms-admin-clear {
	clear: inherit !important;
}
@media only screen and (min-width: 480px) {
	/* PCだけ表示 */
	.visible_pc_sm {
		display: inline-block!important;
	}
	/* SPだけ表示 */
	.visible_sp_sm {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}
	img {
		max-width: 100%;
		height: auto;

	}
}


.txt-right{
	text-align: right;
}

.txt-left{
	text-align: left;
}

.txt-center{
	text-align: center;
}
.txt-center-pc{
	text-align: center;
}

.acms-entry a:not(:where([class~=not-editor-style], [class~=not-editor-style] *, [class~=media-image-block], [class~=media-image-block] *, [class~=column-image], [class~=column-image] *, [class~=column-media], [class~=column-media] *, [class~=column-eximage], [class~=column-eximage] *)) {
	color: #333;
	text-decoration: underline;
	transition: all 0.3s;
}

.acms-entry a:not(:where([class~=not-editor-style], [class~=not-editor-style] *, [class~=media-image-block], [class~=media-image-block] *, [class~=column-image], [class~=column-image] *, [class~=column-media], [class~=column-media] *, [class~=column-eximage], [class~=column-eximage] *)):hover {
	text-decoration: none;
	opacity: .7;
}

.acms-entry p.entry-btn a,
.acms-entry p.entry-btn-white a,
.acms-entry p.entry-btn-attention a,
.acms-entry p.btn_more a {
    text-decoration: none ;
}


@media only screen and (max-width: 767px) {
	.txt-center-pc {
		text-align: left;
	}
}



/* midasi */
.acms-entry .kyoucyou-large {
	font-size: 169.3%;
	font-weight: bold;
}
.acms-entry .kyoucyou-medium {
	font-size: 134.6%;
	font-weight: bold;
}
.acms-entry .kyoucyou-small {
	font-size: 119.2%;
	font-weight: bold;
}

/* box */
.acms-entry .box_pink,
.acms-entry .box_red,
.acms-entry .box_blue,
.acms-entry .box_green,
.acms-entry .box_orange,
.acms-entry .box_gray {
	padding: 15px 15px !important;
}

.acms-entry .box_green p {
	padding: 7px 2px !important;
	margin-bottom: 0 !important;
}

.acms-entry .box_green h4 {
	margin-bottom: 0px !important;
	font-size: 1.84rem;
	line-height: 1.5;
}




@media only screen and (max-width: 767px) {
	.acms-entry p {
		font-size: 72% !important;
		line-height: 1.45 !important;
	}

/* midasi */
	.acms-entry .kyoucyou-large {
		font-size: 129.2% !important;
	}
	.acms-entry .kyoucyou-medium {
		font-size: 111.2% !important;
	}
	.acms-entry .kyoucyou-small {
		font-size: 105% !important;
	}

/* box */
	.acms-entry .box_pink,
	.acms-entry .box_red,
	.acms-entry .box_blue,
	.acms-entry .box_green,
	.acms-entry .box_orange,
	.acms-entry .box_gray {
    	padding: 5px 5px !important;
	}

	.acms-entry .box_green p {
    	padding: 7px 2px !important;
		margin-bottom: 0 !important;
	}

	.acms-entry .box_green h4 {
    	margin-bottom: 0px !important;
		font-size: 1.24rem;
	}

}



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

#contants .inbox .side_block　.contents_block {
	overflow: hidden;
}

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

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


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



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

#contants .inbox .side_block .contents_block .acms-margin-bottom-medium {
    position: relative;
    z-index: 0;
    background: #CCC;
    padding: 8px;
}



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




/* ファイルボタン
--------------------------------------*/
.acms-entry p.btn-pdf a,
.acms-entry p.btn-docx a,
.acms-entry p.btn-excel a {
	display: inline-block;
	position: relative;
	padding: 15px;
	line-height: 1.2;
	cursor: pointer;
	background-color: #eee;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	color: #666;
	width: -webkit-fill-available;
  width: -moz-fill-available;
}
.acms-entry p.btn-pdf a:hover,
.acms-entry p.btn-docx a:hover,
.acms-entry p.btn-excel a:hover {
	color: #CCC;
}
.acms-entry p.btn-pdf a::before {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	background: url(../images/common/icon_pdf.png);
	width: 33px;
	height: 43px;
}
.acms-entry p.btn-docx a::before {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	background: url(../images/common/icon_docx.png);
	width: 33px;
	height: 43px;
}
.acms-entry p.btn-excel a::before {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	background: url(../images/common/icon_excel.png);
	width: 33px;
	height: 43px;
}



/* .blogField-bg
--------------------------------------*/
.blogField-bg,
.blogField-bg_1,
.blogField-bg_2,
.blogField-bg_3,
.blogField-bg_4,
.blogField-bg_5,
.blogField-bg_6 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.blogField-bg_1 {
	background-image: url("../images/top/bg-plan01.jpg");
}
.blogField-bg_2 {
	background-image: url("../images/top/bg-plan02.jpg");
}
.blogField-bg_3 {
	background-image: url("../images/top/bg-plan03.jpg");
}
.blogField-bg_4 {
    background-image: url("../images/top/bg-plan04.jpg");
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.blogField-bg_1 .blogField-link {
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.blogField-bg_2 .blogField-link {
		border-bottom: 1px solid #fff;
	}
	.blogField-bg_3 .blogField-link {
		border-right: 1px solid #fff;
	}
	.blogField-bg_4 .blogField-link {
		border-right: 1px solid #fff;
	}
}


/* .blogField-link
--------------------------------------*/
.blogField-link {
	cursor: pointer;
	height: 340px;
	display: block;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: rgba(0,0,0,0.3);
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
	overflow: hidden;
}

@media screen and (min-width: 769px) {
	.blogField-link:hover {
		background: transparent;
	}
	.blogField-link:hover .blogField-ico {
		bottom: -50px;
	}
	.blogField-link:hover .blogField-btn {
		margin-top: 120px;
		background: rgba(0,0,0,0.5);
		padding: 40px 0 25px;
	}
	.blogField-link:hover .blogField-title {
		border: none;
		width: 100%;
		max-width: 100%;
		font-size: 18px;
		font-size: 1.8rem;
		color: #333333;
		text-shadow: 0 0 3px #fff;
		background: none;
		padding: 0;
		margin-bottom: 15px;
	}
	.blogField-link:hover .blogField-more {
		opacity: 1;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.blogField-link {
		height: 240px;
		border-right: none;
	}
}
@media screen and (max-width: 480px) {
	.blogField-link {
		height: 150px;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
}



/* .blogField-btn
--------------------------------------*/
.blogField-btn {
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	margin-top: 240px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.blogField-btn {
		margin-top: 90px;
	}
}


/* .blogField-title
--------------------------------------*/
.blogField-title {
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	letter-spacing: 0.2rem;
	width: 90%;
	max-width: 260px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	background: rgba(255,255,255,0.7);
	border: 2px solid #333333;
	display: block;
	position: relative;
}

.blogField-title.recruit-t {
	color: #FFFFFF !important;
	background: rgba(237,65,152,0.7) !important;
	border: none !important;
}


.blogField-title.staff-t {
	color: #000000 !important;
	background: rgba(248,233,23,0.7) !important;
	border: none !important;
}

.blogField-title::before {
	display: block;
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -16px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 32px;
	color: #333333;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.blogField-title.recruit-t::before {
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -16px;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 32px;
    color: #FFF;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blogField-link:hover .blogField-title::before {
	display: none;
}

.blogField-link:hover .blogField-title.recruit-t {
	background: none !important;
}

.blogField-link:hover .blogField-title.staff-t {
	color: #FFFFFF !important;
	background: none !important;
}



@media screen and (max-width: 768px) {
	.blogField-title {
		padding: 3px 0;
		width: 59.375%;
		font-size: 15px;
    font-size: 1.5rem;
	}

	.blogField-title::before {
		left: 15px;
		font-size: 18px;
		font-size: 1.8rem;
	}
}


/* .blogField-more
--------------------------------------*/
.blogField-more {
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	opacity: 0;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	line-height: 1;
	letter-spacing: 0;
	margin: 0 auto;
	padding: 5px 20px;
	border: 3px solid #333333;
	max-width: 200px;
	background: #333333;
}

.blogField-more.recruit-p {
	border: 3px solid #ED4198 !important;
	background: #ED4198 !important;
}

.blogField-more.staff-p {
	color: #000000 !important;
	border: 3px solid #F8E917 !important;
	background: #F8E917 !important;
}

.blogField-ico {
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: 2;
	position: absolute;
	bottom: 40%;
	left: 50%;
	margin-left: -50px;
	width: 13.97%;
	text-align: center;
}
.blogField-ico img {
	width: 100%;
}

@media screen and (max-width: 480px) {
	.blogField-ico {
		bottom: auto;
    width: 60px;
    height: 60px;
    margin-left: -35px;
    top: 14%;
	}
	.blogField-ico img {
		width: 60px;
		height: 60px;
	}
}

/* リンク埋め込み
--------------------------------------*/


/* ここからa-unit.cssのオーバーライド*/

/* #contants .inbox
--------------------------------------*/

#contants .inbox {
	width: 930px;
	padding: 0;
	margin: 0 auto;
}

#contants .inbox .container {
	width: 670px;
	float: left;
	margin-right: 20px;
}


#contants .inbox .side_block .acms-list-group li .txtListMenu li {
    font-weight: normal;
    padding-left: 10px;
    font-size: 80%;
}

.acms-entry ol > li{
	padding: 0 0 0 1.0em;
}

.acms-entry table th {
    height: auto;
	font-size: 80%;
	margin: 0;
	padding: 10px;
	border: 1px solid #ddd;
	width: auto;
	background-color: #eaf3ff;
    white-space: nowrap;
    font-weight: bold;
}

.acms-entry table td {
	font-size: 80%;
	height: auto;
	margin: 0;
	padding: 10px;
	border: 1px solid #ddd;
}

.acms-entry p {
	font-size: 85%;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 2em;
	position: relative;
}

.acms-entry p.lead {
	font-size: 120%;
	color: #0066cc;
	font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.5;
}
.acms-entry p.patent {
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 80%;
	color: #0066cc;
	background: #cce4ff;
}

.acms-entry dl {
	border-bottom: #CCCCCC solid 1px;
	padding: 0 5px 12px;
}
.acms-entry dd:nth-child(1) {
	font-size: 100%;
	color: #0066cc;
}
.acms-entry dd:nth-child(3),.acms-entry dd:nth-child(4){
	font-size: 80%;
	color: #737373;
}
.acms-entry dd {
	font-size: 1.4rem;
	margin-left: 0px;
}
.acms-entry p {
	margin-left: 10px;
	margin-right: 10px;
}
.acms-entry p.entry-btn {
	width: 200px;
    text-align: center;
    margin: 40px auto;
	padding: 10px 0;
	background-color: #5b8bd0;
    display: block;
    transition: 0.5s;
}
.acms-entry p.entry-btn a {
	color: #fff;
}
.acms-entry p.entry-btn-white {
	width: 60%;
    text-align: center;
    margin: 40px auto;
	padding: 10px 0;
	border: solid 1px  #5b8bd0;
    display: block;
    transition: 0.5s;
		clear: both;
}
.acms-entry p.entry-btn-white a {
	color: #5b8bd0;
}
.acms-entry p.caution {
	font-size: 75%;
	padding: 10px;
    border: dashed 2px #5b8bd0;
    background: #f0f7ff;
}
.acms-entry p.caution span {
	color: #5b8bd0;
}
.acms-entry p.caption {
    text-align: center;
}

.acms-entry h3 {
	font-size: 114.6%;
    padding: 0.5em;
    color: #0066cc;
    background: #eaf3ff;
    border-bottom: solid 3px #0066cc;
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
		clear: both;
}

.acms-entry h3::before{
	box-sizing:border-box ;
	width: 0;
	height: 0;
	border: none;
}

.acms-entry h3::after{
	left: 6px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #02676b;
	border-right: 2px solid #02676b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.acms-entry ul > li {
    padding: 0 0 0 1.0em;
}

.column-map-auto {
    margin-bottom: 35px;
}
.acms-entry [class*="column-image-"] {
	margin:0 auto;
}
.inbox .side_block .acms-list-group-item {
	border-top: 1px solid #ccc;
}
.inbox .side_block ul:first-child {
	border-top: none;
}
.inbox .side_block .acms-list-group li .txtListMenu li a {
	padding: 5px 3px;
	font-size: 108%;
	border-top: none;
}


#contants .inbox .side_block .acms-list-group li:first-child a {
	border-top: none;
}



#contants .inbox.full-61 .container,
#contants .inbox.full-63 .container {
	width: 100%;
	float: none;
	margin-right: 0;
}
#contants .inbox.full-61 .side_block ,
#contants .inbox.full-63 .side_block {
	display: none;
}
#contants .inbox.full-61 .container .acms-page-header,
#contants .inbox.full-63 .container .acms-page-header {
	display: none;
}

.acms-entry h2.ttl_h2 {
	text-align: center;
	background: none;
	color: #000;
	font-size: 3.2rem;
	font-weight: bold;
	margin-top: 80px;
}
.acms-entry .acms-grid h2.ttl_h2:first-child {
	margin-top: 0;
}
.acms-entry h2.ttl_h2::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #2B66D6;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	bottom: inherit;
}
.acms-entry h2.ttl_h2 span {
	display: inline-block;
	background: #fff;
	padding: 0 40px;
	position: relative;
}
.acms-entry h5.ttl_h5 {
	font-size: 3rem;
	font-weight: normal;
	padding-left: 0;
}
.acms-entry h5.ttl_h5::before {
	display: none;
}
.acms-entry p.color_blue {
	color: #0D56BA;
}
#contants .inbox.full-61 .acms-entry p,
#contants .inbox.full-63 .acms-entry p {
	font-size: 1.8rem;
	margin-bottom: 15px;
}
#contants .inbox.full-61 .acms-entry p small,
#contants .inbox.full-63 .acms-entry p small {
	color: #707070;
}
#contants .inbox.full-61 .acms-entry p.border_box,
#contants .inbox.full-63 .acms-entry p.border_box {
	border: 3px solid #0D56BA;
	border-radius: 10px;
	text-align: center;
	color: #0D56BA;
	font-size: 2.4rem;
	padding: 20px 0;
}
#contants .inbox.full-61 .acms-entry [class*="column-image-"].nocaption,
#contants .inbox.full-63 .acms-entry [class*="column-image-"].nocaption {
	max-width: 242px;
}

.acms-entry .border_block {
	border: 1px solid #0D56BA;
	padding: 0 20px 20px;
	margin-bottom: 40px;
}
#contants .inbox .acms-entry .border_block h5.ttl_h5 {
	margin-bottom: 0;
	font-size: 1.8rem;
	font-weight: bold;
}
#contants .inbox .acms-entry .border_block h5.ttl_h5 span {
	display: inline-block;
	background: #fff;
	top: -14px;
	position: relative;
	padding: 0 20px;
}
#contants .inbox .acms-entry .border_block p {
	font-size: 1.6rem;
}
#contants .inbox .acms-entry .border_block > :last-child {
	margin-bottom: 0;
}
#contants .inbox .acms-entry p.btn_more {
	margin-top: 30px;
}
#contants .inbox .acms-entry p.btn_more a {
	display: inline-block;
	padding: 10px 40px 8px;
	color: #2B66D6;
	text-decoration: none;
	border: solid 3px #2B66D6;
	font-weight: 500;
	font-size: 2rem;
	transition: 0.3s;
	background: none;
}
#contants .inbox .acms-entry p.btn_more a:hover {
	background: none;
	opacity: 0.5;
}
#contants .inbox.full-61 .acms-entry .acms-col-sm-8,
#contants .inbox.full-63 .acms-entry .acms-col-sm-8 {
	margin-top: 25px;
}

.flex-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-box hr {
	display: none;
}
.flex-box:nth-child(2n) {
	flex-direction: row-reverse;
}
.flex-box .column-image-auto {
	width: 100% !important;
	margin-right: 30px;
}
.flex-box:nth-child(2n) .column-image-auto {
	margin-right: 0;
	margin-left: 30px;
}

@media screen and (max-width: 768px) {
	.acms-entry h2.ttl_h2 {
		font-size: 2.5rem;
		margin-top: 60px;
		padding: 0;
	}
	.acms-entry h2.ttl_h2 span {
		padding: 0 20px;
	}
	.acms-entry h5.ttl_h5 {
		font-size: 2.5rem;
		margin-bottom: 0;
	}
	#contants .inbox.full-61 .acms-entry p.border_box,
	#contants .inbox.full-63 .acms-entry p.border_box {
		font-size: 123% !important;
		padding: 20px 0;
	}

	.acms-entry .border_block {
		margin: 0 10px 30px;
		padding: 0 10px 10px;
	}
	#contants .inbox .acms-entry .border_block h5.ttl_h5 span {
		top: -12px;
		padding: 0 10px;
	}
	#contants .inbox .acms-entry p.btn_more a {
		font-size: 123%;
	}
	.flex-box {
		display: block;
	}
	.flex-box .column-image-auto,
	.flex-box:nth-child(2n) .column-image-auto {
		margin: 0 auto 10px;
	}
}


/*フォーム*/
.acms-admin-margin-bottom-medium table.acms-admin-table {
    width: 100%;
    max-width: 100%;
	border-collapse: collapse;
}
.acms-admin-margin-bottom-medium table.acms-admin-table th {
	width: 30%;
	height: auto;
	font-size: 80%;
	margin: 0;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #eaf3ff;
	white-space: nowrap;
	font-weight: bold;
}

.acms-admin-margin-bottom-medium table.acms-admin-table td {
	    font-size: 80%;
		height: auto;
		margin: 0;
		padding: 10px;
		border: 1px solid #ddd;
}

.acms-admin-margin-bottom-medium input[type="text"] {
	max-width: none;
	    width: 100%;
}
.acms-admin-margin-bottom-medium textarea {
	width: 100%;
}
.acms-admin-margin-bottom-medium table.acms-admin-table .acms-admin-label-danger {
    background-color: #ea1515;
}

.acms-admin-margin-bottom-medium table.acms-admin-table .acms-admin-label {
    border-radius: 0;
	margin-left: 5px;
}
.acms-admin-label {
	padding: 3px 7px;
	color: #fff;
}
.acms-admin-label {
  font-size: 10px;
}
.privacy_txt{
	text-align: center;
    margin: 10px 0;
    font-size: 80%;
    display: block;
}
input[type="submit"].acms-admin-btn {
	border-radius: 0;
	background-color: #0066cb;
	width: 150px;
	padding: 10px 0;
	color: #fff;
	margin-bottom: 20px;

}

.contact .mailStep {
	border: solid 2px #0066cc;
	margin: 0 10px 10px 10px;
	padding: 0 10px;
	text-align: center;
	counter-reset: number 0;
}
.contact .mailStep li.mailStepItem {
	margin: 0 10px;
	padding: 10px 1em 7px 2em;
	color: #999;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 4px solid transparent;
	display: inline-block;
}
.contact .mailStep li.mailStepItem::before {
	counter-increment: number;
	content: counter(number);
	color: #ffffff;
	display: inline-block;
	margin: 0 0.5em 0 -2em;
	background: #0066cc;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
}

.contact .mailStep li.mailStepItem.mailStepItemCurrent {
	color: #333;
	border-bottom: 4px solid #e23333;
}


@media (max-width: 768px) {
	#contants .inbox {
		width: auto;
		padding: 0;
		margin: 0 2%;
	}
	#contants .inbox .container {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.acms-entry table th,td {
		display: block;
		border-top: none;
		border-bottom: none;
	}
	.acms-entry tr:first-child th {
		border-top: 1px solid #ddd;
	}

	.acms-admin-margin-bottom-medium table.acms-admin-table th {
		width: 100%;
	}

	.acms-entry table.acms-table-scrollable th,table.acms-table-scrollable td {
    	display: table-cell;
		border: 1px solid #ddd;
	}

	.acms-entry p {
		font-size: 90% !important;
		line-height: 1.75 !important;
	}
	.acms-entry p.entry-btn {
		width: 300px;
		margin: 0px auto 10px;
		padding: 20px 0;
	}
	.acms-entry p.entry-btn-white {
		width: 60%;
		margin: 20px auto 20px;
		padding: 10px 0;
	}
	.acms-entry h4{
		padding-bottom: 10px;
		line-height: 1.5;
	}

	/*フォーム*/
	.acms-admin-margin-bottom-medium table.acms-admin-table td, table.acms-admin-table th{
		display: block;
		border-top: none;
	}

	.contact .mailStep {
		margin: 0 0 15px;
		padding: 0;
	}

	.contact .mailStep li.mailStepItem {
		font-size: 100%;
		padding: 10px 0.5em 7px 2em;
    	margin: 0;
	}

	.contact .mailStep li.mailStepItem::before {
		width: 15px;
		height: 15px;
		font-size: 1.3rem;
	}

}

/* .acms-form-action
--------------------------------------*/
.acms-form-action input[type="text"],
.acms-form-action input[type="search"],
.acms-form-action input[type="email"],
.acms-form-action input[type="password"],
.acms-form-action input[type="url"] {
	padding: 1.5px;
}

@media (min-width: 768px) {
	.acms-form-action input[type="text"],
	.acms-form-action input[type="search"],
	.acms-form-action input[type="email"],
	.acms-form-action input[type="password"],
	.acms-form-action input[type="url"] {
		height: 23px;
	}
}




.acms-icon-search:before {
	font-size: 5px;
	line-height: 1.5;
}



.column-file-auto {
	margin-left: 0;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.column-file-auto a {
	display: table;
	position: relative;
	padding: 10px;
	line-height: 1.2;
	cursor: pointer;
	background-color: #eee;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	color: #666;
	width: -webkit-fill-available;
	width: -moz-fill-available;
}
.column-file-auto a:hover{
	color: #CCC;
}

.column-file-auto .columnIcon{
	float: left;

}
.column-file-auto p.caption{
	color: #666;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	width: 100%;
}
.column-file-auto p.caption:hover{
	color: #CCC;
}



.summary_index.acms-col-md-4 {
	width: 100%;
}




/* 404
--------------------------------------*/
#contants .inbox .container.error {
	width: 100%;
	margin: 55px 0;
}

@media screen and (max-width: 480px) {
	#contants .inbox .container.error {
		margin-bottom: 0;
	}
}



/*form step
----------------------------------------*/
@media (min-width: 768px) {
	.acms-entry ol.formstep {
		text-align: center;
	}
	.acms-entry ol.formstep > li.mailStepItem {
		display: inline-block;
		margin-bottom: 0;
	}
	.acms-entry ol.formstep > li.mailStepItem + li {
		margin-left: 20px;
	}
}

.formBtnBox {
	margin: 0 auto;
	text-align: center;
}

.acms-entry ol.formstep > li.mailStepItem span {
	display: inline-block;
	padding: 0 0 2px;
}
.acms-entry ol.formstep > li.mailStepItemCurrent span {
	border-bottom: solid 1px #C82119;
}



/*スタッフブログ
----------------------------------------*/
.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 .pageTitle-item {
	background: #008d92;
}

.staffblog .acms-page-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 .acms-page-header h1:before,
.staffblog .acms-entry h1:before {
	background: #008d92;
}
.staffblog .acms-entry h2,
.staffblog .acms-summary h2 {
	background: #008d92;
}
.staffblog .acms-entry h2,
.staffblog .acms-summary h2 {
	background: #008d92;
}
.staffblog #contants .inbox .side_block .contents_block .acms-admin-module-edit-wrapper {
	background: #008d92;
}
.staffblog #contants .inbox .side_block .acms-list-group li {
	font-weight: bold;
	font-size: 85%;
}
.staffblog .inbox .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;
	}
}



/*ブログ 川本式観点
----------------------------------------*/
.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 .pageTitle-item {
	background: #032466;
}

.kawamoto .acms-page-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 .acms-page-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 #contants .inbox .side_block .contents_block .acms-margin-bottom-medium {
	background: #032466;
}
.kawamoto #contants .inbox .side_block .acms-list-group li {
	font-weight: bold;
	font-size: 85%;
}
.kawamoto .inbox .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;
	}
}


@media only screen and (max-width: 736px) {
	.ggmap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
