@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&family=Sawarabi+Gothic&family=Zen+Maru+Gothic&display=swap');

body {
	font-family: "Zen Maru Gothic", Sawarabi Gothic, sans-serif !important;
	/*font-family: "Sawarabi Gothic", sans-serif;*/
}
.class_nagi .item-label {
	font-family: "Zen Maru Gothic", Sawarabi Gothic, sans-serif !important;
}
:root {
	--key-color-1: #9a76ac;
	--key-color-2: #9a76ac29;
	--key-color-3: #fef8ff;
}
/*
:root {
	--key-color-1: #00ace5;
	--key-color-2: #00ace529;
	--key-color-3: #ebf9ff;
}
header.entry-header div.eye-catch-wrap figure.eye-catch img {
    filter: hue-rotate(290deg);
}
*/


.fade:hover {
	opacity: 0.7;
}

a > img:hover {
	opacity: 0.7;
}
.site-name-text-link:hover {
	opacity: 0.7;
}
.go-to-top .go-to-top-button {
	background-color: var(--key-color-1);
}
.go-to-top .go-to-top-button:hover {
	opacity: 0.7;
	transition: .3s;
}

@media screen and (min-width: 835px){
	.sp {
		display: none;
	}
}
@media screen and (max-width: 834px){
	.pc {
		display: none;
	}
}


/* 文章装飾 */
img {
  vertical-align: middle;
  border-style: none;
}
main#main a {
  text-decoration: none;
}
.entry-content > div {
	margin-bottom: 0;
}
main#main p {
	margin-bottom: 1.2em;
}
main#main h1 {
	font-size: 2.5em;
	font-weight: normal;
	margin: 0;
}
@media (min-width: 768px) {
	main#main h1 {
		font-size: 28px;
	}
}

main#main h2 {
	color: #000;
	padding: .6em 0 .5em;
	position: relative;
 	background: 0 0;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -0.06em;
	margin: 1em 0 0.8em 0;
	border: none;
}

main#main h3 {
	font-size: 1.6em;
	border-bottom: none;
	border-left: 6px solid var(--key-color-1);
	padding: 0.5em 0.2em 0.5em 0.6em;
	font-weight: normal;
	margin: 1.4em 0 0.8em 0;
	color: #000;
}
body:not(.home) main#main h3 {
	background-color: var(--key-color-2);
}
main#main h4 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0.3em 0 0.5em 0.75em;
	margin: 1.5em 0 1.2em;
	border-bottom: 3px dotted var(--key-color-1);
}
main#main h4:before {
	content: none;
}
main#main h5 {
	margin: 0 0 0.3em 0;
	border: none;
}
main#main h6 {
}

main#main hr {
	padding-top: 1em;
	margin-bottom: 1em;
	border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

main#main ul li {
	margin-bottom: 0.8em;
}

main#main blockquote {
	border: 5px solid #eee;
	background-color: #fcfcfc;
	position: relative;
	font-size: 16px;
	margin: 0;
}


@media screen and (max-width: 834px){
	main.main {
		font-size: 3.4vw;
	}
	main#main h1 {
		font-size: 1.5em !important;
	}
	main#main h2 {
		font-size:  5vw;
	}
	main#main h3 {
		font-size: 4vw;
	}
	main#main h4 {
		font-size: 1.2em;
	}
	main#main blockquote {
		font-size: 3.4vw;
	}
	main#main p {
		font-size: 3.4vw;
	}
	main#main table td {
		font-size: 3.4vw;
	}
}

.entry-content .pdf:after {
	content: '';
	background: url('https://actips.jp/wp8469/wp-content/uploads/2025/08/pdf_icon.png') no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin-left: 0.4em;
	padding-bottom: 0.2em;
}

/* テーブル */
main#main table:not(.white_table) tr td {
	border: 1px solid var(--key-color-2);
	padding: 0.4em 0.8em;
}
main#main table:not(.white_table) > tbody > tr > td:nth-of-type(odd) {
	background-color: var(--key-color-2);
	border-bottom: 1px solid #fff;
}
main#main table:not(.white_table) > tbody > tr:last-of-type > td:nth-of-type(odd) {
	border-bottom: 1px solid var(--key-color-2);
}



/* 透明なテーブル */
.white_table {
	width: 100%!important;
	padding: 0;
	margin: 0!important;
}
.white_table tr, .white_table td {
	border: none!important;
	background-color: transparent!important;
	padding: 0;
}
/* スマホ表示対応テーブル */
@media screen and (max-width: 834px){
	.pcsp_table {

	}
	.pcsp_table > tbody {
		display: block;
	}
	.pcsp_table > tbody > tr {
		display: block;
		width: 100%;
	}
	.pcsp_table > tbody > tr > th, .pcsp_table > tbody > tr > td {
		display: block;
		width: 100%;
		border-bottom: none !important;
	}
	.pcsp_table > tbody > tr:last-child > *:last-child {
		border-bottom: 1px solid #9d9d9d !important;
	}
}
/* 横スクロールテーブル */
@media screen and (max-width: 834px){
	.scrollx_table {
		width: 100%;
		display: block;
		overflow-x: scroll;
		padding-bottom: 5px;
		border: 2px solid #848484;
		box-shadow: rgba(0, 0, 0, 0.31) 0px 3px 6px 0px inset;
	}
	.scrollx_table > tbody {
		display: block;
		width: 785px;
		border: 9px solid transparent;
		box-sizing: border-box;
	}
}



