@charset 'UTF-8';
/* ------------------------------
　　ベース
------------------------------ */
body {
}
p {
	font-size: 18px;
}
.en {
	font-family: 'Roboto Slab', serif;
}

/* ------------------------------
　　ヘッダ
------------------------------ */
.header-stack .site-name {
	margin-top: 20px;
}
.btn-action-sp {
	display: block;
	margin-bottom: 15px;
	padding: 15px 20px;
	color: #FFF!important;
	background: #B90000;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 0 #000;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.btn-action-sp:visited {
	color: #FFF;
}
@media screen and (min-width: 768px) {
	.head-wrapper {
		border-top: 5px solid #B90000;
	}
	.header-stack .site-name {
		text-align: left;
	}
	.site-logo {
		width: 240px;
	}
	.header-subnav {
		list-style: none;
		font-size: 0;
		text-align: right;
	}
	.header-subnav li {
		display: inline-block;
	}
	.header-subnav li img {
		height: 70px;
		width: auto;
		transition: .3s ease-out;
	}
	.header-subnav li a:hover img {
		opacity: .6;
	}
}
@media screen and (max-width: 768px) {
	.header-subnav {
		display: none;
	}
	.site-logo {
		display: block;
		/* height: 60px; */
		height: 50px;
		width: auto;
		/* margin: 0 auto; */
		margin: 8px auto 0;
	}
	.site-header {
		border-top: 4px solid #B90000;
	}
	.site-header .acms-icon-sort {
		color: #B90000;
	}
	.nav-menu-action-item , .nav-menu-action-item a {
		/* color: #B90000!important; */
		color: #666 !important;
		width: 100%;
	}
}

/* タイトル */
.page-title-wrapper {
	background: url(../images/bg_other.jpg) #B90000 no-repeat 50%;
}

/* ------------------------------
　　トップ
------------------------------ */
/* スライダー */
.slider {
	margin-bottom: 0;
}
.slick-slider {
	padding-bottom: 0;
}

/* 対象者別リンク */
.action-container {
	margin-bottom: 50px;
	background: #f6f6f6;
	text-align: center;
}
.action-item {
	overflow: hidden;
	padding: 30px 20px;
	border: 1px solid #DBDBDB;
	border-left: 1px solid #FFF;
	box-sizing: border-box;
}
.action-item .fa {
	color: #DBDBDB;
	font-size: 40px;
}
.action-item p {
	font-size: 14px;
}
.btn-action {
	display: inline-block;
	margin-top: 15px;
	padding: 10px 30px;
	color: #333;
	border: 1px solid #333;
	border-radius: 30px;
	transition: .3s ease-out;
}
.btn-action:hover {
	text-decoration: none;
	background: #333;
	color: #FFF!important;
}
.btn-action:visited {
	color: #333;
}
.top-koudoku-btn-container{
	display: none;
}
@media screen and (max-width: 480px){
	/* 対象者別リンクボタン k */
	.top-koudoku-btn-container{
		display: block;
	}
	.top-koudoku-btn-container ul{
		padding: 0;
		list-style: none;
		display: flex;
		justify-content: space-around;
	}
	.top-koudoku-text{
		margin: 0 0 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #fff;
	}
	.top-taishou-list{
		display: flex;
		flex-direction: column;
	}
	.top-taishou-list li{
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}
	.top-koudoku-btn-container .btn-action-sp{
		box-shadow: unset;
	}
}
/* サービス */
.photo-title {
	text-align: center;
	font-size: 20px;
	color: #333!important;
}
.photo-title a {
	color: #333!important;
}

/* ニュース */
#top .news {
	padding: 40px 0 40px;
	/* background: #F6F6F6; */
	background: #FFF;
}
.news .module-heading {
	font-size: 24px;
}
@media screen and (min-width: 769px) {
	#top .news .acms-container {
		padding-right: 140px;
		padding-left: 140px;
	}
}

/* ------------------------------
　　コンテンツ
------------------------------ */
.acms-page-header {
	border-bottom: 3px solid #B90000;
}
.module-header {
	border-bottom: 3px solid #B90000;
}

/* 見出し */
.entry-column h2 {
	color: #B90000;
	background: #ffe0e0;
	border-left: 5px solid #B90000;
	font-size: 20px;
}
.entry-column h3 {
	color: #333;
	font-size: 18px;
	background: none;
	border-bottom: 3px solid #B90000;
}
.entry-column h4 {
	font-size: 18px;
	color: #B90000;
}