table.gray_table > tbody > tr:nth-of-type(odd) {
  background-color: #f5faf9!important;
}
table.gray_table > tbody > tr:nth-of-type(even) {
  
}
table.gray_table {
  border-top: 1px solid #c4c4c4 !important;
  border-left: 1px solid #c4c4c4 !important;
  border-bottom: none !important;
  border-right: none !important;
}
table.gray_table > tbody > tr > td {
  border-top: none !important;
  border-left: none !important;
  border-right: 1px solid #c4c4c4 !important;
  border-bottom: 1px solid #c4c4c4 !important;
  padding: 0.4em 0.8em;
}


table.left_nowrap_table > tbody > tr > td:nth-of-type(1) {
	white-space: nowrap;
}







.main {
	border: none;
}
.container {
  padding-right: 0!important;
  padding-left: 0!important;
}

/* ヘッダー */
.header {
	background-color: transparent;
}
.description_layout {
	background-color: var(--key-color-3);
}
.description {
	padding: 0 1em;
	font-size: 0.8em;
}
.mobile-menu-buttons .search-menu-button {
	display: none;
}
.mobile-menu-buttons {
	background-color: #ffffffc9;
}
.mobile-menu-buttons .navi-menu-button {
	background-color: #fff;
	border: 1px solid #d2d2d2;
	box-shadow: var(--nagi_r_shadow);
}
header#header.header2 {
	margin: 20px 0 20px 0;
}
div#header-container {
	padding: 0.4em 0 0.4em 0;
}
.logo-image span, .logo-image a {
	display: block;
}
@media screen and (min-width: 1256px){
	.hlt-top-menu.wrap {
		width: 1256px;
	}
	.description {
		width: 1256px;
	}
	.logo-header img {
		width: 380px!important;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1255px){
	.logo-header img {
		width: 300px!important;
	}
}
@media screen and (max-width: 1023px){
	.description {
		padding: 1vw 0 0 2vw;
	}
	body:not(.home) .description {
		display: none;
	}
}
@media screen and (max-width: 834px){
	.description_layout {
		padding: 0;
	}
	.description {
		font-size: 3vw;
		padding: 1vw 2vw 0 2vw;
	}
}

/* メニュー */
#header-container {
	box-shadow: none!important;
}
#header-container .navi, #navi .navi-in > .menu-header .sub-menu {
	background-color: var(--key-color-3);
}
#header-container, #header-container .navi, #navi .navi-in > .menu-header .sub-menu {
	background-color: var(--key-color-3);
}
#header-container.fixed-header {
	background-color: var(--key-color-2);
}
#header-container.fixed-header .navi {
	background-color: transparent;
}
#navi .navi-in > ul > li a {
	text-decoration: none !important;
}
#navi .navi-in > ul > li > a .item-label {
	border-bottom: 2px solid transparent;
	padding: 7px 0.25em 0 0.25em;
	font-weight: bold;
	transform: scale(0.9, 1);
	letter-spacing: -0.03em;
}
#navi .navi-in > ul > li > a .item-label:after {
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	background: transparent;
}
#navi .navi-in > ul > li > a:hover {
	
}
#navi .navi-in > ul > li > a:hover .item-label:after {
	background: rgb(200,219,73);
	background: linear-gradient(90deg, rgba(200,219,73,1) 0%, rgba(200,219,73,1) 8%, rgba(232,235,140,1) 19%, rgba(232,235,140,1) 61%, rgba(200,219,73,1) 67%, rgba(232,235,140,1) 86%, rgba(232,235,140,1) 100%);
}

#navi .navi-in > ul > li:last-of-type > a .item-label {
	color: #ff8299;
}
#navi .navi-in > ul > li:last-of-type > a:hover .item-label:after {
	background: rgb(235,116,137);
	background: linear-gradient(90deg, rgba(235,116,137,1) 0%, rgba(235,116,137,1) 8%, rgba(243,169,198,1) 19%, rgba(243,169,198,1) 61%, rgba(235,116,137,1) 67%, rgba(243,169,198,1) 86%, rgba(243,169,198,1) 100%);
}

#navi .navi-in > .menu-header .sub-menu {
	background-color: transparent;
	border: none;
	box-shadow: none;
	width: auto;
}
#navi .navi-in > ul .sub-menu li .item-label {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.8;
}
#navi .navi-in > ul .sub-menu li .item-label {
	display: flex;
	align-items: center;
}
#navi .navi-in > ul .sub-menu li .item-label:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	display: inline-block;
	font-size: 60%;
	vertical-align: top;
	padding: 0.4em 0.5em 0 0;
}

#navi .navi-in > ul .sub-menu li {
	margin: 6px 0 6px 0;
	padding: 0 0.7em 0 0.7em;
	background: rgb(77,174,90);
background: linear-gradient(90deg, rgba(77,174,90,1) 0%, rgba(77,174,90,1) 6%, rgba(139,196,159,1) 18%, rgba(139,196,159,1) 32%, rgba(89,191,125,1) 42%, rgba(139,196,159,1) 52%, rgba(139,196,159,1) 65%, rgba(77,174,90,1) 84%, rgba(139,196,159,1) 92%, rgba(139,196,159,1) 100%);
}
#navi .navi-in > ul > li:last-of-type .sub-menu li {
	background: rgb(235,116,137);
	background: linear-gradient(90deg, rgba(235,116,137,1) 0%, rgba(235,116,137,1) 7%, rgba(255,136,157,1) 24%, rgba(255,136,157,1) 32%, rgba(255,166,181,1) 42%, rgba(255,166,181,1) 52%, rgba(255,136,157,1) 60%, rgba(235,116,137,1) 78%, rgba(255,136,157,1) 91%, rgba(235,116,137,1) 100%);
}
#navi .navi-in > ul .sub-menu a {
	transition: none;
	padding: 0;
}
#navi .navi-in > ul .sub-menu a:hover {
	opacity: 0.7;
}

#navi .navi-in > ul li {
	height: auto;
	line-height: 2.3;
}
#navi .navi-in > ul > li:nth-of-type(1) {
	display: none;
}
#navi .navi-in .has-icon {
	display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1255px){
	#navi .navi-in > ul > li > a {
		padding: 0 0.4em;
	}
}
@media screen and (min-width: 835px) and (max-width: 1023px){
	#header-container {
		padding: 10px 0 5px 0;
	}
	.mobile-menu-buttons .menu-button > a {
		margin: auto auto auto 1.5vw;
	}
	.navi-in .menu-pc {
		display: flex;
	}
	.menu-drawer > li {
		font-weight: 600;
	}
	.menu-drawer > li .sub-menu {
		font-weight: normal;
	}
	.menu-drawer > li .sub-menu li {
		display: flex;
		align-items:center;
	}
	.menu-drawer > li .sub-menu > li:before {
		content: "　－";
	}
	.logo-menu-button img {
		padding: 6px;
	}
}
@media screen and (min-width: 835px) and (max-width: 1023px){
	.mobile-menu-buttons .navi-menu-button {
		display: none;
	}
}
@media screen and (max-width: 834px){
	.mobile-menu-buttons .navi-menu-button {
		width: 14vw;
		height: 14vw;
	}
	.mobile-menu-buttons .menu-icon {
		font-size: 6vw;
		line-height: 1;
	}
	.mobile-menu-buttons .menu-caption {
		font-size: 2.4vw;
	}
	body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    	margin-top: 14vw;
	}
	.mobile-menu-buttons .menu-button > a {
		margin: auto 4vw auto 2vw;
	}
	.menu-drawer > li {
		font-weight: 600;
	}
	.menu-drawer > li .sub-menu {
		font-weight: normal;
	}
	.menu-drawer > li .sub-menu li {
		display: flex;
		align-items:center;
	}
	.menu-drawer > li .sub-menu > li:before {
		content: "　－";
	}
	.logo-menu-button img {
		max-height: none;
		padding: 1vw;
		width: 100%;
		height: auto;
	}
}


/* スライドショー */

.bxslider {
	padding: 0;
	margin: 0;
}
.bx-wrapper img {
	aspect-ratio: 1900 / 525;
	object-fit: cover;
	object-position: center top;
}
.bx-wrapper .bx-prev {
	left: 0!important;
}
.bx-wrapper .bx-next {
	right: 0!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 30px!important;
	height: 3px!important;
}
.bx-wrapper .bx-pager {
	bottom: 4% !important;
	line-height: 0;
}


.bxslider li {
	position: relative;
}
.bxslider li .slide_text {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) translateX(0);
	width: 100%;
}
.bxslider li .slide_text #slide_text_sub {
	max-width: 1080px;
	margin: 0 auto;
}
.bxslider li .slide_text #slide_text_sub > div:nth-of-type(1) {
	font-size: calc(1.313em + .7vw);
	line-height: 140%;
	margin: 0 0 2% 0;
}
.bxslider li .slide_text #slide_text_sub > div:nth-of-type(2) {
	font-size: 1.22vw;
	line-height: 165%;
}
@media screen and (max-width: 850px){
	.bxslider li .slide_text #slide_text_sub > div:nth-of-type(1) {
		font-size: 3vw;
		margin: 0 0 1.1% 0;
		line-height: 125%;
	}
	.bxslider li .slide_text #slide_text_sub > div:nth-of-type(2) {
		font-size: 1.7vw;
		line-height: 150%;
	}
}
@media screen and (max-width: 1170px){
	.bxslider li .slide_text #slide_text_sub {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.bx-wrapper .bx-prev {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -12px !important;
	margin-left: 1% !important;
	opacity: 0.5 !important;
}
.bx-wrapper .bx-prev:hover {
	opacity: 0.9 !important;
}
.bx-wrapper .bx-next {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -12px !important;
	margin-right: 1% !important;
	opacity: 0.5 !important;
}
.bx-wrapper .bx-next:hover {
	opacity: 0.9 !important;
}


/* コンテンツ内ヘッダー */

body.home .article-header {
	display: none;
}

header.article-header {
	position: relative;
	margin-bottom: 3em;
}
header.article-header h1.entry-title {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	font-size: 1.75em !important;
	line-height: 1.1;
	width: 100%;
	text-align: center;
}


body.page .date-tags {
	display: none;
}

div.eye-catch-wrap {
	display: inline-block;
	width: 100%;
}
div.eye-catch-wrap figure.eye-catch {
	
}
/*div.eye-catch-wrap.display-none {
	background-color: #fee;
}
div.eye-catch-wrap.display-none figure.eye-catch {
	visibility: hidden;
}*/
.eye-catch {
	margin-bottom: 0;
}