/* その他パーツ */
.acms-label {
	background: #B90000;
	color: #FFF;
}
.entry-column .entry-btn {
	text-align: center;
}
.entry-column .entry-btn-attention {
	text-align: center;
}
.entry-column ul li,
.entry-column ol li {
	font-size: 18px;
}
.entry-column p {
	font-size: 18px;
}
.entry-column table th {
	color: #B90000;
	background: #ffe0e0;
}
.entry-column table th,
.entry-column table td {
	border-top: 1px solid #B90000;
}
.entry-column table {
	border-bottom: 1px solid #B90000;
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.suggest-box {
	padding: 40px 0;
	background: #B90000;
}
.suggest-box .acms-col-md-4 {
	padding: 10px 15px;
}
.suggest-item {
	background: #FFF;
	text-align: center;
}
.suggest-item h3 {
	font-size: 20px;
}
.suggest-item .fa {
	color: #DBDBDB;
	font-size: 40px;
}
.suggest-item p {
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.suggest-item {
		padding: 20px 10px;
		box-sizing: border-box;
	}
}

/* フォーム */
.contact-box .mail-step {
	background: #ffe0e0;
	color: #B90000;
}
.contact-box .mail-step-item-current {
	border-color: #B90000;
}
.contact-form th {
	vertical-align: middle;
}
.contact-form select {
	padding: 13px 30px 11px 10px;
	font-size: 18px;
}

/* ------------------------------
　　フッタ
------------------------------ */
.foot-wrapper {
	background: #DBDBDB;
	color: #333;
}
.copyright-text {
	font-size: 13px;
	color: #666;
	font-family: verdana, sans-serif;
}
.company-about, .company-name, .company-detail {
	color: #333;
}
.company-detail a {
	color: #666;
}

/* リンク */
.footer-link {
	margin: 0;
	list-style: none;
}
.footer-link-item {
	margin-bottom: 10px;
	font-size: 12px;
}
.footer-link-item.child {
	margin-left: 10px;
}
.footer-link-item:before {
	margin-right: 5px;
    font-family: FontAwesome;
    content: '\f105';
    color: #999;
}
.footer-link-item a {
	color: #333;
	transition: ease-out .3s;
}
.footer-link-item a:hover {
	color: #999;
	text-decoration: none;
}
.acms-hide-pc{
	overflow: hidden; 
}

/* ------------------------------　　
	スマホナビ▼
------------------------------ */
.top-logo-pc-hide{
	display: none;
}
.sp-fixed-nav{
	position: fixed;
	background: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.sp-fixed-nav .nav-menu-action{
	float: unset;
	width: 100%;
	border-top: 2px solid #ccc;
	display: flex;
}
.sp-fixed-nav .nav-menu-action-item{
	width: 50%;
	padding: 5px 0 15px;
}
.sp-fixed-nav .nav-menu-action-item a{
	display: block;
}
.sp-fixed-nav .nav-menu-action-item:nth-child(1){
	border-right: 2px solid #eee;
}
.sp-fixed-nav .nav-menu-action-item p{
	margin: 5px 0 0;
	font-size: 14px;
}
.sp-fixed-nav .acms-icon-tel, .acms-icon-config_mail{
	font-size: 25px;
}

@media screen and (max-width: 480px){
	.nav-menu-btn{
		float: right;
		margin-top: 8px;
	}
	/* ヘッダーロゴ */
	.top-logo-sp-hide{
		display: none;
	}
	.top-logo-pc-hide{
		display: inline-block;
	}
	.header-logo{
		padding: 0;
	}
	.header-stack .site-name{
		margin: 0;
	}
	.module-section.slider{
		padding: 67.9px 0 30px;
	}
}
.page-title-inner{
	padding: 100px 10px 15px;
}
.form_image_box img{
	max-width: 100%;
}
.form_image_box{
	margin: 10px 0;
}

.form-text-red{
	color: red;
}
.form-text-wrap{
	text-align: left;
}

.form-link-textSet, .form-link-textSet:visited{
	color: #333 !important;
	text-decoration: underline !important;
}

/* ------------------------------　　
	2026-02-17追加
------------------------------ */
.acms-page-header a{
	transition: all 400ms 0s ease;
}
.acms-page-header a:visited {
	color: #fff;
}
.acms-page-header a:hover {
	color: rgba(255,255,255,.8);
}