@media screen and (min-width: 851px){
	header.entry-header div.eye-catch-wrap figure.eye-catch img {
		height: 300px;
    	object-fit: cover;
    	object-position: center;
    	width: 100%;
	}
	header.article-header h1.entry-title {
		font-size: 40px !important;
	}
}
@media screen and (max-width: 850px){
	header.entry-header div.eye-catch-wrap figure.eye-catch img {
		height: 23vw;
		object-fit: cover;
		object-position: right center;
	}
	main#main div#breadcrumb {
		font-size: 12px;
	}
	.eye-catch-wrap {
		margin: 0;
	}
}

/*div.eye-catch-wrap.display-none {
	background-image: url('https://actips.jp/wp5479/wp-content/uploads/2021/04/header-3.jpg');
	background-size: 104% auto;
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent !important;
}*/

.pager-post-navi a figure {
	display: none;
}


/* パンくずリスト */
.breadcrumb {
	width: 1024px!important;
	padding: 0 0 2em 1em!important;
}
@media screen and (max-width:1139px) {
	.breadcrumb {
		width: auto!important;
	}
}
@media screen and (max-width: 834px){
	.breadcrumb {
		font-size: 3vw !important;
	}
}

/* フッター */
#footer {
  background: var(--key-color-3);
}
footer {
	display: none;
}
footer.custom_footer {
	display: block;
	border-top: 1px solid #ede7ee;
    border-bottom: 1px solid #ede7ee;
}

#top_footer_layout {
	color: #795f27;
	font-weight: bold;
}
#top_footer_layout a {
	font-weight: bold;
	font-size: 13px;
}
#top_footer_layout #top_footer_top {
	display: flex;
	margin: 35px 0 40px 0;
}
#top_footer_layout #top_footer_menu {
	flex: 1;
}
#top_footer_layout #top_footer_menu ul.footer_menu_ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#top_footer_layout #top_footer_menu ul.footer_menu_ul li {
	line-height: 1.1;
	margin: 0.25em 0;
}
#top_footer_layout #top_footer_menu ul.footer_menu_ul > li {
	padding: 1.4em 0.8em;
	border-left: 1px solid #ffe0f4;
}
#top_footer_layout #top_footer_menu ul.footer_menu_ul > li:first-of-type {
	display: none;
}
#top_footer_layout #top_footer_menu ul.footer_menu_ul > li:last-of-type {
	padding-right: 0;
}
#top_footer_layout #top_footer_menu ul.footer_menu_ul a {
	text-decoration: none;
	color: #ff8299;
}
#top_footer_layout #top_footer_menu ul.footer_menu_ul > li > a > span {
	display: block;
	margin: 0 0 1.3em 0;
	font-size: 12px;
	transform: scale(1, 1.2);
	transform-origin: top left;
}
#top_footer_layout #top_footer_menu ul.footer_menu_ul ul.sub-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#top_footer_layout #top_footer_menu ul.footer_menu_ul ul.sub-menu a {
	color: #795f27;
}
#top_footer_layout #top_footer_menu ul.footer_menu_ul a:hover {
	color: #e53900!important;
	text-decoration: underline;
}
#top_footer_layout #top_footer_menu ul.footer_menu_ul ul.sub-menu li {
	margin: 0.7em 0;
}
#top_footer_layout #top_footer_menu ul.footer_menu_ul ul.sub-menu > li > a > span {
	font-size: 11px;
	transform: scale(1, 1.2);
	transform-origin: top left;
	display: block;
}

#top_footer_layout #top_footer_company {
	line-height: 1.25;
	padding: 0 0.2em 0 0.2em;
}
#top_footer_layout #top_footer_company > span {
	display: block;
}
#top_footer_layout #top_footer_company #top_footer_company_1 {
	font-size: 14px;
}
#top_footer_layout #top_footer_company #top_footer_company_2 {
	font-size: 18px;
}
#top_footer_layout #top_footer_company #top_footer_company_3 {
	font-size: 10px;
	margin: 0.4em 0 0 0;
}

#top_footer_layout #top_footer_tel {
	line-height: 1.15;
	margin: 0.8em 0 1.5em 0;
	padding: 0.1em 1em 0.4em 1em;
}
#top_footer_layout #top_footer_tel #top_footer_tel_1 {
	font-size: 14px;
	margin: 0 0.3em 0 0;
}
#top_footer_layout #top_footer_tel #top_footer_tel_2 {
	font-size: 27px;
}
#top_footer_layout #top_footer_tel #top_footer_tel_3 {
	display: block;
	font-size: 11px;
}

#top_footer_layout #top_footer_sns {
	display: flex;
	padding: 0 0 0 5px;
}
#top_footer_layout #top_footer_sns > div {
	margin: 0 5px;
}
#top_footer_layout #top_footer_sns img {
	height: 40px;
	width: auto;
}

#top_footer_layout #top_footer_topleft {
	padding: 0.6em 12px 0 0;
}

#top_footer_layout #top_footer_copyright {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 10px 0;
}

@media screen and (max-width: 1200px){
	#top_footer_layout #top_footer_top {
		flex-flow: column-reverse;
		justify-content: center;
	}
	#top_footer_layout #top_footer_top #top_footer_company {
		display: inline-flex;
		flex-flow: column;
		justify-content: center;
	}
	#top_footer_layout #top_footer_top #top_footer_company > span {
		display: inline-block;
	}
	#top_footer_layout #top_footer_top #top_footer_tel {
		display: inline-flex;
		flex-flow: column;
		justify-content: center;
	}
	#top_footer_layout #top_footer_top #top_footer_tel > span {
		display: inline-block;
	}
	#top_footer_layout #top_footer_menu #footer_nav {
		text-align: center;
	}
	#top_footer_layout #top_footer_menu ul.footer_menu_ul {
		display: inline-flex;
		text-align: left;
	}
	#top_footer_layout #top_footer_topleft {
		text-align: center;
	}
	#top_footer_layout #top_footer_sns {
		justify-content: center;
	}
}
@media screen and (max-width: 834px){
	#top_footer_layout #top_footer_top #top_footer_company {
		display: flex;
		font-size: 6vw;
	}
	#top_footer_layout #top_footer_top #top_footer_tel {
		display: flex;
		font-size: 6vw;
	}
	#top_footer_layout #top_footer_company #top_footer_company_1 {
		font-size: 80%;
	}
	#top_footer_layout #top_footer_company #top_footer_company_2 {
		font-size: 100%;
	}
	#top_footer_layout #top_footer_company #top_footer_company_3 {
		font-size: 60%;
		margin: 0.4em 0 0 0;
	}
	#top_footer_layout #top_footer_tel #top_footer_tel_1 {
		font-size: 80%;
	}
	#top_footer_layout #top_footer_tel #top_footer_tel_2 {
		font-size: 135%;
	}
	#top_footer_layout #top_footer_tel #top_footer_tel_3 {
		font-size: 65%;
	}
	#top_footer_layout #top_footer_copyright {
		font-size: 2vw;
	}
	#top_footer_layout #top_footer_sns > div {
		width: 15%;
		margin: 0 0.5%;
	}
	#top_footer_layout #top_footer_sns img {
		width: 100%;
		height: auto;
	}
}




/* フッターメニュー */
.navi-footer-in > .menu-footer {
	border-top: 1px solid var(--cocoon-thin-color);
	border-bottom: 1px solid var(--cocoon-thin-color);
	padding: 10px 0;
}
.footer-bottom .menu-footer li a {
	padding: 0 1em;
	transition: none!important;
}
#navi-footer-in .menu-footer li a:hover {
	text-decoration: underline;
	color: var(--key-color-1);
}
#top_footer_layout {
	max-width: 1024px;
	margin: 0 auto;
}
@media screen and (max-width: 1200px){
	#top_footer_layout #top_footer_menu ul.footer_menu_ul {
		flex-wrap: wrap;
	}
	#top_footer_layout #top_footer_menu ul.footer_menu_ul > li > a > span {
		font-size: 15px;
	}
	#top_footer_layout #top_footer_menu ul.footer_menu_ul ul.sub-menu > li > a > span {
		font-size: 15px;
	}
}
@media screen and (max-width: 960px){
	#top_footer_layout #top_footer_menu ul.footer_menu_ul > li > a > span {
		font-size: 1.6vw;
	}
	#top_footer_layout #top_footer_menu ul.footer_menu_ul ul.sub-menu > li > a > span {
		font-size: 1.25vw;
	}
}
@media screen and (max-width: 834px){
	#top_footer_layout #top_footer_menu ul.footer_menu_ul {
		flex-direction: column;
		flex-wrap: wrap;
		width: 100%;
		max-width: auto;
		height: 30em;
		padding: 0 0.5em;
	}
	#top_footer_layout #top_footer_menu ul.footer_menu_ul > li {
		padding: 0.6em 0.8em;
	}
	#top_footer_layout #top_footer_menu ul.footer_menu_ul > li > a > span {
		font-size: 2.7vw;
		margin-bottom: 0.8em;
	}
	#top_footer_layout #top_footer_menu #footer_nav, #top_footer_layout #top_footer_menu ul.footer_menu_ul ul.sub-menu > li > a > span {
		font-size: 3vw;
	}
}




/* ムービー */
.video{
	text-align: center;
	width:100%;
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
}
.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}

/* facebook */
#facebook_box {
	border: solid 2px #d0d0d0;
	padding: 0 1.0em 1.0em 1.0em;
	max-width: 510px;
	margin: 0 auto !important;
	margin-bottom: 200px !important;
}
#facebook_resize {
	transform-origin:50% 0%;
	transform: scale(1.2, 1.2);
	margin: 0 -50px 0 0;
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 740px) {
	#facebook_resize {
		transform-origin:50% 0%;
		transform: scale(0.9, 0.9);
		width: 96%;
	}
}
@media screen and (max-width: 576px) {
	#facebook_link {
		text-align: center;
	}
	#facebook_resize {
		transform: none;
		width: 100%;
	}
}


/* フォーム */

form .send_btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	color: #fff;
	background-color: var(--key-color-1);
  border: 1px solid var(--key-color-2);
  padding: .375em .75em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: .25em;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	white-space: nowrap;
	width: auto !important;
	padding: 0.4em 0.9em 0.4em 0.9em !important;
}

/* お知らせ */
.a-wrap {
	color: #4d4d4d;
}
.widget-entry-card {
	font-size: 16.5px;
}
body.home .new-entry-card-date {
  display: block;
}
body.home .new-entry-card-update-date {
  display: none;
}
body.home .new-entry-cards .new-entry-card-thumb {
  margin-top: 0;
}
body.home .new-entry-cards .new-entry-card-thumb img {
  display: none;
}
body.home .new-entry-card-content {
  margin-left: 0;
}

body.home .new-entry-cards {
  margin: 0 auto 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

body.home .new-entry-card-content {
  display: flex;
  padding: 1.3em 0.2em 1.3em 0.2em;
  box-sizing: border-box;
}
body.home .new-entry-card-date {
	order: -1;
	font-size: 16px;
}
body.home .new-entry-card-post-date {
	font-size: 1em;
}
body.home .new-entry-card-title {
  font-weight: bold;
}
body.home .widget-entry-card-snippet {
	display: none !important;
}
.border-partition .a-wrap:first-of-type {
	border-top: none;
}
.border-partition .a-wrap {
	border-bottom: 1px dashed #666;
}

.widget-entry-cards .a-wrap:first-of-type{
	padding-top: 0;
}
body.home .a-wrap:first-of-type .new-entry-card-content {
	padding-top: 0;
}


main.main #top_contact_btn {
	z-index: 1;
	position: relative;
	text-align: center;
}
main.main #top_contact_btn a {
	height: auto;
	display: inline-block;
	box-sizing: border-box;
	align-items: center;
	padding: .8em 1.5em;
	margin: 2px 0 2px;
	font-size: 20px;
	text-align: center;

	color: #fff;
	background-color: #00a99d;
	border-color: #008f85;

	border-radius: .25em;
}
main.main #top_contact_btn a:hover {
	background-color: #008779;
	border-color: #008779;
}
main.main #top_contact_btn a i {
	margin-right: 0.4em;
}







#slide_text_sub {
  color: #414904;
  font-weight: bold;
  letter-spacing: 3px;
  text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.62), -3px 3px 6px rgba(255, 255, 255, 0.62), 3px -3px 6px rgba(255, 255, 255, 0.62), -3px -3px 6px rgba(255, 255, 255, 0.62), 3px 0px 6px rgba(255, 255, 255, 0.62), 0px 3px 6px rgba(255, 255, 255, 0.62), -3px 0px 6px rgba(255, 255, 255, 0.62), 0px -3px 6px rgba(255, 255, 255, 0.62) !important;
}

.bxslider li .imgBox {
	background-color: #fff;
}
.bxslider li .imgBox {
	opacity: 0.65;
}


#info_title {
	border-bottom: 3px solid #00a99d;
	display: inline-block;
	padding: 0 3em 0.1em 0.5em;
	font-size: 24px;
	margin: 0 0 0.3em 0;
}

#top_contact_txt {
	text-align: center;
	margin-top: 8px;
}
#top_contact_txt .contact_txt {
	text-align: center;
	display: inline-block;
}
#top_contact_txt .contact_txt_tel {
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 1em;
	white-space: nowrap;
}
#top_contact_txt .contact_txt_tel_icon {
  margin-right: .3em;
}
#top_contact_txt .contact_txt_catch, #top_contact_txt .contact_txt_time {
  font-size: 15px;
  margin-top: 3px;
}



/* トップ以外のページ */
body:not(.home) .content .main .entry-content {
  max-width: none;
  margin: 0 auto;
}
body:not(.home) #header-container {
	border-bottom: 1px solid #ede7ee;
}
body:not(.home) .content {
	margin-top: 0;
	background-color: #fff;
}
body:not(.home) .content .content-in .main {
	background-color: #fff;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
body:not(.home) .content .content-in .main .entry-content {
	background-color: #fff;
}
body:not(.home) .content .content-in.wrap {
	width: 100%;
}
body:not(.home) .content .content-in .main .breadcrumb, body:not(.home) .content .content-in .main header.entry-header {
	max-width: 1920px!important;
	width: 100%!important;
	margin: 0 auto!important;
}
body:not(.home) .content .content-in .main .entry-content .wrap {
	padding: 1px;
	width: 1024px;
}
@media screen and (max-width: 1023px){
	body:not(.home) .content .content-in .main .entry-content .wrap {
		padding: 0 0.75em;
		width: 100%;
	}
}


/*投稿ページ*/
body.single main#main {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #fff;
	border-top: none;
}
body.single main#main .article-header {
	background-color: var(--key-color-3);
	max-width: none !important;
	display: block;
}
body.single main#main .article-header > * {
	max-width: 1140px !important;
	margin: 0 auto;
	display: block;
}
body.single main#main .article-header > .entry-title {
	max-width: none !important;
}
body.single main#main .entry-content {
	max-width: 1140px;
	margin: 0 auto;
	padding: 3em 1em 0 1em;
	min-height: 12em;
}
body.single main#main .under-entry-content {
	max-width: 1140px !important;
	width: 100% !important;
	margin: 0 auto !important;
}
body.single > div.container:nth-of-type(2) {
	display: flex;
	flex-flow: column;
	background-color: var(--key-color-3);
}
body.single > div.container:nth-of-type(2) > * {
	order: 3;
}
body.single > div.container:nth-of-type(2) > #header-container {
	order: 0;
}
body.single > div.container:nth-of-type(2) > #breadcrumb {
	order: 1;
	background-color: var(--key-color-3);
	max-width: 1140px!important;
	width: 100%!important;
	margin: 0 auto!important;
	padding: 36px 0 0 0 !important;
}
body.single > div.container:nth-of-type(2) > #content {
	order: 2;
}
body.single > div.container:nth-of-type(2) > #content .under-entry-content {
	display: none;
}
body.single .under-entry-content {
	display: none;
}
body.single .date-tags {
	font-size: 125%;
	z-index: 1;
	position: relative;
	line-height: 1;
	margin-top: -1.2em !important;
	margin-bottom: 1em !important;
	padding-bottom: 0.2em !important;
}


/* サービス */
#top_service {
  background-color: var(--key-color-3);
  padding: 0.25em 0 2em 0;
  border-top: 1px solid #ede7ee;
  border-bottom: 1px solid #ede7ee;
}
#top_service_contents {
  max-width: 1171px;
  margin: 0 auto;
}
#top_service_contents > table {
  margin-bottom: 0;
  font-size: 1.2em;
  color: #000;
}
#top_service_contents > table h3 {
  color: #009245;
  font-weight: 700;
  border: none;
  line-height: 1.7;
  font-size: 1.25em;
  padding-left: 0;
}
#top_service_contents > table h4 {
  color: #000;
  border: none;
  padding: 0;
  margin: 1em 0 0.5em 0;
  font-size: 1em;
}
#top_service_contents table > tbody > tr > td {
  vertical-align: top;
  padding: 0;
  border: none;
}
#top_service_contents #top_service_contents_table_1 {
  margin-left: 74px;
  max-width: calc(100% - 74px);
}
#top_service_contents #top_service_contents_table_2 {
  margin: 110px 74px 130px 29px;
  max-width: calc(100% - 74px - 29px);
}
#top_service_contents #top_service_contents_table_2 > tbody > tr > td:nth-of-type(2) {
  padding-left: 54px;
}
#top_service_contents #top_service_contents_table_3 {
  margin-right: 18px;
  max-width: calc(100% - 18px);
}
#top_service_contents #top_service_contents_table_3 > tbody > tr > td:nth-of-type(1) > div:nth-of-type(1) {
  margin-left: 74px;
  margin-right: 60px;
}
#top_service_contents #top_service_contents_table_3 > tbody > tr > td:nth-of-type(1) > div:nth-of-type(2) {
  padding-top: 40px;
}
#top_service_contents #top_service_contents_table_1 > tbody > tr > td:nth-of-type(2) {
  width: 433px;
}
#top_service_contents #top_service_contents_table_2 > tbody > tr > td:nth-of-type(1) {
  width: 442px;
}
#top_service_contents #top_service_contents_table_3 > tbody > tr > td:nth-of-type(1) {
  width: 683px;
}
#top_service_contents #top_service_contents_table_3 > tbody > tr > td:nth-of-type(2) {
  text-align: center;
}
#top_service_contents #top_service_contents_table_1 h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#top_service_contents #top_service_contents_table_1 ul li {
  margin: 0;
}
#top_service_contents #top_service_contents_table_1 ul li:nth-of-type(1) {
  list-style-type: "①";
}
#top_service_contents #top_service_contents_table_1 ul li:nth-of-type(2) {
  list-style-type: "②";
}
#manga_comment {
  width: 257px;
  height: auto;
}
#top_service_04 {
  margin-top: 40px;
  width: 269px;
  height: auto;
}
@media screen and (max-width: 1200px){
	#top_service_contents {
		font-size: 14px;
		max-width: 930px;
	}
	#top_service_contents #top_service_contents_table_1 > tbody > tr > td:nth-of-type(2) {
		width: 300px;
	}
	#top_service_contents #top_service_contents_table_2 > tbody > tr > td:nth-of-type(1) {
		width: 280px;
	}
	#top_service_contents #top_service_contents_table_3 > tbody > tr > td:nth-of-type(2) {
		width: 229px;
	}
	#top_service_contents #top_service_contents_table_3 > tbody > tr > td:nth-of-type(1) > div:nth-of-type(2) img {
		width: 90%;
	}	
}
@media screen and (max-width: 834px){
	#top_service_contents {
    	font-size: 2.7vw;
    	max-width: none;
		padding: 0 2vw;
	}
	#top_service_contents h4 {
    	font-size: 3.7vw!important;
	}
	#top_service_contents h3 {
    	font-size: 3.7vw!important;
	}
	#top_service_contents p {
    	font-size: 3.3vw!important;
    	max-width: none;
	}
	#top_service_contents li {
    	font-size: 3.3vw!important;
		margin-left: 1vw !important;
	}
	#top_service_contents #top_service_contents_table_1 {
		max-width: none;
	}
	#top_service_contents #top_service_contents_table_2 {
		max-width: none;
	}
	#top_service_contents #top_service_contents_table_3 {
		max-width: none;
	}
	#top_service_contents #top_service_contents_table_1 > tbody > tr {
		display: flex;
		flex-direction: column;
	}
	#top_service_contents #top_service_contents_table_2 > tbody > tr {
		display: flex;
		flex-direction: column-reverse;
	}
	#top_service_contents #top_service_contents_table_3 > tbody > tr {
		display: flex;
		flex-direction: column;
	}
	#top_service_contents #top_service_contents_table_1 > tbody > tr > td {
		width: 100%!important;
	}
	#top_service_contents #top_service_contents_table_2 > tbody > tr > td {
		width: 100%!important;
	}
	#top_service_contents #top_service_contents_table_3 > tbody > tr > td {
		width: 100%!important;
	}
	#top_service_contents #top_service_contents_table_1 > tbody > tr > td:nth-of-type(2) {
		margin: 0 auto;
	}
	#top_service_contents #top_service_contents_table_2 > tbody > tr > td:nth-of-type(1) {
		margin: 0 auto;
	}
	#top_service_contents #top_service_contents_table_3 > tbody > tr > td:nth-of-type(2) {
		margin: 0 auto;
	}
	#top_service_contents #top_service_contents_table_1 > tbody > tr > td:nth-of-type(2) {
		text-align: center;
	}
	#top_service_contents #top_service_contents_table_1 > tbody > tr > td:nth-of-type(2) img {
		width: 50%;
	}
	#top_service_contents #top_service_contents_table_2 > tbody > tr > td:nth-of-type(2) {
		padding-left: 0;
	}
	#top_service_contents #top_service_contents_table_2 > tbody > tr > td:nth-of-type(1) {
		text-align: center;
	}
	#top_service_contents #top_service_contents_table_2 > tbody > tr > td:nth-of-type(1) img {
		width: 50%;
	}
	#top_service_contents #top_service_contents_table_3 > tbody > tr > td:nth-of-type(1) > div:nth-of-type(1) {
		margin-left: 0;
		margin-right: 0;
	}
	#top_service_contents #top_service_contents_table_3 > tbody > tr > td:nth-of-type(1) > div:nth-of-type(2) {
		display: none;
	}
	#top_service_contents #top_service_contents_table_3 > tbody > tr > td:nth-of-type(2) > div:nth-of-type(1) {
		text-align: center;
	}
	#top_service_contents #top_service_contents_table_3 > tbody > tr > td:nth-of-type(2) > div:nth-of-type(1) img {
		width: 70%;
	}
	#manga_comment {
		width: 50%;
	}
	#top_service_04 {
		width: 40%;
	}
}



/* ご利用までの流れ */
#top_howto {
  margin: 2em 0 0 0; 
}
#top_howto_graph {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_howto_01, #top_howto_02, #top_howto_03 {
  width: 311px;
  height: auto;
}
#top_howto_right {
  width: 34px;
  height: auto;
  margin: 0 4px 0 8px;
}
#top_howto_text {
  max-width: 768px;
  margin: 2em auto 0 auto;
}
@media screen and (max-width: 1200px){
	#top_howto_graph {
		font-size: 1.33vw;
	}
	#top_howto_01, #top_howto_02, #top_howto_03 {
		width: 28.5%;
		height: auto;
	}
	#top_howto_right {
		width: 3.5%;
	}
	#top_howto_text {
		max-width: none;
		padding: 0 2vw;
	}
}
@media screen and (max-width: 834px){
	#top_howto_graph {
		flex-direction: column;
		font-size: 3vw;
	}
	#top_howto_01, #top_howto_02, #top_howto_03 {
		width: 57%;
		height: auto;
	}
	#top_howto_right {
		width: 7%;
		margin: 0 0 0.25em 0;
	}
	#top_howto_right img {
		transform: rotate(90deg);
	}
}

/* 児童・思春期 精神科訪問看護の対象になりそうな方 */
#top_subject {
  margin: 6em 0 6em 0;
}
#top_subject_01_layout {
  text-align: center;
}
#top_subject_01 {
  max-width: 597px;
}
@media screen and (max-width: 834px){
	#top_subject_01 {
		max-width: none;
		width: 94%;
	}
}

/* ご家族さまへ */
#top_tofamily {
  background-color: var(--key-color-3);
  padding: 0.01em 0 1.5em 0;
  margin: 0 0 5em 0;
  border-top: 1px solid #ede7ee;
  border-bottom: 1px solid #ede7ee;
}
#top_tofamily_contents {
  max-width: 1024px;
  margin: 0 auto;
  font-size: 1.2em;
}
#top_tofamily #top_tofamily_contents table td {
  padding: 0;
  border: none;
}
#top_tofamily #top_tofamily_contents h3 {
  color: #009245;
  font-weight: 700;
  border: none;
  line-height: 1.7;
  font-size: 1.25em;
  padding-left: 0;
}
#top_tofamily #top_tofamily_contents ol li {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 0.25em;
}
#top_tofamily_02 {
  padding: 2.6em 0 0 0;
}
@media screen and (max-width: 834px){
	#top_tofamily_contents {
		max-width: none;
		padding: 0 2vw;
	}
	#top_tofamily #top_tofamily_contents table td img#top_tofamily_01 {
		width: 37%;
	}
	#top_tofamily #top_tofamily_contents table td img#top_tofamily_02 {
		width: 35%;
	}
}


@media screen and (max-width: 780px){
	.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
		display: none;
	}
}


/* ニュースレター */
.newsletter_title {
	margin-bottom: 0.4em;
}
table.newsletter ul {
	margin: 1.2em 0 1.2em 0;
}
table.newsletter ul li {
	font-size: 18px;
}
table.newsletter tr td {
	border: 1px solid #d4d4d4 !important
}


/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
